aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/main.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* Flush the output file before exiting; short-lived programs don't even fillMike Smith1998-12-211-1/+2
* Alpha support for truss. I tested this on both bento and beast (thanks,Sean Eric Fagan1998-10-031-1/+12
* Use a default execution type if none of the listed ones match. ThisSean Eric Fagan1998-09-071-1/+10
* When exiting on SIGINT, exit with signal statusMartin Cracauer1998-08-241-1/+9
* Fixed printf format errors.Bruce Evans1998-07-061-3/+3
* include sys so it builds on 2.2.xJohn-Mark Gurney1998-01-071-2/+2
* Sort Xrefs. Use err(3). Remove uneeded #include.Philippe Charnier1998-01-051-23/+24
* 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-2/+2
* Complain about empty command lines.Sean Eric Fagan1997-12-061-2/+2
* recognize "FreeBSD ELF" as an executable typePeter Wemm1997-12-061-2/+3
* #include <unistd.h> to get it to compilePeter Wemm1997-12-061-1/+2
* Truss program. Requires procfs.Sean Eric Fagan1997-12-061-0/+201