aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Allow mknod(8) to be only invoked with a pathname as an argument.Ed Schouten2010-01-312-32/+40
* - Handle short reads when the -P option is used. Short reads must beJaakko Heinonen2010-01-291-8/+3
* - Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd"Jaakko Heinonen2010-01-295-25/+29
* Remove stale inclusion of <ulog.h>.Ed Schouten2010-01-271-1/+0
* Revised revision 199201 (add interface description capability as inspiredXin LI2010-01-272-2/+70
* Make mdconfig(8) WARNS=6 clean:Jaakko Heinonen2010-01-222-8/+6
* Document the negnametimeo option for mount_nfs as implementedRick Macklem2010-01-211-0/+4
* Remove stale references to utmp(5) and its corresponding filenames.Ed Schouten2010-01-212-18/+7
* - Add -v argument to `camcontrol identify` command. It makes camcontrolAlexander Motin2010-01-202-16/+34
* Also output stripeoffset for consumer even if stripesize is zero, whileXin LI2010-01-181-1/+1
* Print sizes up to INT64_MAX in md_prthumanval().Jaakko Heinonen2010-01-181-5/+6
* Raise WARNS for various tools where possible.Ed Schouten2010-01-179-9/+4
* Mute some (hidden) warnings about old-style function definitions.Ed Schouten2010-01-171-2/+2
* Small fixes.Christian Brueffer2010-01-171-3/+4
* Stripe offset may be usable even without stripe size known,Xin LI2010-01-171-1/+1
* Expose stripe offset and stripe size through libgeom and geom(8) userlandXin LI2010-01-171-0/+8
* Add gmountver, disk mount verification GEOM class.Edward Tomasz Napierala2010-01-165-0/+194
* Use the newly brought %U macro.Ruslan Ermilov2010-01-151-1/+1
* Reject invalid CIDR widths rather than silently stopping at the firstEd Maste2010-01-141-4/+8
* Port the remaining apps in sbin/ to utmpx; only reboot(8).Ed Schouten2010-01-132-4/+1
* Migrate init(8) towards utmpx.Ed Schouten2010-01-132-5/+8
* Spell "Hz" correctly wherever it is user-visible.Gavin Atkinson2010-01-121-5/+5
* Cast 64-bit quantity to intptr_t rather than int so as to work properlyKirk McKusick2010-01-111-2/+2
* This update utilizes new fsck sysctl commands that allow fsck runningKirk McKusick2010-01-111-7/+82
* When renaming a directory it passes through several intermediateKirk McKusick2010-01-111-21/+109
* Add some error messages suggested in PR bin/138043. The code toKirk McKusick2010-01-072-3/+12
* This corrects a bug that manifested itself as identifying the lastKirk McKusick2010-01-071-1/+1
* Increase default block size from 4K to 64K. It was reduces 6 yeard ago,Alexander Motin2010-01-061-1/+1
* Print leading zeros in the UFS2 FSID.Gavin Atkinson2010-01-061-1/+1
* For completeness, add -s argument, manually specifying array block size.Alexander Motin2010-01-052-3/+13
* Add manual page for gcache(8).Edward Tomasz Napierala2010-01-033-2/+193
* Remove dead code. This section of code is only run in theGavin Atkinson2010-01-021-10/+4
* Remove reference to the bug in FreeBSD 2.0.Konstantin Belousov2010-01-021-8/+0
* Fix typo: s/partion/partition/Martin Blapp2010-01-021-1/+1
* Let umount build with -Wold-style-definition.Ed Schouten2009-12-301-1/+1
* ANSIfy almost all applications that use WARNS=6.Ed Schouten2009-12-297-100/+53
* ANSIfy ldconfig and the aout bits it still uses from rtld-aout.Ed Schouten2009-12-291-13/+7
* Add forgotten `void' keyword. This function has no arguments.Ed Schouten2009-12-291-1/+1
* Add missing `void' for functions without arguments.Ed Schouten2009-12-291-4/+4
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-284-5/+5
* Make umount(8) WARNS=6 clean:Xin LI2009-12-282-28/+28
* - Display current settings when run without options.Ruslan Ermilov2009-12-262-15/+30
* Implement NFSv4 ACL support for UFS.Edward Tomasz Napierala2009-12-216-14/+76
* ifconfig(8) is documented to take a ISO 3166-1 country code to set theGavin Atkinson2009-12-151-2/+5
* implement a new match option,Luigi Rizzo2009-12-153-0/+60
* fix the indentation for addr: valuesLuigi Rizzo2009-12-151-0/+2
* The default balance algorithm has changed from "split" toRuslan Ermilov2009-12-091-2/+2
* Change gmirror default balance algorithm from "split" to "load".Alexander Motin2009-12-081-1/+1
* restore setting of sin_len (was removed in 1.146 last february) asLuigi Rizzo2009-12-061-1/+3
* MFp4:Alexander Motin2009-12-061-6/+17