aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/setup.c
Commit message (Expand)AuthorAgeFilesLines
* - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage,Pav Lucistnik2006-05-151-10/+27
* When doing the initial open of the proc via procfs, complain if we areAlfred Perlstein2005-03-271-3/+3
* I've been working on this somewhat so I'm moving theAlfred Perlstein2005-03-271-95/+98
* Move declarations of Procfd to a header file.David Malone2004-01-071-1/+0
* Add FBSDID. Do not \n terminate warnx() argument. fprint() -> warnx().Philippe Charnier2003-09-071-6/+3
* - Use time.h not sys/time.h.Matthew N. Dodd2002-08-061-1/+1
* Include <sys/time.h> for the declaration of struct timeval. Do notBruce Evans2002-08-041-0/+1
* Allow tracking fork()ed children.Matthew N. Dodd2002-08-041-3/+3
* Parameterize globals.Matthew N. Dodd2002-08-041-0/+1
* Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage.Mark Murray2001-12-111-1/+3
* Back out part of previous commit: remove #include <sys/proc.h>.Dag-Erling Smørgrav2001-10-221-1/+0
* #include <sys/proc.h> where needed (for the stop event definitions) andDag-Erling Smørgrav2001-10-221-4/+6
* Handle the case where we truss an SUGID program -- in particular, we needSean Eric Fagan2000-01-101-1/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav1998-10-131-4/+4
* Sort Xrefs. Use err(3). Remove uneeded #include.Philippe Charnier1998-01-051-11/+11
* Add some copyright and license terms, at Jordan's request. Note thatSean Eric Fagan1997-12-201-1/+33
* Change the ioctls for procfs around a bit; in particular, whever possible,Sean Eric Fagan1997-12-131-13/+9
* Use the new PF_LINGER flag -- when this is set in a process' proc structure,Sean Eric Fagan1997-12-071-1/+20
* err(3) already includes strerror(errno) and a trailing \nPeter Wemm1997-12-061-6/+6
* Set the close-on-exec flag in the child; otherwise, it eats up aSean Eric Fagan1997-12-061-1/+2
* Truss program. Requires procfs.Sean Eric Fagan1997-12-061-0/+125