Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | 2001-11-06 | 1 | -2/+1 | ||
| | | | | (Look ma, I might have broken the tree) | |||||
* | Don't allocate globals in include files, use extern declarations. | 2001-08-12 | 1 | -1/+4 | ||
| | | | | | Move the actual variables into their respective .c files. As a bonus, remove semmap which is not used. | |||||
* | remove old vm | 2001-06-27 | 1 | -65/+2 | ||
| | ||||||
* | KNF | 2001-06-22 | 1 | -12/+10 | ||
| | ||||||
* | Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it. | 2001-05-16 | 1 | -75/+13 | ||
| | | | | Create COMPAT_23 and move __osemctl, omsgctl, oshmctl there. | |||||
* | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | 2001-05-05 | 1 | -2/+3 | ||
| | | | | | | We might want to use them on types that are bigger than vaddr_t. Fix all callers that pass pointers without casts. | |||||
* | Get rid of CLSIZE and all related stuff. | 2001-05-05 | 1 | -5/+5 | ||
| | | | | | | | | | CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time. | |||||
* | Use PAGE_SIZE instead of NBPG. | 1999-11-25 | 1 | -2/+2 | ||
| | ||||||
* | Non UVM vaddr_t/paddr_t fixup | 1999-07-08 | 1 | -6/+1 | ||
| | ||||||
* | Improved sysv shared memory. Works with UVM. | 1999-06-23 | 1 | -133/+201 | ||
| | | | | | Original work done in FreeBSD, but this code was ported from NetBSD by Chuck Cranor. | |||||
* | We don't need a second prototype for shmexit | 1999-02-22 | 1 | -2/+1 | ||
| | ||||||
* | don't include vm_map.h twice | 1999-02-07 | 1 | -2/+1 | ||
| | ||||||
* | fix compat shmctl/IPC_STAT | 1998-06-14 | 1 | -2/+2 | ||
| | ||||||
* | change ipc.h to use uid_t and friends, and then build compat system calls for the old ushort based ipc.h | 1998-06-11 | 1 | -1/+78 | ||
| | ||||||
* | const a few more calls | 1998-05-11 | 1 | -3/+3 | ||
| | ||||||
* | shmdt before shmdt (in child) fix | 1997-02-21 | 1 | -1/+8 | ||
| | ||||||
* | shmdt when no mapping is ok, found by christos | 1996-09-02 | 1 | -1/+3 | ||
| | ||||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 1 | -3/+3 | ||
| | ||||||
* | From NetBSD: 960217 merge | 1996-03-03 | 1 | -22/+30 | ||
| | ||||||
* | from netbsd; shmfork does not need to know about vfork | 1995-12-14 | 1 | -4/+3 | ||
| | ||||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+515 | ||