| Commit message (Expand) | Author | Age | Files | Lines |
* | Relock the sema_mtxp unconditionally after copyin() for SETALL case in | kib | 2007-07-03 | 1 | -1/+1 |
* | Avoid manipulating semu_list outside of the scope of SEMUNDO_LOCK(). This | emaste | 2007-03-26 | 1 | -2/+5 |
* | Further system call comment cleanup: | rwatson | 2007-03-05 | 1 | -3/+0 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | rwatson | 2007-03-04 | 1 | -13/+2 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Remove MAC_DEBUG + MPRINTF debugging from System V IPC. This no longer | rwatson | 2006-09-20 | 1 | -19/+4 |
* | Use proper format specifier for pointers in debug printfs (turned off | kib | 2006-07-12 | 1 | -8/+11 |
* | Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. This | jhb | 2006-07-08 | 1 | -84/+87 |
* | Fix semctl(2) breakage from the previous commit. Previously __semctl() had | jhb | 2006-06-29 | 1 | -7/+12 |
* | - Add a kern_semctl() helper function for __semctl(). It accepts a pointer | jhb | 2006-06-27 | 1 | -39/+77 |
* | Move some functions and definitions from uipc_socket2.c to uipc_socket.c: | rwatson | 2006-06-10 | 1 | -1/+0 |
* | Gratuitous renaming of four System V Semaphore MAC Framework entry | rwatson | 2005-06-07 | 1 | -4/+4 |
* | Remove end-of-line tabs. | rwatson | 2005-04-18 | 1 | -1/+1 |
* | check copyin return value | sam | 2005-03-19 | 1 | -1/+1 |
* | Add much needed descriptions for a number of the IPC related sysctl OIDs. | csjp | 2005-02-12 | 1 | -10/+20 |
* | Invoke label initialization, creation, cleanup, and tear-down MAC | rwatson | 2005-01-22 | 1 | -0/+83 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Correct two incorrectly merged changes introduced in sysv_sem.c:1.71: | rwatson | 2004-11-13 | 1 | -2/+1 |
* | Second of several commits to allow kernel System V IPC data structures | rwatson | 2004-11-12 | 1 | -127/+130 |
* | Add missing #include <sys/module.h> | phk | 2004-05-30 | 1 | -0/+1 |
* | Adjust the number of processes waiting on a semaphore properly if we're | cperciva | 2004-03-17 | 1 | -6/+12 |
* | Reduce the overhead of semop() by using the kernel stack instead of | tjr | 2003-12-19 | 1 | -4/+11 |
* | Initialize sequence numbers to 0 in seminit() instead of using whatever | tjr | 2003-11-15 | 1 | -0/+1 |
* | When there are no free sem_undo structs available in semu_alloc(), only | tjr | 2003-11-10 | 1 | -3/+4 |
* | Slight whitespace consistency improvement: | rwatson | 2003-11-07 | 1 | -2/+2 |
* | Change all SYSCTLS which are readonly and have a related TUNABLE | silby | 2003-10-21 | 1 | -6/+6 |
* | Update some argument-documenting comments to match reality. | nectar | 2003-08-07 | 1 | -2/+3 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Replace the at_fork, at_exec, and at_exit functions with the slightly more | jhb | 2003-03-24 | 1 | -4/+8 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -7/+7 |
* | Fix two fatal signedness errors introduced when i and j in semop() | tjr | 2003-01-29 | 1 | -5/+6 |
* | Bring semop() closer the the opengroup standards. | alfred | 2003-01-25 | 1 | -3/+4 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -7/+7 |
* | Don't leak memory in semop(2). (Fix a bug I introduced in rev 1.55.) | alfred | 2002-10-19 | 1 | -1/+2 |
* | Make SYSVSEM mpsafe. Each semaphore set gets its own lock, however | alfred | 2002-08-13 | 1 | -87/+172 |
* | Cleanup: | alfred | 2002-08-05 | 1 | -28/+24 |
* | Cleanup: | alfred | 2002-07-22 | 1 | -101/+51 |
* | Remove caddr_t. | alfred | 2002-07-22 | 1 | -14/+11 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -12/+12 |
* | Pacify gcc-3.1+, initialize two variables to avoid -Wuninitialized | peter | 2002-03-19 | 1 | -2/+2 |
* | Fix a typo, unbreak the world. | maxim | 2002-03-06 | 1 | -1/+1 |
* | Maximum semid is seminfo.semmni not seminfo.semmsl. | maxim | 2002-03-06 | 1 | -3/+3 |
* | - Use td_ucred for jail checks. | jhb | 2002-03-05 | 1 | -25/+14 |
* | Fix Giant leakage in several error cases in __semctl(). | jhb | 2002-02-27 | 1 | -4/+4 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | Rehash of 1.43: simply remove the comment, since it's highly redundant | rwatson | 2002-02-18 | 1 | -13/+0 |
* | style(9) prefers formatted comments in '/*' ... '*/' as opposed to | rwatson | 2002-02-18 | 1 | -12/+12 |
* | Eliminate semexit_hook using at_exit(9) and rm_at_exit(9). | alc | 2001-12-30 | 1 | -2/+2 |
* | Make AIO a loadable module. | alfred | 2001-12-29 | 1 | -4/+4 |
* | Fix SysV Semaphore Handling. | mr | 2001-10-11 | 1 | -38/+73 |