| Commit message (Expand) | Author | Age | Files | Lines |
* | return foo -> return (foo) | alfred | 2002-08-15 | 1 | -22/+22 |
* | Change struct vmspace->vm_shm from void * to struct shmmap_state *, this | alfred | 2002-07-22 | 1 | -3/+3 |
* | Remove caddr_t. | alfred | 2002-07-22 | 1 | -12/+12 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -17/+17 |
* | - Use td_ucred for jail checks. | jhb | 2002-03-05 | 1 | -29/+14 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | Make AIO a loadable module. | alfred | 2001-12-29 | 1 | -5/+5 |
* | Introduce [IPC|SHM]_[INFO|STAT] to shmctl to make | mr | 2001-10-28 | 1 | -1/+44 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -2/+1 |
* | PR: kern/29698 (part) | mr | 2001-09-13 | 1 | -0/+7 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -51/+41 |
* | Giant Pushdown: sysv shm, sem, and msg calls. | dillon | 2001-08-31 | 1 | -59/+137 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -13/+11 |
* | Export via sysctl: | dd | 2001-05-30 | 1 | -0/+10 |
* | Correct style bugs with regards to long lines and comments. | dd | 2001-05-23 | 1 | -15/+22 |
* | Correct the vm_mtx handling; specifically, don't acquire it in | dd | 2001-05-22 | 1 | -5/+13 |
* | Sort includes. | jhb | 2001-05-21 | 1 | -1/+1 |
* | Aquire vm mutex when releasing sysv shm segments. | alfred | 2001-05-20 | 1 | -0/+4 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -0/+6 |
* | Raise the SysV shared memory defaults to more reasonable values. | dillon | 2001-05-04 | 1 | -3/+3 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -2/+2 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 1 | -6/+6 |
* | It is _DEFINITELY_ not okay to change shmseg on a running system. | green | 2001-02-04 | 1 | -1/+1 |
* | Use predictable internal names for the sysvipc modules, so we have a | des | 2001-01-14 | 1 | -3/+4 |
* | sysvipc loadable. | alfred | 2000-12-01 | 1 | -8/+62 |
* | o Deny access to System V IPC from within jail by default, as in the | rwatson | 2000-10-31 | 1 | -0/+19 |
* | This is a cleanup patch to Peter's new OBJT_PHYS VM object type | dillon | 2000-05-29 | 1 | -7/+10 |
* | Provide a temporary undocumented option: SHM_PHYS_BACKED. This will | peter | 2000-05-21 | 1 | -0/+5 |
* | Make sysv-style shared memory tuneable params fully runtime adjustable | peter | 2000-03-30 | 1 | -23/+81 |
* | shmat: If VM_PROT_READ_IS_EXEC is defined and prot includes VM_PROT_READ, | alc | 2000-03-10 | 1 | -0/+4 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -2/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | For consistency with other implementations, check for the existence | alc | 1999-06-19 | 1 | -3/+3 |
* | Change suser_xxx() to suser() where it applies. | phk | 1999-04-27 | 1 | -11/+7 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -1/+2 |
* | Fixed two potentially serious classes of bugs: | dg | 1998-10-13 | 1 | -4/+3 |
* | Change various syscalls to use size_t arguments instead of u_int. | dfr | 1998-08-24 | 1 | -3/+3 |
* | Fix the shm panic. I mistakenly used the shadow_count to keep the object | dyson | 1998-05-04 | 1 | -3/+2 |
* | Work around some VM bugs, the worst being an overly aggressive | dyson | 1998-05-04 | 1 | -1/+5 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -5/+5 |
* | Staticize. | eivind | 1998-02-09 | 1 | -2/+2 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | eivind | 1997-12-16 | 1 | -1/+2 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -31/+23 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -2/+2 |
* | Distribute and statizice a lot of the malloc M_* types. | phk | 1997-10-11 | 1 | -1/+3 |
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -4/+1 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Make DFLDSIZ and MAXDSIZ fully-supported options. | joerg | 1996-12-22 | 1 | -1/+2 |