aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* The current POSIX semaphore implementation stores the _has_waiters flagJohn Baldwin2014-10-241-0/+1
* Retire the unimplemented MAP_RENAME and MAP_NORESERVE flags to mmap(2).John Baldwin2014-10-181-2/+2
* Decode the arguments passed to _umtx_op(). In particular, decode theJohn Baldwin2014-10-131-0/+21
* Add Linux socket call decoding to trussSteven Hartland2014-04-241-0/+80
* Remove dead code from umtx support:Attilio Rao2014-03-181-13/+0
* Extend the support for exempting processes from being killed when swap isJohn Baldwin2013-09-191-0/+10
* - Decode the idtype argument passed to wait6() in kdump and truss.John Baldwin2013-09-121-11/+66
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping useJohn Baldwin2013-09-091-1/+5
* Remove incorrect 'const' qualifier from pointers to dynamic stringJohn Baldwin2013-08-191-1/+1
* Add new mmap(2) flags to permit applications to request specific virtualJohn Baldwin2013-08-161-3/+35
* Properly print arguments to vfork(2) and rfork(2).Mark Johnston2013-08-011-0/+11
* truss: recognize O_DIRECTORY, O_EXEC, O_TTY_INIT and O_CLOEXECMateusz Guzik2013-06-301-1/+1
* Revert r247300 for now. I'll post a new changeset for review.Xin LI2013-02-261-5/+5
* Expose timespec and timeval macros when __BSD_VISIBLE is defined. ThisXin LI2013-02-261-5/+5
* - Make truss thread-aware.Andrey Zonov2012-09-161-7/+9
* - Style(9) cleanup.Andrey Zonov2012-09-021-104/+141
* - Use pid_t type instead of just int.Andrey Zonov2012-08-211-2/+2
* Add more static keywords to truss(1) source code.Ed Schouten2011-12-101-2/+2
* Don't write the terminating NUL past end of buffer.Jaakko Heinonen2010-12-061-1/+1
* Fix copyright spelling.Warner Losh2010-03-101-1/+1
* The devices that supported EVFILT_NETDEV kqueue filters were removed inBrooks Davis2009-12-311-1/+1
* Allow proper tracing of posix_openpt(2).Ed Schouten2009-12-231-0/+2
* Cast time_t values to intmax_t and use %jd with printf.Jaakko Heinonen2009-12-211-5/+5
* Remove non-working special case for pipe(2) from amd64-fbsd32.c andJaakko Heinonen2009-12-211-0/+8
* Add fork(2), getegid(2), geteuid(2), getgid(2), getpid(2), getpgid(2),Jaakko Heinonen2009-12-201-0/+12
* Add -c option to summarize number of calls, errors, and system time.Diomidis Spinellis2009-05-121-129/+194
* Try to make this code slightly less painful to read.Dag-Erling Smørgrav2008-07-311-689/+672
* The break() system call takes a pointer argument, not an integer. ThisJason Evans2008-01-031-1/+1
* Print integer-typed arguments as integers. This makes sure thatMarcel Moolenaar2007-07-281-3/+3
* Fix handling of Quad-type arguments. Previously, syscallsMarcel Moolenaar2007-07-281-10/+18
* Make use of ptrace(2) instead of procfs in truss(1), eliminatingXin LI2007-04-101-61/+75
* - 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