index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
kdump
/
kdump.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove netatm from HEAD as it is not MPSAFE and relies on the now removed
rwatson
2008-05-25
1
-2
/
+0
*
Spell -t option's argument by name.
ru
2008-04-02
1
-1
/
+1
*
- Remove ksethrcmdname.
jeff
2008-03-12
1
-6
/
+0
*
This patch adds a new ktrace(2) record type, KTR_STRUCT, whose payload
des
2008-02-23
1
-4
/
+239
*
Only use sockoptname() to parse socket option names for SOL_SOCKET
jhb
2008-01-07
1
-4
/
+6
*
Add several missing comma's in the fancy syscall parsing case before
jhb
2007-12-06
1
-0
/
+12
*
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
*
Remove static ptrace_ops array and extract ptrace op names from
emaste
2007-04-09
1
-36
/
+2
*
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
1
-1
/
+11
*
o Fix some printf(3) format nits in my patch I submitted to kib@.
maxim
2006-07-12
1
-2
/
+2
*
Check that the signal number is in range.
kib
2006-07-12
1
-1
/
+4
*
Change kdump to print more useful information, i.e. it changes from
netchild
2006-05-20
1
-13
/
+388
*
Add "-s" argument to kdump to suppress the display of I/O data.
rwatson
2005-11-12
1
-3
/
+8
*
Add a "-H" argument to kdump, which causes kdump to print an additional
rwatson
2005-11-01
1
-5
/
+27
*
Place a function prototype correctly.
ru
2004-09-19
1
-1
/
+1
*
Respect decimal flag when dumping USER type records.
phk
2004-03-25
1
-1
/
+4
*
First pass at attempted debrucification:
peter
2003-12-08
1
-2
/
+2
*
Add a -E (elapsed time) flag to kdump. This is like -T, except it is
peter
2003-12-07
1
-1
/
+9
*
Two enhancements for kdump.
peter
2003-06-03
1
-21
/
+95
*
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
*
Improve WARNS situation for kdump:
dwmalone
2002-07-28
1
-45
/
+58
*
Consistently use FBSDID
obrien
2002-06-30
1
-2
/
+2
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Decode new ptrace requests PT_GETDBREGS and PT_SETDBREGS.
bde
1999-07-17
1
-1
/
+9
*
Decode all currently supported values of the ptrace `request' arg.
bde
1999-06-26
1
-3
/
+20
*
Syscall arguments are now properly aligned. Print them, and syscall return
dt
1999-06-16
1
-16
/
+16
*
FIx the output of long command names.
jmz
1999-05-21
1
-2
/
+2
*
Use err(3). Correct incomplete man page.
charnier
1997-07-16
1
-34
/
+21
*
Spelling correction (`1 bytes' is now printed `1 byte')
charnier
1997-05-22
1
-2
/
+3
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
Fix arg parsing. kdump used to allow a single argument, which it
fenner
1996-11-18
1
-3
/
+1
*
Remove length field from utrace entries.
phk
1996-09-22
1
-6
/
+6
*
For now we just hexdump the stuff in USER records.
phk
1996-09-19
1
-1
/
+18
*
Add setlocale LC_CTYPE
ache
1995-10-26
1
-0
/
+3
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-1
/
+1
*
Absolute path to /sys again...
phk
1994-11-21
1
-1
/
+1
*
move #include of <sys/errno.h> so that #defining KERNEL actually has an effect,
csgr
1994-08-22
1
-3
/
+4
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+437