summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss/setup.c
Commit message (Expand)AuthorAgeFilesLines
* - Use time.h not sys/time.h.mdodd2002-08-061-1/+1
* Include <sys/time.h> for the declaration of struct timeval. Do notbde2002-08-041-0/+1
* Allow tracking fork()ed children.mdodd2002-08-041-3/+3
* Parameterize globals.mdodd2002-08-041-0/+1
* Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage.markm2001-12-111-1/+3
* Back out part of previous commit: remove #include <sys/proc.h>.des2001-10-221-1/+0
* #include <sys/proc.h> where needed (for the stop event definitions) anddes2001-10-221-4/+6
* Handle the case where we truss an SUGID program -- in particular, we needsef2000-01-101-1/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() ordes1998-10-131-4/+4
* Sort Xrefs. Use err(3). Remove uneeded #include.charnier1998-01-051-11/+11
* Add some copyright and license terms, at Jordan's request. Note thatsef1997-12-201-1/+33
* Change the ioctls for procfs around a bit; in particular, whever possible,sef1997-12-131-13/+9
* Use the new PF_LINGER flag -- when this is set in a process' proc structure,sef1997-12-071-1/+20
* err(3) already includes strerror(errno) and a trailing \npeter1997-12-061-6/+6
* Set the close-on-exec flag in the child; otherwise, it eats up asef1997-12-061-1/+2
* Truss program. Requires procfs.sef1997-12-061-0/+125
OpenPOWER on IntegriCloud