summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix "sysctl vm.vmtotal" output on machines with > 2TB virtual memoryasomers2016-06-241-9/+9
* pf: Filter on and set vlan PCP valueskp2016-06-172-2/+94
* ifconfig: fix wlan creation when unit number is not providedavos2016-06-081-0/+7
* Bump date on ifconfig(8) and vlan(4) to reflect the changes madearaujo2016-06-081-1/+1
* Add support to priority code point (PCP) that is an 3-bit fieldaraujo2016-06-062-6/+54
* dhclient(1): correct obvious mismatch in get_char().pfg2016-06-031-2/+2
* Address feedback from hrs@ re: r301059 (ifconfig subnet mask)allanjude2016-06-025-67/+31
* Belatedly bump .Dd date for Dummynet AQM import in r300779.truckman2016-06-021-1/+1
* ifconfig(8) now supports some output formatting optionsallanjude2016-05-315-22/+250
* Stop using the non-standard basename_r() function.ed2016-05-311-4/+10
* Add Documentation for missing ifconfig(8) flagsallanjude2016-05-291-0/+12
* Import the skein hashing algorithm, based on the threefish block cipherallanjude2016-05-292-7/+62
* Implement SHA-512 truncated (224 and 256 bits)allanjude2016-05-283-7/+39
* 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
OpenPOWER on IntegriCloud