| Age | Commit message (Expand) | Author |
| 1999-11-14 | After some light testing, it worked for me, so... | sommerfeld |
| 1999-09-10 | Add ntfs to the list of exportable filesystem types, now that's it's actually | jdolecek |
| 1999-08-25 | Reorder arguments to error message so the message actually makes | mjl |
| 1999-08-16 | Spell "privilege" correctly (correct spelling from Jonathan Stone). | simonb |
| 1999-08-09 | Add nullfs, umapfs, unionfs to the list of exportable filesystem types, now | perseant |
| 1999-06-06 | Use pidfile(3). | thorpej |
| 1999-01-12 | iPr/6121: Mycroft, diagnostics messages were not helpful. | christos |
| 1998-11-07 | PR/6409: Martin Husemann: /etc/exports parsing breaks if file has empty lines. | christos |
| 1998-11-02 | free line returned by fparseln(). | christos |
| 1998-11-01 | Initialize struct statfs properly while parsing each line. | christos |
| 1998-10-29 | fix the size_t printf and initialize lineno. | christos |
| 1998-10-29 | - KNF, remove extraneous casts | christos |
| 1998-10-29 | Fix two ancient bugs involving netgroups where mountd may try to free(3) | ross |
| 1998-10-07 | Explain what happens when there is no host set specified in the exports | christos |
| 1998-10-07 | Explains what happens when we get SIGTERM... | christos |
| 1998-10-07 | - Add some MIT KRB/NFS pieces, someday I'll commit the rest. | christos |
| 1998-07-15 | Clarify -n comment. | fvdl |
| 1998-07-13 | - standardise some option processing | mrg |
| 1998-04-28 | Principally, change foo(N) to .Xr foo N | fair |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1998-02-21 | When getting an unmount request from a non-reserved port, don't loop | fvdl |
| 1998-02-06 | macroize BSD, NetBSD, FreeBSD and misc cleanup | perry |
| 1997-10-19 | Add a warning about exporting a filesystem using WebNFS and also exporting | fvdl |
| 1997-10-18 | enable WARNS=1 by default, but disable in unclean 3rd party code | lukem |
| 1997-09-14 | - use .Nm instead of .Xr | lukem |
| 1997-08-28 | update for WARNS?=1 | lukem |
| 1997-08-28 | Prevent info gathering attacks by returning EACCES when a directory | lukem |
| 1997-08-13 | Add MOUNT_EXT2FS to the list of filesystem which need to be deleted from | bouyer |
| 1997-06-24 | Document new options. | fvdl |
| 1997-06-24 | Enable exporting filesystems the WebNFS way. Add the -public, -webnfs | fvdl |
| 1997-03-30 | Split handling reserved port handling for NFS rpcs and mount rpcs up; | fvdl |
| 1997-03-23 | Checking for the use reserved ports by clients (both for mount/umount | fvdl |
| 1997-03-08 | alternate -> alternative, per PR 2643 | mouse |
| 1996-10-07 | u_long -> u_int32_t when dealing with address lists returned by the resolver. | cgd |
| 1996-09-28 | Correct spelling of `successful'. | thorpej |
| 1996-09-19 | declare the variable "bad", used to hold errors, as a long, so it can | cgd |
| 1996-05-22 | make some errors more verbose. inspired from pr#1509 | mrg |
| 1996-02-18 | Bring in NFSv3 code by Rick Macklem (from Lite2) | fvdl |
| 1995-11-28 | merge in changes from 1.1 release branch | jtc |
| 1995-11-16 | Clear the mount argument list before filling it in. This is the patch | thorpej |
| 1995-11-06 | Don't require compiling with -DDEBUG to enable debugging messages. Instead, | thorpej |
| 1995-08-19 | add adosfs. | chopps |
| 1995-06-22 | Allow exporting regular files. | mycroft |
| 1995-06-18 | don't assume f_fstypename is larger than MFSNAMELEN or is nul-terminated | cgd |
| 1995-06-09 | Fix def_anon initializer. | mycroft |
| 1995-06-07 | typeof(timeval.tv_sec) != time_t | cgd |
| 1995-06-02 | Set cr_gid properly, and adjust for getgrouplist() change. | mycroft |
| 1995-05-28 | <sys/syslog.h> -> <syslog.h> | jtc |
| 1995-05-11 | don't build netgroup(5) here. | cgd |
| 1995-03-21 | Use POSIX signals. | mycroft |