Age | Commit message (Expand) | Author |
2012-04-22 | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in | Philip Guenthe |
2012-02-20 | First steps for making ptrace work with rthreads: | Philip Guenthe |
2012-02-15 | Hold struct filedesc's fd_lock when writing to the fd_ofiles, fd_ofileflags, | Philip Guenthe |
2011-09-18 | Add support for *at(2) system calls to systrace(1). | Matthew Dempsky |
2011-07-11 | Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls, | Philip Guenthe |
2011-07-07 | There is a bunch of places in the kernel entry points where we don't | Artur Grabowski |
2011-06-24 | printf -> DPRINTF in the SIGKILL path | Damien Miller |
2011-06-23 | ansify a few files. ok deraadt dlg krw matthew | Ted Unangst |
2011-06-22 | Add a SYSTR_POLICY_KILL per-syscall policy option that sends SIGKILL to | Damien Miller |
2011-04-02 | Move P_SUGID and P_SUGIDEXEC from struct proc to struct process, so | Philip Guenthe |
2010-07-21 | No need for read/write functions, just use enodev like all the other | Theo de Raadt |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2008-11-09 | systrace activation happens in the middle of a rather sensitive piece of | Theo de Raadt |
2008-09-12 | Remove bzero/memset calls after pool_gets by passing the PR_ZERO | Bret Lambert |
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 |