summaryrefslogtreecommitdiff
path: root/sys/fs/procfs/procfs_map.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-071-1/+1
* MFC: /*- and related license changesWarner Losh2005-01-311-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
* Removed unused #includes.Bruce Evans1997-08-021-16/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+1
* Change the map entry flags from bitfields to bitmasks. AllowsJohn Dyson1997-01-161-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix a potential deadlock from the previous commit.John Dyson1996-10-301-2/+4
* Fix the /proc/???/map file so that it is possible to read an arbitrarilyJohn Dyson1996-10-301-18/+23
* Modify slightly the output from the map file in /proc. Now theJohn Dyson1996-07-271-2/+4
* Under certain circumstances, reading the /proc/*/map file canJohn Dyson1996-07-271-2/+5
* Clean-up the new VM map procfs code, and also add support for executableJohn Dyson1996-06-181-1/+8
* This file is the "meat" of the process address space capability. If youJohn Dyson1996-06-171-0/+169