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
Paths
| Differential D17812 Authored by brooks on Nov 1 2018, 11:39 PM.
Details Summary These arguments are mostly paths handled by NAMEI*() macros which already This change improves the match between syscalls.master and the public Depends on D17805
Diff Detail
Event TimelineHarbormaster completed remote builds in B20589: Diff 49916.Nov 1 2018, 11:39 PM2018-11-01 23:39:37 (UTC+0) Harbormaster completed remote builds in B20591: Diff 49919.Nov 1 2018, 11:53 PM2018-11-01 23:53:35 (UTC+0) This revision is now accepted and ready to land.Nov 2 2018, 12:28 AM2018-11-02 00:28:25 (UTC+0) Comment Actions
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. Closed by commit rS340080: Add const to input-only char * arguments. (authored by brooks). · Explain WhyNov 2 2018, 8:50 PM2018-11-02 20:50:32 (UTC+0) This revision was automatically updated to reflect the committed changes. Herald added a subscriber: imp. · View Herald TranscriptNov 2 2018, 8:50 PM2018-11-02 20:50:33 (UTC+0)
Revision Contents
Diff 49956 head/sys/compat/freebsd32/freebsd32_misc.c
head/sys/compat/freebsd32/freebsd32_util.h
head/sys/compat/freebsd32/syscalls.master
head/sys/dev/filemon/filemon_wrapper.c
|