summaryrefslogtreecommitdiff
path: root/usr.bin/kdump
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-07-15Remove residual blank line at start of MakefileWarner Losh
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-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
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 nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-26kdump: Add a facility to print numbers in decimal format alwaysDmitry Chagin
2023-05-26kdump: Decode linux_clone syscall flagsDmitry Chagin
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-09-17ktrace: make ktr_tid a long not intptr_t (NFC)Brooks Davis
2022-07-16kdump(1): Sort options in alphabetical order.Dmitry Chagin
2022-07-16ktrace: Increase precision of timestamps.Dmitry Chagin
2022-06-22kdump: Decode Linux *at() syscallsDmitry Chagin
2022-06-22kdump: For future use made decode_filemode() publicDmitry Chagin
2022-06-22kdump: Decode Linux clock_nanosleep syscallDmitry Chagin
2022-06-22kdump: Decode Linux sigprocmask how argumentDmitry 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
2021-01-07Rename NO_WERROR -> MK_WERROR=noAlex 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-12-11Update Makefile.depend filesSimon J. Gerraty
2019-12-11Add Makefile.depend.optionsSimon J. Gerraty
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