Page MenuHomeFreeBSD

arm64 linuxulator syscalls.master style review
ClosedPublic

Authored by emaste on Mar 26 2018, 8:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 7, 5:21 AM
Unknown Object (File)
Mar 20 2024, 8:32 AM
Unknown Object (File)
Dec 20 2023, 2:33 AM
Unknown Object (File)
Dec 12 2023, 10:41 PM
Unknown Object (File)
Nov 21 2023, 2:26 AM
Unknown Object (File)
Nov 8 2023, 5:42 PM
Unknown Object (File)
Nov 8 2023, 12:21 PM
Unknown Object (File)
Oct 7 2023, 4:24 PM

Details

Summary

This is a syscalls.master for arm64 linuxulator.

Existing Linuxulator (and other) syscalls.master files are a bit of a mess, with inconsistent wrapping at either 80, 81, about 100, or 108 characters. I have a few different style proposals here for discussion before applying to the whole file.

Diff Detail

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

Event Timeline

I have a strong preference for something like #1 where each argument goes on it's own line. That would greatly the ease of changes like D14285. It will also simplify review of type improvements such as adding const to path strings.

Reformat arm64 linux syscalls.master per current style

Equivalent to rS339958 for sys/kern/syscalls.master.

Sponsored by: The FreeBSD Foundation

This revision is now accepted and ready to land.May 6 2019, 2:10 PM
sys/arm64/linux/syscalls.master
1558–1559 ↗(On Diff #57089)

One overzealous replacement here fixed in local tree - should be l_int pkey

This revision was automatically updated to reflect the committed changes.