| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r205323: | Konstantin Belousov | 2010-04-07 | 1 | -11/+209 |
| * | Change the ABI of some of the structures used by the SYSV IPC API: | John Baldwin | 2009-06-24 | 1 | -1/+62 |
| * | Deprecate the msgsys(), semsys(), and shmsys() system calls by moving | John Baldwin | 2009-06-24 | 1 | -34/+40 |
| * | - Move syscall function argument structure types to be just above the | John Baldwin | 2009-06-24 | 1 | -2/+1 |
| * | In non-debugging mode make this define (void)0 instead of nothing. This | Roman Divacky | 2009-06-21 | 1 | -1/+1 |
| * | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
| * | Add hierarchical jails. A jail may further virtualize its environment | Jamie Gritton | 2009-05-27 | 1 | -5/+5 |
| * | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -18/+18 |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 1 | -2/+1 |
| * | Further system call comment cleanup: | Robert Watson | 2007-03-05 | 1 | -4/+0 |
| * | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -15/+1 |
| * | Do allow privilege to create over-sized messages on System V IPC | Robert Watson | 2007-02-19 | 1 | -1/+2 |
| * | MFP4: (part of) 110058 | Jung-uk Kim | 2006-12-20 | 1 | -85/+88 |
| * | Fix msgsnd(3)/msgrcv(3) deadlock under heavy resource pressure by timing out | Jung-uk Kim | 2006-11-17 | 1 | -5/+9 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -1/+2 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
| * | Remove MAC_DEBUG + MPRINTF debugging from System V IPC. This no longer | Robert Watson | 2006-09-20 | 1 | -32/+7 |
| * | Move some functions and definitions from uipc_socket2.c to uipc_socket.c: | Robert Watson | 2006-06-10 | 1 | -1/+0 |
| * | Add much needed descriptions for a number of the IPC related sysctl OIDs. | Christian S.J. Peron | 2005-02-12 | 1 | -6/+12 |
| * | - Tweak kern_msgctl() to return a copy of the requested message queue id | John Baldwin | 2005-02-07 | 1 | -7/+5 |
| * | Split out kernel side of msgctl(2) into two parts: the first that pops data | Maxim Sobolev | 2005-01-26 | 1 | -21/+37 |
| * | Invoke label initialization, creation, cleanup, and tear-down MAC | Robert Watson | 2005-01-22 | 1 | -0/+162 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Make the sysctls kern.ipc.msgmnb and kern.ipc.msgtql into tunables as | Robert Watson | 2004-12-30 | 1 | -2/+4 |
| * | Second of several commits to allow kernel System V IPC data structures | Robert Watson | 2004-11-12 | 1 | -134/+126 |
| * | Add missing #include <sys/module.h> | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | Slight whitespace consistency improvement: | Robert Watson | 2003-11-07 | 1 | -1/+1 |
| * | Change all SYSCTLS which are readonly and have a related TUNABLE | Mike Silbersack | 2003-10-21 | 1 | -3/+3 |
| * | Update some argument-documenting comments to match reality. | Jacques Vidrine | 2003-08-07 | 1 | -2/+3 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+3 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -4/+4 |
| * | fix warnings | Alfred Perlstein | 2003-01-26 | 1 | -2/+2 |
| * | Add const qualifier to data argument for msgsnd. | Alfred Perlstein | 2003-01-26 | 1 | -2/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -4/+4 |
| * | o Clear a high bit of ipc_perm.seq so msgget(3) never returns a | Maxim Konovalov | 2002-12-15 | 1 | -1/+1 |
| * | Make SYSVMSG mpsafe. Right now there is a global lock over the | Alfred Perlstein | 2002-08-13 | 1 | -19/+31 |
| * | Cleanup: | Alfred Perlstein | 2002-07-22 | 1 | -184/+83 |
| * | Remove caddr_t. | Alfred Perlstein | 2002-07-22 | 1 | -16/+14 |
| * | Consistently use semicolons to terminate macro invocations. Cleaner | Mark Murray | 2002-07-15 | 1 | -1/+1 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -4/+4 |
| * | - Use td_ucred for jail checks. | John Baldwin | 2002-03-05 | 1 | -30/+17 |
| * | Make AIO a loadable module. | Alfred Perlstein | 2001-12-29 | 1 | -5/+5 |
| * | Make msgseg, msgssz (->msgmax) and msgmni TUNABLE. | Michael Reifenberger | 2001-09-21 | 1 | -0/+5 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -35/+30 |
| * | Giant Pushdown: sysv shm, sem, and msg calls. | Matthew Dillon | 2001-08-31 | 1 | -86/+158 |
| * | Fix obsolete code. | Jeroen Ruigrok van der Werven | 2001-07-30 | 1 | -5/+0 |
| * | Export via sysctl: | Dima Dorfman | 2001-05-30 | 1 | -0/+18 |
| * | o Move per-process jail pointer (p->pr_prison) to inside of the subject | Robert Watson | 2001-02-21 | 1 | -5/+5 |
| * | Use predictable internal names for the sysvipc modules, so we have a | Dag-Erling Smørgrav | 2001-01-14 | 1 | -3/+4 |