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