| Age | Commit message (Expand) | Author |
| 1998-09-08 | - Use proclists[], rather than checking allproc and zombproc explicitly. | thorpej |
| 1998-08-18 | Add some braces to make egcs happy (ambiguous else warning). | thorpej |
| 1998-08-13 | Per POSIX, fail with EINVAL if advisory locking is attempted on a file type | kleink |
| 1998-08-13 | Add genfs_einval(), which does the obvious thing. | kleink |
| 1998-08-13 | Merge paddr_t changes into the main branch. | eeh |
| 1998-08-10 | create miscfs/genfs/genfs_vnops.c:genfs_enoioctl and make all the other | matthias |
| 1998-08-09 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-08-03 | Recognize _PC_SYNC_IO. | kleink |
| 1998-07-18 | use AF_LOCAL instead of AF_UNIX | lukem |
| 1998-07-05 | * defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID. | jonathan |
| 1998-06-25 | - Rename nqnfs_vop_lease_check() to genfs_lease_check(). If NFSSERVER is | thorpej |
| 1998-06-24 | Always include fifos; "not an option any more". | sommerfe |
| 1998-06-22 | defopt for options FIFO | sommerfe |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |
| 1998-06-05 | Convert fsync vnode operator implementations and usage from the old `waitfor' | kleink |
| 1998-06-05 | * Convert fsync vnode operator implementations and usage from the old | kleink |
| 1998-05-18 | Since the interlock has been unlocked, also clear LK_INTERLOCK from | fvdl |
| 1998-05-18 | dead_lock() must unlock `v_interlock'. | pk |
| 1998-04-21 | procfs_readdir: in case of error, check if cookies actually have | fvdl |
| 1998-04-11 | Fix an error introduced in rev 1.39 where jason fixed kern/5271: | veego |
| 1998-04-10 | Fix two problems in union_link(): | thorpej |
| 1998-04-10 | Fix possible stray pointer deref in union_access, per PR #5271, | thorpej |
| 1998-03-17 | mounting a union causes VOP_WHITEOUT to be called on the upper root | marc |
| 1998-03-11 | Fix flags mess-up in vget. LK_EXCLUSIVE -> 0 (even indicated in the | fvdl |
| 1998-03-08 | standardise options header includes. | mrg |
| 1998-03-01 | Remove extraneous files from Lite2 merge. | fvdl |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1998-03-01 | Import 4.4BSD-Lite2 | fvdl |
| 1998-02-18 | Place a pointer to an array of our vnodeopv_desc *'s in our vfsops | thorpej |
| 1998-02-18 | Place a pointer to an array of our vnodeopv_desc *'s in our vfsops | thorpej |
| 1998-02-14 | Prevent the session ID from disappearing if the session leader exits | thorpej |
| 1998-02-12 | Don't include option headers if building an LKM. | thorpej |
| 1998-02-10 | - add defopt's for UVM, UVMHIST and PMAP_NEW. | mrg |
| 1998-02-07 | add flags arg to hashinit(), to pass to malloc(). | chs |
| 1998-02-05 | initial import of the new virtual memory system, UVM, into -current. | mrg |
| 1998-01-05 | RCSID Police. | perry |
| 1997-11-27 | Too many vnode ops were marked as bad op, but could happen in practice. | fvdl |
| 1997-10-30 | Make the curproc link executable. | mycroft |
| 1997-10-16 | Add missing cast to dev_t | christos |
| 1997-10-10 | Bump last argument to VOP_READDIR to off_t (from u_long). | fvdl |
| 1997-10-10 | Bump last argument to VOP_READDIR to off_t (from u_long). | fvdl |
| 1997-10-10 | Bump last argument to VOP_READDIR to off_t (from u_long). | fvdl |
| 1997-10-09 | Make openstr[] const. | mycroft |
| 1997-10-09 | Make various standard wmesg strings const. | mycroft |
| 1997-10-06 | Make the vfs ops and vnodeop_opv symbols match the name of the | thorpej |
| 1997-09-19 | Implement the kernel part of pr-1891. This allows for a more flexible sized | leo |
| 1997-09-13 | Use the same indentation as other two place, sys_ptrace() and | enami |
| 1997-09-10 | PR/4098: Alan Barrett: Fix diagnostic printf formatting. | christos |
| 1997-08-27 | Fix a reversed argument which caused procfs_checkioperm() to always return | thorpej |
| 1997-08-13 | Move procfs_checkioperm() from procvs_subr.c to procfs_mem.c, since _subr is | explorer |