Age | Commit message (Expand) | Author |
2020-08-06 | Avoid reading one byte before the path buffer. | Christian Weisgerber |
2020-05-16 | list example files in FILES with a short description: generally, "Example | Jason McIntyre |
2020-02-10 | briefly mention /etc/examples/ in the FILES section of all the | Ingo Schwarze |
2020-01-24 | simplify, no need to make a copy of the filename, pointer is fine | Marc Espie |
2019-12-19 | Spell "mount point" as other man pages do, with a space. | Anthony J. Bentley |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-04-28 | Ignore SIGPIPE in case a TCP client resets the connect | Philip Guenther |
2018-03-16 | improve markup quality in the cases found by the new "--" style message | Ingo Schwarze |
2016-01-08 | Zap extraneous SYNOPSIS sections. | Vadim Zhukov |
2015-12-23 | Remove unnecessary SIGSYS/ENOSYS handling for getfh(2). | Tim van der Molen |
2015-12-23 | Add privilege separation and pledge(). | Tim van der Molen |
2015-12-15 | Include RFC number in reference. While here, improve formatting of another | Tim van der Molen |
2015-12-15 | Document /var/db/mountdtab | Tim van der Molen |
2015-12-15 | When (re)reading /etc/exports, handle the case where the mount point of an | Tim van der Molen |
2015-12-10 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-11-29 | Include RFC number in reference | Tim van der Molen |
2015-08-20 | Two reallocarray() conversions that were missed earlier. | Todd C. Miller |
2015-08-20 | <stdlib.h> is included, so do not need to cast result from | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-20 | remove sys/file.h includes in favor of fcntl.h where needed. | Ted Unangst |
2014-10-22 | Use svc_getreq_poll() instead of svc_getreqset2() for mountd's | Todd C. Miller |
2014-08-24 | Remove imaginary non-reserved port support from mountd. | Doug Hogan |
2014-05-16 | Zero out grp before re-using it (new ones are already cleared by | Todd C. Miller |
2014-05-09 | my previous attempt to fix the renaming of the inet(3) pages was wrong; | Jason McIntyre |
2014-05-08 | inet(3) -> inet_net(3); | Jason McIntyre |
2014-04-22 | malloc/memset -> calloc. from peter malone | Ted Unangst |
2014-03-24 | Split the API: struct ucred remains the kernel internal structure while | Philip Guenther |
2014-02-13 | mark up argument placeholders with .Ar; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2014-01-19 | Usually, you don't want macros in the .Nd line, so remove instances of .Tn | Ingo Schwarze |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre |
2010-03-22 | report why getgrouplist() failed and for which user, helps with debugging; | Otto Moerbeek |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-12-30 | use the same argument name in synopsis and usage; lowercase "usage:" | Igor Sobrado |
2007-06-01 | remove crufty adosfs. everytime we try to change a vfs layer interface, | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-05-29 | revert vfs.nfs.privport sysctl, broke a few architectures | Anil Madhavapeddy |
2006-05-28 | Add support for NFS mounts to be from non-reserved ports: | Anil Madhavapeddy |
2005-09-20 | if we must un-export, only un-export when we do the first call for | Theo de Raadt |
2005-09-13 | Only DELEXPORT filesystems which are not exported. Removes NFS race when | Dale Rahn |
2005-04-08 | Sync with recent realpath(3) changes: on failure, don't use the second | Jared Yanovich |
2004-09-15 | make examples match format specified in man page; | Jason McIntyre |
2003-10-16 | Check for signals in local svc_run before doing anything else. Fixes | Todd C. Miller |
2003-10-09 | Remove errant semicolon introduced in rev 1.60; joshua stein | Todd C. Miller |
2003-09-26 | check strdup failure; ok anil millert | Theo de Raadt |
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre |
2003-06-11 | ansification | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-03-16 | Use len+1 as the size parameter to strlcpy() since len does not include | Todd C. Miller |