aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* pf: Filter on and set vlan PCP valuesKristof Provost2016-06-172-2/+94
* ifconfig: fix wlan creation when unit number is not providedAndriy Voskoboinyk2016-06-081-0/+7
* Bump date on ifconfig(8) and vlan(4) to reflect the changes madeMarcelo Araujo2016-06-081-1/+1
* Add support to priority code point (PCP) that is an 3-bit fieldMarcelo Araujo2016-06-062-6/+54
* dhclient(1): correct obvious mismatch in get_char().Pedro F. Giffuni2016-06-031-2/+2
* Address feedback from hrs@ re: r301059 (ifconfig subnet mask)Allan Jude2016-06-025-67/+31
* Belatedly bump .Dd date for Dummynet AQM import in r300779.Don Lewis2016-06-021-1/+1
* ifconfig(8) now supports some output formatting optionsAllan Jude2016-05-315-22/+250
* Stop using the non-standard basename_r() function.Ed Schouten2016-05-311-4/+10
* Add Documentation for missing ifconfig(8) flagsAllan Jude2016-05-291-0/+12
* Import the skein hashing algorithm, based on the threefish block cipherAllan Jude2016-05-292-7/+62
* 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