summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* MFC r304652:badger2016-08-311-2/+3
* MFC r304969:dim2016-08-311-1/+5
* MFC r304751: Fix minor copy/paste bug.mav2016-08-311-1/+1
* MFC r303062, r303567, r303593:pfg2016-08-201-4/+8
* MFC r303663:kp2016-08-171-3/+3
* MFC r303374:ae2016-08-141-1/+27
* MFC r303955:ae2016-08-141-2/+2
* MFC r303842:ae2016-08-111-10/+17
* MFC r303760:loos2016-08-091-0/+10
* MFH (r303289): update example sectiondes2016-08-051-36/+63
* MFC r303615:ae2016-08-041-5/+17
* MFC r302561,302565:ae2016-07-182-0/+4
* Add new unmount(2) flag, MNT_NONBUSY, to check whether there aretrasz2016-07-072-8/+23
* Fix a regression introduced on revision r271909, when using argument -garaujo2016-07-051-5/+2
* Hide warning about non-existent lookup tables and informational messagesae2016-07-021-5/+4
* Do not coredump if the packet is too long in the global (non-interfacephk2016-06-281-1/+1
* 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
OpenPOWER on IntegriCloud