summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss/syscall.h
Commit message (Collapse)AuthorAgeFilesLines
* Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage.markm2001-12-111-1/+1
| | | | Use __FBSDID().
* Teach truss(1) to display sockaddrs. It currently knows about AF_INET,des2001-10-211-1/+1
| | | | | | | | | AF_INET6 and AF_UNIX sockaddrs, and will recognize accept(), bind(), connect(), getpeername() and getsockname() as syscalls taking sockaddr arguments. Some enterprising soul might want to add (and test) support for the send() / recv() family of syscalls as well. MFC after: 1 week
* Change the output of truss to more closely resemble SysV's. (Yes, itsef2000-03-181-0/+1
| | | | | | really is much nicer looking.) Submitted by: "Matthew N. Dodd" <winter@jurai.net>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Teach truss to print symbolic signal names (e.g. SIGHUP instead of 0x01).des1999-08-101-2/+3
|
* Add some copyright and license terms, at Jordan's request. Note thatsef1997-12-201-1/+3
| | | | syscall.h just refers to another file for the copyright notice.
* First cut at printing out ioctl names intelligently. Note that this doesn'tsef1997-12-061-2/+3
| | | | | | | handle linux ioctls (yet?). This uses the mkioctl script from kdump, bless its little heart. Reviewed by: Mike Smith
* Truss program. Requires procfs.sef1997-12-061-0/+43
OpenPOWER on IntegriCloud