aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage,Pav Lucistnik2006-05-151-131/+459
* Add a -s flag for the same functionality as strace. Introduce a NameBrian Somers2006-01-021-33/+53
* The kernel accepts sockaddrs with len set to zero for sockaddr_inAlfred Perlstein2005-10-151-9/+20
* Decode chroot(2) args.Alfred Perlstein2005-06-141-0/+2
* decode utimes, lutimes, futimes, chflags, lchflags.Alfred Perlstein2005-05-261-0/+10
* decode mkdir args.Alfred Perlstein2005-05-261-0/+2
* Change fix a bug where the length of data written by snprintf wasAlfred Perlstein2005-03-031-1/+1
* Fix Quad handling on 64-bit architectures. On 64-bit machines, a QuadMarcel Moolenaar2004-09-051-22/+17
* don't seg if the syscall is invalid for i386fbsd.Alfred Perlstein2004-08-081-0/+2
* Use the length modifier 'll' instead of 'q' to print long longs.Stefan Farfeleder2004-07-281-1/+1
* Support readlink(2) better. Readlink does not nul terminate theAlfred Perlstein2004-07-171-2/+14
* When reporting reciept of a signal, print the signal's name.Alfred Perlstein2004-07-171-6/+2
* Decode the "wence" arg to lseek and linux_lseek.Alfred Perlstein2004-07-101-1/+15
* COMPAT_SUNOS is gone.Poul-Henning Kamp2004-06-111-5/+3
* Add support for decoding Timespec, Timeval, Itimerval, Pollfd,David Malone2004-03-231-1/+167
* Use pread to implement pread, rather than taking a detour throug stdio.David Malone2004-03-231-16/+2
* decode mprotect args while i'm here.Alfred Perlstein2004-03-231-0/+2
* decode fcntl and mmap arguments.Alfred Perlstein2004-03-231-1/+63
* Fix a printf format warning.David Malone2004-01-071-1/+1
* Do not ignore any possible errors that fseeko() may have. The factMarcel Moolenaar2003-11-131-22/+24
* Port truss(1) to 64-bit architectures:Marcel Moolenaar2003-11-091-23/+15
* Fix truss so that it doesn't abort/exit when a syscall has been givenMarcel Moolenaar2003-10-271-0/+5
* send() and recv() are just wrappers, not actual syscalls.Dag-Erling Smørgrav2003-08-051-4/+0
* Add recv(2), recvfrom(2), send(2) and sendfrom(2).Dag-Erling Smørgrav2003-08-051-2/+10
* Decode a few more syscalls.Matthew N. Dodd2003-04-151-1/+24
* Check if name is NULL before we strcmp the syscall name. This wasDavid Malone2002-11-091-1/+1
* Don't depend on <signal.h> to include <sys/time.h>, instead includeMike Barcroft2002-10-061-0/+1
* Remove an unnecessary cast.Matthew N. Dodd2002-08-071-2/+2
* - Use time.h not sys/time.h.Matthew N. Dodd2002-08-061-5/+5
* Remove extra space in output.Matthew N. Dodd2002-08-051-1/+1
* Use timespec not timeval.Matthew N. Dodd2002-08-051-9/+18
* Add options to print the argument and environment string parameters toMatthew N. Dodd2002-08-041-0/+38
* Add options to print absolute and relative timestamps.Matthew N. Dodd2002-08-041-0/+19
* Allow tracking fork()ed children.Matthew N. Dodd2002-08-041-0/+5
* Parameterize globals.Matthew N. Dodd2002-08-041-11/+12
* Use fseeko and uintptr_t to make sure that we get a sensible offsetDavid Malone2002-04-211-2/+2
* 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