summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs/procfs_mem.c
Commit message (Expand)AuthorAgeFilesLines
* Be much, much more paranoid on allowing I/O operations on procfs nodes.Sean Eric Fagan2000-11-011-1/+1
* Include vm/vm_extern.h to get at prototypesEivind Eklund1999-12-201-0/+1
* Don't simulate a pseudo address-space beyond VM_MAXUSER_ADDRESS thatPeter Wemm1999-12-111-40/+0
* Remove unused #includes.Poul-Henning Kamp1999-12-081-1/+0
* Introduce the new functionPoul-Henning Kamp1999-11-211-1/+1
* s/p_cred->pc_ucred/p_ucred/gPoul-Henning Kamp1999-11-211-1/+1
* Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. ItAlan Cox1999-11-091-1/+1
* Explain why Warner is right, and I am wrong, in the removing of theSean Eric Fagan1999-11-081-0/+14
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Change suser_xxx() to suser() where it applies.Poul-Henning Kamp1999-04-271-4/+5
* Suser() simplification:Poul-Henning Kamp1999-04-271-2/+2
* Added a second argument, "activate" to the vm_page_unwire() call so thatDavid Greenman1998-10-281-2/+2
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,Bruce Evans1998-07-151-2/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Disallow reading the current kernel stack. Only the user structure andTor Egge1998-05-191-7/+32
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-2/+2
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* VM level code cleanups.John Dyson1998-01-221-3/+3
* Fix procfs security hole -- check permissions on meaningful I/Os (namely,Sean Eric Fagan1997-08-121-1/+18
* Removed unused #includes.Bruce Evans1997-08-021-3/+1
* Fix both a problem with accessing backing objects, and also releaseJohn Dyson1997-04-201-1/+14
* Fix the gdb executable modify problem. Thanks to the detective workJohn Dyson1997-04-061-80/+47
* 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-6/+4
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix setting breakpoints in shared regions.John Dyson1996-10-241-7/+4
* Fix a serious problem, with a window where an object lock is needed,John Dyson1996-07-021-57/+97
* Properly lock the vm space when accessing the memory in a process. ThisJohn Dyson1996-06-111-2/+14
* This time, really make the procfs work when reading stuff from the UPAGES.Peter Wemm1996-01-251-15/+34
* Major fixes for procfs..Peter Wemm1996-01-241-1/+10
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-2/+3
* Fixed 1TB filesize changes. Some pindexes had bogus names and typesBruce Evans1995-12-171-5/+5
* Changes to support 1Tb filesizes. Pages are now named by anJohn Dyson1995-12-111-3/+3
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+8
* Added prototypes.Bruce Evans1995-12-031-1/+3
* Removal of unnecessary usage of PG_COPYONWRITE.John Dyson1995-10-231-2/+2
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-2/+2
* Killed the "probably_never" ifdef'd code.David Greenman1995-06-281-68/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Initialize map start hint to vm_map_find()...not doing so will cause itDavid Greenman1995-01-051-2/+2
* Fixed bug I just introduced that would have allowed a user to clobberDavid Greenman1994-10-181-4/+6
* Allow upages to be paged in/accessed.David Greenman1994-10-181-2/+2
* Supply prototypes for some functions that were implicitly declared andBruce Evans1994-09-151-2/+3
* Added $Id$David Greenman1994-08-021-2/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+302