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