aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Userspace part of reroot support. This makes it possible to changeEdward Tomasz Napierala2015-11-085-22/+316
* savecore(8): Be quiet unless the user asks for verboseConrad Meyer2015-11-071-7/+10
* Follow-up to r290475: Add sysctl(8) support for added typesConrad Meyer2015-11-071-28/+81
* Always check the return value of lseek.Alan Somers2015-11-061-6/+4
* Add sysctl to control LACP strict compliance defaultSteven Hartland2015-11-061-1/+16
* ifconfig: fix padding for '<ifname> scan' command outputAndriy Voskoboinyk2015-11-061-2/+2
* Implement `ipfw internal olist` command to list named objects.Andrey V. Elsukov2015-11-032-0/+42
* pfctl: Fix uninitialised veriableKristof Provost2015-11-011-0/+1
* Use more appropriate ${SHAREDIR} rather than /usr/share.Bryan Drewery2015-10-271-2/+2
* Limit RESOLUTION_MAX to INT_MAX, not UINT_MAX (all spelled out) so theEnji Cooper2015-10-251-1/+1
* Fix various Coverity issues in sbin/savecore/savecore.c:Alan Somers2015-10-231-6/+6
* 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