summaryrefslogtreecommitdiff
path: root/usr.bin/kdump/kdump.c
AgeCommit message (Expand)Author
2025-07-04kdump: Add support for decoding inotify eventsMark Johnston
2025-06-04ktrace: trace and decode thr_new() thr_paramKonstantin Belousov
2025-06-03kdump: nicer printing of kill(2) PID argumentKyle Evans
2025-06-03kdump: nicer printing of wait*() ID argumentsKyle Evans
2025-06-03kdump(1): Use static array for header types string literalsKonstantin Belousov
2025-06-03kdump: staticise functions in kdump.cKonstantin Belousov
2025-06-03kdump(1): pretty-print KTR_EXTERRKonstantin Belousov
2024-11-19ktrace: support AF_NETLINK in ktrstructArtem Hevorhian
2024-11-11ktrace: log execve(2) arguments and environmentArtem Hevorhian
2024-09-10kdump: Print splice structuresMark Johnston
2024-04-07ktrace: Record detailed ECAPMODE violationsJake Freeland
2024-03-04kdump: decode pollfd struct arrays coming from poll(2)Kyle Evans
2023-12-13kdump: use print_mask_arg0 appropriatelyKyle Evans
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-09-17ktrace: make ktr_tid a long not intptr_t (NFC)Brooks Davis
2022-07-16ktrace: Increase precision of timestamps.Dmitry Chagin
2022-06-22kdump: For future use made decode_filemode() publicDmitry Chagin
2022-06-22kdump: Decode getitimer, setitimer which argumentDmitry Chagin
2022-06-22kdump: Decode Linux l_sigset_t.Dmitry Chagin
2022-06-22kdump: Add preliminary support for decoding Linux syscallsDmitry Chagin
2022-06-22kdump: For future use extract common code to a separate filesDmitry Chagin
2022-05-11kdump: Decode cpuset_t.Dmitry Chagin
2022-03-03fd: add close_range(..., CLOSE_RANGE_CLOEXEC)Mateusz Guzik
2021-11-15struct kevent_freebsd11 -> struct freebsd11_keventBrooks Davis
2021-09-22Drop cloudabiKonstantin Belousov
2021-06-16kdump: use VIS_NOLOCALE when printing outputAlex Richardson
2020-12-09kdump/truss: decode new _umtx_op flagsKyle Evans
2020-02-19kdump: decode shm_open2Kyle Evans
2020-02-19kdump: decode SHM_ANON as first arg to legacy shm_open(2)Kyle Evans
2019-09-25sysent: regenerate after r352705Kyle Evans
2019-02-18kdump: expand comment on reasons for CAPFAIL_LOOKUPEd Maste
2018-08-18Use 'bool' instead of 'int' for various boolean flags.John Baldwin
2018-08-07Remove spurious ABI tags from kdump output.John Baldwin
2018-06-19Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski
2018-04-24kdump: simplify/remove per-arch #ifdefsEd Maste
2018-01-03NLS data and tz can be cached using caspicum helpers.Mariusz Zaborski
2017-11-25Decode kevent structures logged via ktrace(2) in kdump.John Baldwin
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-09-21We use a few different ifdef's names to check if we are using Casper or not,Mariusz Zaborski
2017-09-04Decode pathconf() names, *at() flags, and sysarch() numbers in libsysdecode.John Baldwin
2017-06-10Decode arguments to rtprio_thread() (same as rtprio()).John Baldwin
2017-06-10Fix decoding of setpriority() arguments.John Baldwin
2017-06-03Decode the 'who' argument passed to getrusage().John Baldwin
2017-05-23Commit the 64-bit inode project.Konstantin Belousov
2017-04-25Remove NATM configuration bits and assorted NATM and ATM remnants.Brooks Davis
2017-03-15Decode arguments to chflagsat().John Baldwin
2017-02-28Renumber copyright clause 4Warner Losh
2017-01-03Update libsysdecode for getfsstat() 'flags' argument changing to 'mode'.John Baldwin