aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/setup.c
Commit message (Expand)AuthorAgeFilesLines
* 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