- Use ia32_freebsd4_* instead of ia32_*4.
- Use ia32_o* instead of ia32_*3.
Details
Details
- Reviewers
brooks kib imp - Commits
- rGbd7630ef6198: ia32: Sync signal context type names with i386.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/compat/ia32/ia32_signal.h | ||
---|---|---|
91 | I suspect these ifdefs in the header can be removed. |
sys/amd64/ia32/ia32_signal.c | ||
---|---|---|
366 | Why osigframe? Is there a reason for that naming convetion? |
Comment Actions
I think this is right.
@imp COMPAT_43 syscalls get named o<syscall> so this follows that convention. The "3" suffix is weird.
sys/amd64/ia32/ia32_signal.c | ||
---|---|---|
366 | Because the rest of things for COMPAT_43 use the 'o' prefix including syscalls, etc. These aren't FreeBSD 3.x things, but BSD43, so the 3 suffix is weird. |