Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-21 | o sync usage() to man page | Todd C. Miller | |
o -l does not require an argument o getopt() returns -1 not EOF From Brian Poole | |||
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. | |||
2001-12-01 | remove unused variables | Theo de Raadt | |
2001-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2001-10-03 | Remove all traces of Kerberised NFS; it never worked in OpenBSD, but it | Hans Insulander | |
has been in the userland tools and the manpages for ages. Spotted by Lars Hansson <lars@unet.net.ph> Ok deraadt@ | |||
2001-07-13 | Add noac flag to disable attribute caching | Constantine Sapuntzakis | |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt | |
2001-07-07 | Initialize missing parts of struct nfs_args nfsdefargs | Todd C. Miller | |
2001-06-24 | Get rid of NQNFS options | Constantine Sapuntzakis | |
2001-06-08 | Fix a typo (perfomance -> performance) and lots of section shuffling; | Aaron Campbell | |
mpech@prosoft.org.lv | |||
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | 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-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-07-05 | Correct minor formatting errors/typos. | Aaron Campbell | |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
2000-05-24 | a note on how to rule the daemons, nfsio threads in this reincarnation | Michael Shalayeff | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
1999-06-17 | go back to UDP mounts by default until NFS/TCP is fixed | Todd C. Miller | |
1999-05-31 | Use connection-oriented transport (ie: TCP) when possible. This makes | Todd C. Miller | |
the default trasport for NFSV3 be TCP like most other OS's. | |||
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-05-02 | oppurtinity -> opportunity | Bruno Rohee | |
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 | |
1998-08-30 | man page fixes; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff | |
1998-05-16 | call pmap_getport() with correct proto; tron | Theo de Raadt | |
1997-11-11 | use nfsproto variable; tron@lyssa.owl.de | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-08-20 | Print "Filesystem not supported by kernel" not "Operation not supported by | Todd C. Miller | |
device" (EOPNOTSUPP) so the real problem is obvious. Idea from Peter Seebach <seebs@taniemarie.solon.com>. | |||
1997-08-18 | #include <string.h> not <strings.h> -- Yes, I'm a weanie... | Todd C. Miller | |
1997-06-29 | new location of des.h | Niels Provos | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-04-20 | support for -o port=N; provos | Theo de Raadt | |
1997-04-19 | Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")'' | Todd C. Miller | |
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf. | |||
1996-12-12 | i studdderr wheenn i tyttype | Theo de Raadt | |
1996-12-12 | cannot use err() here | Theo de Raadt | |
1996-12-10 | "the the" purge | Theo de Raadt | |
1996-11-02 | Clarify -c option. NetBSD PR#2884 | Todd C. Miller | |
1996-06-10 | -P is only for backwards compat | Theo de Raadt | |
1996-05-28 | Be stricter when checking NQNFS and version combinations | Theo de Raadt | |
1996-05-08 | Clarified warning messages a bit | Niklas Hallqvist | |
1996-04-21 | sync to netbsd 960418 | Theo de Raadt | |
1996-03-21 | From NetBSD: Merge of 960317 | Niklas Hallqvist | |
1995-12-27 | Do not use hard-coded realm name | Thorsten Lockert | |
1995-12-16 | Make it possible to build without SKEY support | Thorsten Lockert | |
Add support for building with kerberosIV | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |