aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix missing substitution of @SBINDIR@ in resolvconf scriptsEric Badger2016-08-231-2/+3
* Remove the kernel optoion for IPSEC_FILTERTUNNEL, which was deprecatedBjoern A. Zeeb2016-08-211-3/+2
* Fsck_ufs was using an int rather than a ufs2_daddr_t to store theKirk McKusick2016-08-194-13/+15
* Add an ability to attach comment to check-state rules.Andrey V. Elsukov2016-08-141-1/+10
* Do not warn about ambiguous state name when we inspect a comment token.Andrey V. Elsukov2016-08-141-7/+10
* Make statistics nat64lsn, nat64stl an nptv6 output netstat-like:Andrey V. Elsukov2016-08-143-43/+87
* Add `stats reset` command implementation to NPTv6 moduleAndrey V. Elsukov2016-08-132-3/+31
* Add ipfw_nat64 module that implements stateless and stateful NAT64.Andrey V. Elsukov2016-08-138-8/+1636
* Restore "nat global" support.Andrey V. Elsukov2016-08-111-2/+2
* Fix formatting of setfib opcode.Andrey V. Elsukov2016-08-081-2/+5
* Fix constructing of setdscp opcode with tablearg keyword.Andrey V. Elsukov2016-08-081-8/+12
* Fix a regression in pf.conf while parsing the 'interval' keyword.Luiz Otavio O Souza2016-08-051-0/+10
* pfctl: Make most global variables static.Kristof Provost2016-08-046-52/+53
* pfctl: Add missing __FBSDID to pfctl_osfp.cKristof Provost2016-08-041-0/+3
* [etherswitch] add LED API to the documentation and command line tool.Adrian Chadd2016-08-042-34/+85
* Fix misleading description of the -b option in the geli init command.Mariusz Zaborski2016-08-031-2/+2
* pfctl: Use const where possible.Kristof Provost2016-08-023-14/+14
* pfctl: Match prototype of pfctl_load_hostid.Kristof Provost2016-08-021-1/+1
* pfctl: Allow TOS bits to be clearedKristof Provost2016-08-021-3/+3
* An old tables implementation had all tables preallocated,Andrey V. Elsukov2016-08-011-5/+17
* resolvconf(8) now needs an additional @RESTARTCMD@ replacement when installing.Pedro F. Giffuni2016-07-311-5/+8
* resolvconf(8) now needs an additional @RESTARTCMD@ replacement when installing.Pedro F. Giffuni2016-07-311-0/+1
* Use nitems() from sys/param.h.Marcelo Araujo2016-07-301-2/+2
* Due to dropped mbuf in netisr queue route(8) can fall into infinityAndrey V. Elsukov2016-07-271-1/+27
* Rewrite the GPT and MBR examples. For GPT, ensure that the boot partitionDag-Erling Smørgrav2016-07-251-36/+63
* Add named dynamic states support to ipfw(4).Andrey V. Elsukov2016-07-192-20/+122
* Add ipfw_nptv6 module that implements Network Prefix Translation for IPv6Andrey V. Elsukov2016-07-186-1/+471
* r302561 broke buildworld. This patch fixes that.Cy Schubert2016-07-111-0/+3
* Flush buffer after output. This fixes adding new data to alreadyAndrey V. Elsukov2016-07-111-0/+1
* Add new unmount(2) flag, MNT_NONBUSY, to check whether there areEdward Tomasz Napierala2016-07-072-8/+23
* Fix a regression introduced on revision r271909, when using argument -gMarcelo Araujo2016-07-051-5/+2
* Hide warning about non-existent lookup tables and informational messagesAndrey V. Elsukov2016-07-021-5/+4
* Do not coredump if the packet is too long in the global (non-interfacePoul-Henning Kamp2016-06-281-1/+1
* Fix "sysctl vm.vmtotal" output on machines with > 2TB virtual memoryAlan Somers2016-06-241-9/+9
* 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