summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* bsdinstall: fix static address assignment for protected wireless networks.avos2016-05-021-1/+1
* rpcbind: use our roundup() macro when available through <sys/param.h>.pfg2016-05-021-1/+1
* quot: make use of our rounddown() macro when <sys/param.h> is available.pfg2016-05-021-2/+2
* Use MIN macro from sys/param.h.araujo2016-05-021-1/+1
* Use MIN/MAX macros from sys/param.h.araujo2016-05-021-3/+2
* Use MIN macro from sys/param.h.araujo2016-05-021-1/+1
* Use MAX macro from sys/param.h.araujo2016-05-021-1/+1
* typojamie2016-05-011-1/+1
* usr.sbin: minor spelling fixes on comments.pfg2016-05-0110-12/+12
* pmcstat: minor spelling fixes.pfg2016-05-012-2/+2
* usr.sbin/bsdconfig: minor spelling fixes on comments.pfg2016-05-019-22/+22
* bluetooth: minor spelling fixes.pfg2016-05-012-2/+2
* Clarify when happens when there is a "depend" parameter in jail.conf,jamie2016-04-301-4/+5
* Fix including Kyuafile in packaged base system.gjb2016-04-291-1/+2
* Use a better idiom for finding UTC prefixed timezonesngie2016-04-281-3/+4
* Add PACKAGE fields to usr.sbin/extattr/tests/Makefileasomers2016-04-281-0/+4
* Merge ACPICA 20160422.jkim2016-04-273-45/+54
* Add 'devctl delete' that calls device_delete_child().jhb2016-04-272-2/+54
* Add a new rescan method to the bus interface.jhb2016-04-272-1/+19
* MFV r298691:delphij2016-04-2710-48/+130
* For pointers use NULL instead of 0.araujo2016-04-272-24/+24
* Remove redundant word.bhd2016-04-261-1/+1
* Remove unportable calls to basename().ed2016-04-261-10/+11
* Remove a variable and three lines of code which I should have removed asgad2016-04-251-5/+1
* Encapsulate SYSV IPC objects in jails. Define per-module parametersjamie2016-04-251-4/+27
* Note the existence of module-specific jail paramters, starting with thejamie2016-04-251-1/+27
* Make jail(8) interpret escape codes in fstab the same as getfsent(3).jamie2016-04-251-1/+8
* Add a single example of adding a user that roughly corresponds with thewblock2016-04-231-1/+13
* Define which of the username options (-u/-U) to jexec(8) is the default.bcr2016-04-231-1/+2
* Fix looking for "UTC" at start of ptr by using strnmp instead of improperlyngie2016-04-231-2/+2
* Add ATF tests for usr.sbin/extattrasomers2016-04-223-0/+301
* Use MIN()/MAX() macros from sys/param.h.araujo2016-04-222-3/+3
* Don't try to free `string` (stack allocated char[])ngie2016-04-221-2/+1
* Don't use `entry` after free in the "already in lists" casengie2016-04-221-0/+1
* Use macro MAX() from sys/param.h.araujo2016-04-221-1/+1
* Use macro MAX() from sys/param.h.araujo2016-04-221-1/+1
* Plug memory leakbapt2016-04-201-0/+2
* Plug various resources leakbapt2016-04-201-1/+13
* Plug leaksbapt2016-04-201-0/+8
* Don't use SYSDIR to avoid conflicts with existing usage.grehan2016-04-201-2/+2
* Update the bhyve(8) man page:novel2016-04-201-1/+22
* Always emit an error message on passthru configuration errors.jhb2016-04-191-22/+34
* Add a new installation type to bsdinstall/zfsboot: BIOS+UEFIallanjude2016-04-191-16/+52
* Reuse our roundup2() macro instead of reinventing the wheel.pfg2016-04-182-6/+2
* The malloc will return NULL if it can't allocate memory.araujo2016-04-181-1/+1
* Use nitems instead of 'sizeof(mapnames) / sizeof(mapnames[0]'.araujo2016-04-181-2/+2
* Use the SOCK_CLOEXEC flags in the socket(2) 'type' attribute instead ofbapt2016-04-161-8/+3
* Use pipe2(2) to directly set the close-on-exec flags directlybapt2016-04-161-6/+1
* MFHgjb2016-04-1621-55/+143
|\
| * Cleanup unnecessary semicolons from utilities we all love.pfg2016-04-158-10/+10
OpenPOWER on IntegriCloud