Page MenuHomeFreeBSD
Feed Advanced Search

Aug 9 2016

stevek retitled D7453: Add smbios sysctl entries for fields for SMBIOS up to version 2.4 from to Add smbios sysctl entries for fields for SMBIOS up to version 2.4.
Aug 9 2016, 8:29 PM
stevek closed D6799: Prepare for network stack as a module: Move protocol-specific functionality out of common jail-related source files. by committing rS303863: Move IPv4-specific jail functions to new file netinet/in_jail.c.
Aug 9 2016, 2:16 AM
stevek committed rS303863: Move IPv4-specific jail functions to new file netinet/in_jail.c.
Move IPv4-specific jail functions to new file netinet/in_jail.c
Aug 9 2016, 2:16 AM

Aug 6 2016

stevek committed rS303803: Add hw.fdt sysctl node..
Add hw.fdt sysctl node.
Aug 6 2016, 6:49 PM
stevek closed D7411: Expose FDT blob via sysctl by committing rS303803: Add hw.fdt sysctl node..
Aug 6 2016, 6:49 PM

Aug 4 2016

stevek retitled D6814: Add libfdt user space library from Add libfdt user space library and expose FDT blob via sysctl on ARM to Add libfdt user space library.
Aug 4 2016, 1:36 AM

Aug 3 2016

stevek updated D6814: Add libfdt user space library.
Aug 3 2016, 11:49 PM
stevek updated the diff for D6814: Add libfdt user space library.

Remove the kernel pieces, which are now being handled in D7411

Aug 3 2016, 11:47 PM
stevek added a comment to D6814: Add libfdt user space library.

Having thought about this I'm not opposed to this. I think it should be two commits, one for the kernel bits, and another to build libfdt.a.

Aug 3 2016, 11:42 PM
stevek added a reviewer for D7411: Expose FDT blob via sysctl: ARM.
Aug 3 2016, 11:41 PM
stevek updated subscribers of D7411: Expose FDT blob via sysctl.
Aug 3 2016, 11:41 PM
stevek retitled D7411: Expose FDT blob via sysctl from to Expose FDT blob via sysctl.
Aug 3 2016, 11:40 PM
stevek added a comment to D7407: MFC r264396: Up the minimum system to build FreeBSD current to 8.0-RELEASE..

@stevek does Juniper still build stable/10 on FreeBSD 7.x?

Aug 3 2016, 9:21 PM
stevek added inline comments to D6814: Add libfdt user space library.
Aug 3 2016, 1:00 AM

Jul 29 2016

stevek added a comment to D6814: Add libfdt user space library.

Having thought about this I'm not opposed to this. I think it should be two commits, one for the kernel bits, and another to build libfdt.a.

Jul 29 2016, 4:18 PM

Jul 28 2016

stevek committed rS303455: Remove BSD and USL copyright and update license block in in_prot.c, as the.
Remove BSD and USL copyright and update license block in in_prot.c, as the
Jul 28 2016, 6:39 PM
stevek closed D7345: Update copyright and location of cr_can* prototypes in header files by committing rS303455: Remove BSD and USL copyright and update license block in in_prot.c, as the.
Jul 28 2016, 6:39 PM
stevek retitled D7345: Update copyright and location of cr_can* prototypes in header files from <<Replace this line with your Revision Title>> Update copyright and location of cr_can* prototypes in header files to Update copyright and location of cr_can* prototypes in header files.
Jul 28 2016, 6:41 AM
stevek retitled D7345: Update copyright and location of cr_can* prototypes in header files from to <<Replace this line with your Revision Title>> Update copyright and location of cr_can* prototypes in header files.
Jul 28 2016, 6:41 AM

Jul 27 2016

stevek committed rS303411: Prepare for network stack as a module.
Prepare for network stack as a module
Jul 27 2016, 8:34 PM
stevek closed D2901: Prepare for network stack as a module. by committing rS303411: Prepare for network stack as a module.
Jul 27 2016, 8:34 PM
stevek added a comment to D2901: Prepare for network stack as a module..

ping.

