aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Change the printf format string to match the variable type to quietJohn Baldwin2009-06-081-2/+2
* Permit the specification of bandwidth values withinLuigi Rizzo2009-06-082-40/+72
* add a missing format in a printfLuigi Rizzo2009-06-081-1/+1
* Make the size (-s) and start (-b) parameters of the add verb optional.Marcel Moolenaar2009-06-081-2/+126
* Fix and add a workaround on an issue of EtherIP packet with reversedHiroki Sato2009-06-072-0/+133
* Allow humanized numbers for LBAs, as well as partition indices forMarcel Moolenaar2009-06-073-21/+120
* Several ipfw options and actions use a 16-bit argument to indicateLuigi Rizzo2009-06-051-3/+3
* remove a printf that was only useful for debugging.Luigi Rizzo2009-06-051-2/+0
* Bump document date.Benno Rice2009-06-051-1/+1
* Perform some checking on the requested list of modules to warn people if theyBenno Rice2009-06-042-9/+142
* style(9) pass prior to further changes.Benno Rice2009-06-041-32/+37
* track rename of CSA ieSam Leffler2009-06-041-1/+1
* Correct comment.Pawel Jakub Dawidek2009-06-031-1/+1
* Initialize iov and iovlen before use.Pawel Jakub Dawidek2009-06-021-0/+2
* - Use volatile for signal variables.Ulf Lilleengen2009-06-021-2/+2
* Code for parsing nmount options in kernel was mergedCraig Rodrigues2009-06-011-1/+1
* - Use sig_atomic_t for signal handler variables.Ulf Lilleengen2009-05-291-2/+2
* - Move from mount(2) to nmount(2). This should allow to convert MNT_SNAPSHOTPawel Jakub Dawidek2009-05-293-40/+54
* Make dump -W show the level correctly.Brian Somers2009-05-291-1/+1
* Add support for the experimental nfs client to mount_nfs. TheRick Macklem2009-05-274-8/+173
* Bump the document date to reflect the 'p' command enhancements.Brian Somers2009-05-251-1/+1
* o Fix typo in the example.Maxim Konovalov2009-05-251-1/+1
* Enhance the 'p' command so that it understands size qualifiers (K/M/G) andBrian Somers2009-05-252-6/+118
* Make 'struct acl' larger, as required to support NFSv4 ACLs. ProvideEdward Tomasz Napierala2009-05-221-1/+1
* Remove the unmaintained University of Michigan NFSv4 client from 8.xRobert Watson2009-05-227-753/+6
* Add links to libgeom(3) where appropriate.Edward Tomasz Napierala2009-05-191-0/+1
* Do no spam the ifconfig output for the aggregated interface with 'laggdev lag...Andrew Thompson2009-04-301-2/+1
* Slightly improve gjournal documentation.Edward Tomasz Napierala2009-04-293-2/+8
* Let pflogd's Makefile just use WARNS instead of changing CFLAGS.Ed Schouten2009-04-231-1/+2
* Correct the information about when the respective functionality firstChristian Brueffer2009-04-231-1/+1
* ifconfig(8) no longer needs to know how to print the IFF_NEEDSGIANT flag,Robert Watson2009-04-181-1/+1
* The structs ifaliasreq and in_aliasreq have exactly the same layout andBrooks Davis2009-04-151-2/+2
* Extend route command:Kip Macy2009-04-142-11/+24
* Style fixes to the newfs_msdos manpage.Ed Schouten2009-04-111-8/+9
* Update documentation (forgotten in r190929).Ed Schouten2009-04-111-4/+5
* Do not prepend /dev/ when -C is used.Ed Schouten2009-04-112-5/+7
* When using -C, do not warn when the file is not a character device, but warn ...Ed Schouten2009-04-111-2/+7
* Fix a bug in r185587.Ed Schouten2009-04-111-2/+3
* Use ftruncate() instead of lseek()+write()+lseek() to set the createdEd Schouten2009-04-111-5/+1
* De-static local variables in main() (which is not recursive) and const-ifyEd Schouten2009-04-111-10/+10
* Show -@ and -C in usage, which were added in r185587.Ed Schouten2009-04-111-0/+2
* Clean up the usage() function to use a single fprintf().Ed Schouten2009-04-111-26/+25
* Fix broken case where caused by last patch whereRandall Stewart2009-04-111-1/+2
* Kill hard sentence break added in the previous revision.Tom Rhodes2009-04-111-1/+4
* Bump doc date for previous changes.Tom Rhodes2009-04-111-1/+1
* - Better wording in comment.Ulf Lilleengen2009-04-101-1/+1
* - Implement the grow command to make it easier for users to extend plexesUlf Lilleengen2009-04-102-7/+95
* - Move logic for finding a unique drive name into its own routine for futureUlf Lilleengen2009-04-101-5/+12
* - Move out allocation part of different gvinum objects into its own routine andUlf Lilleengen2009-04-101-2/+1
* Add emulation of delay profiles, which lets you model variousLuigi Rizzo2009-04-093-2/+403