Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-16 | Eliminate some gcc warnings about 'unused variables', mostly by | Kenneth R Westerback | |
adding appropriate #ifdef's around declarations. ok millert@ (with a tweak I will commit separately) | |||
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt | |
possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | |||
2014-02-21 | Permit building without portmap/mountd rpc calls in the fallback nfs path | Theo de Raadt | |
ok guenther | |||
2013-07-21 | In getmntname(), iterate through the list of mount points from | Todd C. Miller | |
end to beginning instead of from beginning to end. This matches the behavior of umountall() and fixes "umount -a" in cases where there are multiple file systems on the same mount point. Based on a diff from naddy@. OK naddy@ guenther@ | |||
2013-04-21 | Check both f_mntfromname and f_mntfromspec when looking for a mounted | Joel Sing | |
filesystem. This makes umount via DUID possible. ok krw@ | |||
2012-05-29 | Fix typo in error message ("Cannot MNT PRC"->RPC) | Landry Breuil | |
ok krw@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2008-03-26 | zap undocumented 'F' flag; prompted by J.Thornburg. ok millert@ | Otto Moerbeek | |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-01-28 | Remove cross references between fstab(5) and umount(8). | Alexander Bluhm | |
ok millert jmc | |||
2007-01-28 | Remove #include <fstab.h> as there is no fstab in umount anymore. | Alexander Bluhm | |
Always use defined type name. Comment clarification. No binary change. ok millert | |||
2006-06-29 | - special/node may be specified multiple times; from andracs | Jason McIntyre | |
- clean up DESCRIPTION somewhat feedback/ok otto ray | |||
2006-06-29 | [-t ufs | lfs | external_type] -> [-t type] | Jason McIntyre | |
syncs it w/ mount(8) too; suggested by martin usage() update | |||
2005-12-30 | better wording, based on a diff from daniel matic; | Jason McIntyre | |
2003-07-29 | spaces | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-07-03 | ansi | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok | |||
2002-01-24 | as early as v3, these is | Michael Shalayeff | |
2001-05-18 | why exit if returns | Michael Shalayeff | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-07-27 | Look up the pathname verbatim in mount table in addition to the realpath(3)ed | Todd C. Miller | |
version. Basically just a generalization of my previous commit in this area. | |||
2000-04-11 | If realpath() fails, just use the old name and don't make it a fatal error. | Todd C. Miller | |
Closes PR #1185 | |||
2000-02-05 | Fix uninitialized access introduced by millert. ok millert@ | imp | |
2000-01-30 | When looking up a filesystem in the mount table, check the path as | Todd C. Miller | |
giving by the user in addition to what reapath() returns. Things that call mount(2) directly may use paths different than what realpath() returns but you still want to be able to umount them... | |||
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-02-27 | reverse complete garbage which was not even tested, tsk tsk tsk | Theo de Raadt | |
1999-02-17 | try harder to match the mntonname with the name we are trying to unmount | Artur Grabowski | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | kill redundant .Nm macro arguments; other misc fixes | Aaron Campbell | |
1998-09-17 | sbin/ man page fixes | Aaron Campbell | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-08-20 | Fix typo. From Matthew Hunt <mph@pobox.com>. | Todd C. Miller | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-06-23 | update rcsid | Theo de Raadt | |
1996-05-22 | add more error checking to greywolf patch | Theo de Raadt | |
1996-05-06 | use mounted table instead of fstab for -a; netbsd pr#2363; from ↵ | Theo de Raadt | |
greywolf@defender.VAS.viewlogic.com | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |