summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* bsdinstall/zfsboot: Do not mirror swap when swapsize is 0allanjude2016-05-101-1/+1
* Directly set the NONBLOCK flags when creating the socketbapt2016-05-101-8/+1
* Rename getline with get_line to avoid collision with getline(3)bapt2016-05-105-10/+10
* Rename getline with get_line to avoid collision with getline(3)bapt2016-05-102-9/+9
* Replace fparseln(3) with getline(3) to remove dependency on libutilbapt2016-05-092-7/+11
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedngie2016-05-0411-86/+46
* Improve performance and functionality of the bitstring(3) apiasomers2016-05-041-1/+1
* Fix "getextattr -x" with non-ascii attribute valuesasomers2016-05-042-4/+18
* Allow setextattr(8) to take attribute values from stdinasomers2016-05-044-34/+93
* pmcstudy.8: minor "efficiency" fix.pfg2016-05-031-1/+1
* 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
OpenPOWER on IntegriCloud