summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs/procfs_map.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Change the map entry flags from bitfields to bitmasks. Allowsdyson1997-01-161-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix a potential deadlock from the previous commit.dyson1996-10-301-2/+4
* Fix the /proc/???/map file so that it is possible to read an arbitrarilydyson1996-10-301-18/+23
* Modify slightly the output from the map file in /proc. Now thedyson1996-07-271-2/+4
* Under certain circumstances, reading the /proc/*/map file candyson1996-07-271-2/+5
* Clean-up the new VM map procfs code, and also add support for executabledyson1996-06-181-1/+8
* This file is the "meat" of the process address space capability. If youdyson1996-06-171-0/+169
OpenPOWER on IntegriCloud