| Age | Commit message (Expand) | Author |
| 1995-06-18 | don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELEN | cgd |
| 1995-06-01 | Moved egid credential from cr_groups[0] to new field cr_gid. POSIX.1 | jtc |
| 1995-04-15 | fix timeval vs. timespec warnings | cgd |
| 1995-03-29 | KERNEL -> _KERNEL | briggs |
| 1995-03-09 | copy*str() should use size_t. | mycroft |
| 1995-02-03 | Return EROFS rather than ENOENT in many cases. Also some cosmetic cleanup. | mycroft |
| 1995-01-18 | Clean up the code to frob mnt_stat a (tiny) bit. | mycroft |
| 1995-01-05 | initialize variable as pointed out by David Jones <dej@qpoint.torfree.net> | chopps |
| 1994-12-27 | Format police. | mycroft |
| 1994-12-24 | Implement and use a common access checking routine | ws |
| 1994-12-15 | Call foo_statfs() from a common place when mounting. | mycroft |
| 1994-12-14 | Remove a_fp. | 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-29 | light clean; make sure headers are properly included, types are OK, etc. | cgd |
| 1994-10-20 | update for new syscall args description mechanism | cgd |
| 1994-09-15 | Fix typo. | mycroft |
| 1994-09-15 | stat the file system at mount time, for `df -n', et al. | mycroft |
| 1994-08-30 | Convert process, file, and namei lists and hash tables to use queue.h. | mycroft |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-06-16 | Remove an unneeded test. | mycroft |
| 1994-06-15 | Minor update from JSP after merging my changes. | mycroft |
| 1994-06-15 | Fix a bug pointed out by JSP. | mycroft |
| 1994-06-08 | Update to 4.4-Lite fs code, with local changes. | mycroft |
| 1994-05-07 | setrun rename | cgd |
| 1994-05-05 | lots of changes: prototype migration, move lots of variables, definitions, | cgd |
| 1994-05-04 | kill obvious bug; glad to know this was tested! | cgd |
| 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-15 | forgot these... | cgd |
| 1994-04-14 | fs types are names now. | cgd |
| 1994-04-12 | be a bit smarter about determining if files shouldn't be seen by the user. | cgd |
| 1994-03-17 | PG_COW -> PG_COPYONWRITE to match earlier changes in vm_page.h. | briggs |
| 1994-02-15 | Undo last change; executables is `file', not `a.out'. | mycroft |
| 1994-02-14 | Rename file -> a.out | ws |
| 1994-02-14 | Don't try to show a file for a process if there is none | ws |
| 1994-02-06 | If you add files, be sure to have enough bits to encode an inode number! | ws |
| 1994-01-28 | make a fpregs file. | cgd |
| 1994-01-20 | Make procfs really work for debugging. | ws |
| 1994-01-11 | Fix ugliness left over from my last mod | ws |
| 1994-01-10 | Fix sign extension bug | ws |
| 1994-01-10 | Add a missing break so my machine doesn't panic. | mycroft |
| 1994-01-09 | fix some of my more recent botches, and clean up slightly. | cgd |
| 1994-01-09 | oops. fix that last | cgd |
| 1994-01-09 | minor cleanup; kill a few assignments | cgd |
| 1994-01-09 | Bug fixes and enhancements: | ws |
| 1994-01-08 | reorganization of ptrace/procfs code | cgd |
| 1994-01-05 | return size of 'reg' from getattr() | cgd |