summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/procfs/procfs_mem.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace procfs_domem() with a similar interface, process_domem(), which livesmiod2005-12-111-132/+0
* Add an extra flags argument to uvm_io(), to specify whether we want to fixmiod2005-11-041-2/+3
* Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpckettenis2004-05-201-2/+10
* make sure uio_offset is a safe value, with suggestions from millert@tedu2004-05-051-2/+1
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Disallow ptrace if P_SUGIDEXEC flag is set (we already disallow if P_SUGIDmillert2003-03-091-1/+2
* Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ oknordin2002-01-301-3/+1
* When a process is exec:ing mark it with a flag. Check that flag in ptraceart2002-01-201-1/+6
* redundant includes.art2001-11-061-3/+1
* No need to PHOLD/PRELE here, really.art2001-09-191-3/+1
* Don't include <vm/vm_kern.h> if you don't need foo_map.miod2001-09-111-2/+1
* Remove old vm.art2001-06-271-154/+1
* Garbage collect procfs_findtextvp().aaron2001-05-241-86/+1
* make procfs compile on non-uvm systemsericj2000-08-151-4/+2
* memory reads from other vmspace are different under uvmart1999-02-261-2/+22
* OK, this is another fix for the infamous i386 "PTDI panic". This fix is thepefo1998-08-301-2/+6
* Fix {KERNFS,NULLFS,UMAPFS,UNION}_DIAGNOSTIC kernel compilation errors.millert1997-09-111-4/+4
* From NetBSD (thorpej):millert1997-08-291-7/+12
* 1) pfs_mode should be mode_t, not u_shortmillert1997-08-161-3/+38
* Don't fault a page in twice (first prefault, then vm_fault); the first wastholo1997-01-221-5/+1
* Fix for final ptdi panic on i386tholo1997-01-071-2/+6
* From NetBSD: update to 960217 sourcesniklas1996-02-271-2/+6
* initial import of NetBSD treederaadt1995-10-181-0/+301