aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Implement SHA-512 truncated (224 and 256 bits)Allan Jude2016-05-283-7/+39
* Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE).Don Lewis2016-05-262-2/+605
* ifconfig: set by default FCC regulatory domain for wireless interfaces.Andriy Voskoboinyk2016-05-261-0/+40
* Fix a couple of Coverity Unintended sign extension sign extensionDon Lewis2016-05-251-2/+2
* Fix a couple of new instances of a false positive Coverity bufferDon Lewis2016-05-252-5/+6
* Fix multiple Coverity Out-of-bounds access false postive issues in CAMDon Lewis2016-05-245-83/+42
* Add support for managing Shingled Magnetic Recording (SMR) drives.Kenneth D. Merry2016-05-197-17/+2169
* dhclient: Fix the trivial buffer overruns correctlyConrad Meyer2016-05-181-1/+1
* Revert r299512Conrad Meyer2016-05-181-14/+10
* Make `ipfw internal olist` output more user friendly.Andrey V. Elsukov2016-05-171-2/+35
* Make named objects set-aware. Now it is possible to create namedAndrey V. Elsukov2016-05-171-0/+3
* Add an assertion to catch a potential underflow in an array indexDon Lewis2016-05-161-0/+1
* For pointers use NULL instead of 0.Marcelo Araujo2016-05-161-1/+1
* For pointers use NULL instead of 0.Marcelo Araujo2016-05-161-1/+1
* For pointers use NULL instead of 0.Marcelo Araujo2016-05-161-4/+4
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-1610-39/+41
* routed(8): Use arc4random_uniform instead of arc4random.Pedro F. Giffuni2016-05-151-7/+2
* routed(8): Misc. cleanups to squelch Coverity.Pedro F. Giffuni2016-05-152-4/+10
* routed(8): Dereference before null check.Pedro F. Giffuni2016-05-151-1/+1
* routed(8): Avoid NULL de-reference and two possible memory leaks.Pedro F. Giffuni2016-05-151-3/+9
* Avoid NULL de-references.Pedro F. Giffuni2016-05-141-2/+2
* routed(8): Use arc4random.Pedro F. Giffuni2016-05-141-2/+2
* routed: Fix use after free.Pedro F. Giffuni2016-05-141-1/+2
* routed(8): use NULL instead of zero for pointers.Pedro F. Giffuni2016-05-1410-227/+230
* Check for socket creation success before calling bind().Don Lewis2016-05-121-10/+10
* dhclient: Fix some trivial buffer overrunsConrad Meyer2016-05-121-10/+14
* camcontrol(8): Fix another trivial double-freeConrad Meyer2016-05-111-1/+3
* camcontrol(8): Fix trival double-freeConrad Meyer2016-05-111-0/+1
* fsck_ffs: Don't overrun mount device bufferConrad Meyer2016-05-111-0/+3
* When rerooting, take the init(8) path from argv[0] instead of fetchingEdward Tomasz Napierala2016-05-111-16/+9
* When rerooting, ignore ESRCH returned from kill(2). I couldn't reproduceEdward Tomasz Napierala2016-05-111-1/+3
* Cosmetic fixes for growfs(8) - remove unneeded capitalization and a spuriousEdward Tomasz Napierala2016-05-111-4/+4
* Update the example growfs(8) manual page to include information on howEdward Tomasz Napierala2016-05-101-9/+8
* Add "camcontrol reprobe" subcommand, and implement it for da(4).Edward Tomasz Napierala2016-05-102-2/+62
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-101-2/+2
* ifconfig: fix check for 40 MHz channels while applying country/regdomain.Andriy Voskoboinyk2016-05-091-4/+0
* Add missing parameters -N and -l to reroot and halt usage()Renato Botelho2016-05-061-2/+2
* nvmecontrol.8: minor spelling fix.Pedro F. Giffuni2016-05-061-2/+2
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-046-29/+1
* Improve performance and functionality of the bitstring(3) apiAlan Somers2016-05-041-2/+2
* fsck_msdosfs: Adjust a check.Pedro F. Giffuni2016-05-041-1/+1
* Use MIN macro from sys/param.h.Marcelo Araujo2016-05-021-2/+1
* Use MIN/MAX macros from sys/param.h.Marcelo Araujo2016-05-024-11/+6
* Use MIN()/MAX() macros from sys/param.h.Marcelo Araujo2016-05-021-5/+3
* Use MIN() macro from sys/param.h.Marcelo Araujo2016-05-021-2/+1
* restore: promote some getfiles() parameters to size_t.Pedro F. Giffuni2016-05-013-34/+34
* Remove useless calls to basename().Ed Schouten2016-05-011-2/+1
* restore: fix resource handle leak.Pedro F. Giffuni2016-05-011-0/+1
* restore: drop casts for calloc().Pedro F. Giffuni2016-05-011-3/+2
* sbin: ake use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-05-015-6/+6