summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump
Commit message (Expand)AuthorAgeFilesLines
* Merge Capsicum overhaul:pjd2013-03-022-0/+10
* - Make actually printing path of AF_LOCAL socket types.zont2013-02-121-3/+1
* - Use correct size of copying different socket structures.zont2013-02-121-5/+5
* o Bring in sync decoding the first nfssvc(2) parameter (flags) withpluknet2013-02-121-1/+1
* kdump: Also decode fcntl commands containing underscores and digits.jilles2012-11-021-1/+1
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-181-2/+0
* kdump: Pretty-print signal codes.jilles2012-09-222-5/+57
* Allow the -p argument to kdump to accept either a PID or a thread ID.jhb2012-06-042-5/+7
* MFprojects/zfsd:mav2012-05-241-0/+2
* Include the associated wait channel message for context switch ktracejhb2012-04-202-4/+15
* In kdump's mkioctls script, use '${CPP}' instead of hardcodedly usingdim2012-04-092-2/+2
* Add new ktrace records for the start and end of VM faults. This givesjhb2012-04-053-1/+59
* Fix style in previous commit.jhb2012-02-241-3/+3
* Pretty-print the advice constants passed to posix_fadvise(2).jhb2012-02-232-0/+10
* It turns out that truss also used kdump's mkioctls script, and expecteddes2011-10-212-18/+35
* Fix copy-pasto in CAPFAIL_INCREASE case.des2011-10-181-2/+2
* Revisit the capability failure trace points. The initial implementationdes2011-10-181-4/+30
* Clean up mkioctls a bit, and fix cross-building by checking ${MACHINE}des2011-10-132-5/+7
* Make kdump compile cleanly at WARNS level 6, with one exception: thedes2011-10-123-28/+44
* Add a new trace point, KTRFAC_CAPFAIL, which traces capability checkdes2011-10-111-6/+43
* The previous commit did not fix the issue since it did not prevent signdes2011-10-111-8/+8
* Cast to unsigned for %#jx.des2011-10-111-1/+1
* Address some of bde@'s concerns with the new code.des2011-10-081-72/+71
* Teach kdump(1) to decode capability bitmasks.des2011-10-082-0/+9
* Fix the dependency issue properly by a) moving kdump_subr.c to the frontdes2011-10-081-6/+2
* Bring ioctlname() in line with all the other *name() functions, whichdes2011-10-082-31/+21
* I appreciate the logic behind using a (void) cast to indicate that thedes2011-10-082-155/+155
* Fix casting.des2011-10-082-74/+75
* Whitespace.des2011-10-081-90/+90
* C has had swicth statements for 40 years or so. It's about time wedes2011-10-081-93/+143
* Sort and line up.des2011-10-081-38/+37
* 1) Some of the #defines or enums for which we auto-generate namingdes2011-10-084-72/+37
* Add 2-clause BSD license.netchild2011-06-171-0/+23
* Fix regex for ptraceopname().dchagin2011-06-061-1/+1
* kdump: Show code for signals where the default action was taken.jilles2011-04-171-1/+1
* Teach kdump to decode linux syscalls names too.dchagin2011-03-013-19/+138
* Update manual page to reflect latest changes of ABI description support.dchagin2011-02-251-1/+3
* Teach kdump to understand sv_flags records in the trace files.dchagin2011-02-251-16/+123
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-112-8/+0
* Decode IPC_CREAT and IPC_EXCL for semget(2).delphij2010-12-021-0/+2
* Correct the abbreviations for general I/O and signal traces.jhb2010-11-011-3/+3
* Fix regex for some socket- and acl-related syscall values.netchild2010-10-061-2/+2
* Fix indenting of the previous commit.rpaulo2010-09-161-4/+4
* When generating functions to print the arguments of system calls withrpaulo2010-09-161-0/+5
* Change all our own code to use st_*tim instead of st_*timespec.ed2010-03-281-16/+16
* The kdump data stream is an unaligned data stream for stat andimp2010-02-181-3/+9
* - Cast intptr_t, pid_t and time_t values to intmax_t and use %jd withjh2010-02-061-16/+19
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
* Update malloc utrace structure parsing to reflect the change (r199265)cperciva2009-11-141-11/+8
* Use a safety belt for cases where corrupted narg can be passed to theattilio2009-11-071-1/+1
OpenPOWER on IntegriCloud