| Age | Commit message (Expand) | Author |
| 1995-06-18 | don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELEN | cgd |
| 1995-03-29 | KERNEL -> _KERNEL | briggs |
| 1995-03-09 | copy*str() should use size_t. | mycroft |
| 1995-03-08 | use u_long for copyin* | cgd |
| 1995-01-18 | Clean up the code to frob mnt_stat a (tiny) bit. | mycroft |
| 1994-12-15 | Call foo_statfs() from a common place when mounting. | mycroft |
| 1994-12-14 | Remove a_fp. | mycroft |
| 1994-12-14 | Revert dup handling. | mycroft |
| 1994-12-13 | Sync with CSRG. | mycroft |
| 1994-12-04 | Use fddupopen(), just like fdopen() does. | mycroft |
| 1994-11-14 | fixed struct comment | christos |
| 1994-10-30 | be more careful with types, also pull in headers where necessary. | cgd |
| 1994-10-20 | update for new syscall args description mechanism | cgd |
| 1994-09-15 | stat the file system at mount time, for `df -n', et al. | mycroft |
| 1994-08-19 | Convert hash tables. | mycroft |
| 1994-07-14 | Fix a fencepost error. | mycroft |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-06-08 | Update to 4.4-Lite fs code, with local changes. | mycroft |
| 1994-05-04 | Rename a lot of process flags. | cgd |
| 1994-04-25 | some prototype cleanup, eliminate/replace bogus types (e.g. quad and | cgd |
| 1994-04-23 | make fs types consistent over new kernels. also, some proto foo. | cgd |
| 1994-04-21 | Convert mount, vnode, and buf structs to use <sys/queue.h>. Also, | cgd |
| 1994-04-14 | fs types are names now. | cgd |
| 1994-01-09 | Note that NFS mounting of fdesc doesn't make sense | ws |
| 1994-01-05 | don't try to reclaim 'known' root vnode | cgd |
| 1994-01-05 | fix UFS vs 'real' fs type mixups | cgd |
| 1994-01-05 | update with latest fdesc file system from jsp@sequent.com | cgd |
| 1993-12-23 | fix fdesc_print return type (again) | cgd |
| 1993-09-07 | Changes to VFS readdir semantics | ws |
| 1993-08-23 | RLIMIT_OFILE --> RLIMIT_NOFILE | mycroft |
| 1993-08-02 | Make fdesc_print have a return type of void. | mycroft |
| 1993-06-07 | give various filesystems their own vnode types | cgd |
| 1993-06-07 | give miscfs filesystems their own mount structure malloc type. | cgd |
| 1993-03-30 | added . and .. | cgd |
| 1993-03-25 | changed copyright notice thanks to following statement: | cgd |
| 1993-03-23 | files which implement the fdesc filesystem. from Jan-Simon Pendry, | cgd |