summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use pluralies() for "entry"/"entries".glebius2013-01-221-1/+1
* Add FILES section.joel2013-01-221-2/+14
* Restore Python 2.6+ compatibilityemaste2013-01-221-0/+2
* Import new (BSDL) device tree compiler. Now built by default, so that it can'ttheraven2013-01-2219-2/+5070
* Improve error handling and remove an unnecessary check on geom providernwhitehorn2013-01-223-17/+17
* Make "install -l s[ar]" act like "ln -sfh" as intended. This fixesbrooks2013-01-221-1/+14
* Improve documentation of BSDINSTALL_DISTSITE and mdoc.nwhitehorn2013-01-221-5/+24
* Simplify and fix a bug in cc_ack_received()'s "are we congestion window limited"lstewart2013-01-221-1/+1
* - Don't include date and time the driver is built, this is useful fordelphij2013-01-226-15/+13
* When copying the complement of the string loop to WINT_MAX as we are dealingandrew2013-01-221-1/+2
* Fix linking of loader.efi.benno2013-01-221-1/+1
* Make "-D skip" option work with FIFO by opening file in non-blocking mode.davidxu2013-01-221-2/+6
* Clarify that the setup script is optional.nwhitehorn2013-01-221-2/+4
* Update change date.nwhitehorn2013-01-221-2/+2
* Document bsdinstall scripting as it currently operates. It may change innwhitehorn2013-01-221-4/+118
* Chase r245756 of make.conf(5):gjb2013-01-221-4/+14
* - Mark SUP_UPDATE as deprecated in make.conf(5), providinggjb2013-01-221-5/+6
* Fix highest voltage detectiongonzo2013-01-212-1/+4
* Always bootstrap nmtree if it is not available on the host. It is fairlybrooks2013-01-211-1/+1
* Install the template info directory with mode 644 instead of 444 tobrooks2013-01-211-1/+1
* Replace all known uses of ln in the build process with appropriatebrooks2013-01-217-16/+28
* Implement the -l option using ln(1) to facilitate boostrapping.brooks2013-01-211-4/+20
* Note that SIGCHLD is special and if ignored, won't be recorded by the filter.pjd2013-01-211-2/+4
* Allocate the memory for the MSI-X table dynamically instead of allocating 32KBneel2013-01-212-15/+32
* Fix another build breakage for ia64.jkim2013-01-211-1/+1
* Use C99 sparse initialization for struct vfsops in pseudocode.pluknet2013-01-211-16/+6
* Import new fix from libcxxrt. This fixes the case where you attempt to rethrowtheraven2013-01-211-1/+1
* Fix typo and simplify condition.nwhitehorn2013-01-211-2/+1
* If lagg(4) can't forward a packet due to underlying port problems,glebius2013-01-211-2/+2
* Get rid of redundant 'table_size' field in struct pi_msix. If needed it canneel2013-01-212-3/+1
* Fix this routine to acutally break out and not set clrdmask if anyadrian2013-01-211-1/+1
* Add new quirk and correct old one.hselasky2013-01-212-1/+4
* Fix packet reception and other issues arising from incorrect ASX clockjmallett2013-01-211-0/+15
* Migrate CLRDMASK to be a per-node flag, rather than a per-TID flag.adrian2013-01-212-9/+33
* Remove some debugging code that snuck in.nwhitehorn2013-01-211-3/+1
* More automated install support: if a script exists at /etc/installerconfig,nwhitehorn2013-01-211-0/+11
* Add command-line support to kgdb to allow the baudrate to be set.adrian2013-01-211-1/+14
* Postpone vmm module initialization until after SMP is initialized - particularlyneel2013-01-211-4/+8
* Use correct size for AM335x CPSW memory window.kientzle2013-01-211-1/+1
* Add a scripting frontend. Documentation and release(7) support coming later.nwhitehorn2013-01-212-1/+88
* If no partition configuration is specified in {}, use the automatic setupnwhitehorn2013-01-203-5/+11
* Add a simple scripted partitioner. Documentation and more scripting supportnwhitehorn2013-01-204-3/+222
* Change the $ENV example to use .shrc instead of .shinit. This is consistentjoel2013-01-201-3/+3
* sh: Move some stackmarks to fix high memory usage in some loops.jilles2013-01-201-11/+5
* zfs/sparc64 boot: fix booting after r242230avg2013-01-201-8/+12
* - Force inetd to have listen queue size to be set to the value ofzont2013-01-201-1/+1
* Backward compatibility fix: treat cmds loaded as a script as nonInteractivedteske2013-01-201-2/+17
* sh: Remove mkinit's initialization routine.jilles2013-01-205-35/+12
* - Avoid unnecessary strdup()gabor2013-01-201-2/+2
* Fix minor nit in usage output.joel2013-01-201-1/+1
OpenPOWER on IntegriCloud