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-03-17 | Add missing open paren in comment noticed by jmc@ | Todd C. Miller |
2004-03-17 | Adjust the number of processes waiting on a semaphore properly if we're | Todd C. Miller |
2004-03-13 | sync comments with reality, semconfig is long gone. | Ted Unangst |
2003-12-20 | In semop(2), use an array on the stack for small values of nsops so | Todd C. Miller |
2003-12-17 | Use SLIST macros instead of rolling our own. Idea from and partly | Todd C. Miller |
2003-12-03 | Pass -Wsign-compare and avoid a potential malloc(0); ok henning@ | Todd C. Miller |
2003-11-20 | Correct bounds check in semop(2) and semctl(2) | Todd C. Miller |
2003-09-09 | fix potential int overflow found by blexim at hush.com. restrict root to | Ted Unangst |
2003-08-20 | Move the nsem sanity checks where they belong (before the malloc call). | Todd C. Miller |
2003-07-21 | remove caddr_t casts. it's just silly to cast something when the function | Ted Unangst |
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-01-07 | xerxes [/home/src/local/millert/sudo/sudo-1.6.7] % vi /usr/src/local/TiVo/Lin... | Todd C. Miller |
2002-12-30 | Use PLOCK for tsleep priority instead of the (rather bogus) PZERO - 4. | Todd C. Miller |
2002-12-30 | If we can't allocate a struct sem_undo w/o sleeping, use PR_WAITOK | Todd C. Miller |
2002-12-29 | Fix a couple of cases where semutot was not getting decremented and | Todd C. Miller |
2002-12-17 | Add my copyright notice. | Todd C. Miller |
2002-12-17 | Replace printfs bracketed by #ifdef SEM_DEBUG with a DPRINTF macro. | Todd C. Miller |
2002-12-17 | Make SysV-style shared memory and semaphore limits sysctl'able. | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-09-13 | Change nsops to u_int to match prototype as discussed with millert@. | Federico G. Schwindt |
2001-09-13 | In sys_semop(), change local nsops to size_t to avoid ending with a | Federico G. Schwindt |
2001-08-12 | Don't allocate globals in include files, use extern declarations. | Todd C. Miller |
2001-05-16 | Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it. | Todd C. Miller |
2000-05-01 | sys_semconfig goes foom | Theo de Raadt |
1998-06-11 | change ipc.h to use uid_t and friends, and then build compat system calls for... | Theo de Raadt |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |