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)
Fri, Aug 14, 9:09 AM
Unknown Object (File)
Thu, Aug 13, 6:38 PM
Unknown Object (File)
Thu, Aug 13, 6:37 PM
Unknown Object (File)
Mon, Aug 10, 4:54 PM
Unknown Object (File)
Mon, Aug 10, 10:18 AM
Unknown Object (File)
Sun, Aug 9, 3:15 AM
Unknown Object (File)
Fri, Aug 7, 4:45 PM
Unknown Object (File)
Fri, Aug 7, 8:52 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.