summaryrefslogtreecommitdiffstats
path: root/sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* The common autolayout with all partitions needs not at least 10GB to beclaudio2018-12-041-3/+3
* handle tunnel ecn configuration and reporting.dlg2018-11-291-1/+26
* Remove (unused) FS_BOOT training wheels. If you are allowed to newfs akrw2018-11-252-8/+2
* FS_BOOT partitions are just partitions. Not free(ish) space.krw2018-11-251-2/+1
* print more details about the join'd networks we have saved when a user runsphessler2018-11-251-5/+72
* merge the wpa related settings, instead of overriding themphessler2018-11-251-21/+23
* when printing essids return the number of chars we printed, like printfphessler2018-11-201-5/+9
* sort previous;jmc2018-11-161-8/+8
* vlan uses txprio toodlg2018-11-161-1/+8
* document txpriodlg2018-11-161-1/+12
* gre has a few siblings nowdlg2018-11-161-3/+15
* scrub opts dont set tos, so remove it from the scrub_opts structdlg2018-11-151-2/+1
* Warn on deprecated 'vlan' and 'vlandev' option usagekn2018-11-141-1/+7
* Fix previous, which broke ping -T.dhill2018-11-131-2/+2
* add support for txprio settings on interfacesdlg2018-11-121-1/+66
* Restart when SSID change is noted in RTM_80211INFO. Thus ensuringkrw2018-11-121-2/+16
* Recognize and display new RTM_80211INFO messages.krw2018-11-121-3/+47
* make all the setsockopt calls consistent.dlg2018-11-111-35/+37
* Sometimes autoindenting is too helpful.krw2018-11-111-3/+3
* As get_hw_address() is called early and unconditionally setskrw2018-11-112-20/+16
* let -D work on ping6 too.dlg2018-11-102-9/+13
* Unbreak `-D macro=value' (r1.686 regression)kn2018-11-101-3/+3
* Use tick_msg(INT64_MAX) when LLADDR changes.krw2018-11-101-1/+2
* If tick_msg() is passed a start of INT64_MAX (a.k.a. the end of time)krw2018-11-101-1/+10
* Eliminate single use variables 'tickstop' that confuse ticking andkrw2018-11-101-16/+10
* Fix vnetid rangekn2018-11-102-5/+5
* Stop passing value+3 as the start time for tick_msg(). Just #definekrw2018-11-101-17/+15
* The tick messages ("no link...", "no lease...") have had a hardkrw2018-11-101-12/+18
* add support for setting the traffic class on ipv6 packets.dlg2018-11-102-8/+17
* Abstract a separate function to scan the list provided by getifaddrs()krw2018-11-091-39/+37
* sync cmdline_symset() changes with src/usr.sbin; OK sashan@ claudio@miko2018-11-073-19/+9
* vm.malloc_conf, userland sysctl parts; ok millert@ deraadt@otto2018-11-061-2/+3
* Kill obsolete comment about the constraints imposed by the need tokrw2018-11-041-7/+1
* No names in function prototypes. Spaces after commas inkrw2018-11-043-7/+7
* No need to say 'restarting' twice when LLADDR is modified. Log "LLADDRkrw2018-11-031-4/+3
* When reacting to SIGHUP, i.e. trying to restart, ignore incomingkrw2018-11-023-6/+17
* - odd condition/test in PF lexersashan2018-11-013-6/+9
* use PFR_RB_NONE consistentlykn2018-10-151-6/+10
* Trust the resolver to give us a sockaddr_in6 sized objectflorian2018-10-151-3/+1
* The struct members addr and dstaddr in struct if_laddrreq are structflorian2018-10-151-7/+1
* Fix ID commentskn2018-10-141-4/+4
* Remove unneeded sockaddr size checkskn2018-10-141-7/+1
* deny non-contiguous netmaskdenis2018-09-301-1/+4
* Use atomic operations to update vfc_refcount. Change the field's typevisa2018-09-291-3/+3
* add missing unveil(2) of an arbitrary kernel (when -N is used), or _PATH_UNIX bymestre2018-09-281-1/+5
* related to the fsck changes, quotacheck must also determine & setupderaadt2018-09-261-1/+3
* After opening required descriptors, savecore only plays in one directoryderaadt2018-09-241-1/+5
* Use unveil(2). These programs fit together in various strange ways,deraadt2018-09-248-15/+44
* Harmonize spacing after ellipses in displayed messages.fcambus2018-09-221-2/+2
* Revert previous. It broke /etc/rc.visa2018-09-221-8/+65