| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -3/+3 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -1/+1 |
* | - Remove a number of extra newlines that do not belong here according to | eivind | 2002-03-10 | 1 | -10/+8 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -3/+3 |
* | Garbage-collect options ACPI_NO_ENABLE_ON_BOOT, AML_DEBUG, BLEED, | bde | 2002-02-15 | 1 | -1/+0 |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 1 | -4/+1 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -11/+8 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -3/+2 |
* | o Modify access control checks in mmap() to use securelevel_gt() instead | rwatson | 2001-09-26 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -56/+56 |
* | Cleanup | dillon | 2001-08-31 | 1 | -27/+68 |
* | Remove support for the badly broken MAP_INHERIT (from -current only). | dillon | 2001-08-24 | 1 | -4/+1 |
* | whitespace / register cleanup | dillon | 2001-07-04 | 1 | -15/+15 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -67/+19 |
* | Stick VM syscalls back under Giant if the BLEED option is not defined. | jhb | 2001-05-24 | 1 | -0/+49 |
* | - Obtain Giant in mmap() syscall while messing with file descriptors and | jhb | 2001-05-23 | 1 | -18/+32 |
* | Unlock the VM lock at the end of munlock() instead of locking it again. | jhb | 2001-05-22 | 1 | -1/+1 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -11/+49 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -2/+2 |
* | This patchset fixes a large number of file descriptor race conditions. | dillon | 2000-11-18 | 1 | -15/+37 |
* | Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT. | bp | 2000-09-12 | 1 | -0/+9 |
* | Clean up the snapshot code so that it no longer depends on the use of | mckusick | 2000-07-26 | 1 | -1/+1 |
* | Nifty idea from Jeroen van Gelderen; don't call a routine to check if | markm | 2000-06-25 | 1 | -1/+2 |
* | Checkpoint of a new physical memory backed object type, that does not | peter | 2000-05-21 | 1 | -1/+1 |
* | Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly | peter | 2000-05-21 | 1 | -2/+2 |
* | Implement POSIX.1b shared memory objects. In this implementation, | wollman | 2000-04-22 | 1 | -0/+10 |
* | Revert spelling mistake I made in the previous commit | charnier | 2000-03-27 | 1 | -1/+1 |
* | Spelling | charnier | 2000-03-26 | 1 | -1/+1 |
* | Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2). | ps | 2000-02-28 | 1 | -1/+3 |
* | Fix null-pointer dereference crash when the system is intentionally | dillon | 2000-02-16 | 1 | -4/+42 |
* | Use MAP_NOSYNC for vnodes without any links in their filesystem. | guido | 2000-01-03 | 1 | -0/+7 |
* | Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to | dillon | 1999-12-12 | 1 | -3/+4 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -2/+0 |
* | cleanup madvise code, add a few more sanity checks. | dillon | 1999-09-21 | 1 | -2/+17 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 1 | -3/+1 |
* | vm_mmap: | alc | 1999-06-05 | 1 | -3/+4 |
* | Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert, | alc | 1999-05-17 | 1 | -10/+2 |
* | Remove prototypes for functions that don't exist anymore (vm_map.h). | alc | 1999-05-16 | 1 | -7/+2 |
* | Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option. | alc | 1999-05-14 | 1 | -2/+2 |
* | Add brackets to silence egcs and help clarity. | peter | 1999-05-06 | 1 | -3/+3 |
* | Don't ignore mmap() address hint below the text section. | luoqi | 1999-05-06 | 1 | -2/+4 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -5/+4 |
* | unifdef -DVM_STACK - it's been on for a while for x86 and was checked | peter | 1999-04-19 | 1 | -9/+3 |
* | To avoid a conflict for the vm_map's lock with vm_fault, release | alc | 1999-03-02 | 1 | -4/+33 |
* | mincore doesn't modify the vm_map. Therefore, it doesn't require | alc | 1999-03-01 | 1 | -6/+6 |
* | Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This | luoqi | 1999-02-19 | 1 | -3/+3 |
* | Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used to | dillon | 1999-02-07 | 1 | -2/+2 |
* | Mostly remove the VM_STACK OPTION. | julian | 1999-01-26 | 1 | -3/+6 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -1/+2 |