| Commit message (Expand) | Author | Age | Files | Lines |
* | - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage, | pav | 2006-05-15 | 1 | -10/+27 |
* | When doing the initial open of the proc via procfs, complain if we are | alfred | 2005-03-27 | 1 | -3/+3 |
* | I've been working on this somewhat so I'm moving the | alfred | 2005-03-27 | 1 | -95/+98 |
* | Move declarations of Procfd to a header file. | dwmalone | 2004-01-07 | 1 | -1/+0 |
* | Add FBSDID. Do not \n terminate warnx() argument. fprint() -> warnx(). | charnier | 2003-09-07 | 1 | -6/+3 |
* | - Use time.h not sys/time.h. | mdodd | 2002-08-06 | 1 | -1/+1 |
* | Include <sys/time.h> for the declaration of struct timeval. Do not | bde | 2002-08-04 | 1 | -0/+1 |
* | Allow tracking fork()ed children. | mdodd | 2002-08-04 | 1 | -3/+3 |
* | Parameterize globals. | mdodd | 2002-08-04 | 1 | -0/+1 |
* | Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage. | markm | 2001-12-11 | 1 | -1/+3 |
* | Back out part of previous commit: remove #include <sys/proc.h>. | des | 2001-10-22 | 1 | -1/+0 |
* | #include <sys/proc.h> where needed (for the stop event definitions) and | des | 2001-10-22 | 1 | -4/+6 |
* | Handle the case where we truss an SUGID program -- in particular, we need | sef | 2000-01-10 | 1 | -1/+9 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Calls one or more of malloc(), warn(), err(), syslog(), execlp() or | des | 1998-10-13 | 1 | -4/+4 |
* | Sort Xrefs. Use err(3). Remove uneeded #include. | charnier | 1998-01-05 | 1 | -11/+11 |
* | Add some copyright and license terms, at Jordan's request. Note that | sef | 1997-12-20 | 1 | -1/+33 |
* | Change the ioctls for procfs around a bit; in particular, whever possible, | sef | 1997-12-13 | 1 | -13/+9 |
* | Use the new PF_LINGER flag -- when this is set in a process' proc structure, | sef | 1997-12-07 | 1 | -1/+20 |
* | err(3) already includes strerror(errno) and a trailing \n | peter | 1997-12-06 | 1 | -6/+6 |
* | Set the close-on-exec flag in the child; otherwise, it eats up a | sef | 1997-12-06 | 1 | -1/+2 |
* | Truss program. Requires procfs. | sef | 1997-12-06 | 1 | -0/+125 |