summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE).truckman2016-05-262-2/+605
* ifconfig: set by default FCC regulatory domain for wireless interfaces.avos2016-05-261-0/+40
* Fix a couple of Coverity Unintended sign extension sign extensiontruckman2016-05-251-2/+2
* Fix a couple of new instances of a false positive Coverity buffertruckman2016-05-252-5/+6
* Fix multiple Coverity Out-of-bounds access false postive issues in CAMtruckman2016-05-245-83/+42
* Add support for managing Shingled Magnetic Recording (SMR) drives.ken2016-05-197-17/+2169
* dhclient: Fix the trivial buffer overruns correctlycem2016-05-181-1/+1
* Revert r299512cem2016-05-181-14/+10
* Make `ipfw internal olist` output more user friendly.ae2016-05-171-2/+35
* Make named objects set-aware. Now it is possible to create namedae2016-05-171-0/+3
* Add an assertion to catch a potential underflow in an array indextruckman2016-05-161-0/+1
* For pointers use NULL instead of 0.araujo2016-05-161-1/+1
* For pointers use NULL instead of 0.araujo2016-05-161-1/+1
* For pointers use NULL instead of 0.araujo2016-05-161-4/+4
* Use strlcpy() instead of strncpy() when copying ifname to ensuretruckman2016-05-1610-39/+41
* routed(8): Use arc4random_uniform instead of arc4random.pfg2016-05-151-7/+2
* routed(8): Misc. cleanups to squelch Coverity.pfg2016-05-152-4/+10
* routed(8): Dereference before null check.pfg2016-05-151-1/+1
* routed(8): Avoid NULL de-reference and two possible memory leaks.pfg2016-05-151-3/+9
* Avoid NULL de-references.pfg2016-05-141-2/+2
* routed(8): Use arc4random.pfg2016-05-141-2/+2
* routed: Fix use after free.pfg2016-05-141-1/+2
* routed(8): use NULL instead of zero for pointers.pfg2016-05-1410-227/+230
* Check for socket creation success before calling bind().truckman2016-05-121-10/+10
* dhclient: Fix some trivial buffer overrunscem2016-05-121-10/+14
* camcontrol(8): Fix another trivial double-freecem2016-05-111-1/+3
* camcontrol(8): Fix trival double-freecem2016-05-111-0/+1
* fsck_ffs: Don't overrun mount device buffercem2016-05-111-0/+3
* When rerooting, take the init(8) path from argv[0] instead of fetchingtrasz2016-05-111-16/+9
* When rerooting, ignore ESRCH returned from kill(2). I couldn't reproducetrasz2016-05-111-1/+3
* Cosmetic fixes for growfs(8) - remove unneeded capitalization and a spurioustrasz2016-05-111-4/+4
* Update the example growfs(8) manual page to include information on howtrasz2016-05-101-9/+8
* Add "camcontrol reprobe" subcommand, and implement it for da(4).trasz2016-05-102-2/+62
* Rename getline with get_line to avoid collision with getline(3)bapt2016-05-101-2/+2
* ifconfig: fix check for 40 MHz channels while applying country/regdomain.avos2016-05-091-4/+0
* Add missing parameters -N and -l to reroot and halt usage()garga2016-05-061-2/+2
* nvmecontrol.8: minor spelling fix.pfg2016-05-061-2/+2
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedngie2016-05-046-29/+1
* Improve performance and functionality of the bitstring(3) apiasomers2016-05-041-2/+2
* fsck_msdosfs: Adjust a check.pfg2016-05-041-1/+1
* Use MIN macro from sys/param.h.araujo2016-05-021-2/+1
* Use MIN/MAX macros from sys/param.h.araujo2016-05-024-11/+6
* Use MIN()/MAX() macros from sys/param.h.araujo2016-05-021-5/+3
* Use MIN() macro from sys/param.h.araujo2016-05-021-2/+1
* restore: promote some getfiles() parameters to size_t.pfg2016-05-013-34/+34
* Remove useless calls to basename().ed2016-05-011-2/+1
* restore: fix resource handle leak.pfg2016-05-011-0/+1
* restore: drop casts for calloc().pfg2016-05-011-3/+2
* sbin: ake use of our rounddown() macro when sys/param.h is available.pfg2016-05-015-6/+6
* sbin: use our howmany() macro when available through <sys/param.h>.pfg2016-05-012-2/+3
OpenPOWER on IntegriCloud