summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs/procfs_map.c
Commit message (Expand)AuthorAgeFilesLines
* Provide vnode in memory map info for files on tmpfsvangyzen2015-06-021-4/+10
* Relax the vm object locking. Use a read lock.alc2013-06-051-5/+5
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-5/+5
* Switch vm_object lock to be a rwlock.attilio2013-02-201-1/+1
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-3/+1
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-261-2/+2
* Replace pointer to "struct uidinfo" with pointer to "struct ucred"trasz2010-12-021-3/+3
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-111-4/+4
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-0/+1
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-231-3/+8
* vm_map_lock_read() does not increment map->timestamp, so we shouldkib2008-12-291-1/+1
* Use curproc->p_sysent->sv_flags bit SV_ILP32 for detection of the 32 bitkib2008-12-291-11/+5
* Reference the vmspace of the process being inspected by procfs, linprocfskib2008-12-121-1/+8
* Relock user map earlier, to have the lock held when break leaves thekib2008-12-101-2/+1
* Make two style changes to create new commit and document proper commitkib2008-12-081-1/+1
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to usekib2008-12-081-9/+28
* Remove unnecessary locking around vn_fullpath(). The vnode lock for thejhb2008-11-041-3/+2
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to usekib2008-10-041-29/+7
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Add synchronization. Eliminate the acquisition and release of Giant.alc2007-04-231-23/+47
* Instead of stating GIANT_REQUIRED, just acquire and release Giant wheredes2007-04-151-2/+5
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.peter2005-06-301-1/+26
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Minor whitespace and style issues.des2003-12-071-3/+3
* Remove debug printf().mux2003-10-191-1/+0
* Add a new column to the procfs map to hold the name of the mappedrwatson2003-09-291-2/+16
* Add p_candebug() check to access a process map file in procfs; limitrwatson2003-08-141-0/+6
* Pseudofsize procfs(5).des2001-12-041-24/+13
* KSE Milestone 2julian2001-09-121-3/+2
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-6/+2
* Lock VM Giant prior to locking a vm map.tanimura2001-06-061-0/+7
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+2
* useracc() the prequel:phk1999-10-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-191-2/+2
* Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used todillon1999-02-071-2/+2
* Correct a format mismatch on 64-bit architectures. This shouldjdp1999-02-051-3/+3
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-6/+4
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-2/+3
* Tighten up management of memory and swap space during map allocation,dyson1998-04-291-13/+27
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-2/+2
* Don't try to obtain an excluive lock on the vm map, since a deadlock mighttegge1997-11-141-3/+3
* Removed unused #includes.bde1997-08-021-16/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
OpenPOWER on IntegriCloud