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)
May 21 2024, 1:35 PM
Unknown Object (File)
May 21 2024, 9:45 AM
Unknown Object (File)
May 21 2024, 9:23 AM
Unknown Object (File)
May 21 2024, 9:22 AM
Unknown Object (File)
May 17 2024, 2:52 PM
Unknown Object (File)
Feb 25 2024, 9:31 AM
Unknown Object (File)
Feb 1 2024, 2:53 AM
Unknown Object (File)
Jan 28 2024, 6:39 PM
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.