Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-13 | ansi/deregister. No binary change. | Jonathan Gray | |
2005-12-11 | Replace procfs_domem() with a similar interface, process_domem(), which lives | Miod Vallat | |
out of procfs and gets a ptrace request PT_{READ,WRITE}_{I,D} as argument; also procfs_checkioperm() becomes process_checkioperm(). From art@ some time ago; ok kettenis@ pedro@ | |||
2005-09-14 | ptrace(2) following fork(2) | Mark Kettenis | |
ok miod@ | |||
2005-08-02 | Reduce stack usage. | Mark Kettenis | |
2005-04-16 | Remove regs and fpregs pseudo-files from procfs. | Mark Kettenis | |
ok deraadt@, miod@ | |||
2005-04-03 | Implemente PT_[GS]ETXMMREGS ptrace(2) requests on i386. | Mark Kettenis | |
ok deraadt@ | |||
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist | |
2004-02-08 | restored & repaired wcookie support; kettenis@chello.nl | Theo de Raadt | |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst | |
argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@ | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-03-09 | Disallow ptrace if P_SUGIDEXEC flag is set (we already disallow if P_SUGID | Todd C. Miller | |
is set). deraadt@ and tholo@ OK. | |||
2002-06-27 | KNF | Theo de Raadt | |
2002-04-10 | don't attach to system processes. | Federico G. Schwindt | |
art@ niklas@ markus@ millert@ deraadt@ ok. | |||
2002-03-12 | Change the PT_IO interfaces like discussed on | Artur Grabowski | |
the bsd-api-discuss list. | |||
2002-03-12 | In the PT_STEP case, first set the new pc, then arrange | Artur Grabowski | |
for the single-step. This can slightly break the error handling when setting the sstep fails, but allows us to emulate single stepping in software on arch that don't have support for that in hardware. | |||
2002-03-11 | Since all archs implement PT_GETREGS and PT_SETREGS, make then unoptional. | Artur Grabowski | |
They still stay in MD code for backwards compatibility, but a check in ptrace.h checks if they are defined. Note - the same thing will be done with PT_{GET,SET}FPREGS once vax implements them and with PT_STEP when it's implemented by sparc, sparc64 and alpha. | |||
2002-03-11 | Add a more sane API for reading/writing traced process memory | Artur Grabowski | |
with ptrace - PT_IO. Man page update in a few. | |||
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 | |
and procfs (and possibly more places in the future) and simply refuse to fiddle with the execing process. This is an ugly hack, but this far we haven't been successful in creating a race-free exec. | |||
2002-01-02 | register_t is not an int, so don't use it that way. | Artur Grabowski | |
Fixes PT_{READ,WRITE}_{I,D} on sparc64. | |||
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-06-27 | remove old vm | Artur Grabowski | |
2001-06-18 | trace_req is not used anymore (was a nop). | Artur Grabowski | |
2001-06-18 | split PT_DETACH handling, so that pc cannot be set by it; art ok | Theo de Raadt | |
2001-04-09 | Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@ | Thorsten Lockert | |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-06-08 | Add explicit inclusions of signalvar.h to files actually using syms defined | Niklas Hallqvist | |
there but relying on an indirect inclusion | |||
1999-02-26 | kmem allocation changes for uvm | Artur Grabowski | |
1998-06-27 | securelevels do NOT protect running binaries; only filesystem activity | Theo de Raadt | |
1998-06-09 | do not permit ptrace attach to immutable executable | Theo de Raadt | |
1996-07-29 | comment on ptrace & P_SUGID | Theo de Raadt | |
1996-05-22 | fix obscure problem involving ptrace of init | Theo de Raadt | |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |