summaryrefslogtreecommitdiff
path: root/sbin/mount/mount.c
AgeCommit message (Expand)Author
2003-09-19realloc pedantitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-19do not link all mount programs into single image; the total size differencejdolecek
2002-09-23Cosmetic changes.enami
2002-09-23Properly terminate the output from mount -v.enami
2002-09-21make sure options is not NULL before we look in it. Thanks Charles.christos
2002-09-21MNT_GETARGS supportchristos
2002-08-23if _PATH_RESCUE is defined, try that before _PATH_SBIN & _PATH_USRSBINlukem
2002-05-21When attempting to guess the filesystem type from the disklabel, don'tnathanw
2002-01-30Use __MNT_FLAGS from <sys/mount.h> instead of rolling our own list. Alsochristos
2001-12-20Sync getopt() / man page with actual getopt options.soren
2001-02-18Add x_mount, which does not include any MOUNT_PROGS.tsutsui
2000-11-01Factor out some function declarations into a header file.enami
2000-11-01When failed to read disklabel to deduce filesystem type,enami
2000-11-01Cosmetic changes.enami
2000-10-30mount(8) now includes code for all mount_*(8) but mount_portal(8) andjdolecek
2000-10-11When determining the filesystem type automatically, only try the raw deviceabs
2000-10-10Format string cleanups by Bill Sommerfeld.is
2000-10-02When opening a partition to automatically determine the filesystem type,abs
2000-09-18If device and mountpoint are given without -t, and without a : in theabs
1999-11-16If we didn't print an open paren, no need to print a closing parenenami
1999-11-15Print softdep information. Also print sync+async writes in verbose mode.fvdl
1998-12-01Add support for a new flag: "nodevmtime". This sets the MNT_NODEVMTIME mountkenh
1998-08-25from Erik Bertelsen <erik@mediator.uni-c.dk>ross
1998-07-26const poisoning.mycroft
1998-05-06Rewrite options and fstype handling for upgrade mounts.ross
1997-11-23Add MNT_SYMPERM to optnames[].enami
1997-11-05lintcgd
1997-11-01Take out last change (wait for mount_mfs completion).drochner
1997-11-01Fix a problem with asynchronous processing of mfs mounts: Calls todrochner
1997-11-01Fix a misbehaviour introduced in rev. 1.34 - mountfs() returned indrochner
1997-11-01When checking whether a filesystem is already mounted (for -a), get anddrochner
1997-10-31Import modified mangle() from mount(8).mycroft
1997-10-29PR/2974: VaX#n8: fix the rest of the problems that were not addressed by 4384.christos
1997-10-29PR/4384: Brian Grayson: Pass the real argv[0] to the exec'ed child.christos
1997-09-16resolve conflicts from lite-2 import, with two major modificationslukem
1997-09-15* getopt returns -1 not EOFlukem
1997-07-30When we mount -u and there is no vfstype specified, deduce the vfstype fromchristos
1997-07-04Fix warnings.christos
1997-05-31More accurate failure message for unknown filesystem types, aspk
1997-05-17NULL => 0 (Arne Juul; PR#3629)pk
1997-03-10add support for MNT_NOATIME; from Lennart Augustsson in PR bin/3304.mikel
1996-10-23recognize MNT_NOCOREDUMP and print the 'nocoredump' flag for filecgd
1995-11-18Recognize all mount flags exported from the kernel (but only print thecgd
1995-08-22Call mount_ffs instead of mount_ufs; PR #1379jtc
1995-07-12fix a goof in my previous code, that i thought of while reading pr 749.cgd
1995-07-12remove FFS mounting code from mount(8); there are now _no_ 'internal' mountcgd
1995-07-04Give an argument to the warning message for when realpath() fails.ghudson
1995-06-22specify precision, not minimum field width. pointed out by John Kohlcgd
1995-06-18don't assume f_fstypename is larger than MFSNAMELEN or is nul-terminatedcgd