aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/kdump
Commit message (Expand)AuthorAgeFilesLines
* kdump: Add support for decoding inotify eventsMark Johnston2025-07-041-0/+21
* ktrace: trace and decode thr_new() thr_paramKonstantin Belousov2025-06-041-0/+21
* kdump: nicer printing of kill(2) PID argumentKyle Evans2025-06-041-1/+2
* kdump: nicer printing of wait*() ID argumentsKyle Evans2025-06-041-2/+3
* kdump(1): Use static array for header types string literalsKonstantin Belousov2025-06-031-49/+24
* kdump: staticise functions in kdump.cKonstantin Belousov2025-06-031-66/+66
* kdump(1): pretty-print KTR_EXTERRKonstantin Belousov2025-06-031-0/+18
* ktrace: support AF_NETLINK in ktrstructArtem Hevorhian2024-11-191-0/+10
* ktrace: log execve(2) arguments and environmentArtem Hevorhian2024-11-111-0/+26
* kdump: Print splice structuresMark Johnston2024-09-101-0/+16
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* ktrace: Record detailed ECAPMODE violationsJake Freeland2024-04-071-13/+52
* kdump: decode pollfd struct arrays coming from poll(2)Kyle Evans2024-03-051-0/+20
* kdump: use print_mask_arg0 appropriatelyKyle Evans2023-12-131-4/+5
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-273-6/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* kdump: Add a facility to print numbers in decimal format alwaysDmitry Chagin2023-05-262-10/+15
* kdump: Decode linux_clone syscall flagsDmitry Chagin2023-05-261-0/+14
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* ktrace: make ktr_tid a long not intptr_t (NFC)Brooks Davis2022-09-171-9/+8
* kdump(1): Sort options in alphabetical order.Dmitry Chagin2022-07-161-2/+2
* ktrace: Increase precision of timestamps.Dmitry Chagin2022-07-162-31/+93
* kdump: Decode Linux *at() syscallsDmitry Chagin2022-06-221-3/+232
* kdump: For future use made decode_filemode() publicDmitry Chagin2022-06-222-1/+2
* kdump: Decode Linux clock_nanosleep syscallDmitry Chagin2022-06-221-0/+22
* kdump: Decode Linux sigprocmask how argumentDmitry Chagin2022-06-221-0/+18
* kdump: Decode getitimer, setitimer which argumentDmitry Chagin2022-06-222-0/+24
* kdump: Decode Linux l_sigset_t.Dmitry Chagin2022-06-223-1/+49
* kdump: Add preliminary support for decoding Linux syscallsDmitry Chagin2022-06-224-13/+245
* kdump: For future use extract common code to a separate filesDmitry Chagin2022-06-222-40/+89
* kdump: Decode cpuset_t.Dmitry Chagin2022-05-111-1/+39
* fd: add close_range(..., CLOSE_RANGE_CLOEXEC)Mateusz Guzik2022-03-031-0/+8
* struct kevent_freebsd11 -> struct freebsd11_keventBrooks Davis2021-11-151-4/+4
* Drop cloudabiKonstantin Belousov2021-09-211-5/+0
* kdump: use VIS_NOLOCALE when printing outputAlex Richardson2021-06-161-1/+1
* Rename NO_WERROR -> MK_WERROR=noAlex Richardson2021-01-071-2/+0
* kdump/truss: decode new _umtx_op flagsKyle Evans2020-12-091-4/+18
* 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
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-4/+0
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+10
* 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