summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs/procfs_mem.c
AgeCommit message (Expand)Author
2005-12-11Replace procfs_domem() with a similar interface, process_domem(), which livesMiod Vallat
2005-11-04Add an extra flags argument to uvm_io(), to specify whether we want to fixMiod Vallat
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
2004-05-05make sure uio_offset is a safe value, with suggestions from millert@Ted Unangst
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-09Disallow ptrace if P_SUGIDEXEC flag is set (we already disallow if P_SUGIDTodd C. Miller
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ okThomas Nordin
2002-01-20When a process is exec:ing mark it with a flag. Check that flag in ptraceArtur Grabowski
2001-11-06redundant includes.Artur Grabowski
2001-09-19No need to PHOLD/PRELE here, really.Artur Grabowski
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-06-27Remove old vm.Artur Grabowski
2001-05-24Garbage collect procfs_findtextvp().Aaron Campbell
2000-08-15make procfs compile on non-uvm systemsEric Jackson
1999-02-26memory reads from other vmspace are different under uvmArtur Grabowski
1998-08-30OK, this is another fix for the infamous i386 "PTDI panic". This fix is thePer Fogelstrom
1997-09-11Fix {KERNFS,NULLFS,UMAPFS,UNION}_DIAGNOSTIC kernel compilation errors.Todd C. Miller
1997-08-29From NetBSD (thorpej):Todd C. Miller
1997-08-161) pfs_mode should be mode_t, not u_shortTodd C. Miller
1997-01-22Don't fault a page in twice (first prefault, then vm_fault); the first wasThorsten Lockert
1997-01-07Fix for final ptdi panic on i386Thorsten Lockert
1996-02-27From NetBSD: update to 960217 sourcesNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt