| Commit message (Expand) | Author | Age | Files | Lines |
* | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | imp | 2014-05-06 | 1 | -1/+1 |
* | Add `-S' to display syscall numbers in the output as well. | bdrewery | 2014-03-28 | 2 | -11/+30 |
* | Make `-R', `-T' and `-E' options mutially non-exclusive. It is often | sobomax | 2014-03-25 | 1 | -12/+26 |
* | Update most userspace consumers of capability.h to use capsicum.h instead. | rwatson | 2014-03-16 | 2 | -4/+4 |
* | Remove AppleTalk support. | glebius | 2014-03-14 | 1 | -18/+0 |
* | Remove IPX support. | glebius | 2014-03-14 | 1 | -17/+0 |
* | Capability rights are held by descriptors, not processes. | pjd | 2014-02-23 | 1 | -1/+1 |
* | Fix world build WITHOUT_PF. | glebius | 2014-02-12 | 2 | -1/+9 |
* | If we cannot connect to casperd we don't enter sandbox, but if we can connect | pjd | 2013-12-19 | 1 | -24/+10 |
* | Include bsd.own.mk for MK_CASPER to work. | pjd | 2013-12-15 | 1 | -0/+2 |
* | Make use of Casper's system.pwd and system.grp services when the -r option | pjd | 2013-12-15 | 2 | -3/+114 |
* | When displaying a struct stat, if the -r option was not specified, | des | 2013-10-07 | 1 | -4/+9 |
* | Extend the support for exempting processes from being killed when swap is | jhb | 2013-09-19 | 2 | -0/+14 |
* | - Decode the idtype argument passed to wait6() in kdump and truss. | jhb | 2013-09-12 | 2 | -2/+87 |
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | jhb | 2013-09-09 | 1 | -0/+4 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 2 | -43/+52 |
* | kdump: Decode SOCK_CLOEXEC and SOCK_NONBLOCK in socket() and socketpair(). | jilles | 2013-08-26 | 2 | -2/+15 |
* | Add new mmap(2) flags to permit applications to request specific virtual | jhb | 2013-08-16 | 1 | -1/+34 |
* | kdump: Decode AT_FDCWD in first argument of bindat() and connectat(). | jilles | 2013-08-13 | 1 | -0/+2 |
* | kdump: Improve decoding of various *at calls: | jilles | 2013-08-13 | 2 | -0/+47 |
* | - Make localtime(3) to work in sandbox. | pjd | 2013-07-18 | 1 | -5/+28 |
* | - Trim an unused and bogus Makefile for mount_smbfs. | davide | 2013-06-28 | 1 | -0/+2 |
* | Use getnameinfo(3) instead of inet_ntop(3) to make printable versions of | ae | 2013-06-07 | 1 | -1/+3 |
* | If the -r option is given we cannot enter capability mode. | pjd | 2013-05-30 | 1 | -2/+4 |
* | MFp4 @229086: | pjd | 2013-05-28 | 1 | -0/+50 |
* | MFp4 @229085: | pjd | 2013-05-28 | 1 | -5/+5 |
* | Merge Capsicum overhaul: | pjd | 2013-03-02 | 2 | -0/+10 |
* | - Make actually printing path of AF_LOCAL socket types. | zont | 2013-02-12 | 1 | -3/+1 |
* | - Use correct size of copying different socket structures. | zont | 2013-02-12 | 1 | -5/+5 |
* | o Bring in sync decoding the first nfssvc(2) parameter (flags) with | pluknet | 2013-02-12 | 1 | -1/+1 |
* | kdump: Also decode fcntl commands containing underscores and digits. | jilles | 2012-11-02 | 1 | -1/+1 |
* | Disconnect non-MPSAFE SMBFS from the build in preparation for dropping | attilio | 2012-10-18 | 1 | -2/+0 |
* | kdump: Pretty-print signal codes. | jilles | 2012-09-22 | 2 | -5/+57 |
* | Allow the -p argument to kdump to accept either a PID or a thread ID. | jhb | 2012-06-04 | 2 | -5/+7 |
* | MFprojects/zfsd: | mav | 2012-05-24 | 1 | -0/+2 |
* | Include the associated wait channel message for context switch ktrace | jhb | 2012-04-20 | 2 | -4/+15 |
* | In kdump's mkioctls script, use '${CPP}' instead of hardcodedly using | dim | 2012-04-09 | 2 | -2/+2 |
* | Add new ktrace records for the start and end of VM faults. This gives | jhb | 2012-04-05 | 3 | -1/+59 |
* | Fix style in previous commit. | jhb | 2012-02-24 | 1 | -3/+3 |
* | Pretty-print the advice constants passed to posix_fadvise(2). | jhb | 2012-02-23 | 2 | -0/+10 |
* | It turns out that truss also used kdump's mkioctls script, and expected | des | 2011-10-21 | 2 | -18/+35 |
* | Fix copy-pasto in CAPFAIL_INCREASE case. | des | 2011-10-18 | 1 | -2/+2 |
* | Revisit the capability failure trace points. The initial implementation | des | 2011-10-18 | 1 | -4/+30 |
* | Clean up mkioctls a bit, and fix cross-building by checking ${MACHINE} | des | 2011-10-13 | 2 | -5/+7 |
* | Make kdump compile cleanly at WARNS level 6, with one exception: the | des | 2011-10-12 | 3 | -28/+44 |
* | Add a new trace point, KTRFAC_CAPFAIL, which traces capability check | des | 2011-10-11 | 1 | -6/+43 |
* | The previous commit did not fix the issue since it did not prevent sign | des | 2011-10-11 | 1 | -8/+8 |
* | Cast to unsigned for %#jx. | des | 2011-10-11 | 1 | -1/+1 |
* | Address some of bde@'s concerns with the new code. | des | 2011-10-08 | 1 | -72/+71 |
* | Teach kdump(1) to decode capability bitmasks. | des | 2011-10-08 | 2 | -0/+9 |