Page MenuHomeFreeBSD

Add const to input-only char * arguments.
ClosedPublic

Authored by brooks on Nov 1 2018, 11:39 PM.
Tags
None
Referenced Files
F132248613: D17812.id.diff
Wed, Oct 15, 4:28 AM
F132248610: D17812.id49956.diff
Wed, Oct 15, 4:28 AM
F132248605: D17812.id49916.diff
Wed, Oct 15, 4:28 AM
F132246030: D17812.id49919.diff
Wed, Oct 15, 3:53 AM
F132206135: D17812.diff
Tue, Oct 14, 6:58 PM
Unknown Object (File)
Tue, Oct 14, 6:59 AM
Unknown Object (File)
Thu, Oct 2, 8:42 PM
Unknown Object (File)
Wed, Sep 17, 12:09 AM
Subscribers

Details

Summary

These arguments are mostly paths handled by NAMEI*() macros which already
take const char * arguments.

This change improves the match between syscalls.master and the public
declerations of system calls.

Depends on D17805

Diff Detail

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

Event Timeline

Are you going to reformat compat32/syscalls.master ?

This revision is now accepted and ready to land.Nov 2 2018, 12:28 AM
In D17812#380637, @kib wrote:

Are you going to reformat compat32/syscalls.master ?

I plan to replace it with improvements to makesyscalls.sh that will let us generate compat32 bits from kern/syscalls.master so I'm not very inclined to do the tedious work of reformatting it. I'm more than half done in CheriBSD where I'm working toward a freebsd64.

This revision was automatically updated to reflect the committed changes.