| Age | Commit message (Expand) | Author |
| 1998-09-08 | - Use proclists[], rather than checking allproc and zombproc explicitly. | thorpej |
| 1998-08-13 | Per POSIX, fail with EINVAL if advisory locking is attempted on a file type | 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-05 | * defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID. | jonathan |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |
| 1998-04-21 | procfs_readdir: in case of error, check if cookies actually have | fvdl |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 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-10 | - add defopt's for UVM, UVMHIST and PMAP_NEW. | mrg |
| 1998-02-05 | initial import of the new virtual memory system, UVM, into -current. | mrg |
| 1997-10-30 | Make the curproc link executable. | mycroft |
| 1997-10-10 | Bump last argument to VOP_READDIR to off_t (from u_long). | fvdl |
| 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 |
| 1997-08-12 | Fix the procfs hole described on current-users, similar to a fix for | thorpej |
| 1997-06-25 | Don't allow writes to init's memory or registers while in secure mode. | mycroft |
| 1997-05-08 | Pass the vnode type to vaccess(), and use it when checking VEXEC. Make sure | mycroft |
| 1997-05-05 | Need stat.h. | mycroft |
| 1997-05-05 | Eliminate bogus uses of V{READ,WRITE,EXEC}. Use S_I[RWX]{USR,GRP,OTH} where | mycroft |
| 1997-04-28 | Reinstate P_FSTRACE, with different semantics: | mycroft |
| 1997-04-28 | Minor code cleanup. | mycroft |
| 1997-04-28 | Fix several deficiencies, as compared to ptrace(2): | mycroft |
| 1996-12-22 | Change the second and third args to struct vfsops' (*vfs_mount)() to | cgd |
| 1996-10-25 | define path name string variables that we should not (and, thankfully, do | cgd |
| 1996-10-25 | remove bogus cast of second arg to bcmp(). (nm_name is a const char*, | cgd |
| 1996-10-13 | backout previous kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-09-07 | Implement poll(2). | mycroft |
| 1996-09-01 | Add a set of generic file system operations that most file systems use. | mycroft |
| 1996-06-11 | Add a missing PHOLD()/PRELE() pair. | mycroft |
| 1996-03-16 | Fix printf format follies. | christos |
| 1996-02-13 | GC *_nullop(). Minor nits. | mycroft |
| 1996-02-12 | close PR/2063: procfs_rw prototyped twice with different prototypes | christos |
| 1996-02-09 | miscfs prototype changes | christos |
| 1996-02-09 | Fix vop_link, vop_symlink, and vop_remove semantics in several ways: | mycroft |
| 1996-02-09 | Fix vop_link, vop_symlink, and vop_remove semantics in several ways: | mycroft |
| 1995-10-09 | Use the index number as the cookie, rather than multiplying by UIO_MX. | mycroft |
| 1995-10-09 | Add support for cookies, mostly from Greg Hudson. | mycroft |
| 1995-08-13 | Lock the process in core before operating on it. | mycroft |
| 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 |