| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix a problem with child inheritance of sysv shm. Problem brought | dyson | 1996-09-10 | 1 | -0/+4 |
* | Make sure that the pager is allocated before it is needed. Hangs | dyson | 1996-09-10 | 1 | -2/+8 |
* | Corrected an error where precious kernel virtual space was being allocated | dyson | 1996-09-07 | 1 | -26/+21 |
* | uninitialized auto variable shmseg is used in ... | joerg | 1996-05-05 | 1 | -2/+2 |
* | Another sweep over the pmap/vm macros, this time with more focus on | phk | 1996-05-03 | 1 | -5/+5 |
* | removed: | phk | 1996-05-02 | 1 | -6/+6 |
* | kern_descrip.c: add fdshare()/fdcopy() | peter | 1996-02-23 | 1 | -3/+2 |
* | Somehow managed to miss these four files when converting the SYSV IPC | wollman | 1996-01-05 | 1 | -1/+3 |
* | I report a problem about shmget(). (I'm using FreeBSD-2.1.0R) | joerg | 1995-12-26 | 1 | -2/+2 |
* | Update sysv_*.c to get their argument definitions from sysproto.h | peter | 1995-12-15 | 1 | -4/+18 |
* | A Major staticize sweep. Generates a couple of warnings that I'll deal | phk | 1995-12-14 | 1 | -5/+5 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+6 |
* | Close PR: kern/865 | jkh | 1995-12-04 | 1 | -1/+3 |
* | Submitted by: jb@cimlogic.com.au (John Birrell) | julian | 1995-11-30 | 1 | -2/+2 |
* | Start including <sys/sysproto.h> to get the correct args structs and | bde | 1995-10-21 | 1 | -17/+36 |
* | Fixed init functions argument type - caddr_t -> void *. Fixed a couple of | dg | 1995-09-09 | 1 | -3/+3 |
* | Fix several sysinit functions that had the wrong type and unnecessarily | bde | 1995-08-30 | 1 | -20/+4 |
* | Reviewed by: julian with quick glances by bruce and others | julian | 1995-08-28 | 1 | -1/+8 |
* | Eliminate sloppy common-style declarations. There should be none left for | bde | 1995-07-29 | 1 | -1/+2 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -7/+7 |
* | Use of vm_allocate() and vm_deallocate() has been deprecated. | dg | 1995-02-20 | 1 | -3/+3 |
* | All of this is cosmetic. prototypes, #includes, printfs and so on. Makes | phk | 1994-10-02 | 1 | -17/+24 |