| Age | Commit message (Expand) | Author |
| 2003-12-06 | Wrap long line. | simonb |
| 2003-12-05 | add #ifdef DEBUG segnum sanity check in shm_delete_mapping() | jdolecek |
| 2003-10-26 | allocate virtual memory for SYSV shm, msg and semaphore structures | jdolecek |
| 2003-09-10 | Fix the "COW" case if a process does a detach() between fork() | drochner |
| 2003-09-09 | Make per-process shm segment descriptor magement scale better for large | drochner |
| 2003-02-20 | Introduce "top down" memory management for mmap()ed allocations. This | atatat |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2003-01-30 | Two small changes to the ELF exec code: | atatat |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-04-03 | Split off the backend of the shmat system call, and find removed segments | fvdl |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-03-15 | eliminate the KERN_* error codes in favor of the traditional E* codes. | chs |
| 2000-11-14 | NBPG -> PAGE_SIZE | thorpej |
| 2000-09-13 | Add an align argument to uvm_map() and some callers of that | thorpej |
| 2000-07-22 | Delete a couple of <uvm/uvm_extern.h> includes that were for | simonb |
| 2000-06-27 | remove include of <vm/vm.h> | mrg |
| 2000-06-02 | Add new sysctl node "KERN_SYSVIPC_INFO" with "KERN_SYSVIPC_MSG_INFO", | simonb |
| 2000-04-15 | Remove shmsegs declaration from conf/param.c - it doesn't belong here. | simonb |
| 2000-03-26 | Merge parts of chs-ubc2 into the trunk: | kleink |
| 1999-12-03 | First round of discarding the CL* macros. | ragge |
| 1999-08-25 | Overhaul of the SVID IPC facilities, primarily to use the types specified | thorpej |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1998-10-21 | No need to get definition of "SYSV..." from "opt_sysv.h" because they | tron |
| 1998-10-19 | Defopt SYSVMSG, SYSVSEM and SYSVSHM. | tron |
| 1998-08-15 | Make copyright notices with my name consistent. | mycroft |
| 1998-08-13 | Merge paddr_t changes into the main branch. | eeh |
| 1998-08-04 | Abolition of bcopy, ovbcopy, bcmp, and bzero, phase one. | perry |
| 1998-07-24 | uvm_deallocate() takes an address and a size, not an address range. From | thorpej |
| 1998-05-07 | Various SysV IPC prototype changes. | kleink |
| 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 |
| 1998-01-03 | Make shmexit() and shmfork() take struct vmspace *'s, not struct proc *'s, | thorpej |
| 1997-10-09 | Fix error handling - call wakeup() in error case too. | drochner |
| 1997-10-07 | Use a swap pager backed VM object for sysV shm instead of kernel VM. | drochner |
| 1996-09-01 | Calling shmdt(2) before calling shmat(2) would crash the system because | christos |
| 1996-03-16 | Fix printf() formats. | christos |
| 1996-02-09 | More proto fixes | christos |
| 1996-02-04 | First pass at prototyping | christos |
| 1995-12-09 | Remove unused third arg to shmfork(). | mycroft |
| 1995-10-07 | Prefix names of system call implementation functions with `sys_'. | mycroft |
| 1995-09-19 | Make system calls conform to a standard prototype and bring those | thorpej |
| 1995-06-29 | try to insure that the 'default' address for shm segments is the same | cgd |
| 1995-06-24 | Extracted all of the compat_xxx routines, and created a library [libcompat] | christos |
| 1995-06-05 | We need some compat_10 routines if COMPAT_SUNOS is on (PR #1008). | pk |
| 1995-05-10 | tty_tb.c: need to include ioctl_compat.h in order to compile. | christos |
| 1994-12-22 | kill the #if 0 around SHM_*LOCK. makes no difference, though... | cgd |
| 1994-10-20 | update for new syscall args description mechanism | cgd |
| 1994-08-31 | Decrease shm_nused when a segment is deleted. | mycroft |
| 1994-08-22 | initialize shmmax to `# of pages' at compile time; multiply by NBPG at | deraadt |