summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump
Commit message (Expand)AuthorAgeFilesLines
* MFC r283430:dchagin2016-01-163-19/+51
* MFC r277610 (by jillies):dchagin2016-01-091-0/+1
* MFC r291330:bdrewery2015-12-041-2/+1
* MFC r284289,r288267:bdrewery2015-12-041-1/+1
* MFH (r277695): allow tracing dlfunc() / dlsym() eventsdes2015-06-301-0/+9
* Merge an applicable subset of r263234 from HEAD to stable/10:rwatson2015-03-192-4/+4
* MFC r278857:pluknet2015-02-231-1/+1
* MFC r273048 by jhb:dchagin2015-01-132-33/+41
* MFC 273053:jhb2014-12-162-0/+81
* MFC r269408, r269409:rpaulo2014-08-081-0/+8
* MFC r263879:bdrewery2014-04-112-11/+30
* Bulk sync of pf changes from head, in attempt to fixup broken build Iglebius2014-03-122-1/+11
* 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-192-0/+14
* - Decode the idtype argument passed to wait6() in kdump and truss.jhb2013-09-122-2/+87
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-0/+4
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-052-43/+52
* kdump: Decode SOCK_CLOEXEC and SOCK_NONBLOCK in socket() and socketpair().jilles2013-08-262-2/+15
* Add new mmap(2) flags to permit applications to request specific virtualjhb2013-08-161-1/+34
* 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-132-0/+47
* - 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-022-0/+10
* - 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
* o Bring in sync decoding the first nfssvc(2) parameter (flags) withpluknet2013-02-121-1/+1
* kdump: Also decode fcntl commands containing underscores and digits.jilles2012-11-021-1/+1
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-181-2/+0
* kdump: Pretty-print signal codes.jilles2012-09-222-5/+57
* Allow the -p argument to kdump to accept either a PID or a thread ID.jhb2012-06-042-5/+7
* MFprojects/zfsd:mav2012-05-241-0/+2
* Include the associated wait channel message for context switch ktracejhb2012-04-202-4/+15
* In kdump's mkioctls script, use '${CPP}' instead of hardcodedly usingdim2012-04-092-2/+2
* Add new ktrace records for the start and end of VM faults. This givesjhb2012-04-053-1/+59
* Fix style in previous commit.jhb2012-02-241-3/+3
* Pretty-print the advice constants passed to posix_fadvise(2).jhb2012-02-232-0/+10
* It turns out that truss also used kdump's mkioctls script, and expecteddes2011-10-212-18/+35
* 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
* Clean up mkioctls a bit, and fix cross-building by checking ${MACHINE}des2011-10-132-5/+7
* Make kdump compile cleanly at WARNS level 6, with one exception: thedes2011-10-123-28/+44
* 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
OpenPOWER on IntegriCloud