aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/procfs/procfs_map.c
Commit message (Expand)AuthorAgeFilesLines
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* Reuse kern_proc_vmmap_resident() for procfs_map resident count.Konstantin Belousov2017-12-281-27/+23
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Provide vnode in memory map info for files on tmpfsEric van Gyzen2015-06-021-4/+10
* Relax the vm object locking. Use a read lock.Alan Cox2013-06-051-5/+5
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-6/+6
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-3/+1
* Add macro to test the sv_flags of any process. Change some places to testDmitry Chagin2011-01-261-2/+2
* Replace pointer to "struct uidinfo" with pointer to "struct ucred"Edward Tomasz Napierala2010-12-021-3/+3
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,Nathan Whitehorn2010-03-111-4/+4
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-241-0/+1
* Implement global and per-uid accounting of the anonymous memory. AddKonstantin Belousov2009-06-231-3/+8
* vm_map_lock_read() does not increment map->timestamp, so we shouldKonstantin Belousov2008-12-291-1/+1
* Use curproc->p_sysent->sv_flags bit SV_ILP32 for detection of the 32 bitKonstantin Belousov2008-12-291-11/+5
* Reference the vmspace of the process being inspected by procfs, linprocfsKonstantin Belousov2008-12-121-1/+8
* Relock user map earlier, to have the lock held when break leaves theKonstantin Belousov2008-12-101-2/+1
* Make two style changes to create new commit and document proper commitKonstantin Belousov2008-12-081-1/+1
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to useKonstantin Belousov2008-12-081-9/+28
* Remove unnecessary locking around vn_fullpath(). The vnode lock for theJohn Baldwin2008-11-041-3/+2
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to useKonstantin Belousov2008-10-041-29/+7
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-1/+1
* Add synchronization. Eliminate the acquisition and release of Giant.Alan Cox2007-04-231-23/+47
* Instead of stating GIANT_REQUIRED, just acquire and release Giant whereDag-Erling Smørgrav2007-04-151-2/+5
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.Peter Wemm2005-06-301-1/+26
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Minor whitespace and style issues.Dag-Erling Smørgrav2003-12-071-3/+3
* Remove debug printf().Maxime Henrion2003-10-191-1/+0
* Add a new column to the procfs map to hold the name of the mappedRobert Watson2003-09-291-2/+16
* Add p_candebug() check to access a process map file in procfs; limitRobert Watson2003-08-141-0/+6
* Pseudofsize procfs(5).Dag-Erling Smørgrav2001-12-041-24/+13
* KSE Milestone 2Julian Elischer2001-09-121-3/+2
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-6/+2
* Lock VM Giant prior to locking a vm map.Seigo Tanimura2001-06-061-0/+7
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-231-1/+1
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-1/+2
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). ThisLuoqi Chen1999-02-191-2/+2
* Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used toMatthew Dillon1999-02-071-2/+2
* Correct a format mismatch on 64-bit architectures. This shouldJohn Polstra1999-02-051-3/+3
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-6/+4
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-2/+3
* Tighten up management of memory and swap space during map allocation,John Dyson1998-04-291-13/+27
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Make our v_usecount vnode reference count work identically to theJohn Dyson1998-01-061-2/+2
* Don't try to obtain an excluive lock on the vm map, since a deadlock mightTor Egge1997-11-141-3/+3