summaryrefslogtreecommitdiff
path: root/usr.bin/kdump/kdump.c
Commit message (Expand)AuthorAgeFilesLines
* kdump: decode shm_open2Kyle Evans2020-02-191-0/+16
* kdump: decode SHM_ANON as first arg to legacy shm_open(2)Kyle Evans2020-02-191-1/+7
* sysent: regenerate after r352705Kyle Evans2019-09-251-1/+3
* kdump: expand comment on reasons for CAPFAIL_LOOKUPEd Maste2019-02-181-1/+1
* Use 'bool' instead of 'int' for various boolean flags.John Baldwin2018-08-181-20/+21
* Remove spurious ABI tags from kdump output.John Baldwin2018-08-071-47/+35
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-2/+2
* kdump: simplify/remove per-arch #ifdefsEd Maste2018-04-241-5/+1
* NLS data and tz can be cached using caspicum helpers.Mariusz Zaborski2018-01-031-29/+3
* Decode kevent structures logged via ktrace(2) in kdump.John Baldwin2017-11-251-0/+142
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* We use a few different ifdef's names to check if we are using Casper or not,Mariusz Zaborski2017-09-211-8/+8
* Decode pathconf() names, *at() flags, and sysarch() numbers in libsysdecode.John Baldwin2017-09-041-0/+45
* Decode arguments to rtprio_thread() (same as rtprio()).John Baldwin2017-06-101-0/+1
* Fix decoding of setpriority() arguments.John Baldwin2017-06-101-3/+3
* Decode the 'who' argument passed to getrusage().John Baldwin2017-06-031-0/+7
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-1/+0
* Remove NATM configuration bits and assorted NATM and ATM remnants.Brooks Davis2017-04-251-2/+0
* Decode arguments to chflagsat().John Baldwin2017-03-151-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Update libsysdecode for getfsstat() 'flags' argument changing to 'mode'.John Baldwin2017-01-031-1/+1
* Move mksubr from kdump into libsysdecode.John Baldwin2016-10-171-123/+291
* Remove the duplicated code using Capsicum helpers.Mariusz Zaborski2016-10-071-39/+3
* Don't declare the 'temp' timeval as static.John Baldwin2016-10-011-1/+2
* Use timercmp() and timersub() in kdump.John Baldwin2016-10-011-15/+9
* Expose kernel-only errno values if _WANT_KERNEL_ERRNO is defined.John Baldwin2016-10-011-4/+1
* Decode arguments to truncate and ftruncate.John Baldwin2016-10-011-0/+6
* Handle 64-bit system call arguments (off_t, id_t).John Baldwin2016-10-011-7/+37
* Remove unused prototypes.Konstantin Belousov2016-08-121-2/+0
* Trace timeval parameters to the getitimer(2) and setitimer(2) syscalls.Konstantin Belousov2016-07-131-0/+25
* Fix humanized decoding of struct stat with respect to .st_mtimEnji Cooper2016-05-221-1/+1
* Use != 0 to be clearSimon J. Gerraty2016-05-171-1/+1
* Allow -f - to read from stdin.Simon J. Gerraty2016-05-171-2/+3
* Print the fchmodat mode in human readable fashionBaptiste Daroussin2016-05-031-0/+1
* Fix reporting of the CloudABI ABI in kdump.John Baldwin2016-03-091-6/+5
* Convert casperd(8) daemon to the libcasper.Mariusz Zaborski2016-02-251-15/+16
* Add simple support for CloudABI processes to kdump(1).John Baldwin2016-02-251-0/+7
* Add handling for non-native error values to libsysdecode.John Baldwin2016-02-231-68/+3
* Add a SYSDECODE_ABI_ prefix to the ABI enums to avoid potential collisions.John Baldwin2016-01-301-5/+5
* Add support to libsysdecode for decoding system call names.John Baldwin2016-01-261-88/+48
* Move the mkioctls script to libsysdecode and use it to generate aJohn Baldwin2015-12-221-2/+15
* Start on a new library (libsysdecode) that provides routines for decodingJohn Baldwin2015-12-151-2/+2
* truss: Add support for utrace(2).Bryan Drewery2015-10-061-141/+3
* Let the nv.h and dnv.h includes be only in sys directory.Mariusz Zaborski2015-07-021-3/+3
* Teach kdump to understand both linux emulation.Dmitry Chagin2015-05-241-14/+32
* Remove "capability mode sandbox enabled" messages.Brooks Davis2015-05-041-2/+0
* o Properly init prevtime, so that we don't print bogus value in theMaxim Sobolev2015-04-251-2/+13
* kdump: sendfile(2) "flags" argument needs casting on 64-bit platforms.Sergey Kandaurov2015-02-161-1/+1
* Allow tracing dlfunc() / dlsym() events.Dag-Erling Smørgrav2015-01-251-0/+9
* Add futimens and utimensat system calls.Jilles Tjoelker2015-01-231-0/+1