aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* pmcstudy.8: minor "efficiency" fix.Pedro F. Giffuni2016-05-031-1/+1
* bsdinstall: fix static address assignment for protected wireless networks.Andriy Voskoboinyk2016-05-021-1/+1
* rpcbind: use our roundup() macro when available through <sys/param.h>.Pedro F. Giffuni2016-05-021-1/+1
* quot: make use of our rounddown() macro when <sys/param.h> is available.Pedro F. Giffuni2016-05-021-2/+2
* Use MIN macro from sys/param.h.Marcelo Araujo2016-05-021-1/+1
* Use MIN/MAX macros from sys/param.h.Marcelo Araujo2016-05-021-3/+2
* Use MIN macro from sys/param.h.Marcelo Araujo2016-05-021-1/+1
* Use MAX macro from sys/param.h.Marcelo Araujo2016-05-021-1/+1
* typoJamie Gritton2016-05-011-1/+1
* usr.sbin: minor spelling fixes on comments.Pedro F. Giffuni2016-05-0110-12/+12
* pmcstat: minor spelling fixes.Pedro F. Giffuni2016-05-012-2/+2
* usr.sbin/bsdconfig: minor spelling fixes on comments.Pedro F. Giffuni2016-05-019-22/+22
* bluetooth: minor spelling fixes.Pedro F. Giffuni2016-05-012-2/+2
* Clarify when happens when there is a "depend" parameter in jail.conf,Jamie Gritton2016-04-301-4/+5
* Fix including Kyuafile in packaged base system.Glen Barber2016-04-291-1/+2
* Use a better idiom for finding UTC prefixed timezonesEnji Cooper2016-04-281-3/+4
* Add PACKAGE fields to usr.sbin/extattr/tests/MakefileAlan Somers2016-04-281-0/+4
* Merge ACPICA 20160422.Jung-uk Kim2016-04-273-45/+54
* Add 'devctl delete' that calls device_delete_child().John Baldwin2016-04-272-2/+54
* Add a new rescan method to the bus interface.John Baldwin2016-04-272-1/+19
* MFV r298691:Xin LI2016-04-2710-48/+130
* For pointers use NULL instead of 0.Marcelo Araujo2016-04-272-24/+24
* Remove redundant word.Bjoern Heidotting2016-04-261-1/+1
* Remove unportable calls to basename().Ed Schouten2016-04-261-10/+11
* Remove a variable and three lines of code which I should have removed asGarance A Drosehn2016-04-251-5/+1
* Encapsulate SYSV IPC objects in jails. Define per-module parametersJamie Gritton2016-04-251-4/+27
* Note the existence of module-specific jail paramters, starting with theJamie Gritton2016-04-251-1/+27
* Make jail(8) interpret escape codes in fstab the same as getfsent(3).Jamie Gritton2016-04-251-1/+8
* Add a single example of adding a user that roughly corresponds with theWarren Block2016-04-231-1/+13
* Define which of the username options (-u/-U) to jexec(8) is the default.Benedict Reuschling2016-04-231-1/+2
* Fix looking for "UTC" at start of ptr by using strnmp instead of improperlyEnji Cooper2016-04-231-2/+2
* Add ATF tests for usr.sbin/extattrAlan Somers2016-04-223-0/+301
* Use MIN()/MAX() macros from sys/param.h.Marcelo Araujo2016-04-222-3/+3
* Don't try to free `string` (stack allocated char[])Enji Cooper2016-04-221-2/+1
* Don't use `entry` after free in the "already in lists" caseEnji Cooper2016-04-221-0/+1
* Use macro MAX() from sys/param.h.Marcelo Araujo2016-04-221-1/+1
* Use macro MAX() from sys/param.h.Marcelo Araujo2016-04-221-1/+1
* Plug memory leakBaptiste Daroussin2016-04-201-0/+2
* Plug various resources leakBaptiste Daroussin2016-04-201-1/+13
* Plug leaksBaptiste Daroussin2016-04-201-0/+8
* Don't use SYSDIR to avoid conflicts with existing usage.Peter Grehan2016-04-201-2/+2
* Update the bhyve(8) man page:Roman Bogorodskiy2016-04-201-1/+22
* Always emit an error message on passthru configuration errors.John Baldwin2016-04-191-22/+34
* Add a new installation type to bsdinstall/zfsboot: BIOS+UEFIAllan Jude2016-04-191-16/+52
* Reuse our roundup2() macro instead of reinventing the wheel.Pedro F. Giffuni2016-04-182-6/+2
* The malloc will return NULL if it can't allocate memory.Marcelo Araujo2016-04-181-1/+1
* Use nitems instead of 'sizeof(mapnames) / sizeof(mapnames[0]'.Marcelo Araujo2016-04-181-2/+2
* Use the SOCK_CLOEXEC flags in the socket(2) 'type' attribute instead ofBaptiste Daroussin2016-04-161-8/+3
* Use pipe2(2) to directly set the close-on-exec flags directlyBaptiste Daroussin2016-04-161-6/+1
* MFHGlen Barber2016-04-1621-55/+143
|\