aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/kdump
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Add futimens and utimensat system calls.Jilles Tjoelker2015-01-231-0/+1
* | | | | | | | | | kdump: eliminate new clang warnings.Dmitry Chagin2015-01-062-13/+14
* | | | | | | | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-3/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Decode the arguments passed to _umtx_op(). In particular, decode theJohn Baldwin2014-10-132-0/+79
* | | | | | | | | Fix most of the warnings in kdump(1).John Baldwin2014-10-131-20/+27
* | | | | | | | | Add kdump support for shm_open().Rui Paulo2014-08-011-0/+8
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Add `-S' to display syscall numbers in the output as well.Bryan Drewery2014-03-282-11/+30
* | | | | | | Make `-R', `-T' and `-E' options mutially non-exclusive. It is oftenMaxim Sobolev2014-03-251-12/+26
* | | | | | | Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-162-4/+4
* | | | | | | Remove AppleTalk support.Gleb Smirnoff2014-03-141-18/+0
* | | | | | | Remove IPX support.Gleb Smirnoff2014-03-141-17/+0
* | | | | | | Capability rights are held by descriptors, not processes.Pawel Jakub Dawidek2014-02-231-1/+1
* | | | | | | Fix world build WITHOUT_PF.Gleb Smirnoff2014-02-122-1/+9
* | | | | | | If we cannot connect to casperd we don't enter sandbox, but if we can connectPawel Jakub Dawidek2013-12-191-24/+10
* | | | | | | Include bsd.own.mk for MK_CASPER to work.Pawel Jakub Dawidek2013-12-151-0/+2
* | | | | | | Make use of Casper's system.pwd and system.grp services when the -r optionPawel Jakub Dawidek2013-12-152-3/+114
| |_|_|_|_|/ |/| | | | |
* | | | | | When displaying a struct stat, if the -r option was not specified,Dag-Erling Smørgrav2013-10-071-4/+9
* | | | | | Extend the support for exempting processes from being killed when swap isJohn Baldwin2013-09-192-0/+14
* | | | | | - Decode the idtype argument passed to wait6() in kdump and truss.John Baldwin2013-09-122-2/+87
| |_|_|_|/ |/| | | |
* | | | | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping useJohn Baldwin2013-09-091-0/+4
| |_|_|/ |/| | |
* | | | Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-052-43/+52
* | | | kdump: Decode SOCK_CLOEXEC and SOCK_NONBLOCK in socket() and socketpair().Jilles Tjoelker2013-08-262-2/+15
* | | | Add new mmap(2) flags to permit applications to request specific virtualJohn Baldwin2013-08-161-1/+34
* | | | kdump: Decode AT_FDCWD in first argument of bindat() and connectat().Jilles Tjoelker2013-08-131-0/+2
* | | | kdump: Improve decoding of various *at calls:Jilles Tjoelker2013-08-132-0/+47
* | | | - Make localtime(3) to work in sandbox.Pawel Jakub Dawidek2013-07-181-5/+28
* | | | - Trim an unused and bogus Makefile for mount_smbfs.Davide Italiano2013-06-281-0/+2
* | | | Use getnameinfo(3) instead of inet_ntop(3) to make printable versions ofAndrey V. Elsukov2013-06-071-1/+3
* | | | If the -r option is given we cannot enter capability mode.Pawel Jakub Dawidek2013-05-301-2/+4
* | | | MFp4 @229086:Pawel Jakub Dawidek2013-05-281-0/+50
* | | | MFp4 @229085:Pawel Jakub Dawidek2013-05-281-5/+5
| |_|/ |/| |
* | | Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-022-0/+10
* | | - Make actually printing path of AF_LOCAL socket types.Andrey Zonov2013-02-121-3/+1
* | | - Use correct size of copying different socket structures.Andrey Zonov2013-02-121-5/+5
* | | o Bring in sync decoding the first nfssvc(2) parameter (flags) withSergey Kandaurov2013-02-121-1/+1
| |/ |/|
* | kdump: Also decode fcntl commands containing underscores and digits.Jilles Tjoelker2012-11-021-1/+1
* | Disconnect non-MPSAFE SMBFS from the build in preparation for droppingAttilio Rao2012-10-181-2/+0
* | kdump: Pretty-print signal codes.Jilles Tjoelker2012-09-222-5/+57
* | Allow the -p argument to kdump to accept either a PID or a thread ID.John Baldwin2012-06-042-5/+7
|/
* MFprojects/zfsd:Alexander Motin2012-05-241-0/+2
* Include the associated wait channel message for context switch ktraceJohn Baldwin2012-04-202-4/+15
* In kdump's mkioctls script, use '${CPP}' instead of hardcodedly usingDimitry Andric2012-04-092-2/+2
* Add new ktrace records for the start and end of VM faults. This givesJohn Baldwin2012-04-053-1/+59
* Fix style in previous commit.John Baldwin2012-02-241-3/+3
* Pretty-print the advice constants passed to posix_fadvise(2).John Baldwin2012-02-232-0/+10
* It turns out that truss also used kdump's mkioctls script, and expectedDag-Erling Smørgrav2011-10-212-18/+35
* Fix copy-pasto in CAPFAIL_INCREASE case.Dag-Erling Smørgrav2011-10-181-2/+2
* Revisit the capability failure trace points. The initial implementationDag-Erling Smørgrav2011-10-181-4/+30
* Clean up mkioctls a bit, and fix cross-building by checking ${MACHINE}Dag-Erling Smørgrav2011-10-132-5/+7