summaryrefslogtreecommitdiff
path: root/sbin/mount_nfs/mount_nfs.c
AgeCommit message (Expand)Author
2024-08-19Replace too flexible inet_aton(3) with getaddrinfo(3).Florian Obser
2020-01-22remove semicolons not needed after } statements. ok deraadtTed Unangst
2018-01-05Remove useless <sys/socketvar.h> includes.Martin Pieuchot
2016-05-27W^X violations are no longer permitted by default. A kernel log messageTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-05-21Use errc/warnc to simplify code.Philip Guenther
2012-05-29Fix tyop in error message; this was copied from/to umount(8)'s umount.c which...Jasper Lievisse Adriaanse
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-05-12don't define _KERNEL. Theres no need and its gross.Thordur I. Bjornsson
2006-11-10enable -g againAlexander von Gernler
2006-11-03storing return value of strtol() in int variable was not safe,Alexander von Gernler
2006-07-28permit synchronous mountsNikolay Sturm
2005-06-29ignore (but still accept) -D and -LJared Yanovich
2005-04-08Sync with recent realpath(3) changes: on failure, don't use the secondJared Yanovich
2004-09-15Restore correct noac option parsing.Miod Vallat
2004-08-20Unbreak processing of options when given a command line with multipleOtto Moerbeek
2004-07-16remove netiso traces, millert deraadt okHenning Brauer
2004-06-22Rewrite of getmntopts(), making it more robust and getting rid ofOtto Moerbeek
2004-05-18Backout changes accidentally committed in prvious commit.Otto Moerbeek
2004-05-18Trailers are really wonders of the past. Remove them from man page andOtto Moerbeek
2003-10-07add support for modifying attribute cache parametersHenning Brauer
2003-07-29spacesTheo de Raadt
2003-07-06error out on hostspec overflow with a "hostname too long" instead of silentlyAnil Madhavapeddy
2003-07-03use realpath() in helpers instead of doing it ourselves every time.Ted Unangst
2003-06-11ansificationTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-29Fix parsing of noac option; noticed and OK by henning@Todd C. Miller
2002-06-09rm trailing whitespaceTodd T. Fries
2002-03-21o sync usage() to man pageTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-01remove unused variablesTheo de Raadt
2001-11-05kill more registers;Mike Pechkin
2001-10-03Remove all traces of Kerberised NFS; it never worked in OpenBSD, but itHans Insulander
2001-07-13Add noac flag to disable attribute cachingConstantine Sapuntzakis
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-07-07Initialize missing parts of struct nfs_args nfsdefargsTodd C. Miller
2001-06-24Get rid of NQNFS optionsConstantine Sapuntzakis
2001-05-11use strlcpy instead of strncpy+a[len-1]='\0'Michael Shalayeff
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
1999-06-17go back to UDP mounts by default until NFS/TCP is fixedTodd C. Miller
1999-05-31Use connection-oriented transport (ie: TCP) when possible. This makesTodd C. Miller
1998-05-16call pmap_getport() with correct proto; tronTheo de Raadt
1997-11-11use nfsproto variable; tron@lyssa.owl.deTheo de Raadt
1997-08-20Print "Filesystem not supported by kernel" not "Operation not supported byTodd C. Miller
1997-08-18#include <string.h> not <strings.h> -- Yes, I'm a weanie...Todd C. Miller
1997-06-29new location of des.hNiels Provos
1997-06-25(foo *)0 -> NULLkstailey
1997-04-20support for -o port=N; provosTheo de Raadt
1996-12-12i studdderr wheenn i tyttypeTheo de Raadt
1996-12-12cannot use err() hereTheo de Raadt