aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Document the VFS FS eventsWarner Losh2020-08-191-0/+14
* Move the mount name to bit mapping into sys/mount.h so it can be shared with theWarner Losh2020-08-191-31/+4
* Three typos:Warner Losh2020-08-191-2/+2
* bectl(8): Fix output of `bectl list` for the 'Mountpoint' column.Robert Wing2020-08-191-5/+9
* Fix two typos.Warner Losh2020-08-181-2/+2
* Document the ZFS events as best I can. These are not well documented.Warner Losh2020-08-181-0/+11
* Document the AEON subsystem for the Amiga's power button.Warner Losh2020-08-181-0/+6
* Document the PMU systemWarner Losh2020-08-181-1/+73
* GEOM::rotation_rate changes are also signaled via devctl.Warner Losh2020-08-181-0/+2
* Move the possible event types into a column table to make it easier to read.Warner Losh2020-08-181-139/+97
* Modernize a bit.Warner Losh2020-08-181-14/+8
* ipfw: line up `ipfw -t list` with and without timestampEd Maste2020-08-171-1/+1
* 80211: consistently order 160 and 80+80Bjoern A. Zeeb2020-08-171-7/+22
* 80211: consistently spell 80P80Bjoern A. Zeeb2020-08-171-3/+3
* net80211 / ifconfig: cleanup the use of IEEE80211_FVHT_USEVHT*Bjoern A. Zeeb2020-08-171-18/+27
* Comment out TODO notes from bectl(8) manual pageMateusz Piotrowski2020-08-171-5/+5
* Remove an unnecessary macroMateusz Piotrowski2020-08-171-2/+2
* Use the sbput() function to write alternate superblocks so thatKirk McKusick2020-08-151-4/+3
* ifconfig(8): plug memory leak after r361790 by me.Eugene Grosbein2020-08-131-0/+1
* ipfw: make the "frag" keyword accept additional options "mf",Gleb Smirnoff2020-08-112-10/+43
* Move ifconfig SFP status functionality into libifconfigRyan Moeller2020-08-092-916/+73
* net80211/ifconfig: print hardware device name for wlan interfacesBjoern A. Zeeb2020-08-071-0/+23
* pkgbase: We can't easily have a package with either a - or a _Emmanuel Vadot2020-08-071-1/+1
* All the other printf() calls cast to (void) here, do the two newer ones forWarner Losh2020-08-071-2/+2
* Fix SIGSEGV in ipfw(8) when NAT64 prefix length is omitted.Andrey V. Elsukov2020-08-052-0/+6
* Skip sbin/route tests if jail not installed (WITHOUT_JAIL).Olivier Cochard2020-08-041-2/+2
* - Cleanups related to sparc64 removal.Yoshihiro Takahashi2020-07-281-54/+0
* Make it possible to get/set MMC frequency from camcontrolIlya Bakulin2020-07-241-6/+77
* md5: return non-zero if built-in tests (-x) failEd Maste2020-07-231-2/+4
* Add missing newlines.Alexander Motin2020-07-231-5/+5
* Add tests for "add", "change" and "delete" functionality of /sbin/route.Tom Jones2020-07-224-0/+186
* Revert that!Simon J. Gerraty2020-07-191-1/+1
* Oops missed Makefile.configSimon J. Gerraty2020-07-191-1/+1
* mount_nfs(8): document alternate form of the gssname optionGordon Bergling2020-07-171-1/+10
* Remove old devd rules for ActiveWire and Entrega Serial DB25Mateusz Piotrowski2020-07-161-18/+0
* [ipfw] quieten maybe-uninitialized errors in ipfw when compiled under mips-gc...Adrian Chadd2020-07-144-11/+10
* ipfw(8): Handle unaligned pointers in pr_u64.Mark Johnston2020-07-132-2/+2
* ipfw(8): Fix most warnings with the default WARNS level.Mark Johnston2020-07-1313-282/+308
* boot(8): fix sorting of cross referencesAllan Jude2020-07-111-4/+4
* boot(8): Add additional cross referencesAllan Jude2020-07-111-1/+5
* ping(8): Check for integer truncation when handling the value for -s.Mark Johnston2020-07-111-1/+1
* shutdown.8: Fix typoNiclas Zeising2020-07-051-1/+1
* Use KERN_MAXPHYS.Xin LI2020-07-051-19/+46
* Gather writes to larger chunks (MAXPHYS) instead of issuing them inXin LI2020-07-041-18/+58
* libifconfig: Add function to get bridge statusRyan Moeller2020-07-011-30/+3
* savecore: accept device names without the /dev/ prefixAlan Somers2020-06-291-3/+44
* ifconfig(8): optimize -f ether:dash modeAllan Jude2020-06-261-3/+3
* ifconfig(8): remove duplicate line from man pageAllan Jude2020-06-261-1/+0
* ipfw: Support the literal IPv6 address syntax in the fwd command.Mark Johnston2020-06-251-24/+35
* ipfw(8): In fill_ip6(), use a single statement for both "me" and "me6".Mark Johnston2020-06-241-7/+2