summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* The Data Byte Count (DBC) field of a Physical Region Descriptorgrehan2013-11-261-11/+21
* Fix discrepancy between the IOAPIC ID advertised by firmware tables and theneel2013-11-252-3/+3
* iostat: fix extracting TTY statistics from core.pluknet2013-11-251-6/+6
* Sort messages.dteske2013-11-256-29/+29
* Add missing newline to printf format string.dteske2013-11-251-2/+2
* Add missing `$' before variable name `pgm'. Unnoticed unless runningdteske2013-11-251-1/+1
* Add HPET device emulation to bhyve.neel2013-11-251-3/+84
* Replace Sun RPC license with a 3-clause BSD license, with the explicithrs2013-11-259-243/+234
* Do not create pkg.conf, as it is not necessary anymore and packagesite is dep...bapt2013-11-251-24/+0
* Add an ioctl to assert and deassert an ioapic pin atomically. This will be usedneel2013-11-234-10/+17
* Teach acpidump(8) to display the 'Flags' field in the HPET Description Table.neel2013-11-221-0/+1
* Improve network device scanning in the netdev module. First, make it use thedteske2013-11-223-35/+173
* Fix mergemaster -U by forcing FreeBSD 9 compatiblity in mtree when mtree isbrooks2013-11-221-1/+7
* f_die() (see `bsdconfig includes -dF die') uses a dialog box (and has beendteske2013-11-212-4/+6
* Fix reference to ioctl(2).pluknet2013-11-211-1/+1
* Remove unused line -- cruft left over from SVN r258360.dteske2013-11-211-1/+0
* Quote the interface name for good measure.dteske2013-11-211-6/+7
* Revert SVN r257830 -- that feature was annoying and was removed long ago.dteske2013-11-211-5/+2
* Update function description for API tool:dteske2013-11-201-3/+4
* Make `-d' implicitly enable `-f' for simplification.dteske2013-11-202-3/+3
* Add a `-d' flag for printing the description of each function.dteske2013-11-202-8/+28
* Add new `includes' module for exploring the bsdconfig(8) API.dteske2013-11-208-3/+342
* Whitespace, style, sub-shells, and standardize variable namedteske2013-11-201-26/+20
* "Tim trailing" -> "Trim trailing"trhodes2013-11-191-1/+1
* Follow-up to r258227 and document 'enabled' as a boolean instead ofbdrewery2013-11-191-2/+2
* Fix package installation from physical media such as DVD.dteske2013-11-173-14/+34
* Always shutdown the media when we're exiting the packages module (preventsdteske2013-11-172-4/+3
* Improve debugging with f_eval_catch() introduced by SVN r257784 and alsodteske2013-11-172-5/+8
* Kick an unused orphan to the curb ;)dteske2013-11-171-2/+2
* Move function name declaration to top of function (where it is closest todteske2013-11-171-18/+18
* argc is now usedbapt2013-11-161-1/+1
* Fix a couple of issues with -F:jhb2013-11-151-10/+18
* When verifying that files we need are present, also check that they don'tcperciva2013-11-141-2/+2
* Escape a newline added in the previous commit when verifying the flagsjhb2013-11-131-1/+1
* Add ENETUNREACH and EADDRNOTAVAIL to the list of errors that are potentiallyian2013-11-131-1/+3
* This fixes 3 problems in syslogd related to sizing receive buffers...ian2013-11-131-7/+12
* Move the ioapic device model from userspace into vmm.ko. This is needed forneel2013-11-127-429/+11
* Add a pre-world mode of updating similar to the -p option that can bejhb2013-11-122-20/+115
* Sort option flags and fix the width of the options list. This is a purelyjhb2013-11-121-21/+21
* Noted that the stripe_size argument was not being displayed in the usagesbruno2013-11-121-1/+1
* Adds gpioiic.4 and gpioled.4 man pages. Moves some of the information thatloos2013-11-121-1/+3
* Comments.dteske2013-11-121-2/+2
* Switch default MBR bootcode from /boot/boot0 to /boot/mbr.dteske2013-11-111-1/+1
* Remove useless checks for NULL pointer before free(3)bdrewery2013-11-111-8/+4
* Do not use just freed memory.glebius2013-11-111-2/+2
* Check the partition scheme before blowing away disks, instead of after.dteske2013-11-111-8/+12
* Remove the env(1) but keep the var.dteske2013-11-111-2/+2
* Unbreak the installer on head/:gjb2013-11-111-0/+1
* x86 platforms that use an IOAPIC route the legacy timer interrupt (IRQ0) toneel2013-11-112-3/+13
* Fix typo.trasz2013-11-101-2/+2
OpenPOWER on IntegriCloud