Age | Commit message (Expand) | Author |
2011-06-02 | We will ignore retval2; it is not an issue | Theo de Raadt |
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 |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2008-11-01 | Grab a reference to the trace vnode of the process when traversing the | Pedro Martelletto |
2008-10-31 | accidental commit ... backout | Theo de Raadt |
2008-10-31 | kern_sysctl.c | Theo de Raadt |
2008-05-22 | Use LIST_FOREACH() instead of handrolling. | Thordur I. Bjornsson |
2007-05-16 | The world of __HAVEs and __HAVE_NOTs is reducing. All architectures | Artur Grabowski |
2006-11-14 | properly check for native emulation binaries, so that the correct sysctl | Theo de Raadt |
2006-05-17 | change ktr_len to size_t. put ktr_type after comm for better alignment | Ted Unangst |
2006-02-27 | When checking syscall numbers, qualify the test with the emulation as well. | Niklas Hallqvist |
2005-11-28 | ansi/deregister. | Jonathan Gray |
2005-11-15 | Save process context in ktrwrite(), as it may be needed for locking | Pedro Martelletto |
2005-09-10 | do not trust user input for sysctl. constrain arguments passed to ktrace | Theo de Raadt |
2005-06-02 | for sysctl syscall pass the mib[] back to kdump to parse; | Michael Shalayeff |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-06-09 | Merge in a piece of the SMP branch into HEAD. | Artur Grabowski |
2003-09-01 | match syscallargs comments with reality | Henning Brauer |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-06-27 | do not permit ktrace on P_SUGID; millert ok | Theo de Raadt |
2002-06-06 | Fix *documentation*: one arg of the ktrace(2) is pid_t not int, found while | Mike Pechkin |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-22 | include a siginfo_t with ktrace PSIG information, so that kdump can print | Theo de Raadt |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-06-26 | Appease gcc by not using void pointers in arithmetic operations; art@ ok | Aaron Campbell |
2001-06-22 | KNF | Theo de Raadt |
2000-11-10 | Change the ktrace interface functions from taking the trace vnode to taking the | Artur Grabowski |
2000-09-27 | replace MALLOC/FREE w/ malloc/free for non-constant-sized memory allocations;... | Michael Shalayeff |
2000-04-29 | ktrace(2) should not follow symbolic links; from FreeBSD | Todd C. Miller |
2000-04-21 | do not declare and use a local variable which conflicts with a global | Theo de Raadt |
2000-04-20 | Add a function "ktrsettracevnode", that changes the ktrace vnode for a process | Artur Grabowski |
2000-04-19 | Unbreak genio (how could I commit that garbage?). | Artur Grabowski |
2000-04-19 | When logging genio, check if we need to yield in the same way as in uiomove. | Artur Grabowski |
2000-04-19 | Don't abuse malloc to allocate small fixed-size structs that we can keep on t... | Artur Grabowski |
2000-04-18 | If the user does a huge I/O split the genio logging into smaller chunks | Artur Grabowski |
2000-04-06 | Random cleanup. | Artur Grabowski |
2000-03-03 | Use LIST_ macros instead of internal field names to walk the allproc list. | Artur Grabowski |
1999-02-11 | do not copyout uninitialized memory; arnej@math.ntnu.no | Theo de Raadt |
1998-06-02 | Integrated fix from NetBSD kern/5357. | Constantine Sapuntzakis |
1998-02-03 | bad types; wileyc@sekiya.twics.co.jp | Theo de Raadt |
1997-11-14 | Fixed up a VOP_UNLOCK call so that it uses the correction proc * | Constantine Sapuntzakis |
1997-11-11 | uninitialized variable | Niklas Hallqvist |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist |
1995-12-14 | from netbsd; emulation records | Theo de Raadt |