| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add support to libsysdecode for decoding system call names. | John Baldwin | 2016-01-26 | 1 | -88/+48 |
* | Move the mkioctls script to libsysdecode and use it to generate a | John Baldwin | 2015-12-22 | 1 | -2/+15 |
* | Start on a new library (libsysdecode) that provides routines for decoding | John Baldwin | 2015-12-15 | 1 | -2/+2 |
* | truss: Add support for utrace(2). | Bryan Drewery | 2015-10-06 | 1 | -141/+3 |
* | Let the nv.h and dnv.h includes be only in sys directory. | Mariusz Zaborski | 2015-07-02 | 1 | -3/+3 |
* | Teach kdump to understand both linux emulation. | Dmitry Chagin | 2015-05-24 | 1 | -14/+32 |
* | Remove "capability mode sandbox enabled" messages. | Brooks Davis | 2015-05-04 | 1 | -2/+0 |
* | o Properly init prevtime, so that we don't print bogus value in the | Maxim Sobolev | 2015-04-25 | 1 | -2/+13 |
* | kdump: sendfile(2) "flags" argument needs casting on 64-bit platforms. | Sergey Kandaurov | 2015-02-16 | 1 | -1/+1 |
* | Allow tracing dlfunc() / dlsym() events. | Dag-Erling Smørgrav | 2015-01-25 | 1 | -0/+9 |
* | Add futimens and utimensat system calls. | Jilles Tjoelker | 2015-01-23 | 1 | -0/+1 |
* | kdump: eliminate new clang warnings. | Dmitry Chagin | 2015-01-06 | 1 | -3/+6 |
* | Decode the arguments passed to _umtx_op(). In particular, decode the | John Baldwin | 2014-10-13 | 1 | -0/+21 |
* | Fix most of the warnings in kdump(1). | John Baldwin | 2014-10-13 | 1 | -20/+27 |
* | Add kdump support for shm_open(). | Rui Paulo | 2014-08-01 | 1 | -0/+8 |
* | Add `-S' to display syscall numbers in the output as well. | Bryan Drewery | 2014-03-28 | 1 | -9/+26 |
* | Make `-R', `-T' and `-E' options mutially non-exclusive. It is often | Maxim Sobolev | 2014-03-25 | 1 | -12/+26 |
* | Update most userspace consumers of capability.h to use capsicum.h instead. | Robert Watson | 2014-03-16 | 1 | -1/+1 |
* | Remove AppleTalk support. | Gleb Smirnoff | 2014-03-14 | 1 | -18/+0 |
* | Remove IPX support. | Gleb Smirnoff | 2014-03-14 | 1 | -17/+0 |
* | Capability rights are held by descriptors, not processes. | Pawel Jakub Dawidek | 2014-02-23 | 1 | -1/+1 |
* | If we cannot connect to casperd we don't enter sandbox, but if we can connect | Pawel Jakub Dawidek | 2013-12-19 | 1 | -24/+10 |
* | Make use of Casper's system.pwd and system.grp services when the -r option | Pawel Jakub Dawidek | 2013-12-15 | 1 | -3/+108 |
* | When displaying a struct stat, if the -r option was not specified, | Dag-Erling Smørgrav | 2013-10-07 | 1 | -4/+9 |
* | Extend the support for exempting processes from being killed when swap is | John Baldwin | 2013-09-19 | 1 | -0/+12 |
* | - Decode the idtype argument passed to wait6() in kdump and truss. | John Baldwin | 2013-09-12 | 1 | -1/+24 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | Pawel Jakub Dawidek | 2013-09-05 | 1 | -42/+29 |
* | kdump: Decode SOCK_CLOEXEC and SOCK_NONBLOCK in socket() and socketpair(). | Jilles Tjoelker | 2013-08-26 | 1 | -2/+2 |
* | kdump: Decode AT_FDCWD in first argument of bindat() and connectat(). | Jilles Tjoelker | 2013-08-13 | 1 | -0/+2 |
* | kdump: Improve decoding of various *at calls: | Jilles Tjoelker | 2013-08-13 | 1 | -0/+35 |
* | - Make localtime(3) to work in sandbox. | Pawel Jakub Dawidek | 2013-07-18 | 1 | -5/+28 |
* | - Trim an unused and bogus Makefile for mount_smbfs. | Davide Italiano | 2013-06-28 | 1 | -0/+2 |
* | Use getnameinfo(3) instead of inet_ntop(3) to make printable versions of | Andrey V. Elsukov | 2013-06-07 | 1 | -1/+3 |
* | If the -r option is given we cannot enter capability mode. | Pawel Jakub Dawidek | 2013-05-30 | 1 | -2/+4 |
* | MFp4 @229086: | Pawel Jakub Dawidek | 2013-05-28 | 1 | -0/+50 |
* | MFp4 @229085: | Pawel Jakub Dawidek | 2013-05-28 | 1 | -5/+5 |
* | Merge Capsicum overhaul: | Pawel Jakub Dawidek | 2013-03-02 | 1 | -0/+9 |
* | - Make actually printing path of AF_LOCAL socket types. | Andrey Zonov | 2013-02-12 | 1 | -3/+1 |
* | - Use correct size of copying different socket structures. | Andrey Zonov | 2013-02-12 | 1 | -5/+5 |
* | Disconnect non-MPSAFE SMBFS from the build in preparation for dropping | Attilio Rao | 2012-10-18 | 1 | -2/+0 |
* | kdump: Pretty-print signal codes. | Jilles Tjoelker | 2012-09-22 | 1 | -5/+9 |
* | Allow the -p argument to kdump to accept either a PID or a thread ID. | John Baldwin | 2012-06-04 | 1 | -2/+4 |
* | Include the associated wait channel message for context switch ktrace | John Baldwin | 2012-04-20 | 1 | -2/+13 |
* | Add new ktrace records for the start and end of VM faults. This gives | John Baldwin | 2012-04-05 | 1 | -0/+33 |
* | Fix style in previous commit. | John Baldwin | 2012-02-24 | 1 | -3/+3 |
* | Pretty-print the advice constants passed to posix_fadvise(2). | John Baldwin | 2012-02-23 | 1 | -0/+9 |
* | Fix copy-pasto in CAPFAIL_INCREASE case. | Dag-Erling Smørgrav | 2011-10-18 | 1 | -2/+2 |
* | Revisit the capability failure trace points. The initial implementation | Dag-Erling Smørgrav | 2011-10-18 | 1 | -4/+30 |
* | Make kdump compile cleanly at WARNS level 6, with one exception: the | Dag-Erling Smørgrav | 2011-10-12 | 1 | -25/+32 |
* | Add a new trace point, KTRFAC_CAPFAIL, which traces capability check | Dag-Erling Smørgrav | 2011-10-11 | 1 | -6/+43 |