aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix the mount_mfs case from the last cleanup. The code was (ab)usingPeter Wemm1997-03-311-1/+17
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-312-3/+3
* Move uucplock into libutil and create a manual page.Brian Somers1997-03-303-166/+4
* Fix mount call for devfs.Poul-Henning Kamp1997-03-301-2/+1
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-2946-69/+69
* Make this compile after the fsirand changes that deleted two fields.Peter Wemm1997-03-281-2/+2
* Add code that will reject nfs requests in teh kernel from nonprivilegedGuido van Rooij1997-03-271-1/+14
* Update HISTORY to reflect that this will first appear in 2.2.5.Mike Pritchard1997-03-271-1/+1
* Typo fix (now how did that one get by me :-).Mike Pritchard1997-03-271-1/+1
* Get rid of __progname. I thought I already did that...Guido van Rooij1997-03-261-4/+2
* Typo police. Also update HISTORY to reflect when this first appearedMike Pritchard1997-03-241-3/+6
* Include missing <time.h>Andrey A. Chernov1997-03-241-0/+4
* Cleanup STANDALONE stuffAndrey A. Chernov1997-03-241-28/+43
* Fix small race window when creating portal socket.Warner Losh1997-03-242-2/+8
* Use mkstemp rather than mktemp to prevent a small race.Warner Losh1997-03-242-22/+22
* Reactivated dumplfs and newlfs.Bruce Evans1997-03-241-4/+2
* Changed MAN to MAN8 so that this builds.Bruce Evans1997-03-241-1/+1
* Add generation number randomization. Newly created filesystems wil nowGuido van Rooij1997-03-236-7/+449
* Mdoc cleanup.Mike Pritchard1997-03-191-71/+116
* patch up some "int *" vs. "time_t *" (long) mismatches. They could bePeter Wemm1997-03-183-6/+12
* Restore check for ridiculous directory sizes.Peter Wemm1997-03-183-6/+6
* Document the -a option in .Fl form instead of .Cm form to be consistantPeter Wemm1997-03-151-2/+2
* The -a option (autosize) option got mangled during the Lite2 merge.Peter Wemm1997-03-151-3/+2
* Fixed bogus casts from (int32_t *) to (time_t *).Bruce Evans1997-03-131-4/+8
* Kill the Lite2 early "filesystem clean abort" check and go back toPeter Wemm1997-03-136-24/+18
* Reactivate fsdbPeter Wemm1997-03-131-2/+2
* Missing $Id$Peter Wemm1997-03-133-2/+4
* Make this compile. Mostly use the new names for the ctime/atime/mtimePeter Wemm1997-03-132-7/+7
* Fixed checking for a non-numeric minor number.Bruce Evans1997-03-121-2/+2
* Record num_eisa_slots if it could be found in the kernel.Joerg Wunsch1997-03-121-1/+41
* Finished (?) merging with Lite2: cleaned up #include mess; fixed mergingBruce Evans1997-03-122-124/+96
* Finished (?) merging with Lite2: cleaned up #include mess.Bruce Evans1997-03-1212-30/+12
* Finished (?) merging with Lite2: cleaned up #include mess.Bruce Evans1997-03-127-53/+42
* Finished (?) merging with Lite2: cleaned up #include mess and fixed aBruce Evans1997-03-123-9/+3
* Finished (?) merging with Lite2: cleaned up #include mess.Bruce Evans1997-03-123-9/+6
* Finished (?) merging with Lite2: cleaned up #include mess.Bruce Evans1997-03-123-21/+3
* Restored lost reference to fsdb(8).Bruce Evans1997-03-123-3/+6
* Add cvs Id.Mike Pritchard1997-03-121-0/+1
* Some minor mdoc cleanup. Partially based on PR# 2959.Mike Pritchard1997-03-121-10/+7
* Merge from Lite2Peter Wemm1997-03-118-270/+403
* Merge from Lite2 (use new getvfsbyname() interface)Peter Wemm1997-03-115-20/+21
* Merge from Lite2 (but does not work)Peter Wemm1997-03-113-43/+60
* Merge from Lite2:Peter Wemm1997-03-114-50/+104
* Merge from Lite2 (use new getvfsbyname() and mount(2) interface, cleanup)Peter Wemm1997-03-114-85/+63
* Merge from Lite2 (use new getvfsbyname() and mount(2) interface)Peter Wemm1997-03-1135-229/+260
* Update to compile under Lite2Peter Wemm1997-03-112-9/+10
* Merge from Lite2Peter Wemm1997-03-1114-308/+294
* Compile under Lite2 (unistd.h has proto for getopt)Peter Wemm1997-03-111-1/+2
* Compile under Lite2 (getopt() is in unistd.h etc)Peter Wemm1997-03-111-3/+2
* Merge from Lite2. Note that Lite2 has it's own filesystem clean checkPeter Wemm1997-03-1146-1440/+1890