MFC after: 1 week
Details
Details
- Reviewers
emaste - Group Reviewers
Linux Emulation - Commits
- rG5b81d9f7f02e: kdump: Decode linux_clone syscall flags
rG829f3d7d2640: kdump: Decode linux_clone syscall flags
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
usr.bin/kdump/linux.c | ||
---|---|---|
200 | FWIW most (but not all) existing cases seem to follow the pattern c = ','; ip++; narg--; (i.e., setting 'c' first) |