aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_std/mount_std.c
Commit message (Expand)AuthorAgeFilesLines
* Take sizeof() the right string for fspath's iovec. The old string was theJohn Baldwin2002-11-051-1/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-3/+3
* Now that the kernel is able to load modules itself,Maxime Henrion2002-08-031-15/+4
* Fix the fallback to mount(2) with RELENG_4 kernels and -CURRENTMaxime Henrion2002-05-051-2/+23
* Swap the order of mount and nmount calls. We now call nmountMaxime Henrion2002-05-021-14/+14
* Add code to try the nmount(2) syscall when mount(2) failed withMaxime Henrion2002-04-071-1/+22
* o __P removedWarner Losh2002-03-211-1/+1
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* mount* fixes from Martin Blapp <mb@imp.ch>:Poul-Henning Kamp1999-10-091-1/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Correct use of .Nm. Remove unused #includes.Philippe Charnier1998-07-151-3/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Update to compile under Lite2Peter Wemm1997-03-111-9/+9
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-141-2/+2
* Accept mount(8)'s calling convention of passing just the filesystem typeGarrett Wollman1996-05-141-5/+15
* Get rid of the last vestiges of the old MOUNT_* constants in theGarrett Wollman1996-05-131-0/+122