summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* sysctl(8): make WARNS=3 cleanuqs2010-02-152-12/+18
* Bump WARNS where possible.uqs2010-02-157-11/+4
* Rename fields to match better the msdosfs headers. This work is stillkib2010-02-145-106/+106
* Bug fixes from NetBSDkib2010-02-147-70/+100
* License changes from NetBSD.kib2010-02-148-56/+0
* Rename variables to match msdosfs headers.kib2010-02-142-249/+250
* Some cleanups from NetBSD:kib2010-02-142-20/+23
* When growing a UFS1 filesystem, we need to initialise all inodes in any newgavin2010-02-131-4/+2
* Don't try to determine tape block size when the -P option is used.jh2010-02-131-1/+1
* One last pass to get all the unsigned comparisons correct.mckusick2010-02-111-10/+13
* Quiet spurious warnings.mckusick2010-02-111-8/+8
* Quiet spurious warnings.mckusick2010-02-111-2/+2
* Ensure that newfs will never create a filesystem with more than 2^32mckusick2010-02-103-47/+67
* - Remove reference to nfs4. mount_nfs4(8) was removed in r192578.jh2010-02-101-2/+2
* Add -i to usage()gavin2010-02-091-1/+1
* Add the -i option to the synopsis.gavin2010-02-061-2/+2
* Correct two typos.delphij2010-02-061-2/+2
* Add the long missing "destroy" option.mjacob2010-02-041-0/+4
* Introduce '[ipaddr]:path' notation.ume2010-02-042-9/+26
* Shortening a passphrase caused wrong authentication key to be used.ru2010-02-041-0/+1
* static'ify function prototypes and convert K&R to ANSI.delphij2010-02-031-24/+23
* pukeText is an internal function so define it as static rather thandelphij2010-02-032-2/+3
* Plug two memory leaks in error case.delphij2010-02-032-2/+5
* - Give ATA/SATA SIMs info about ATAPI packet size, supported by device.mav2010-02-021-2/+14
* 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
OpenPOWER on IntegriCloud