summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix dhclient for interfaces that are down. The discover_interfaces() functionpjd2013-07-041-5/+5
* Fix printf argument mismatch reported by gcc on i386.jimharris2013-07-041-2/+2
* MFp4 @229488:pjd2013-07-031-0/+3
* MFp4 @229487:pjd2013-07-031-0/+7
* MFp4 @229486:pjd2013-07-031-1/+6
* MFp4 @229485:pjd2013-07-031-0/+5
* MFp4 @229484:pjd2013-07-031-0/+4
* MFp4 @229483:pjd2013-07-031-0/+6
* MFp4 @229482:pjd2013-07-031-0/+12
* MFp4 @229481:pjd2013-07-034-18/+75
* MFp4 @229480:pjd2013-07-031-0/+2
* MFp4 @229479:pjd2013-07-031-1/+4
* MFp4 @229477:pjd2013-07-031-4/+11
* Remove redundant white-spaces.pjd2013-07-031-9/+9
* MFp4 @229476,229478:pjd2013-07-032-60/+70
* MFp4 @229474:pjd2013-07-031-2/+2
* MFp4 @229473:pjd2013-07-033-6/+5
* MFp4 @229472:pjd2013-07-033-34/+28
* MFp4 @229471:pjd2013-07-033-8/+4
* MFp4 @229470:pjd2013-07-033-7/+6
* MFp4: @229469:pjd2013-07-032-11/+0
* Fix a typo (s/error/errno/).hrs2013-07-031-1/+1
* When listing with -f, skip all memory disks that are not vnode-backed.delphij2013-07-021-1/+2
* Plug a memory leak.delphij2013-07-021-0/+7
* Explicitly include <cstdarg> to fix compilation with libc++. It is implicitlyasomers2013-07-021-0/+1
* When acquiring a lease, record the value of the BOOTP siaddr fieldbms2013-07-023-0/+13
* Add a new gptboot(8) man page. Factor out the redundant informationwblock2013-07-012-66/+27
* style(9) fixes, including the removal of page break characters. No functionalasomers2013-07-011-19/+19
* Add a SIGINFO handler to devd. It will send useful statistics to syslog orasomers2013-07-011-0/+19
* Add syslog(3) support to devd(8).asomers2013-07-012-36/+60
* Correct a typo in comment.delphij2013-07-011-1/+1
* Make hastctl(1) ('list' command) output a worker pid.trociny2013-07-012-0/+5
* Correct some grammar.schweikh2013-06-301-18/+18
* Do not display a warning message in a jail without AF_INET6 support.hrs2013-06-301-1/+1
* - Modify swapon(8) so that it uses most of geli(8) defaults for swap,delphij2013-06-291-160/+159
* Don't let hastd use C11 atomics.ed2013-06-291-5/+5
* mdoc: remove EOL whitespace.joel2013-06-291-1/+1
* - Trim an unused and bogus Makefile for mount_smbfs.davide2013-06-282-1/+3
* Fix build with gcc.hrs2013-06-281-3/+5
* Fix build.hrs2013-06-281-11/+11
* - Add vnode-backed swap space specification support. This is enabled whenhrs2013-06-272-29/+566
* Fix build.glebius2013-06-272-2/+2
* Add firmware replacement and activation support to nvmecontrol(8) throughjimharris2013-06-275-1/+362
* Add log page support to nvmecontrol(8) through a new logpage command.jimharris2013-06-265-1/+412
* Add generalized helper functions for printing hex data as part ofjimharris2013-06-263-40/+51
* Ensure that a device node is specified when invoking the identify or resetjimharris2013-06-263-3/+27
* Create #defines for NVME_CTRLR_PREFIX and NVME_NS_PREFIX for the "nvme"jimharris2013-06-263-4/+8
* Add an nvme_function structure array, defining the name, C function andjimharris2013-06-262-16/+32
* Break out code related to the reset command into a separate source file.jimharris2013-06-264-32/+74
* Break out code related to the perftest command into a separate file.jimharris2013-06-264-140/+183
OpenPOWER on IntegriCloud