summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss/syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r317730:tuexen2017-06-011-8/+72
* MFC 315335,315336,315496,315497,315500,315502,315504,315509,315523,315524,jhb2017-05-261-44/+155
* MFC 309589: Rework syscall structure lookups.jhb2017-01-131-9/+58
* MFC 307538,307948,308602,308603,311151: Move kdump's mksubr into libsysdecode.jhb2017-01-121-206/+60
* MFC 307060: Fix printf format warning.jhb2017-01-101-2/+2
* MFC r303818, r303833, r303941, r304478, r304481, r304483, r304484, r304554,ed2016-10-121-2/+0
* MFC r303934,r303937,r303942:bdrewery2016-08-151-0/+2
* Cleanup unnecessary semicolons from utilities we all love.pfg2016-04-151-1/+1
* Replace the CloudABI system call table by a machine generated version.ed2016-03-241-2/+2
* Use ptrace(2) LWP events to track threads reliably in truss.jhb2016-03-091-0/+10
* Add handling for non-native error values to libsysdecode.jhb2016-02-231-2/+6
* Add support for displaying thread IDs to truss(1).jhb2016-02-231-22/+1
* Remove an unused variable that snuck into the previous revision.jhb2016-02-161-1/+0
* Fetch the current thread and it's syscall state from the trussinfo objectjhb2016-02-161-19/+24
* Move the mkioctls script to libsysdecode and use it to generate ajhb2015-12-221-1/+1
* Start on a new library (libsysdecode) that provides routines for decodingjhb2015-12-151-4/+2
* Properly format pointer size independent CloudABI system calls.ed2015-10-081-0/+356
* truss: Add support for utrace(2).bdrewery2015-10-061-0/+37
* Group the decoded system calls by ABI and sort the calls within each ABI.jhb2015-10-061-207/+214
* Add decoding for modfind(2)bdrewery2015-10-051-0/+2
* Fix tracking of unknown syscalls for 'truss -c'.bdrewery2015-10-051-10/+34
* Style fix.bdrewery2015-10-031-0/+1
* Add decoding for struct statfs.bdrewery2015-10-031-0/+28
* Rather than groveling around in a socket address structure for a socketjhb2015-10-011-33/+35
* The id_t type used to pass IDs to wait6(2) and procctl(6) is a 64-bitjhb2015-10-011-9/+21
* - Remove extra integer argument from truncate() and ftruncate(). This isjhb2015-10-011-5/+5
* Several changes to truss.jhb2015-09-301-81/+95
* Trim trailing whitespace.jhb2015-09-301-2/+2
* Decode recently added procctl(2) operations.jhb2015-09-291-1/+3
* Handle the conditional decoding of execve() argument and environmentjhb2015-08-201-4/+18
* Rework the argv and env string fetching for execve to be more robust.jhb2015-08-201-26/+44
* ino_t is unsigned, so use uintmax_t instead of intmax_t when printing it.jhb2015-08-191-2/+2
* Always use %j with an intmax_t cast to print time_t values. time_t isjhb2015-08-191-17/+18
* Various style and whitespace fixes.jhb2015-08-191-38/+53
* Expand the decoding of kevent structures.jhb2015-08-191-8/+86
* Change the argument formatting function to use a stdio FILE object openedjhb2015-08-191-217/+154
* Use an xlat table and xlookup() instead of a home-rolled version for thejhb2015-08-171-9/+6
* Tidy the linux_socketcall decoding:jhb2015-08-171-65/+16
* Decode the optional SOCK_NONBLOCK and SOCK_CLOEXEC flags passed in ajhb2015-08-171-2/+15
* - Decode the arguments for several signal-related system calls: sigpending,jhb2015-08-171-6/+49
* Consistently use both leading and trailing spaces inside of the {}'sjhb2015-08-061-10/+14
* Whitespace fixes to consistently use spaces before }'s andjhb2015-08-061-15/+25
* Decode the arguments passed to the *at() family of system calls. This isjhb2015-08-061-3/+117
* Decode the arguments to mkfifo() and fix an off-by-one error in the argumentsjhb2015-08-061-1/+3
* Don't mark the fcntl flag argument as an output parameter so that it isjhb2015-08-061-1/+1
* Add recently added values of various flags and enumerations includingjhb2015-08-061-12/+20
* Rework get_string() to make it more robust when fetching strings of unknownjhb2015-08-051-17/+29
* Whitespace fix: remove some spurious spaces before commas.jhb2015-08-051-11/+11
* The current POSIX semaphore implementation stores the _has_waiters flagjhb2014-10-241-0/+1
* Retire the unimplemented MAP_RENAME and MAP_NORESERVE flags to mmap(2).jhb2014-10-181-2/+2
OpenPOWER on IntegriCloud