Age | Commit message (Expand) | Author |
2008-01-05 | return with ENOTTY instead of EINVAL for unknown ioctl requests. | Brad Smith |
2007-09-11 | KNF | Gilles Chehade |
2007-09-10 | more MALLOC/FREE -> malloc/free and M_ZERO changes | Gilles Chehade |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2006-10-06 | fix an exploitable integer overflow found by Chris Evans of Google | Damien Miller |
2006-05-28 | Allow len == 1 in systrace_fname(), so systraced processes can proceed | Pedro Martelletto |
2006-05-23 | Replace lockmgr with rwlock; 'i think so' tedu@, ok sturm@ | Aleksander Piotrowski |
2005-12-11 | Replace procfs_domem() with a similar interface, process_domem(), which lives | Miod Vallat |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-04-17 | Intermediate cast of strio_offs -> uio_offset should be u_long not long | Todd C. Miller |
2004-11-07 | add a new message: inject. this allows the tracer to to inject buffers into | marius eriksen |
2004-07-07 | fix an issue when scripts are exec'd under systrace where | marius eriksen |
2004-06-23 | a few fixes to systrace | marius eriksen |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre |
2003-10-08 | originally from cb@netbsd.org, adapted by provos | Nikolay Sturm |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-16 | - limited number of processes per systrace | Jun-ichiro itojun Hagino |
2003-03-28 | unbreak | Henning Brauer |
2003-02-20 | Fix a crash in the systrace found by form@ | Artur Grabowski |
2002-12-12 | statement after label. | Artur Grabowski |
2002-12-04 | rename the clone ioctl to avoid clashing w/ the sockio; provos@ ok | Michael Shalayeff |
2002-11-10 | Be more careful with illegal syscall numbers. | Artur Grabowski |
2002-10-25 | add id tags. | Federico G. Schwindt |
2002-10-16 | support for privilege elevation. | Jun-ichiro itojun Hagino |
2002-10-09 | new message to track uid/gid changes | Jun-ichiro itojun Hagino |
2002-08-28 | cast size_t to u_long on printing. from netbsd | Jun-ichiro itojun Hagino |
2002-08-07 | return EBUSY in processready | Niels Provos |
2002-07-30 | minor KNF. pid_t is unsigned. | Jun-ichiro itojun Hagino |
2002-07-30 | whitespace at EOL | Jun-ichiro itojun Hagino |
2002-07-24 | better uid/gid tracking; okay deraadt@ | Niels Provos |
2002-07-23 | prevent double free in some error conditions; from xs@kittenz.org | Niels Provos |
2002-07-22 | add seqnr to message from kernel, userland needs to quote correct seqnr. | Niels Provos |
2002-07-21 | two more missing systrace_lock | Jun-ichiro itojun Hagino |
2002-07-21 | need systrace_lock/unlock around lockmgr lock operation. provos ok | Jun-ichiro itojun Hagino |
2002-07-20 | comment clarification. niels ok | Jun-ichiro itojun Hagino |
2002-07-19 | minor KNF | Jun-ichiro itojun Hagino |
2002-07-19 | whitespace | Jun-ichiro itojun Hagino |
2002-07-19 | tabify | Jun-ichiro itojun Hagino |
2002-07-13 | do not call unlock when the lock is not locked; found by millert@ | Niels Provos |
2002-07-12 | in the error case, just remove an installed argument replacement, it is not | Niels Provos |
2002-06-21 | system call argument rewriting framework via stackgap; okay art@ | Niels Provos |
2002-06-10 | more __FUNCTION__ slaughter | Marc Espie |
2002-06-10 | new ioctl that reports the current emulation a process uses; needed for | Niels Provos |
2002-05-19 | make fsystrace available in systrace.h; keep some more stats. | Niels Provos |
2002-05-18 | when detaching form a process don't forget to remove posted messages. | Niels Provos |
2002-05-16 | systrace facility, used to enforce and generate policies for system calls | Niels Provos |