| Commit message (Expand) | Author | Age | Files | Lines |
* | Disconnect netatm from the build as it is not MPSAFE and relies on | rwatson | 2007-07-14 | 1 | -4/+5 |
* | Fix alignment of context switch traces. | jhb | 2007-07-10 | 1 | -1/+1 |
* | kdump has knowledge of lseek() and mmap() arg decoding. Teach it about | peter | 2007-07-04 | 1 | -1/+25 |
* | Add prototype for generated ptraceopname function. | emaste | 2007-04-09 | 1 | -0/+1 |
* | Remove static ptrace_ops array and extract ptrace op names from | emaste | 2007-04-09 | 2 | -36/+4 |
* | Add various utrace's for use with ktrace to the ELF runtime linker. To | jhb | 2007-01-09 | 1 | -0/+107 |
* | Add code to parse the utrace(2) entries generated by malloc(3) in a more | jhb | 2007-01-05 | 1 | -1/+30 |
* | Add sockipprotoname() function. Decode the third parameter (protocol) | rodrigc | 2007-01-04 | 3 | -1/+14 |
* | Generate sockdomainname() function with auto_if_type() instead | rodrigc | 2007-01-04 | 1 | -1/+1 |
* | Add auto_if_type() function, which is similar to auto_switch_type(). | rodrigc | 2007-01-04 | 1 | -0/+30 |
* | The second argument (type) to socket(2) is an enum, not a bitmask, so parse | rodrigc | 2006-12-22 | 1 | -1/+1 |
* | o optname, the third {set,get}sockopt(2) argument, is an enum, not a bitmap. | maxim | 2006-09-18 | 1 | -1/+1 |
* | o Fix some printf(3) format nits in my patch I submitted to kib@. | maxim | 2006-07-12 | 1 | -2/+2 |
* | Remove slipped in spaces. | kib | 2006-07-12 | 1 | -3/+3 |
* | Check that the signal number is in range. | kib | 2006-07-12 | 1 | -1/+4 |
* | Check that the signal number is in range. | kib | 2006-07-12 | 1 | -1/+4 |
* | Add audit.h to mkioctls inclusion list: audit pipe ioctls need access | rwatson | 2006-06-05 | 1 | -0/+1 |
* | Change kdump to print more useful information, i.e. it changes from | netchild | 2006-05-20 | 4 | -16/+847 |
* | -mdoc sweep. | ru | 2005-11-18 | 1 | -4/+4 |
* | Add "-s" argument to kdump to suppress the display of I/O data. | rwatson | 2005-11-12 | 2 | -4/+11 |
* | Add a "-H" argument to kdump, which causes kdump to print an additional | rwatson | 2005-11-01 | 2 | -6/+33 |
* | Update kdump manual page with information on the dump format. | gnn | 2005-01-28 | 1 | -1/+62 |
* | Place a function prototype correctly. | ru | 2004-09-19 | 1 | -1/+1 |
* | Commit userland part of pf version 3.5 from OpenBSD (OPENBSD_3_5_BASE). | mlaier | 2004-06-16 | 1 | -0/+1 |
* | Bump document date on behalf of the -E option. | ru | 2004-05-18 | 1 | -1/+1 |
* | Respect decimal flag when dumping USER type records. | phk | 2004-03-25 | 1 | -1/+4 |
* | Use the -H option instead of the deprecated -follow predicate. | des | 2004-02-25 | 1 | -1/+1 |
* | First pass at attempted debrucification: | peter | 2003-12-08 | 2 | -7/+7 |
* | Add a -E (elapsed time) flag to kdump. This is like -T, except it is | peter | 2003-12-07 | 2 | -2/+12 |
* | Two enhancements for kdump. | peter | 2003-06-03 | 2 | -21/+101 |
* | Add a default case that just outputs a new line for the case of an | jhb | 2003-03-13 | 1 | -0/+3 |
* | Teach kdump(8) to handle events marked with KTR_DROP. If a record has | jhb | 2003-03-13 | 1 | -0/+12 |
* | Kill references to netns in comment about how it conflicted with netipx so | peter | 2003-03-05 | 1 | -2/+0 |
* | Backed out revs 1.32-1.33. The problem has been fixed better by | bde | 2002-09-16 | 1 | -2/+0 |
* | Also add #include <netinet/in_systm.h> before <neinet/ip.h> to fix the | sobomax | 2002-09-07 | 1 | -0/+1 |
* | Add #include <netinet/ip.h> in attempt to fix the world. | sobomax | 2002-09-07 | 1 | -0/+1 |
* | Improve WARNS situation for kdump: | dwmalone | 2002-07-28 | 1 | -45/+58 |
* | Dependencies are delimited by space not tab. | ru | 2002-07-23 | 1 | -2/+2 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
* | Better warnings fixes. Use more sane argument types instead of bogus casts | markm | 2002-06-24 | 1 | -3/+3 |
* | Better fix for style. | markm | 2002-06-21 | 1 | -6/+6 |
* | Fix warnings generated elsewhere. | markm | 2002-06-21 | 1 | -1/+1 |
* | Style tidy-up. | markm | 2002-06-21 | 1 | -2/+4 |
* | I now don't seem to be able to reproduce the -DNOCLEAN buildworld | ru | 2002-04-11 | 1 | -4/+0 |
* | Const the code. | dwmalone | 2002-04-01 | 1 | -1/+3 |
* | Back out revision 1.13 (addition of ipfilter includes). A proper | ru | 2002-03-25 | 1 | -6/+0 |
* | Really fix this work to work. While rev 1.24 did allow awk to run w/o | obrien | 2001-11-01 | 1 | -3/+3 |
* | Utilize the property of 'echo' in that it removes \n from its input. | obrien | 2001-11-01 | 1 | -1/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -2/+2 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |