| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert r220268, SV_ABI patches was never merged to 7. | Dmitry Chagin | 2011-04-02 | 4 | -253/+25 |
| * | MFC r219043: | Dmitry Chagin | 2011-04-02 | 4 | -25/+253 |
| * | MFC 214625: Correct the abbreviations for general I/O and signal traces. | John Baldwin | 2010-11-04 | 1 | -3/+3 |
| * | MFC 177446,177856: | John Baldwin | 2010-07-14 | 2 | -3/+3 |
| * | MFC r203551: | Jaakko Heinonen | 2010-03-24 | 1 | -16/+19 |
| * | MFC r199024: | Attilio Rao | 2009-11-22 | 1 | -1/+1 |
| * | MFC r175936: add shebang. | Dag-Erling Smørgrav | 2009-05-26 | 2 | -8/+12 |
| * | MFC: Add a new type of KTRACE record for sysctl(3) invocations. | John Baldwin | 2009-05-15 | 2 | -0/+5 |
| * | Merge r179308 from head to stable/7: | Robert Watson | 2008-08-31 | 2 | -7/+0 |
| * | MFH r176471 (KTR_STRUCT, support for struct stat and struct sockaddr) | Dag-Erling Smørgrav | 2008-08-12 | 3 | -7/+247 |
| * | MFC: Only use sockoptname() to parse socket option names for SOL_SOCKET | John Baldwin | 2008-01-12 | 1 | -4/+6 |
| * | MFC: Add several missing comma's in the fancy syscall parsing case. | John Baldwin | 2007-12-18 | 1 | -0/+12 |
| * | Disconnect netatm from the build as it is not MPSAFE and relies on | Robert Watson | 2007-07-14 | 1 | -4/+5 |
| * | Fix alignment of context switch traces. | John Baldwin | 2007-07-10 | 1 | -1/+1 |
| * | kdump has knowledge of lseek() and mmap() arg decoding. Teach it about | Peter Wemm | 2007-07-04 | 1 | -1/+25 |
| * | Add prototype for generated ptraceopname function. | Ed Maste | 2007-04-09 | 1 | -0/+1 |
| * | Remove static ptrace_ops array and extract ptrace op names from | Ed Maste | 2007-04-09 | 2 | -36/+4 |
| * | Add various utrace's for use with ktrace to the ELF runtime linker. To | John Baldwin | 2007-01-09 | 1 | -0/+107 |
| * | Add code to parse the utrace(2) entries generated by malloc(3) in a more | John Baldwin | 2007-01-05 | 1 | -1/+30 |
| * | Add sockipprotoname() function. Decode the third parameter (protocol) | Craig Rodrigues | 2007-01-04 | 3 | -1/+14 |
| * | Generate sockdomainname() function with auto_if_type() instead | Craig Rodrigues | 2007-01-04 | 1 | -1/+1 |
| * | Add auto_if_type() function, which is similar to auto_switch_type(). | Craig Rodrigues | 2007-01-04 | 1 | -0/+30 |
| * | The second argument (type) to socket(2) is an enum, not a bitmask, so parse | Craig Rodrigues | 2006-12-22 | 1 | -1/+1 |
| * | o optname, the third {set,get}sockopt(2) argument, is an enum, not a bitmap. | Maxim Konovalov | 2006-09-18 | 1 | -1/+1 |
| * | o Fix some printf(3) format nits in my patch I submitted to kib@. | Maxim Konovalov | 2006-07-12 | 1 | -2/+2 |
| * | Remove slipped in spaces. | Konstantin Belousov | 2006-07-12 | 1 | -3/+3 |
| * | Check that the signal number is in range. | Konstantin Belousov | 2006-07-12 | 1 | -1/+4 |
| * | Check that the signal number is in range. | Konstantin Belousov | 2006-07-12 | 1 | -1/+4 |
| * | Add audit.h to mkioctls inclusion list: audit pipe ioctls need access | Robert Watson | 2006-06-05 | 1 | -0/+1 |
| * | Change kdump to print more useful information, i.e. it changes from | Alexander Leidinger | 2006-05-20 | 4 | -16/+847 |
| * | -mdoc sweep. | Ruslan Ermilov | 2005-11-18 | 1 | -4/+4 |
| * | Add "-s" argument to kdump to suppress the display of I/O data. | Robert Watson | 2005-11-12 | 2 | -4/+11 |
| * | Add a "-H" argument to kdump, which causes kdump to print an additional | Robert Watson | 2005-11-01 | 2 | -6/+33 |
| * | Update kdump manual page with information on the dump format. | George V. Neville-Neil | 2005-01-28 | 1 | -1/+62 |
| * | Place a function prototype correctly. | Ruslan Ermilov | 2004-09-19 | 1 | -1/+1 |
| * | Commit userland part of pf version 3.5 from OpenBSD (OPENBSD_3_5_BASE). | Max Laier | 2004-06-16 | 1 | -0/+1 |
| * | Bump document date on behalf of the -E option. | Ruslan Ermilov | 2004-05-18 | 1 | -1/+1 |
| * | Respect decimal flag when dumping USER type records. | Poul-Henning Kamp | 2004-03-25 | 1 | -1/+4 |
| * | Use the -H option instead of the deprecated -follow predicate. | Dag-Erling Smørgrav | 2004-02-25 | 1 | -1/+1 |
| * | First pass at attempted debrucification: | Peter Wemm | 2003-12-08 | 2 | -7/+7 |
| * | Add a -E (elapsed time) flag to kdump. This is like -T, except it is | Peter Wemm | 2003-12-07 | 2 | -2/+12 |
| * | Two enhancements for kdump. | Peter Wemm | 2003-06-03 | 2 | -21/+101 |
| * | Add a default case that just outputs a new line for the case of an | John Baldwin | 2003-03-13 | 1 | -0/+3 |
| * | Teach kdump(8) to handle events marked with KTR_DROP. If a record has | John Baldwin | 2003-03-13 | 1 | -0/+12 |
| * | Kill references to netns in comment about how it conflicted with netipx so | Peter Wemm | 2003-03-05 | 1 | -2/+0 |
| * | Backed out revs 1.32-1.33. The problem has been fixed better by | Bruce Evans | 2002-09-16 | 1 | -2/+0 |
| * | Also add #include <netinet/in_systm.h> before <neinet/ip.h> to fix the | Maxim Sobolev | 2002-09-07 | 1 | -0/+1 |
| * | Add #include <netinet/ip.h> in attempt to fix the world. | Maxim Sobolev | 2002-09-07 | 1 | -0/+1 |
| * | Improve WARNS situation for kdump: | David Malone | 2002-07-28 | 1 | -45/+58 |
| * | Dependencies are delimited by space not tab. | Ruslan Ermilov | 2002-07-23 | 1 | -2/+2 |