aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Replace N #defines with nitems to simplify ifconfig code slightlyEnji Cooper2015-09-2715-59/+23
* Add SUBDIR_PARALLEL.Bryan Drewery2015-09-261-1/+2
* Remove disconnected directories.Bryan Drewery2015-09-264-68/+0
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.Bryan Drewery2015-09-254-8/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-254-8/+0
* Fix two cases where "const" were washed off pointers with strchr(3)Poul-Henning Kamp2015-09-251-4/+6
* Fix /sbin/route to never look up (invalid) interface names through DNSRyan Stone2015-09-171-0/+3
* Update META_MODE dependencies.Bryan Drewery2015-09-172-0/+7
* Make ifconfig always exit with an error code if an important ioctl failsAllan Jude2015-09-161-9/+6
* Add a way to specify stripesize and stripeoffset to gnop(8). This makesEdward Tomasz Napierala2015-09-152-3/+11
* - Remove #ifdef HAVE_POLL_H.Hiroki Sato2015-09-101-4/+2
* - Remove GIF_{SEND,ACCEPT}_REVETHIP.Hiroki Sato2015-09-101-10/+3
* The dumpfs(8) utility doesn't actually use disktab(5); remove itEdward Tomasz Napierala2015-09-031-1/+0
* Fix markup.Edward Tomasz Napierala2015-09-021-2/+2
* It's 2015, and some people are still trying to use fdisk and thenEdward Tomasz Napierala2015-09-029-14/+18
* pf: Remove support for 'scrub fragment crop|drop-ovl'Kristof Provost2015-08-272-8/+3
* Code cleanup unused-but-set-variable spotted by gcc.Marcelo Araujo2015-08-251-2/+0
* Code cleanup unused-but-set-variable spotted by gcc.Marcelo Araujo2015-08-253-14/+4
* Upgrade libxo to 0.4.5.Marcel Moolenaar2015-08-241-1/+1
* Add ALTQ(9) support for the CoDel algorithm.Luiz Otavio O Souza2015-08-214-9/+149
* Revamp camcontrol(8) fwdownload support and add the opcodes subcommand.Kenneth D. Merry2015-08-205-216/+1580
* Use arc4random_buf(). While there, unifdef the code for HAVE_ARC4RANDOM.Xin LI2015-08-162-16/+2
* In ipfw2, avoid left-shifting negative integers, which is undefined.Dimitry Andric2015-08-121-4/+4
* Make LAG LACP fast timeout tunable through IOCTL.Hiren Panchasara2015-08-122-1/+9
* Fix a few mandoc warnings.Christian Brueffer2015-08-122-2/+0
* sbin/ipfw fix typo: info -> intoMark Felder2015-08-101-1/+1
* Allow to disable BIO_DELETE passthru in fstab for swap-on-geli devices byPawel Jakub Dawidek2015-08-081-4/+6
* Enable BIO_DELETE passthru in GELI, so TRIM/UNMAP can work as expected whenPawel Jakub Dawidek2015-08-082-15/+82
* Whoops, wrong flag.Edward Tomasz Napierala2015-08-061-1/+1
* Tweak mdconfig(8) manual page, in particular revise the EXAMPLESEdward Tomasz Napierala2015-08-061-47/+46
* Fix a bug which could make routed(8) daemon exit by sending a special RIPXin LI2015-08-051-0/+6
* Fix ipfw range deletion.Alexander V. Chernikov2015-08-031-3/+8
* Add support for keys that include 4 byte SALT values,George V. Neville-Neil2015-07-312-2/+25
* Summary: Remove unsupported 3des-deriv encryption algorithm from documentation.George V. Neville-Neil2015-07-311-1/+0
* Teach sysctl about the new optional suffix after IK to specifyWarner Losh2015-07-291-8/+42
* Add missing SIGUSR1 description.Edward Tomasz Napierala2015-07-241-1/+2
* mount_nfs: Be more clear on nmount(2) error with errmsg unsetConrad Meyer2015-07-221-1/+2
* nvmecontrol: read controller identify data before any log page operationsJim Harris2015-07-221-1/+2
* lseek() allows an offset to be set beyond the end of file. UsingAndrey V. Elsukov2015-07-211-7/+4
* Only report the lack of ALTQ support if pfctl is using verbose (-v) mode.George V. Neville-Neil2015-07-201-1/+1
* Document suspend/resume notification in devd.conf(5).Edward Tomasz Napierala2015-07-181-0/+4
* Add CARP events description to devd.conf(5).Edward Tomasz Napierala2015-07-181-1/+21
* Fix contraction spotted by igor(1) and remove 2 .Ed spotted by mandoc(1).Marcelo Araujo2015-07-181-7/+5
* Describe how to load gmultipath at boot time.Marcelo Araujo2015-07-171-1/+11
* fix the docs, the number of frags per inode (NFPI) changed in r228794John-Mark Gurney2015-07-151-4/+4
* Add a new option to gpart(8) to fix Lenovo BIOS boot issueAllan Jude2015-07-151-1/+7
* Cleanup; mostly language with a little bit of mdoc style.Christian Brueffer2015-07-143-17/+18
* Unbreak ggatec and ggatel on i386 after r238119, which added two moreChristian Brueffer2015-07-142-0/+2
* If ggated's exports_find() fails, the connection is removed beforeChristian Brueffer2015-07-141-1/+1
* Since the case where secflavor < 0 indicates the security flavor isRick Macklem2015-07-071-2/+2