summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix leak in mkfs_msdos(..) by initializing img to NULL and free'ing at the endngie2015-12-061-40/+47
* Fix LDADD/DPADD that should be LIBADD.bdrewery2015-12-041-2/+1
* For INTERNALLIB always add in the corresponding _DP_ and use LIBADD inbdrewery2015-12-041-0/+2
* META MODE: Connect MK_NAND directories.bdrewery2015-12-022-0/+40
* Don't add LIBADD=ipf to libipf itself.bdrewery2015-12-011-0/+2
* Add more text to explain --libxo flag.rodrigc2015-12-011-1/+11
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-013-0/+26
* Update dependencies after r291406 added libelf to libkvm.bdrewery2015-12-0110-0/+10
* Convert ifconfig to use lib80211.adrian2015-11-304-864/+11
* Use netbsd usage() implementation in newfs_msdosemaste2015-11-271-27/+14
* mkfs_msdos: sync with NetBSDemaste2015-11-271-3/+8
* [ifconfig] handle IBSS mediatype correctly.adrian2015-11-261-0/+2
* Remove redundant DPSRCS which were already in SRCS.bdrewery2015-11-255-9/+0
* newfs_msdos: rework error handling for eventual use in makefsemaste2015-11-232-98/+191
* Update $NetBSD$ IDemaste2015-11-231-1/+1
* Fix dumpon compatibility with dumpdev kenvsmh2015-11-231-4/+19
* Convert to SUBDIR.yes format.bdrewery2015-11-181-60/+20
* If you backup a large file that is mostly holes, previously we'd issuejmg2015-11-161-3/+27
* Fix resource leaks in error cases.trasz2015-11-111-8/+9
* Userspace part of reroot support. This makes it possible to changetrasz2015-11-085-22/+316
* savecore(8): Be quiet unless the user asks for verbosecem2015-11-071-7/+10
* Follow-up to r290475: Add sysctl(8) support for added typescem2015-11-071-28/+81
* Always check the return value of lseek.asomers2015-11-061-6/+4
* Add sysctl to control LACP strict compliance defaultsmh2015-11-061-1/+16
* ifconfig: fix padding for '<ifname> scan' command outputavos2015-11-061-2/+2
* Implement `ipfw internal olist` command to list named objects.ae2015-11-032-0/+42
* pfctl: Fix uninitialised veriablekp2015-11-011-0/+1
* Use more appropriate ${SHAREDIR} rather than /usr/share.bdrewery2015-10-271-2/+2
* Limit RESOLUTION_MAX to INT_MAX, not UINT_MAX (all spelled out) so thengie2015-10-251-1/+1
* Fix various Coverity issues in sbin/savecore/savecore.c:asomers2015-10-231-6/+6
* sysctl(8): Fix style nitscem2015-10-231-5/+6
* Sysctl: Add common support for U8, U16 typescem2015-10-221-0/+28
* Fix a ton of speelling errorseadler2015-10-217-12/+12
* newfs_msdos: use NetBSD's mkfs_msdos.h verbatim for makefs compatibilityemaste2015-10-201-42/+50
* Make libxo depend on libutil because it uses humanize_number after r287111ngie2015-10-181-1/+1
* Replace /dev/acd0 with /dev/cd1ngie2015-10-171-3/+3
* newfs_msdos: prefer snprintf to sprintfemaste2015-10-161-1/+1
* newfs_msdos: move mkfs_msdos to separate file for later use in makefsemaste2015-10-154-835/+918
* newfs_msdos: rework option parsing to match NetBSDemaste2015-10-151-125/+162
* Replace references to /dev/acd0 with /dev/cd0ngie2015-10-131-2/+2
* casperd: bump default socket queue length to SOMAXCONN; make length configura...adrian2015-10-132-6/+18
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-126-18/+1
* Remove compatibility shims for legacy ATA device names.mav2015-10-111-3/+0
* Add 'p' postfix to mdconfig(8).trasz2015-10-102-6/+9
* Make geom_nop(4) collect statistics on all types of BIOs, not justtrasz2015-10-101-4/+5
* Only print the errno string in case sysctl(3) does not file with ENOENTbapt2015-10-071-1/+5
* Trim spaces at the end of the buffer before trying to convert it to an oidbapt2015-10-071-0/+6
* Now that we own the code, use arc4random(3) unconditionallydelphij2015-10-061-1/+1
* Fix possible segmentation fault.ae2015-10-031-1/+1
* META_MODE: For some reason meta mode cannot generate the intermediate tab.cbdrewery2015-10-021-6/+18
OpenPOWER on IntegriCloud