summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use system libiconv, instead of trying to dlopen() it.glebius2013-11-091-5/+0
* Fix typo in r256646: We want to generate lists of directories in INDEX-OLDcperciva2013-11-091-2/+2
* mdoc: add missing El.joel2013-11-081-0/+1
* mdoc: remove superfluous paragraph macro.joel2013-11-081-1/+0
* I often forget that debugFile can begin with a + for deciding that debugdteske2013-11-081-1/+1
* Copy the install log to the deployed /var/log directory so that we havedteske2013-11-081-0/+2
* Semi-revert this one file out of r257842. The ttys(5) stuff, as wedteske2013-11-081-77/+0
* A series of changes tested together as a whole:dteske2013-11-0811-446/+1105
* Document SYSRC_VERBOSE enviroment variable in the manual.dteske2013-11-071-1/+4
* Fix a bug with `-e' that broke sometime around when I added `-F'. Also,dteske2013-11-072-13/+25
* Comments and whitespace.dteske2013-11-071-4/+9
* Add a `-c' option for `check only' to determine if a value is setdteske2013-11-072-8/+49
* Add new `--version' long option for getting the version (good fordteske2013-11-072-4/+16
* Fix a bug that prevented `-d' from working as-documented in sysrc(8).dteske2013-11-071-0/+4
* Add support for controlling mfi(4) controller properties:sbruno2013-11-074-1/+191
* Use `pkg -vv' to obtain ABI for validating a chosen media server (donedteske2013-11-072-9/+6
* Fix cosmetic typos (since the typo's in the variable names were copieddteske2013-11-073-6/+6
* Replace pkg-tools with pkgng.dteske2013-11-075-77/+266
* Fix an off-by-one error that was causing menus to look funny.dteske2013-11-071-1/+1
* Comments.dteske2013-11-071-2/+2
* Add f_sprintf() and f_vsprintf() to go along with previously addeddteske2013-11-071-0/+22
* Fix a bug where a format with leading `-' could be mistaken for printfdteske2013-11-071-1/+2
* Comments.dteske2013-11-071-5/+5
* Add some helpful debugging (showing the resolved host address).dteske2013-11-071-0/+1
* Fix a silly bug that would result in attempting to fetch (literally) thedteske2013-11-071-1/+1
* Use dialog(1) to obtain maximum-size; stty fails when running in a pipe-dteske2013-11-071-1/+10
* Add an f_eval_catch() function for debugging individual commands in adteske2013-11-071-0/+82
* Add an f_show_err() function -- acts pretty much the same as f_show_msg()dteske2013-11-072-0/+25
* Add global DEBUG_INITIALIZE_FILE environment variable for controllingdteske2013-11-071-5/+13
* Comments. Replace a funny syntax with f_isset() while here.dteske2013-11-071-11/+10
* Whitespace.dteske2013-11-071-1/+1
* Fix an off-by-one error when iterating over the emulated PCI BARs.neel2013-11-061-1/+1
* Fix a bug that resulted in spurious error message "f_media_shutdown_http:dteske2013-11-061-1/+1
* Add support for dereferencing SRV records via f_host_lookup(). Takes thedteske2013-11-061-3/+38
OpenPOWER on IntegriCloud