Age | Commit message (Expand) | Author |
2014-07-13 | pass the size to free in some of the obvious cases | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-11 | It's init as a process that's special, not init's original thread. | Philip Guenther |
2014-05-04 | Add PS_SYSTEM, the process-level mirror of the thread-level P_SYSTEM, | Philip Guenther |
2014-03-30 | Eliminates struct pcred by moving the real and saved ugids into | Philip Guenther |
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther |
2014-01-21 | bzero -> memset | Ted Unangst |
2012-04-13 | For now, direct the kill signal sent by PT_KILL to the thread that made us | Mark Kettenis |
2012-04-13 | First stab at making ptrace(2) usable for debugging multi-threaded programs. | Mark Kettenis |
2012-04-12 | If the "main" thread exits it stays around but unlinks itself from the | Mark Kettenis |
2012-04-12 | PT_GETXMMREGS and PT_SETXMMREGS can take a TID. | Mark Kettenis |
2012-04-11 | Move the P_WAITED flag from struct proc to struct process. | Mark Kettenis |
2012-04-06 | Implement PT_GET_THREAD_FIRS and PT_GET_THREAD_NEXT. | Mark Kettenis |
2012-03-10 | Add PS_EXITING to better differentiate between the process exiting and | Philip Guenthe |
2012-02-25 | Allow this to build on platforms lacking PT_GETFPREGS or PT_SETFPREGS; broken | Miod Vallat |
2012-02-20 | First steps for making ptrace work with rthreads: | Philip Guenthe |
2011-04-02 | Move P_SUGID and P_SUGIDEXEC from struct proc to struct process, so | Philip Guenthe |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-05-02 | Use intermediate vaddr_t cast when casting a pointer to off_t. Prevents | Mark Kettenis |
2010-01-28 | Make sure the process tree is is loop-free by forbidding ptrace() | Philip Guenthe |
2008-10-31 | Do not assume that a pointer to another process will live over a set of | Theo de Raadt |
2008-10-31 | accidental commit ... backout | Theo de Raadt |
2008-10-31 | kern_sysctl.c | Theo de Raadt |
2008-09-16 | Add PIOD_READ_AUXV, a way to get the ELF auxilliary vector through ptrace(2). | Mark Kettenis |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat |
2006-07-19 | make kernels w/o PTRACE compile again. | Alexander von Gernler |
2006-05-18 | paramter -> parameter | Miod Vallat |
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 |
2005-09-14 | ptrace(2) following fork(2) | Mark Kettenis |
2005-08-02 | Reduce stack usage. | Mark Kettenis |
2005-04-16 | Remove regs and fpregs pseudo-files from procfs. | Mark Kettenis |
2005-04-03 | Implemente PT_[GS]ETXMMREGS ptrace(2) requests on i386. | Mark Kettenis |
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 |
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-06-27 | KNF | Theo de Raadt |
2002-04-10 | don't attach to system processes. | Federico G. Schwindt |
2002-03-12 | Change the PT_IO interfaces like discussed on | Artur Grabowski |
2002-03-12 | In the PT_STEP case, first set the new pc, then arrange | Artur Grabowski |
2002-03-11 | Since all archs implement PT_GETREGS and PT_SETREGS, make then unoptional. | Artur Grabowski |
2002-03-11 | Add a more sane API for reading/writing traced process memory | Artur Grabowski |
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 |
2002-01-02 | register_t is not an int, so don't use it that way. | Artur Grabowski |