| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revise the locking in mincore(2). | Alan Cox | 2003-09-07 | 1 | -5/+5 |
| * | Add the mlockall() and munlockall() system calls. | Bruce M Simpson | 2003-08-11 | 1 | -9/+75 |
| * | Remove unnecessary cast. | Poul-Henning Kamp | 2003-07-04 | 1 | -1/+1 |
| * | Add a f_vnode field to struct file. | Poul-Henning Kamp | 2003-06-22 | 1 | -1/+1 |
| * | Use a do {...} while (0); and a couple of breaks to reduce the level | Poul-Henning Kamp | 2003-06-21 | 1 | -78/+80 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
| * | Hold the vm object's lock when performing vm_page_lookup(). | Alan Cox | 2003-06-09 | 1 | -0/+2 |
| * | suser() does not need the proc lock, just the setting of P_PROTECTED in | John Baldwin | 2003-04-17 | 1 | -4/+5 |
| * | Add a facility allowing processes to inform the VM subsystem they are | Wes Peters | 2003-03-31 | 1 | -0/+15 |
| * | The object type can't be OBJT_PHYS in vm_mmap(). | Maxime Henrion | 2003-03-30 | 1 | -1/+1 |
| * | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 1 | -1/+1 |
| * | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 1 | -1/+1 |
| * | Lock page field accesses in mincore(). | Alan Cox | 2002-11-28 | 1 | -0/+2 |
| * | Invoke mac_check_vnode_mmap() during mmap operations on vnodes, | Robert Watson | 2002-10-22 | 1 | -2/+12 |
| * | Use the fields in the sysentvec and in the vm map header in place of the | Jake Burkholder | 2002-09-21 | 1 | -25/+12 |
| * | - Hold a lock on the vnode acquired from the file table across the call to | Jeff Roberson | 2002-07-06 | 1 | -3/+14 |
| * | Part I of RLIMIT_VMEM implementation. Implement core functionality for | Matthew Dillon | 2002-06-26 | 1 | -0/+7 |
| * | o Remove the unnecessary acquisition and release of Giant around fdrop() | Alan Cox | 2002-06-23 | 1 | -2/+3 |
| * | o Reduce the scope of Giant in vm_mmap() to just the code that manipulates | Alan Cox | 2002-06-22 | 1 | -4/+2 |
| * | o Remove GIANT_REQUIRED from vm_fault_user_wire(). | Alan Cox | 2002-06-16 | 1 | -2/+0 |
| * | o Remove the acquisition and release of Giant from munlock(). | Alan Cox | 2002-06-15 | 1 | -2/+0 |
| * | o Use vm_map_wire() and vm_map_unwire() in place of vm_map_pageable() and | Alan Cox | 2002-06-14 | 1 | -3/+3 |
| * | fix typo in _SYS_SYSPROTO_H_ case: s/mlockall_args/munlockall_args | Alfred Perlstein | 2002-06-06 | 1 | -1/+1 |
| * | Check for defined(__i386__) instead of just defined(i386) since the compiler | Alfred Perlstein | 2002-05-30 | 1 | -3/+3 |
| * | o Acquire and release Giant around pmap operations in vm_fault_unwire() | Alan Cox | 2002-05-26 | 1 | -2/+0 |
| * | o Eliminate the acquisition and release of Giant from minherit(2). | Alan Cox | 2002-05-18 | 1 | -7/+2 |
| * | o Remove GIANT_REQUIRED from vm_map_madvise(). Instead, acquire and | Alan Cox | 2002-05-18 | 1 | -5/+4 |
| * | o Remove the acquisition and release of Giant from mprotect(). | Alan Cox | 2002-05-18 | 1 | -6/+2 |
| * | o Remove GIANT_REQUIRED from vm_map_lookup_entry() and | Alan Cox | 2002-05-04 | 1 | -4/+3 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -3/+3 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -1/+1 |
| * | - Remove a number of extra newlines that do not belong here according to | Eivind Eklund | 2002-03-10 | 1 | -10/+8 |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -3/+3 |
| * | Garbage-collect options ACPI_NO_ENABLE_ON_BOOT, AML_DEBUG, BLEED, | Bruce Evans | 2002-02-15 | 1 | -1/+0 |
| * | Replace ffind_* with fget calls. | Alfred Perlstein | 2002-01-14 | 1 | -4/+1 |
| * | SMP Lock struct file, filedesc and the global file list. | Alfred Perlstein | 2002-01-13 | 1 | -11/+8 |
| * | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | Paul Saab | 2001-10-10 | 1 | -3/+2 |
| * | o Modify access control checks in mmap() to use securelevel_gt() instead | Robert Watson | 2001-09-26 | 1 | -1/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -56/+56 |
| * | Cleanup | Matthew Dillon | 2001-08-31 | 1 | -27/+68 |
| * | Remove support for the badly broken MAP_INHERIT (from -current only). | Matthew Dillon | 2001-08-24 | 1 | -4/+1 |
| * | whitespace / register cleanup | Matthew Dillon | 2001-07-04 | 1 | -15/+15 |
| * | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -67/+19 |
| * | Stick VM syscalls back under Giant if the BLEED option is not defined. | John Baldwin | 2001-05-24 | 1 | -0/+49 |
| * | - Obtain Giant in mmap() syscall while messing with file descriptors and | John Baldwin | 2001-05-23 | 1 | -18/+32 |
| * | Unlock the VM lock at the end of munlock() instead of locking it again. | John Baldwin | 2001-05-22 | 1 | -1/+1 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -11/+49 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -2/+2 |
| * | This patchset fixes a large number of file descriptor race conditions. | Matthew Dillon | 2000-11-18 | 1 | -15/+37 |
| * | Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT. | Boris Popov | 2000-09-12 | 1 | -0/+9 |