aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* sysctl(8): Fix style nitsConrad Meyer2015-10-231-5/+6
* Sysctl: Add common support for U8, U16 typesConrad Meyer2015-10-221-0/+28
* Fix a ton of speelling errorsEitan Adler2015-10-217-12/+12
* newfs_msdos: use NetBSD's mkfs_msdos.h verbatim for makefs compatibilityEd Maste2015-10-201-42/+50
* Make libxo depend on libutil because it uses humanize_number after r287111Enji Cooper2015-10-181-1/+1
* Replace /dev/acd0 with /dev/cd1Enji Cooper2015-10-171-3/+3
* newfs_msdos: prefer snprintf to sprintfEd Maste2015-10-161-1/+1
* newfs_msdos: move mkfs_msdos to separate file for later use in makefsEd Maste2015-10-154-835/+918
* newfs_msdos: rework option parsing to match NetBSDEd Maste2015-10-151-125/+162
* Replace references to /dev/acd0 with /dev/cd0Enji Cooper2015-10-131-2/+2
* casperd: bump default socket queue length to SOMAXCONN; make length configura...Adrian Chadd2015-10-132-6/+18
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-126-18/+1
* Remove compatibility shims for legacy ATA device names.Alexander Motin2015-10-111-3/+0
* Add 'p' postfix to mdconfig(8).Edward Tomasz Napierala2015-10-102-6/+9
* Make geom_nop(4) collect statistics on all types of BIOs, not justEdward Tomasz Napierala2015-10-101-4/+5
* Only print the errno string in case sysctl(3) does not file with ENOENTBaptiste Daroussin2015-10-071-1/+5
* Trim spaces at the end of the buffer before trying to convert it to an oidBaptiste Daroussin2015-10-071-0/+6
* Now that we own the code, use arc4random(3) unconditionallyXin LI2015-10-061-1/+1
* Fix possible segmentation fault.Andrey V. Elsukov2015-10-031-1/+1
* META_MODE: For some reason meta mode cannot generate the intermediate tab.cBryan Drewery2015-10-021-6/+18
* Disable suspend when we're shutting down. This solves the "tell FreeBSDColin Percival2015-10-011-0/+14
* 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