Page MenuHomeFreeBSD

Reformat sys/compat/freebsd32/syscalls.master with new style.
AcceptedPublic

Authored by sigsys_gmail.com on Nov 24 2020, 4:44 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 8:18 AM
Unknown Object (File)
Dec 13 2023, 6:14 AM
Unknown Object (File)
Jun 30 2023, 5:19 AM
Unknown Object (File)
Jun 29 2023, 3:46 AM
Unknown Object (File)
May 3 2023, 7:26 PM
Unknown Object (File)
Mar 6 2023, 11:59 PM
Unknown Object (File)
Dec 28 2022, 4:17 PM
Unknown Object (File)
Dec 27 2022, 6:46 PM
Subscribers

Details

Reviewers
kevans
brooks
Test Plan

make sysent shows no change to any derived files.

The comments and UNIMPL/OBSOL|NODEF lines are unchanged from the original:

f() { egrep '^ *;|UNIMPL|OBSOL|NODEF|^ *$' "$@"; }
diff <(f sys/compat/freebsd32/syscalls.master.orig) <(f sys/compat/freebsd32/syscalls.master)

And I scrolled through the whole thing to verify the formatting was correct and can't find anything wrong.

So pretty confident that this is OK.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Deferring to Brooks here -- IIRC Cheri has some local changes that would allow us to just remove this file altogether, but it's not clear if those are upstreamable, what the timeline would be for that, and if this will cause any problems with such a timeline

This is fine. I didn't do it because it with kern/syscalls.master was a bunch of work and I intended to delete this file in the near future. I still intend to delete it, but I've not managed to get the task of finishing the job to the top of my priority list long enough.

This revision is now accepted and ready to land.Nov 25 2020, 10:22 PM