Age | Commit message (Expand) | Author |
2004-07-15 | Rename structs oipc_perm, omsqid_ds, osemid_ds, oshmid_ds to ipc_perm23, | Todd C. Miller |
2004-07-14 | Move the guts of the {sem,msg,shm}ctl system calls into a new function | Todd C. Miller |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-05-03 | POSIX says the length parameter for semop(2) and shmget(2) should be size_t. | Todd C. Miller |
2004-04-16 | not a pasto. ok millert@ | Ted Unangst |
2004-02-05 | Correct a reference counting bug in shmat(2); adapted from FreeBSD. | Todd C. Miller |
2003-12-22 | Remove duplicated code (pasto) | Todd C. Miller |
2003-10-12 | Linux shmat allows lookup of segments that are marked as removed so | Todd C. Miller |
2003-08-21 | sys/types.h is not really needed with sys/param.h; ok mickey@ | Kevin Lo |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller |
2003-05-12 | Nuke a whole bunch of commons; ok tedu (still more to come *sigh*) | Jason Wright |
2003-04-14 | There are two related changes. | Artur Grabowski |
2003-01-07 | xerxes [/home/src/local/millert/sudo/sudo-1.6.7] % vi /usr/src/local/TiVo/Lin... | Todd C. Miller |
2003-01-06 | Add a "findremoved" arg to shm_find_segment_by_shmid() similar to | Todd C. Miller |
2002-12-17 | Add my copyright notice. | Todd C. Miller |
2002-12-17 | Make SysV-style shared memory and semaphore limits sysctl'able. | Todd C. Miller |
2002-11-06 | Eliminate the use of KERN_SUCCESS outside of uvm/ | Artur Grabowski |
2002-10-29 | Since memory deallocation can't fail, remove the error return from | Artur Grabowski |
2002-07-16 | minor formatting. | Artur Grabowski |
2002-07-12 | Fix vm -> uvm in a comment. | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-08-12 | Don't allocate globals in include files, use extern declarations. | Todd C. Miller |
2001-06-27 | remove old vm | Artur Grabowski |
2001-06-22 | KNF | Theo de Raadt |
2001-05-16 | Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it. | Todd C. Miller |
2001-05-05 | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | Artur Grabowski |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
1999-11-25 | Use PAGE_SIZE instead of NBPG. | Artur Grabowski |
1999-07-08 | Non UVM vaddr_t/paddr_t fixup | Tobias Weingartner |
1999-06-23 | Improved sysv shared memory. Works with UVM. | Artur Grabowski |
1999-02-22 | We don't need a second prototype for shmexit | Artur Grabowski |
1999-02-07 | don't include vm_map.h twice | Artur Grabowski |
1998-06-14 | fix compat shmctl/IPC_STAT | Matthieu Herrb |
1998-06-11 | change ipc.h to use uid_t and friends, and then build compat system calls for... | Theo de Raadt |
1998-05-11 | const a few more calls | Theo de Raadt |
1997-02-21 | shmdt before shmdt (in child) fix | Theo de Raadt |
1996-09-02 | shmdt when no mapping is ok, found by christos | Theo de Raadt |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist |
1995-12-14 | from netbsd; shmfork does not need to know about vfork | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |