aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* Print open(2) flags in hex instread of decimal for clarity.Alfred Perlstein2001-12-301-2/+2
* Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage.Mark Murray2001-12-111-12/+11
* Add missing include for <ctype.h>Brian Feldman2001-11-061-27/+47
* Teach truss(1) to display sockaddrs. It currently knows about AF_INET,Dag-Erling Smørgrav2001-10-211-2/+81
* In get_string(), 0-terminate the contents of buf ``just in case'';Joerg Wunsch2001-08-281-0/+1
* Change the output of truss to more closely resemble SysV's. (Yes, itSean Eric Fagan2000-03-181-5/+18
* Fix a leak. (Thanks Bruce, this was a bonehead mistake on my part :).)Sean Eric Fagan2000-02-151-3/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Teach truss to print symbolic signal names (e.g. SIGHUP instead of 0x01).Dag-Erling Smørgrav1999-08-101-1/+21
* Add access(2) to the list of recognized syscalls.Dag-Erling Smørgrav1999-08-051-1/+2
* Add lstat() as a known system call.Sean Eric Fagan1998-10-151-1/+3
* Fixed printf format errors.Bruce Evans1998-07-061-6/+6
* Sort Xrefs. Use err(3). Remove uneeded #include.Philippe Charnier1998-01-051-11/+13
* Add some copyright and license terms, at Jordan's request. Note thatSean Eric Fagan1997-12-201-1/+33
* First cut at printing out ioctl names intelligently. Note that this doesn'tSean Eric Fagan1997-12-061-1/+13
* Truss program. Requires procfs.Sean Eric Fagan1997-12-061-0/+194