aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/kdump
Commit message (Expand)AuthorAgeFilesLines
* Merge from headSimon J. Gerraty2013-09-052-41/+224
|\
| * 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
* | Add stage-install.sh so we can do away with the need to haveSimon J. Gerraty2013-04-192-5/+1
* | sync from headSimon J. Gerraty2013-04-122-9/+17
|\|
| * 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
* | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
* | DESTDIR is set alreadySimon J. Gerraty2013-03-061-1/+0
* | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
* | If we are staging, we need to look in the right place, forSimon J. Gerraty2012-11-081-3/+9
* | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-1/+0
* | Sync from headSimon J. Gerraty2012-11-043-13/+65
|\|
| * 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
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+31
|/
* 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
* Make kdump compile cleanly at WARNS level 6, with one exception: theDag-Erling Smørgrav2011-10-123-28/+44
* Add a new trace point, KTRFAC_CAPFAIL, which traces capability checkDag-Erling Smørgrav2011-10-111-6/+43
* The previous commit did not fix the issue since it did not prevent signDag-Erling Smørgrav2011-10-111-8/+8
* Cast to unsigned for %#jx.Dag-Erling Smørgrav2011-10-111-1/+1
* Address some of bde@'s concerns with the new code.Dag-Erling Smørgrav2011-10-081-72/+71
* Teach kdump(1) to decode capability bitmasks.Dag-Erling Smørgrav2011-10-082-0/+9
* Fix the dependency issue properly by a) moving kdump_subr.c to the frontDag-Erling Smørgrav2011-10-081-6/+2
* Bring ioctlname() in line with all the other *name() functions, whichDag-Erling Smørgrav2011-10-082-31/+21
* I appreciate the logic behind using a (void) cast to indicate that theDag-Erling Smørgrav2011-10-082-155/+155
* Fix casting.Dag-Erling Smørgrav2011-10-082-74/+75
* Whitespace.Dag-Erling Smørgrav2011-10-081-90/+90