Age | Commit message (Expand) | Author |
2020-12-11 | pass down the `skip' flag to the mountfs() function in the case of | Robert Nagy |
2019-07-19 | Adapt to POSIX realpath(3); if it returns NULL, use the mount path as-is. | Todd C. Miller |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2017-02-06 | Postpone pledge call until after the getopt switch and hoist the call to | Theo Buehler |
2017-01-25 | Some simple cleanup: | Theo Buehler |
2017-01-24 | whitespace | Theo Buehler |
2016-09-10 | Add a noperm mount flag for FFS to be used for building release sets | Martin Natano |
2016-09-04 | strlen + malloc + snprintf == asprintf | Michal Mazurek |
2016-06-26 | somebody forgot to look at format string warnings | Ted Unangst |
2016-06-20 | Add a bit more verbosity to tmpfs mount(8) output. | Antoine Jacoutot |
2016-05-27 | W^X violations are no longer permitted by default. A kernel log message | Theo de Raadt |
2016-05-25 | remove knowledge of MNT_EXKERB | Theo de Raadt |
2016-05-21 | Remove the -x flag from mount_msdos and always assume the execute bit | Martin Natano |
2015-11-23 | Use pledge "disklabel" as needed. The theory here is these tools become more | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-09-08 | Delete procfs; it's always had races and is now unused: no one noticed for | Philip Guenther |
2014-07-17 | Convert a couple calloc()s that were originally malloc()s to reallocarray()s. | Philip Guenther |
2014-07-15 | add -N to usage()/SYNOPSIS and tweak previous; | Jason McIntyre |
2014-07-13 | Introduce a -N option to mount and a 'net' mount option. | Claudio Jeker |
2014-06-24 | remove the noaccesstime synonym for noatime which was previously added for BS... | Daniel Dickman |
2013-04-21 | When mount(1) is run in verbose mode, display f_mntfromspec if it differs | Joel Sing |
2012-05-29 | Make 'mount nfssrv:/path' without mount point work again : | Landry Breuil |
2011-04-12 | Make mount work when the special is provided as a DUID. | Joel Sing |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-05-12 | don't define _KERNEL. Theres no need and its gross. | Thordur I. Bjornsson |
2007-11-17 | Don't err() out if a fstab line refers to a non-existant mount point. | Kenneth R Westerback |
2007-10-16 | sync the synopsis and usage of commands | Igor Sobrado |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-06-01 | remove crufty adosfs. everytime we try to change a vfs layer interface, | Theo de Raadt |
2006-12-15 | Nuke GEMDOSFS. Unused part of unused atari port. Simplifies | Kenneth R Westerback |
2006-12-06 | print readdirplus (rdplus) info for nfs mounts. | Thordur I. Bjornsson |
2006-04-08 | Memory leak on fork error plus change time variable to prevent | Ray Lai |
2006-03-12 | Add the -s flag, meaning: skip mount if the file system is | Otto Moerbeek |
2005-05-26 | remove traces from union et al; pedro@ ok. | Federico G. Schwindt |
2005-05-26 | remove reference to MNT_UNION | Pedro Martelletto |
2005-04-08 | Sync with recent realpath(3) changes: on failure, don't use the second | Jared Yanovich |
2004-11-13 | Let mount -a mount mfs systems shadowing a disk partition, if disklabel reports | Miod Vallat |
2004-09-15 | print attr cache parameters in verbose mode. ok pedro@ millert@ | Otto Moerbeek |
2004-03-16 | Do not signal mountd when just showing mounts. Fixes PR 3695, although | Otto Moerbeek |
2003-10-01 | free without test | Theo de Raadt |
2003-08-05 | print info about procfs now that it's there to look at | Ted Unangst |
2003-07-29 | spaces | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-20 | print "direxec" when it's enabled on msdosfs. | Ted Unangst |
2002-11-06 | - make -u identical with "-o update". The same for -f,-r,-w. | Grigoriy Orlov |
2002-07-03 | ansi | Theo de Raadt |
2002-06-09 | rm trailing whitespace | Todd T. Fries |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |