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)
Sun, Nov 9, 2:09 AM
Unknown Object (File)
Sun, Nov 2, 2:10 AM
Unknown Object (File)
Sat, Oct 25, 10:18 PM
Unknown Object (File)
Thu, Oct 16, 10:10 PM
Unknown Object (File)
Thu, Oct 16, 10:09 PM
Unknown Object (File)
Wed, Oct 15, 3:49 AM
Unknown Object (File)
Wed, Oct 15, 3:49 AM
Unknown Object (File)
Wed, Oct 15, 3:49 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.