summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Implement the "-i" option to sysctl(8), to ignore failures whilegavin2010-01-312-4/+15
* Allow mknod(8) to be only invoked with a pathname as an argument.ed2010-01-312-32/+40
* - Handle short reads when the -P option is used. Short reads must bejh2010-01-291-8/+3
* - Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd"jh2010-01-295-25/+29
* Remove stale inclusion of <ulog.h>.ed2010-01-271-1/+0
* Revised revision 199201 (add interface description capability as inspireddelphij2010-01-272-2/+70
* Make mdconfig(8) WARNS=6 clean:jh2010-01-222-8/+6
* Document the negnametimeo option for mount_nfs as implementedrmacklem2010-01-211-0/+4
* Remove stale references to utmp(5) and its corresponding filenames.ed2010-01-212-18/+7
* - Add -v argument to `camcontrol identify` command. It makes camcontrolmav2010-01-202-16/+34
* Also output stripeoffset for consumer even if stripesize is zero, whiledelphij2010-01-181-1/+1
* Print sizes up to INT64_MAX in md_prthumanval().jh2010-01-181-5/+6
* Raise WARNS for various tools where possible.ed2010-01-179-9/+4
* Mute some (hidden) warnings about old-style function definitions.ed2010-01-171-2/+2
* Small fixes.brueffer2010-01-171-3/+4
* Stripe offset may be usable even without stripe size known,delphij2010-01-171-1/+1
* Expose stripe offset and stripe size through libgeom and geom(8) userlanddelphij2010-01-171-0/+8
* Add gmountver, disk mount verification GEOM class.trasz2010-01-165-0/+194
* Use the newly brought %U macro.ru2010-01-151-1/+1
* Reject invalid CIDR widths rather than silently stopping at the firstemaste2010-01-141-4/+8
* Port the remaining apps in sbin/ to utmpx; only reboot(8).ed2010-01-132-4/+1
* Migrate init(8) towards utmpx.ed2010-01-132-5/+8
* Spell "Hz" correctly wherever it is user-visible.gavin2010-01-121-5/+5
* Cast 64-bit quantity to intptr_t rather than int so as to work properlymckusick2010-01-111-2/+2
* This update utilizes new fsck sysctl commands that allow fsck runningmckusick2010-01-111-7/+82
* When renaming a directory it passes through several intermediatemckusick2010-01-111-21/+109
* Add some error messages suggested in PR bin/138043. The code tomckusick2010-01-072-3/+12
* This corrects a bug that manifested itself as identifying the lastmckusick2010-01-071-1/+1
* Increase default block size from 4K to 64K. It was reduces 6 yeard ago,mav2010-01-061-1/+1
* Print leading zeros in the UFS2 FSID.gavin2010-01-061-1/+1
* For completeness, add -s argument, manually specifying array block size.mav2010-01-052-3/+13
* Add manual page for gcache(8).trasz2010-01-033-2/+193
* Remove dead code. This section of code is only run in thegavin2010-01-021-10/+4
* Remove reference to the bug in FreeBSD 2.0.kib2010-01-021-8/+0
* Fix typo: s/partion/partition/mbr2010-01-021-1/+1
* Let umount build with -Wold-style-definition.ed2009-12-301-1/+1
* ANSIfy almost all applications that use WARNS=6.ed2009-12-297-100/+53
* ANSIfy ldconfig and the aout bits it still uses from rtld-aout.ed2009-12-291-13/+7
* Add forgotten `void' keyword. This function has no arguments.ed2009-12-291-1/+1
* Add missing `void' for functions without arguments.ed2009-12-291-4/+4
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-284-5/+5
* Make umount(8) WARNS=6 clean:delphij2009-12-282-28/+28
* - Display current settings when run without options.ru2009-12-262-15/+30
* Implement NFSv4 ACL support for UFS.trasz2009-12-216-14/+76
* ifconfig(8) is documented to take a ISO 3166-1 country code to set thegavin2009-12-151-2/+5
* implement a new match option,luigi2009-12-153-0/+60
* fix the indentation for addr: valuesluigi2009-12-151-0/+2
* The default balance algorithm has changed from "split" toru2009-12-091-2/+2
* Change gmirror default balance algorithm from "split" to "load".mav2009-12-081-1/+1
* restore setting of sin_len (was removed in 1.146 last february) asluigi2009-12-061-1/+3
OpenPOWER on IntegriCloud