| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Add forgotten SYSCALL_MODULE_HELPER() for msgsys() syscall. | Alfred Perlstein | 2000-12-05 | 1 | -0/+1 |
| * | sysvipc loadable. | Alfred Perlstein | 2000-12-01 | 1 | -4/+69 |
| * | o Deny access to System V IPC from within jail by default, as in the | Robert Watson | 2000-10-31 | 1 | -0/+16 |
| * | Fully initialize msqids[]. This could lead to ENOSPC and other strange | Peter Wemm | 2000-09-19 | 1 | -0/+1 |
| * | Move the MSG* and SEM* options to opt_sysvipc.h | Peter Wemm | 2000-05-01 | 1 | -36/+93 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Change suser_xxx() to suser() where it applies. | Poul-Henning Kamp | 1999-04-27 | 1 | -11/+8 |
| * | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 1 | -2/+2 |
| * | The function msgrcv() could copy larger data than it should do | SADA Kenji | 1999-04-21 | 1 | -3/+3 |
| * | Use suser() to determine super-user-ness, don't examine cr_uid directly. | Poul-Henning Kamp | 1999-01-30 | 1 | -3/+6 |
| * | Eradicate the variable "time" from the kernel, using various measures. | Poul-Henning Kamp | 1998-03-30 | 1 | -5/+5 |
| * | Move the "retval" (3rd) parameter from all syscall functions and put | Poul-Henning Kamp | 1997-11-06 | 1 | -20/+15 |
| * | Removed unused #includes. | Bruce Evans | 1997-08-02 | 1 | -3/+1 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Don't depend in the kernel on the gcc feature of doing arithmetic on | Bruce Evans | 1996-08-31 | 1 | -5/+5 |
| * | Somehow managed to miss these four files when converting the SYSV IPC | Garrett Wollman | 1996-01-05 | 1 | -1/+3 |
| * | Update sysv_*.c to get their argument definitions from sysproto.h | Peter Wemm | 1995-12-15 | 1 | -13/+23 |
| * | A Major staticize sweep. Generates a couple of warnings that I'll deal | Poul-Henning Kamp | 1995-12-14 | 1 | -5/+5 |
| * | Start including <sys/sysproto.h> to get the correct args structs and | Bruce Evans | 1995-10-21 | 1 | -18/+34 |
| * | Fixed init functions argument type - caddr_t -> void *. Fixed a couple of | David Greenman | 1995-09-09 | 1 | -3/+3 |
| * | Fix several sysinit functions that had the wrong type and unnecessarily | Bruce Evans | 1995-08-30 | 1 | -7/+4 |
| * | Reviewed by: julian with quick glances by bruce and others | Julian Elischer | 1995-08-28 | 1 | -1/+8 |
| * | Eliminate sloppy common-style declarations. There should be none left for | Bruce Evans | 1995-07-29 | 1 | -1/+5 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -2/+2 |
| * | All of this is cosmetic. prototypes, #includes, printfs and so on. Makes | Poul-Henning Kamp | 1994-10-02 | 1 | -3/+2 |