aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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