kdump: Decode AT_FDCWD in first argument of bindat() and connectat().

This commit is contained in:
Jilles Tjoelker 2013-08-13 20:33:50 +00:00
parent 79078034ba
commit 1ca6c7fc31
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254296

View File

@ -606,6 +606,8 @@ ktrsyscall(struct ktr_syscall *ktr, u_int flags)
if (fancy &&
(flags == 0 || (flags & SV_ABI_MASK) == SV_ABI_FREEBSD)) {
switch (ktr->ktr_code) {
case SYS_bindat:
case SYS_connectat:
case SYS_faccessat:
case SYS_fchmodat:
case SYS_fchownat: