summaryrefslogtreecommitdiffstats
path: root/usr.bin/showmount/showmount.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-3/+1
| | | | | | | Delete a bunch of unnecessary #includes and sort to match style(9) while doing the above cleanup. ok deraadt@ krw@
* Remove useless <sys/socketvar.h> includes.mpi2018-01-051-2/+1
| | | | ok kettenis@, visa@, claudio@, deraadt@
* The POSIX APIs that that sockaddrs all ignore the s*_len field in theguenther2017-01-211-2/+1
| | | | | | | incoming socket, so userspace doesn't need to set it unless it has its own reasons for tracking the size along with the sockaddr. ok phessler@ deraadt@ florian@
* More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw2016-03-161-7/+7
| | | | Feedback millert@ kettenis@
* pledge "stdio rpath inet dns" at the head, then after RPC is connectedderaadt2015-11-171-1/+8
| | | | "stdio rpath"
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-201-5/+4
| | | | ok krw millert
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-14/+1
| | | | | | | 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
* tidy up SYNOPSIS and usage(); from Igor Sobradojmc2007-03-291-3/+3
|
* gaurantee a space after the first string; janus@area319.dederaadt2005-12-221-3/+3
|
* reomve some junkderaadt2003-12-121-4/+3
|
* mostly ansi cleanup; pval okderaadt2003-06-101-14/+7
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* strvis -> strnvisvincent2003-04-301-4/+5
| | | | ok millert
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-6/+6
|
* remove some };deraadt2001-12-021-4/+4
|
* #(endif|else) foo is incorrect, make it #endif /* foo */heko2001-08-121-4/+4
| | | | deraadt@ ok
* extra semi; uninit varderaadt1997-09-111-4/+4
|
* use RPC over TCP; Michael.Eriksson@era-t.ericsson.sederaadt1997-02-111-13/+39
|
* visderaadt1996-11-031-7/+19
|
* rcsidderaadt1996-06-261-1/+2
|
* pretty up outputderaadt1996-05-071-5/+5
|
* sync to netbsd 960418deraadt1996-04-211-4/+5
|
* initial import of NetBSD treederaadt1995-10-181-0/+368