summaryrefslogtreecommitdiff
path: root/sbin/mount/mount.c
AgeCommit message (Expand)Author
2006-05-04since yamt prohibits any flag with MNT_GETARGS, don't set MNT_UPDATE forchristos
2006-03-21Coverity CID 1688: Fix memory leak.christos
2006-03-17Check for allocation failures in malloc, calloc, realloc, asprintf, andrumble
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
2005-03-18Fix core dump when doinglukem
2005-02-05Kill __P(), use ANSI function declarations.xtraeme
2005-01-31Move local variable declaration to variable declaration section athe
2005-01-31PR #28644: Use realpath to make mount more forgiving of non-canonicalerh
2004-09-25Try the DIOCGWEDGEINFO ioctl first. If that succeeds (i.e. the blockthorpej
2004-08-19Handle RESCUEDIRchristos
2004-04-30Print fsid on verbose printing. It is useful when debugging nfs.enami
2004-04-22Use PRIu64 to printf uint64_t. Compiles again on sparc64.hannken
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2004-03-27Recognize 'from_mount' as the device, which is especially useful whencgd
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