summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump/kdump.c
Commit message (Expand)AuthorAgeFilesLines
* Teach kdump to understand both linux emulation.dchagin2015-05-241-14/+32
* Remove "capability mode sandbox enabled" messages.brooks2015-05-041-2/+0
* o Properly init prevtime, so that we don't print bogus value in thesobomax2015-04-251-2/+13
* kdump: sendfile(2) "flags" argument needs casting on 64-bit platforms.pluknet2015-02-161-1/+1
* Allow tracing dlfunc() / dlsym() events.des2015-01-251-0/+9
* Add futimens and utimensat system calls.jilles2015-01-231-0/+1
* kdump: eliminate new clang warnings.dchagin2015-01-061-3/+6
* Decode the arguments passed to _umtx_op(). In particular, decode thejhb2014-10-131-0/+21
* Fix most of the warnings in kdump(1).jhb2014-10-131-20/+27
* Add kdump support for shm_open().rpaulo2014-08-011-0/+8
* Add `-S' to display syscall numbers in the output as well.bdrewery2014-03-281-9/+26
* Make `-R', `-T' and `-E' options mutially non-exclusive. It is oftensobomax2014-03-251-12/+26
* Update most userspace consumers of capability.h to use capsicum.h instead.rwatson2014-03-161-1/+1
* Remove AppleTalk support.glebius2014-03-141-18/+0
* Remove IPX support.glebius2014-03-141-17/+0
* Capability rights are held by descriptors, not processes.pjd2014-02-231-1/+1
* If we cannot connect to casperd we don't enter sandbox, but if we can connectpjd2013-12-191-24/+10
* Make use of Casper's system.pwd and system.grp services when the -r optionpjd2013-12-151-3/+108
* When displaying a struct stat, if the -r option was not specified,des2013-10-071-4/+9
* Extend the support for exempting processes from being killed when swap isjhb2013-09-191-0/+12
* - Decode the idtype argument passed to wait6() in kdump and truss.jhb2013-09-121-1/+24
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-42/+29
* kdump: Decode SOCK_CLOEXEC and SOCK_NONBLOCK in socket() and socketpair().jilles2013-08-261-2/+2
* kdump: Decode AT_FDCWD in first argument of bindat() and connectat().jilles2013-08-131-0/+2
* kdump: Improve decoding of various *at calls:jilles2013-08-131-0/+35
* - Make localtime(3) to work in sandbox.pjd2013-07-181-5/+28
* - Trim an unused and bogus Makefile for mount_smbfs.davide2013-06-281-0/+2
* Use getnameinfo(3) instead of inet_ntop(3) to make printable versions ofae2013-06-071-1/+3
* If the -r option is given we cannot enter capability mode.pjd2013-05-301-2/+4
* MFp4 @229086:pjd2013-05-281-0/+50
* MFp4 @229085:pjd2013-05-281-5/+5
* Merge Capsicum overhaul:pjd2013-03-021-0/+9
* - 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
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-181-2/+0
* kdump: Pretty-print signal codes.jilles2012-09-221-5/+9
* Allow the -p argument to kdump to accept either a PID or a thread ID.jhb2012-06-041-2/+4
* Include the associated wait channel message for context switch ktracejhb2012-04-201-2/+13
* Add new ktrace records for the start and end of VM faults. This givesjhb2012-04-051-0/+33
* Fix style in previous commit.jhb2012-02-241-3/+3
* Pretty-print the advice constants passed to posix_fadvise(2).jhb2012-02-231-0/+9
* 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
* Make kdump compile cleanly at WARNS level 6, with one exception: thedes2011-10-121-25/+32
* 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-081-0/+7
* Bring ioctlname() in line with all the other *name() functions, whichdes2011-10-081-9/+3
OpenPOWER on IntegriCloud