aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* META MODE: Connect MK_NAND directories.Bryan Drewery2015-12-022-0/+40
* Don't add LIBADD=ipf to libipf itself.Bryan Drewery2015-12-011-0/+2
* Add more text to explain --libxo flag.Craig Rodrigues2015-12-011-1/+11
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-013-0/+26
* Update dependencies after r291406 added libelf to libkvm.Bryan Drewery2015-12-0110-0/+10
* Convert ifconfig to use lib80211.Adrian Chadd2015-11-304-864/+11
* Use netbsd usage() implementation in newfs_msdosEd Maste2015-11-271-27/+14
* mkfs_msdos: sync with NetBSDEd Maste2015-11-271-3/+8
* [ifconfig] handle IBSS mediatype correctly.Adrian Chadd2015-11-261-0/+2
* Remove redundant DPSRCS which were already in SRCS.Bryan Drewery2015-11-255-9/+0
* newfs_msdos: rework error handling for eventual use in makefsEd Maste2015-11-232-98/+191
* Update $NetBSD$ IDEd Maste2015-11-231-1/+1
* Fix dumpon compatibility with dumpdev kenvSteven Hartland2015-11-231-4/+19
* Convert to SUBDIR.yes format.Bryan Drewery2015-11-181-60/+20
* If you backup a large file that is mostly holes, previously we'd issueJohn-Mark Gurney2015-11-161-3/+27
* Fix resource leaks in error cases.Edward Tomasz Napierala2015-11-111-8/+9
* 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