aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Convert casperd(8) daemon to the libcasper.Mariusz Zaborski2016-02-259-1159/+21
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-2413-108/+0
* Fix bug in filling and handling ipfw's O_DSCP opcode.Andrey V. Elsukov2016-02-241-1/+1
* ifconfig(8): can't use 'name' or 'description' when creating interface with a...Kristof Provost2016-02-203-2/+24
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-02-161-0/+1
* Delete argsize to fix a -Wunused-but-set-variable warning with gcc 4.9Enji Cooper2016-02-011-2/+2
* Remove `r_tmp` to fix a -Wunused-but-set-variable warning with gcc 4.9Enji Cooper2016-02-011-6/+1
* Implement power command to list all power modes, find out the powerWarner Losh2016-01-305-1/+208
* Make pfctl(8) work on strict-alignment platforms, by copying a pair ofIan Lepore2016-01-301-5/+13
* Revert r295062 to unbreak buildworldEnji Cooper2016-01-305-208/+1
* Implement power command to list all power modes, find out the powerWarner Losh2016-01-305-1/+208
* Add pidfile support to ggated(8)Enji Cooper2016-01-283-25/+52
* Add "kldstat -h"; showing module sizes in hex is rather weird.Edward Tomasz Napierala2016-01-233-12/+35
* Add an IOCTL rr_limit to let users fine tuning the number of packets to beMarcelo Araujo2016-01-231-0/+16
* Add ldconfig -soft to process the soft float abi libraries and put itWarner Losh2016-01-181-1/+9
* Make additional parts of sys/geom/eli more usable in userspaceAllan Jude2016-01-071-0/+1
* Fix use of uninitialised NflagSteven Hartland2015-12-301-1/+1
* Fix type mismatches for malloc(3) and Co.Ulrich Spörlein2015-12-292-2/+2
* Add SFF-8024 Extended Specification ComplianceAlexander V. Chernikov2015-12-281-4/+44
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2015-12-276-7/+33
* Reduce overlinkingBaptiste Daroussin2015-12-241-1/+1
* Fix "mount -a" for NFS and ZFS filesystems with shared mountpointsAlan Somers2015-12-211-1/+9
* Add flag to disable inital reboot(8) userland syncSteven Hartland2015-12-152-7/+23
* Remove a note about damaged PMBR. Now GPT will be detected automaticallyAndrey V. Elsukov2015-12-101-11/+1
* Don't leak rsector/sector in mp_label(..)Enji Cooper2015-12-101-5/+6
* Add -t option to display field types.Marcelo Araujo2015-12-102-12/+30
* Increase devd's client socket buffer size to 256KB. This is not as large asAlan Somers2015-12-091-6/+17
* Call va_end on ap when vsnprintf fails in run_cmd(..) to clean upEnji Cooper2015-12-091-0/+1
* Fix leak in mkfs_msdos(..) by initializing img to NULL and free'ing at the endEnji Cooper2015-12-061-40/+47
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-2/+1
* For INTERNALLIB always add in the corresponding _DP_ and use LIBADD inBryan Drewery2015-12-041-0/+2
* 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