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
*
MFC 306564: Expose kernel-only errno values if _WANT_KERNEL_ERRNO is defined.
jhb
2017-01-09
1
-4
/
+1
*
MFC 306563: Decode arguments to truncate and ftruncate.
jhb
2017-01-07
1
-0
/
+6
*
MFC 306562: Handle 64-bit system call arguments (off_t, id_t).
jhb
2017-01-06
1
-7
/
+37
*
MFC r302770:
kib
2016-07-20
1
-0
/
+25
*
MFC r300428:
ngie
2016-06-08
1
-1
/
+1
*
MFC r283430:
dchagin
2016-01-16
3
-19
/
+51
*
MFC r277610 (by jillies):
dchagin
2016-01-09
1
-0
/
+1
*
MFC r291330:
bdrewery
2015-12-04
1
-2
/
+1
*
MFC r284289,r288267:
bdrewery
2015-12-04
1
-1
/
+1
*
MFH (r277695): allow tracing dlfunc() / dlsym() events
des
2015-06-30
1
-0
/
+9
*
Merge an applicable subset of r263234 from HEAD to stable/10:
rwatson
2015-03-19
2
-4
/
+4
*
MFC r278857:
pluknet
2015-02-23
1
-1
/
+1
*
MFC r273048 by jhb:
dchagin
2015-01-13
2
-33
/
+41
*
MFC 273053:
jhb
2014-12-16
2
-0
/
+81
*
MFC r269408, r269409:
rpaulo
2014-08-08
1
-0
/
+8
*
MFC r263879:
bdrewery
2014-04-11
2
-11
/
+30
*
Bulk sync of pf changes from head, in attempt to fixup broken build I
glebius
2014-03-12
2
-1
/
+11
*
When displaying a struct stat, if the -r option was not specified,
des
2013-10-07
1
-4
/
+9
*
Extend the support for exempting processes from being killed when swap is
jhb
2013-09-19
2
-0
/
+14
*
- Decode the idtype argument passed to wait6() in kdump and truss.
jhb
2013-09-12
2
-2
/
+87
*
Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use
jhb
2013-09-09
1
-0
/
+4
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
2
-43
/
+52
*
kdump: Decode SOCK_CLOEXEC and SOCK_NONBLOCK in socket() and socketpair().
jilles
2013-08-26
2
-2
/
+15
*
Add new mmap(2) flags to permit applications to request specific virtual
jhb
2013-08-16
1
-1
/
+34
*
kdump: Decode AT_FDCWD in first argument of bindat() and connectat().
jilles
2013-08-13
1
-0
/
+2
*
kdump: Improve decoding of various *at calls:
jilles
2013-08-13
2
-0
/
+47
*
- Make localtime(3) to work in sandbox.
pjd
2013-07-18
1
-5
/
+28
*
- Trim an unused and bogus Makefile for mount_smbfs.
davide
2013-06-28
1
-0
/
+2
*
Use getnameinfo(3) instead of inet_ntop(3) to make printable versions of
ae
2013-06-07
1
-1
/
+3
*
If the -r option is given we cannot enter capability mode.
pjd
2013-05-30
1
-2
/
+4
*
MFp4 @229086:
pjd
2013-05-28
1
-0
/
+50
*
MFp4 @229085:
pjd
2013-05-28
1
-5
/
+5
*
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
[next]