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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge Capsicum overhaul:
pjd
2013-03-02
2
-0
/
+10
*
- Make actually printing path of AF_LOCAL socket types.
zont
2013-02-12
1
-3
/
+1
*
- Use correct size of copying different socket structures.
zont
2013-02-12
1
-5
/
+5
*
o Bring in sync decoding the first nfssvc(2) parameter (flags) with
pluknet
2013-02-12
1
-1
/
+1
*
kdump: Also decode fcntl commands containing underscores and digits.
jilles
2012-11-02
1
-1
/
+1
*
Disconnect non-MPSAFE SMBFS from the build in preparation for dropping
attilio
2012-10-18
1
-2
/
+0
*
kdump: Pretty-print signal codes.
jilles
2012-09-22
2
-5
/
+57
*
Allow the -p argument to kdump to accept either a PID or a thread ID.
jhb
2012-06-04
2
-5
/
+7
*
MFprojects/zfsd:
mav
2012-05-24
1
-0
/
+2
*
Include the associated wait channel message for context switch ktrace
jhb
2012-04-20
2
-4
/
+15
*
In kdump's mkioctls script, use '${CPP}' instead of hardcodedly using
dim
2012-04-09
2
-2
/
+2
*
Add new ktrace records for the start and end of VM faults. This gives
jhb
2012-04-05
3
-1
/
+59
*
Fix style in previous commit.
jhb
2012-02-24
1
-3
/
+3
*
Pretty-print the advice constants passed to posix_fadvise(2).
jhb
2012-02-23
2
-0
/
+10
*
It turns out that truss also used kdump's mkioctls script, and expected
des
2011-10-21
2
-18
/
+35
*
Fix copy-pasto in CAPFAIL_INCREASE case.
des
2011-10-18
1
-2
/
+2
*
Revisit the capability failure trace points. The initial implementation
des
2011-10-18
1
-4
/
+30
*
Clean up mkioctls a bit, and fix cross-building by checking ${MACHINE}
des
2011-10-13
2
-5
/
+7
*
Make kdump compile cleanly at WARNS level 6, with one exception: the
des
2011-10-12
3
-28
/
+44
*
Add a new trace point, KTRFAC_CAPFAIL, which traces capability check
des
2011-10-11
1
-6
/
+43
*
The previous commit did not fix the issue since it did not prevent sign
des
2011-10-11
1
-8
/
+8
*
Cast to unsigned for %#jx.
des
2011-10-11
1
-1
/
+1
*
Address some of bde@'s concerns with the new code.
des
2011-10-08
1
-72
/
+71
*
Teach kdump(1) to decode capability bitmasks.
des
2011-10-08
2
-0
/
+9
*
Fix the dependency issue properly by a) moving kdump_subr.c to the front
des
2011-10-08
1
-6
/
+2
*
Bring ioctlname() in line with all the other *name() functions, which
des
2011-10-08
2
-31
/
+21
*
I appreciate the logic behind using a (void) cast to indicate that the
des
2011-10-08
2
-155
/
+155
*
Fix casting.
des
2011-10-08
2
-74
/
+75
*
Whitespace.
des
2011-10-08
1
-90
/
+90
*
C has had swicth statements for 40 years or so. It's about time we
des
2011-10-08
1
-93
/
+143
*
Sort and line up.
des
2011-10-08
1
-38
/
+37
*
1) Some of the #defines or enums for which we auto-generate naming
des
2011-10-08
4
-72
/
+37
*
Add 2-clause BSD license.
netchild
2011-06-17
1
-0
/
+23
*
Fix regex for ptraceopname().
dchagin
2011-06-06
1
-1
/
+1
*
kdump: Show code for signals where the default action was taken.
jilles
2011-04-17
1
-1
/
+1
*
Teach kdump to decode linux syscalls names too.
dchagin
2011-03-01
3
-19
/
+138
*
Update manual page to reflect latest changes of ABI description support.
dchagin
2011-02-25
1
-1
/
+3
*
Teach kdump to understand sv_flags records in the trace files.
dchagin
2011-02-25
1
-16
/
+123
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
2
-8
/
+0
*
Decode IPC_CREAT and IPC_EXCL for semget(2).
delphij
2010-12-02
1
-0
/
+2
*
Correct the abbreviations for general I/O and signal traces.
jhb
2010-11-01
1
-3
/
+3
*
Fix regex for some socket- and acl-related syscall values.
netchild
2010-10-06
1
-2
/
+2
*
Fix indenting of the previous commit.
rpaulo
2010-09-16
1
-4
/
+4
*
When generating functions to print the arguments of system calls with
rpaulo
2010-09-16
1
-0
/
+5
*
Change all our own code to use st_*tim instead of st_*timespec.
ed
2010-03-28
1
-16
/
+16
*
The kdump data stream is an unaligned data stream for stat and
imp
2010-02-18
1
-3
/
+9
*
- Cast intptr_t, pid_t and time_t values to intmax_t and use %jd with
jh
2010-02-06
1
-16
/
+19
*
Build usr.bin/ with WARNS=6 by default.
ed
2010-01-02
1
-0
/
+2
*
Update malloc utrace structure parsing to reflect the change (r199265)
cperciva
2009-11-14
1
-11
/
+8
*
Use a safety belt for cases where corrupted narg can be passed to the
attilio
2009-11-07
1
-1
/
+1
[next]