| Commit message (Expand) | Author | Age | Files | Lines |
* | sys: Remove ancient SCCS tags. | Warner Losh | 2023-11-27 | 1 | -2/+0 |
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | procfs: Sync a documentation comment with the code. | Joseph Koshy | 2023-04-10 | 1 | -2/+3 |
* | vm_pager: Remove references to KVME_TYPE_DEFAULT in the kernel | Mark Johnston | 2022-07-17 | 1 | -1/+0 |
* | procfs_map: switch to use vm_object_kvme_type | Konstantin Belousov | 2021-05-13 | 1 | -19/+21 |
* | Add OBJT_SWAP_TMPFS pager | Konstantin Belousov | 2021-05-07 | 1 | -9/+8 |
* | Close races in vm object chain traversal for unlock | Ryan Libby | 2021-02-25 | 1 | -2/+3 |
* | cache: drop the always curthread argument from reverse lookup routines | Mateusz Guzik | 2020-08-24 | 1 | -1/+1 |
* | Define macro VM_MAP_ENTRY_FOREACH for enumerating the entries in a vm_map. | Doug Moore | 2019-10-08 | 1 | -2/+1 |
* | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis | 2018-04-06 | 1 | -2/+0 |
* | Reuse kern_proc_vmmap_resident() for procfs_map resident count. | Konstantin Belousov | 2017-12-28 | 1 | -27/+23 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | Provide vnode in memory map info for files on tmpfs | Eric van Gyzen | 2015-06-02 | 1 | -4/+10 |
* | Relax the vm object locking. Use a read lock. | Alan Cox | 2013-06-05 | 1 | -5/+5 |
* | Switch the vm_object mutex to be a rwlock. This will enable in the | Attilio Rao | 2013-03-09 | 1 | -6/+6 |
* | Remove the support for using non-mpsafe filesystem modules. | Konstantin Belousov | 2012-10-22 | 1 | -3/+1 |
* | Add macro to test the sv_flags of any process. Change some places to test | Dmitry Chagin | 2011-01-26 | 1 | -2/+2 |
* | Replace pointer to "struct uidinfo" with pointer to "struct ucred" | Edward Tomasz Napierala | 2010-12-02 | 1 | -3/+3 |
* | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | Nathan Whitehorn | 2010-03-11 | 1 | -4/+4 |
* | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | John Baldwin | 2009-07-24 | 1 | -0/+1 |
* | Implement global and per-uid accounting of the anonymous memory. Add | Konstantin Belousov | 2009-06-23 | 1 | -3/+8 |
* | vm_map_lock_read() does not increment map->timestamp, so we should | Konstantin Belousov | 2008-12-29 | 1 | -1/+1 |
* | Use curproc->p_sysent->sv_flags bit SV_ILP32 for detection of the 32 bit | Konstantin Belousov | 2008-12-29 | 1 | -11/+5 |
* | Reference the vmspace of the process being inspected by procfs, linprocfs | Konstantin Belousov | 2008-12-12 | 1 | -1/+8 |
* | Relock user map earlier, to have the lock held when break leaves the | Konstantin Belousov | 2008-12-10 | 1 | -2/+1 |
* | Make two style changes to create new commit and document proper commit | Konstantin Belousov | 2008-12-08 | 1 | -1/+1 |
* | Change the linprocfs <pid>/maps and procfs <pid>/map handlers to use | Konstantin Belousov | 2008-12-08 | 1 | -9/+28 |
* | Remove unnecessary locking around vn_fullpath(). The vnode lock for the | John Baldwin | 2008-11-04 | 1 | -3/+2 |
* | Change the linprocfs <pid>/maps and procfs <pid>/map handlers to use | Konstantin Belousov | 2008-10-04 | 1 | -29/+7 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -1/+1 |
* | Add synchronization. Eliminate the acquisition and release of Giant. | Alan Cox | 2007-04-23 | 1 | -23/+47 |
* | Instead of stating GIANT_REQUIRED, just acquire and release Giant where | Dag-Erling Smørgrav | 2007-04-15 | 1 | -2/+5 |
* | Jumbo-commit to enhance 32 bit application support on 64 bit kernels. | Peter Wemm | 2005-06-30 | 1 | -1/+26 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
* | Minor whitespace and style issues. | Dag-Erling Smørgrav | 2003-12-07 | 1 | -3/+3 |
* | Remove debug printf(). | Maxime Henrion | 2003-10-19 | 1 | -1/+0 |
* | Add a new column to the procfs map to hold the name of the mapped | Robert Watson | 2003-09-29 | 1 | -2/+16 |
* | Add p_candebug() check to access a process map file in procfs; limit | Robert Watson | 2003-08-14 | 1 | -0/+6 |
* | Pseudofsize procfs(5). | Dag-Erling Smørgrav | 2001-12-04 | 1 | -24/+13 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -3/+2 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -6/+2 |
* | Lock VM Giant prior to locking a vm map. | Seigo Tanimura | 2001-06-06 | 1 | -0/+7 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | Ruslan Ermilov | 2001-05-23 | 1 | -1/+1 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -0/+1 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -1/+2 |
* | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This | Luoqi Chen | 1999-02-19 | 1 | -2/+2 |