summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable suspend when we're shutting down. This solves the "tell FreeBSDcperciva2015-10-011-0/+14
* Replace N #defines with nitems to simplify ifconfig code slightlyngie2015-09-2715-59/+23
* Add SUBDIR_PARALLEL.bdrewery2015-09-261-1/+2
* Remove disconnected directories.bdrewery2015-09-264-68/+0
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.bdrewery2015-09-254-8/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-254-8/+0
* Fix two cases where "const" were washed off pointers with strchr(3)phk2015-09-251-4/+6
* Fix /sbin/route to never look up (invalid) interface names through DNSrstone2015-09-171-0/+3
* Update META_MODE dependencies.bdrewery2015-09-172-0/+7
* Make ifconfig always exit with an error code if an important ioctl failsallanjude2015-09-161-9/+6
* Add a way to specify stripesize and stripeoffset to gnop(8). This makestrasz2015-09-152-3/+11
* - Remove #ifdef HAVE_POLL_H.hrs2015-09-101-4/+2
* - Remove GIF_{SEND,ACCEPT}_REVETHIP.hrs2015-09-101-10/+3
* The dumpfs(8) utility doesn't actually use disktab(5); remove ittrasz2015-09-031-1/+0
* Fix markup.trasz2015-09-021-2/+2
* It's 2015, and some people are still trying to use fdisk and thentrasz2015-09-029-14/+18
* pf: Remove support for 'scrub fragment crop|drop-ovl'kp2015-08-272-8/+3
* Code cleanup unused-but-set-variable spotted by gcc.araujo2015-08-251-2/+0
* Code cleanup unused-but-set-variable spotted by gcc.araujo2015-08-253-14/+4
* Upgrade libxo to 0.4.5.marcel2015-08-241-1/+1
* Add ALTQ(9) support for the CoDel algorithm.loos2015-08-214-9/+149
* Revamp camcontrol(8) fwdownload support and add the opcodes subcommand.ken2015-08-205-216/+1580
OpenPOWER on IntegriCloud