summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump/mksubr
Commit message (Expand)AuthorAgeFilesLines
* Merge an applicable subset of r263234 from HEAD to stable/10:rwatson2015-03-191-3/+3
* MFC 273053:jhb2014-12-161-0/+60
* Extend the support for exempting processes from being killed when swap isjhb2013-09-191-0/+2
* - Decode the idtype argument passed to wait6() in kdump and truss.jhb2013-09-121-1/+63
* 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-051-1/+23
* kdump: Decode SOCK_CLOEXEC and SOCK_NONBLOCK in socket() and socketpair().jilles2013-08-261-0/+13
* Add new mmap(2) flags to permit applications to request specific virtualjhb2013-08-161-1/+34
* kdump: Improve decoding of various *at calls:jilles2013-08-131-0/+12
* Merge Capsicum overhaul:pjd2013-03-021-0/+1
* 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
* kdump: Pretty-print signal codes.jilles2012-09-221-0/+48
* Add new ktrace records for the start and end of VM faults. This givesjhb2012-04-051-0/+23
* Pretty-print the advice constants passed to posix_fadvise(2).jhb2012-02-231-0/+1
* Teach kdump(1) to decode capability bitmasks.des2011-10-081-0/+2
* I appreciate the logic behind using a (void) cast to indicate that thedes2011-10-081-39/+39
* Fix casting.des2011-10-081-12/+12
* Sort and line up.des2011-10-081-38/+37
* 1) Some of the #defines or enums for which we auto-generate namingdes2011-10-081-21/+25
* Add 2-clause BSD license.netchild2011-06-171-0/+23
* Fix regex for ptraceopname().dchagin2011-06-061-1/+1
* Decode IPC_CREAT and IPC_EXCL for semget(2).delphij2010-12-021-0/+2
* Fix regex for some socket- and acl-related syscall values.netchild2010-10-061-2/+2
* Fix indenting of the previous commit.rpaulo2010-09-161-4/+4
* When generating functions to print the arguments of system calls withrpaulo2010-09-161-0/+5
* - Remove ksethrcmdname.jeff2008-03-121-2/+0
* This patch adds a new ktrace(2) record type, KTR_STRUCT, whose payloaddes2008-02-231-0/+1
* These are files are shell scripts; give smart editors a chance to figuredes2008-02-031-4/+6
* Remove static ptrace_ops array and extract ptrace op names fromemaste2007-04-091-0/+2
* Add sockipprotoname() function. Decode the third parameter (protocol)rodrigc2007-01-041-0/+2
* Generate sockdomainname() function with auto_if_type() insteadrodrigc2007-01-041-1/+1
* Add auto_if_type() function, which is similar to auto_switch_type().rodrigc2007-01-041-0/+30
* The second argument (type) to socket(2) is an enum, not a bitmask, so parserodrigc2006-12-221-1/+1
* o optname, the third {set,get}sockopt(2) argument, is an enum, not a bitmap.maxim2006-09-181-1/+1
* Remove slipped in spaces.kib2006-07-121-3/+3
* Check that the signal number is in range.kib2006-07-121-1/+4
* Change kdump to print more useful information, i.e. it changes fromnetchild2006-05-201-0/+407
OpenPOWER on IntegriCloud