summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs/procfs_mem.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- 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
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadjhb2002-05-191-1/+1
* Include <sys/systm.h> for (at least) the definition of atomic functionsbde2002-04-211-0/+1
* Lock the target process for p_candebug().jhb2002-04-131-3/+4
* Pseudofsize procfs(5).des2001-12-041-10/+6
* Dissociate ptrace from procfs.des2001-10-071-217/+1
* Prior to support for almost all ps activity via sysctl, ps used procfs,rwatson2001-08-031-34/+4
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().rwatson2001-07-051-1/+1
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-8/+3
* - 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-1/+11
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-3/+5
* o Centralize inter-process access control, introducing:rwatson2000-08-301-1/+1
* Include vm/vm_extern.h to get at prototypeseivind1999-12-201-0/+1
* Don't simulate a pseudo address-space beyond VM_MAXUSER_ADDRESS thatpeter1999-12-111-40/+0
* Remove unused #includes.phk1999-12-081-1/+0
* Introduce the new functionphk1999-11-211-1/+1
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-211-1/+1
* Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. Italc1999-11-091-1/+1
* Explain why Warner is right, and I am wrong, in the removing of thesef1999-11-081-0/+14
* useracc() the prequel:phk1999-10-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Change suser_xxx() to suser() where it applies.phk1999-04-271-4/+5
* Suser() simplification:phk1999-04-271-2/+2
* Added a second argument, "activate" to the vm_page_unwire() call so thatdg1998-10-281-2/+2
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Disallow reading the current kernel stack. Only the user structure andtegge1998-05-191-7/+32
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* VM level code cleanups.dyson1998-01-221-3/+3
* Fix procfs security hole -- check permissions on meaningful I/Os (namely,sef1997-08-121-1/+18
* Removed unused #includes.bde1997-08-021-3/+1
* Fix both a problem with accessing backing objects, and also releasedyson1997-04-201-1/+14
* Fix the gdb executable modify problem. Thanks to the detective workdyson1997-04-061-80/+47
* 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-6/+4
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix setting breakpoints in shared regions.dyson1996-10-241-7/+4
* Fix a serious problem, with a window where an object lock is needed,dyson1996-07-021-57/+97
* Properly lock the vm space when accessing the memory in a process. Thisdyson1996-06-111-2/+14
* This time, really make the procfs work when reading stuff from the UPAGES.peter1996-01-251-15/+34
* Major fixes for procfs..peter1996-01-241-1/+10
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-2/+3
* Fixed 1TB filesize changes. Some pindexes had bogus names and typesbde1995-12-171-5/+5
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-3/+3
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+8
* Added prototypes.bde1995-12-031-1/+3
OpenPOWER on IntegriCloud