Jul 27 2016, 3:23 AM
stevek committed rS303355: Add the NUM_CORE_FILES kernel config option which specifies the limit for the.
Add the NUM_CORE_FILES kernel config option which specifies the limit for the
Jul 27 2016, 3:21 AM
stevek closed D6812: Allow specifying number of cores allowed via kernel config by committing rS303355: Add the NUM_CORE_FILES kernel config option which specifies the limit for the.
Jul 27 2016, 3:21 AM
stevek added inline comments to D6812: Allow specifying number of cores allowed via kernel config.
Jul 27 2016, 3:18 AM
stevek added inline comments to D6812: Allow specifying number of cores allowed via kernel config.
Jul 27 2016, 2:51 AM

Jul 26 2016

stevek updated the diff for D6812: Allow specifying number of cores allowed via kernel config.

Change MAX_NUM_CORES to MAX_NUM_CORE_FILES.
Add entry for NUM_CORE_FILES option in the NOTES file.

Jul 26 2016, 11:10 PM
stevek updated the diff for D6812: Allow specifying number of cores allowed via kernel config.

Change option name to NUM_CORE_FILES, per review comments.

Jul 26 2016, 8:53 PM

Jul 20 2016

stevek updated the diff for D6799: Prepare for network stack as a module: Move protocol-specific functionality out of common jail-related source files..

Update in_jail.c and in6_jail.c to not contain formatting changes.

Jul 20 2016, 2:46 PM

Jul 18 2016

stevek added a comment to D6799: Prepare for network stack as a module: Move protocol-specific functionality out of common jail-related source files..

I'd suggest avoiding any style changes in the initial copy of code to the new locations, so diffs can more easily be checked, and changes can be more easily merged. Apply style/comment/etc changes in a separate commit.

Jul 18 2016, 4:22 PM

Jul 15 2016

stevek updated the diff for D6799: Prepare for network stack as a module: Move protocol-specific functionality out of common jail-related source files..

Updated with changes to netinet6/in6_jail.c and sys/jail.h as commented by jtl

Jul 15 2016, 4:14 PM
stevek added a comment to D6888: Random bit generator (RBG) driver for RPi and RPi2..

ping

Jul 15 2016, 3:48 PM

Jul 10 2016

stevek added a comment to D6814: Add libfdt user space library.
In D6814#143173, @manu wrote:

Why can't you use ofwdump(8) for this ? Isn't all the needed information is in there ?

Jul 10 2016, 6:38 AM

Jun 20 2016

stevek closed D4229: Add prototype for random_harvest_queue.

Looks like the prototype exists in random.h already. I'll need to go back and find out what was complaining in the compiler that needed the change. Probably a missing include for sys/random.h or something like that.

Jun 20 2016, 7:13 PM
stevek updated D6888: Random bit generator (RBG) driver for RPi and RPi2..
Jun 20 2016, 3:06 PM

Jun 18 2016

stevek updated the diff for D6888: Random bit generator (RBG) driver for RPi and RPi2..

Updated to eliminate the goto in the attach method.

Jun 18 2016, 9:11 PM
stevek updated the diff for D6888: Random bit generator (RBG) driver for RPi and RPi2..

I'm not sure what Phabricator is doing with the indentation in bcm2835_rng.c, but it is properly tab indented and the web interface is mutilating the formatting output for the #defines.

Jun 18 2016, 9:05 PM
stevek added inline comments to D6888: Random bit generator (RBG) driver for RPi and RPi2..
Jun 18 2016, 4:50 PM
stevek added a reviewer for D6888: Random bit generator (RBG) driver for RPi and RPi2.: markm.
Jun 18 2016, 10:39 AM
stevek updated D6888: Random bit generator (RBG) driver for RPi and RPi2..
Jun 18 2016, 10:34 AM
stevek retitled D6888: Random bit generator (RBG) driver for RPi and RPi2. from to Random bit generator (RBG) driver for RPi and RPi2..
Jun 18 2016, 10:34 AM

Jun 13 2016

stevek added a comment to D6797: Prepare for network stack as a module: ioctl group handling.
Jun 13 2016, 6:15 PM

Jun 11 2016

stevek added a reviewer for D6814: Add libfdt user space library: ARM.
Jun 11 2016, 8:18 PM
stevek set the repository for D6814: Add libfdt user space library to rS FreeBSD src repository - subversion.
Jun 11 2016, 7:32 PM
stevek updated D6812: Allow specifying number of cores allowed via kernel config.
Jun 11 2016, 7:24 PM
stevek set the repository for D6812: Allow specifying number of cores allowed via kernel config to rS FreeBSD src repository - subversion.
Jun 11 2016, 7:23 PM

