aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Change filesystem name from mqueue to mqueuefs for style consitent,David Xu2005-11-271-2/+2
* Support mounting POSIX message queue filesystem.David Xu2005-11-261-1/+2
* It turns out that set_charset() invokes build_iovec_argf() which modifiesTai-hwa Liang2005-11-251-6/+6
* It turns out that set_charset() invokes build_iovec() which modifiesTai-hwa Liang2005-11-251-5/+5
* Fixing a regression introduced in rev1.72 by connecting cd9660 to theTai-hwa Liang2005-11-241-1/+1
* Add a -f configfile option to devd(8), based on a patch submitted byJoseph Koshy2005-11-242-5/+33
* Fix prototype.Ruslan Ermilov2005-11-241-1/+4
* s/5.5/6.0/ in HISTORY section.Joel Dahl2005-11-241-1/+1
* Remove UFS-specific parts from mount(8).Craig Rodrigues2005-11-233-136/+1
* These files were never hooked into the build, and were the startCraig Rodrigues2005-11-232-151/+0
* Do not pass userquota and groupquota mount options to nmount().Craig Rodrigues2005-11-231-0/+4
* - Adding the missing 'W' option back which was accidentally removedTai-hwa Liang2005-11-231-2/+2
* Bring mount_nullfs up to WARNS=6.Craig Rodrigues2005-11-212-8/+6
* For mounting a UFS filesystem, call nmount() directly, instead of havingCraig Rodrigues2005-11-211-3/+1
* Fix whitespace issues.Lukas Ertl2005-11-202-59/+59
* Finally bring in what was produced during Google SoC 2005:Lukas Ertl2005-11-193-51/+533
* -mdoc sweep.Ruslan Ermilov2005-11-1814-93/+100
* Do not install boot_i386.8 on all architectures.Ruslan Ermilov2005-11-171-1/+3
* Do not pass noauto to nmount() or external mount program.Craig Rodrigues2005-11-161-1/+10
* In build_iovec(), if passed in len is -1, check to see ifCraig Rodrigues2005-11-141-3/+6
* o Style: restore tab indentation mangled in the previous delta.Maxim Konovalov2005-11-141-5/+5
* Reuse delete_and_clear() template helper.Alexander Nedotsukov2005-11-141-5/+1
* Increase WARNS level to 6.Craig Rodrigues2005-11-131-1/+1
* Convert mount_msdosfs to use nmount().Craig Rodrigues2005-11-131-98/+76
* Increase WARNS level to 6.Craig Rodrigues2005-11-131-0/+1
* Changes to reflect that size_t parameter to build_iovec() is a size_t.Craig Rodrigues2005-11-131-3/+4
* Increase WARNS level to 6Craig Rodrigues2005-11-131-1/+1
* Convert mount_cd9660 to use nmount().Craig Rodrigues2005-11-131-46/+53
* - Make size parameter to build_iovec() a size_t, not an intCraig Rodrigues2005-11-133-8/+31
* - Minor fixes to raise WARNS level to 6.Craig Rodrigues2005-11-125-52/+223
* Document -32 flag in usage() output as well.John Baldwin2005-11-111-1/+1
* Document the -32 switch available on amd64.John Baldwin2005-11-111-0/+4
* Rename GEOM class kernel module g_md.ko to geom_md.ko for consistencyPawel Jakub Dawidek2005-11-111-27/+12
* Fix malloc size (visible on amd64, with "kldconfig -r").Ruslan Ermilov2005-11-071-1/+1
* SSIDs are of length 32-bytes and not NUL terminated. Use the correctBrooks Davis2005-10-301-2/+3
* Don't crash when given an invalid nwkey string.Brooks Davis2005-10-281-0/+2
* gmirror.8:Ceri Davies2005-10-252-2/+4
* Restore the documentation about uid, gid or prison based rules requiringChristian S.J. Peron2005-10-231-0/+10
* Remove a diagnostic message that can't occur: we lost the ability toDiomidis Spinellis2005-10-201-3/+0
* Make devd WARNS=4 clean and bump WARNS accordingly. This will insureBrooks Davis2005-10-192-3/+3
* As pointed out on current@, we don't want to declare a variable in a scopeWarner Losh2005-10-191-1/+1
* Use the new name H_SETSIZE instead of the old H_EVENT to set the historyStefan Farfeleder2005-10-191-1/+1
* Add new option `q', which makes second stage loader quiet unless autobootMaxim Sobolev2005-10-161-1/+10
* Fix parsing of mdmfs(8) option "-w <user>:<group>" in case <user> orRalf S. Engelschall2005-10-141-10/+6
* fixed a crush when either -lh or -ls option is used.Hajimu UMEMOTO2005-10-131-3/+3
* setkey(8) is not WARNS=2 compliant, yet.Hajimu UMEMOTO2005-10-131-0/+2
* setkey(8) was repo-copied from usr.sbin/ to sbin/.Pawel Jakub Dawidek2005-10-121-0/+1
* Replace "/etc/make.conf" with references to make.conf(5)Yaroslav Tykhiy2005-10-101-1/+2
* Switch from K&R-style C prototypes to ISO/ANSI-style C prototypes.Craig Rodrigues2005-10-071-11/+4
* Bump WARNS up to 3.Craig Rodrigues2005-10-071-1/+1