| Age | Commit message (Expand) | Author |
| 2000-06-28 | <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-27 | remove redudant <vm/pmap.h> includes. <vm/pmap.h> -> <uvm/uvm_pmap.h> | mrg |
| 2000-06-26 | remove/move more mach vm header files: | mrg |
| 2000-06-25 | remove some redundant <vm/vm_xxx.h> includes | mrg |
| 2000-06-10 | make vfs_getnewfsid only take one argument and fetch the name of the | assar |
| 2000-06-01 | Fix a possible kernel memory leak - if the cmdline of a process was | simonb |
| 2000-05-16 | Apply patch from Robert Elz in PR kern/10113. This fixes two problems | simonb |
| 2000-03-30 | Delete duplicate declaration of atopid(). | simonb |
| 2000-03-16 | Add new VFS op routine - vfs_done and call it on filesystem detach | jdolecek |
| 2000-02-25 | Fix pasto: some lines of the procfs hash code were copied from the | fvdl |
| 2000-01-25 | At mount/unmount time, add an exec hook to revoke all vnodes iff the | fvdl |
| 1999-09-02 | Make /proc/self a symlink to /proc/curproc. I've observed Linux programs | thorpej |
| 1999-08-25 | Change variable used for directory offset from "int" to "off_t". | sommerfeld |
| 1999-08-24 | Fix PR8270: | sommerfeld |
| 1999-08-14 | protect against large uio_offset | christos |
| 1999-08-03 | Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntl | wrstuden |
| 1999-07-25 | Add calls to lock the proclist as appropriate. | thorpej |
| 1999-07-22 | Rework the process exit path, in preparation for making process exit | thorpej |
| 1999-07-14 | Fix a paste-o in procfs_lookup() introduced with the vnode locking changes. | thorpej |
| 1999-07-08 | Bump osrelease to 1.4E. Add layerfs files, remove null_subr.c. | wrstuden |
| 1999-04-27 | Fix excessive memory usage, and fix handling of SZOMB processes. PR #7164, | thorpej |
| 1999-04-10 | remove unneeded <vm/vm_object.h> | drochner |
| 1999-03-25 | Disallow tracing of processes unless tracer's root directory is at or | sommerfe |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1999-03-13 | malloc the arg temporary buffer, rather than declaring it as an automatic | thorpej |
| 1999-03-13 | Some changes to `cmdline' to make it work properly: | thorpej |
| 1999-03-13 | Expose procfs_rwmem(). (This function will go away entirely when we | thorpej |
| 1999-03-12 | PR/7143: Jaromir Docelek: Add procfs/cmdline from Linux emulation | christos |
| 1999-02-26 | Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() now | wrstuden |
| 1999-02-25 | Machine independent part of fix for PR 6152 (gdb doesn't work on machines | is |
| 1999-02-03 | sprintf->snprintf | msaitoh |
| 1999-01-28 | make it compile with !UVM | drochner |
| 1999-01-25 | Add /proc/#/map. From FreeBSD. | msaitoh |
| 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 |