Jun 10 2016

stevek updated D5986: Add support of UART_DEV_DBGPORT to uart_cpu_fdt.c.
Jun 10 2016, 2:10 PM
stevek updated D6799: Prepare for network stack as a module: Move protocol-specific functionality out of common jail-related source files..
Jun 10 2016, 1:49 PM
stevek updated D6799: Prepare for network stack as a module: Move protocol-specific functionality out of common jail-related source files..
Jun 10 2016, 1:49 PM
stevek retitled D6799: Prepare for network stack as a module: Move protocol-specific functionality out of common jail-related source files. from to Prepare for network stack as a module: Move protocol-specific functionality out of common jail-related source files..
Jun 10 2016, 1:47 PM
stevek removed a reviewer for D6797: Prepare for network stack as a module: ioctl group handling: transport.
Jun 10 2016, 2:52 AM
stevek added reviewers for D6797: Prepare for network stack as a module: ioctl group handling: jtl, sjg, transport, gnn.
Jun 10 2016, 2:52 AM
stevek updated the test plan for D6797: Prepare for network stack as a module: ioctl group handling.
Jun 10 2016, 2:48 AM
stevek retitled D6797: Prepare for network stack as a module: ioctl group handling from to Prepare for network stack as a module: ioctl group handling.
Jun 10 2016, 2:47 AM
stevek updated the diff for D2901: Prepare for network stack as a module..

Trimmed down to first smaller piece.

Jun 10 2016, 1:55 AM

Jun 9 2016

stevek added a comment to D2901: Prepare for network stack as a module..

I assume you mean splitting the prot changes from the ioctl group bits?
Would you prefer two (or three) new Phabricator reviews for that or use this one for one of the reviews?

Jun 9 2016, 12:17 AM

Jun 8 2016

stevek updated subscribers of D2901: Prepare for network stack as a module..
Jun 8 2016, 4:05 PM
stevek updated the diff for D5986: Add support of UART_DEV_DBGPORT to uart_cpu_fdt.c.

Updated per review comments.

Jun 8 2016, 4:03 PM
stevek updated the diff for D4229: Add prototype for random_harvest_queue.

Updated with suggested comments.

Jun 8 2016, 4:01 PM

May 2 2016

stevek added a comment to D5986: Add support of UART_DEV_DBGPORT to uart_cpu_fdt.c.

What is the advantage of adding this to the dts over just the kenv variable?

May 2 2016, 5:24 PM

Apr 18 2016

stevek retitled D5986: Add support of UART_DEV_DBGPORT to uart_cpu_fdt.c from to Add support of UART_DEV_DBGPORT to uart_cpu_fdt.c.
Apr 18 2016, 4:38 PM

Nov 20 2015

stevek retitled D4229: Add prototype for random_harvest_queue from to Add prototype for random_harvest_queue.
Nov 20 2015, 6:39 AM

Aug 10 2015

stevek updated the diff for D3357: Add CORTEXA9R4 to Cortex-A chip IDs that are recognized..

Added identcpu.c and armreg.h changes that were missing.

Aug 10 2015, 7:58 PM
stevek retitled D3357: Add CORTEXA9R4 to Cortex-A chip IDs that are recognized. from to Add CORTEXA9R4 to Cortex-A chip IDs that are recognized..
Aug 10 2015, 7:54 PM
stevek retitled D3355: Use dmb() macro instead of having separate implementations of do_sync from to Use dmb() macro instead of having separate implementations of do_sync.
Aug 10 2015, 7:44 PM

Jun 24 2015

stevek added a reviewer for D2901: Prepare for network stack as a module.: marcel.
Jun 24 2015, 9:25 PM
stevek added a reviewer for D2901: Prepare for network stack as a module.: glebius.
Jun 24 2015, 9:25 PM
stevek changed the visibility for D2901: Prepare for network stack as a module..
Jun 24 2015, 9:22 PM
stevek retitled D2901: Prepare for network stack as a module. from to Prepare for network stack as a module..
Jun 24 2015, 9:20 PM