aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Reference uefi(8) from i386 boot(8)Ed Maste2014-11-141-2/+8
* Kill custom in_matroute() radix mathing function removing one rte mutex lock.Alexander V. Chernikov2014-11-113-6/+1
* Attempt to report a better error if sanitize is not supportedBryan Venteicher2014-11-091-8/+24
* Report the 1-based key numbers rather than the 0-based ones to be consistent.Poul-Henning Kamp2014-11-092-5/+18
* Overhaul if_gre(4).Andrey V. Elsukov2014-11-071-18/+43
* fsirand does not actually use libutilBaptiste Daroussin2014-11-051-2/+0
* Put "break" after err() to please coverity.Alexander V. Chernikov2014-11-041-0/+1
* Print human-readable error for "route not found" case.Alexander V. Chernikov2014-10-311-2/+11
* Build mount_nfs(8) with WARNS=6.Edward Tomasz Napierala2014-10-312-50/+59
* Make UEFI booting of 4Kn disks work:Doug Ambrisko2014-10-302-2/+4
* Remove two functions unused after r273848. Would be nice if clangEdward Tomasz Napierala2014-10-301-29/+0
* Note that the "timeout" nfs option is in tenths of a second.Edward Tomasz Napierala2014-10-301-1/+2
* Add support for "timeo", "actimeo", "noac", and "proto" optionsEdward Tomasz Napierala2014-10-302-1/+46
* Get rid of obsolete code in mount_nfs(8).Edward Tomasz Napierala2014-10-301-217/+2
* Fix documentation issue.Alexander V. Chernikov2014-10-241-2/+2
* Fix displaying non-contiguous netmasks.Alexander V. Chernikov2014-10-241-3/+4
* Show SFP+/QSFP memory map dump on higher verbose levels.Alexander V. Chernikov2014-10-231-2/+44
* Add vxlan interfaceBryan Venteicher2014-10-203-1/+721
* WARNS=3 and style fixes. No functionality change.Hiroki Sato2014-10-204-147/+147
* * Zero rule buffer.Alexander V. Chernikov2014-10-181-6/+7
* * Fix table sets handling.Alexander V. Chernikov2014-10-172-3/+4
* Add -x waittime and -X timeout options for feature parity. These areHiroki Sato2014-10-172-9/+63
* Show error when deleting non-existing rule number.Alexander V. Chernikov2014-10-131-2/+9
* * Fix zeroing individual entries via ipfw(8).Alexander V. Chernikov2014-10-131-1/+11
* Mark iscontrol(8) and iscsi_initiator(4) obsolete.Edward Tomasz Napierala2014-10-111-1/+10
* Partially fix build on !amd64Alexander V. Chernikov2014-10-102-3/+3
* Do not add late flag when file= is specified because it has a badHiroki Sato2014-10-101-8/+1
* Sync to HEAD@r272825.Alexander V. Chernikov2014-10-091-3/+13
|\
| * Revert r156046. We support setting dumpdev via loader tunable again.Andrey V. Elsukov2014-10-081-3/+13
* | * Fix use-after-free in table printing code.Alexander V. Chernikov2014-10-091-5/+6
* | Sync to HEAD@r272609.Alexander V. Chernikov2014-10-062-16/+30
|\|
| * Improve "reserved keywords" hack:Alexander V. Chernikov2014-10-061-4/+25
| * Use printb() for boolean flags in ro_opts and actor_state for LACP.Hiroki Sato2014-10-051-12/+5
* | Fix tracked interface list retrieval.Alexander V. Chernikov2014-10-051-1/+1
* | Fix GCC wardnings.Alexander V. Chernikov2014-10-042-4/+5
* | Sync to HEAD@r272516.Alexander V. Chernikov2014-10-0418-381/+555
|\|
| * Revert r272390.Hiroki Sato2014-10-021-1/+1
| * Separate option handling from SIOC[SG]LAGG to SIOC[SG]LAGGOPTS forHiroki Sato2014-10-021-22/+27
| * Add IFCAP_HWSTATS.Hiroki Sato2014-10-021-1/+1
| * Virtualize lagg(4) cloner. This change fixes a panic when tearing downHiroki Sato2014-10-012-10/+115
| * Merged from r183296.Yoshihiro Takahashi2014-09-281-2/+2
| * Refactor the code a little bit to reduce duplicated code.Xin LI2014-09-261-102/+87
| * Explicitly set errno to 0 before calling strto*.Xin LI2014-09-251-0/+3
| * The strtol(3) family of functions would set errno when it hits one.Xin LI2014-09-251-8/+16
| * Constify a parameter of name2oid. No functional change.Xin LI2014-09-231-2/+2
| * Fix a typo.Hiroki Sato2014-09-211-1/+1
| * Fix a bug which could make routed(8) daemon exit by sending a special RIPHiroki Sato2014-09-215-7/+35
| * Fix a problem that reply packets are not received when -i T option is setHiroki Sato2014-09-202-232/+166
| * Revert changes in r269180. It could cause -c N option to enter anHiroki Sato2014-09-201-8/+2
| * The lagg(4) interface is based on trunk(4) interface from OpenBSD.Marcelo Araujo2014-09-181-1/+1