Page MenuHomeFreeBSD

Use mode_t when the documented signature does.
ClosedPublic

Authored by brooks on Oct 31 2018, 8:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 3 2025, 7:17 PM
Unknown Object (File)
Dec 26 2024, 12:52 PM
Unknown Object (File)
Nov 27 2024, 12:19 PM
Unknown Object (File)
Nov 21 2024, 5:47 PM
Unknown Object (File)
Oct 29 2024, 11:34 PM
Unknown Object (File)
Oct 4 2024, 5:36 PM
Unknown Object (File)
Oct 3 2024, 11:35 PM
Unknown Object (File)
Sep 24 2024, 4:22 AM
Subscribers

Details

Summary

This is more clear and produces better results when generating function
stubs from syscalls.master.

Obtained from: CheriBSD
Sponsored by: DARPA, AFRL

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I think this change is good.
__mode_t is uint16_t, this is OK on all of our architectures?

I think this change is good.
__mode_t is uint16_t, this is OK on all of our architectures?

Should be. i386 passes args as 32-bit words on the stack and the rest pass in registers. They are passed as mode_t by the caller already.

What about compat32 ?

This revision is now accepted and ready to land.Oct 31 2018, 11:50 PM
This revision now requires review to proceed.Nov 1 2018, 5:51 PM
This revision is now accepted and ready to land.Nov 1 2018, 7:36 PM
This revision was automatically updated to reflect the committed changes.