aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* When we get a bogus hostname in an option, drop the option rather thanBrooks Davis2005-12-101-1/+4
* Cleanup _FreeBSD_version.Gleb Smirnoff2005-12-091-3/+0
* Tweak -32 description and add -32 FILES.David E. O'Brien2005-12-091-2/+7
* Teach NOP GEOM class how to gather the following statistics:Pawel Jakub Dawidek2005-12-082-6/+25
* - The geom(8) utility only uses three types of arguments: string (char *),Pawel Jakub Dawidek2005-12-0710-729/+327
* Remove workaround for old GCC bugs.Craig Rodrigues2005-12-031-5/+0
* Simplify parsing of mount options by passingCraig Rodrigues2005-12-031-1/+1
* Remove mqueuefs from LINKS, it is no longer needed for nmount interface.David Xu2005-12-021-1/+0
* Remove unsupported "dev" option from comments of mntopts.h.Craig Rodrigues2005-12-021-1/+1
* Sync usage() with SYNOPSIS.Ruslan Ermilov2005-12-011-4/+4
* Add -q to usage().Ruslan Ermilov2005-12-011-2/+2
* Fixing yet another regression introduced in rev1.37 by preserving cs_localTai-hwa Liang2005-12-011-0/+1
* We couldn't specify the rule for filtering tunnel traffic since anHajimu UMEMOTO2005-11-292-16/+62
* Catch up with ip_dummynet.h rev. 1.38 and fix build.Gleb Smirnoff2005-11-291-2/+2
* Garbage-collect now unused struct _ipfw_insn_pipe and flush_pipe_ptrs(),Gleb Smirnoff2005-11-291-1/+1
* Remove MNT_NODEV mount option. In RELENG_6, MNT_NODEV was a no-op.Craig Rodrigues2005-11-291-2/+0
* 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