]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Reformat syscalls.master for better readability.
authorbrooks <brooks@FreeBSD.org>
Wed, 31 Oct 2018 16:17:45 +0000 (16:17 +0000)
committerbrooks <brooks@FreeBSD.org>
Wed, 31 Oct 2018 16:17:45 +0000 (16:17 +0000)
commit77716ff7a698e77cd395833d256e7fd3ffaf1cde
treefcfb994da93994ac6b17cf1d02d9059a470b1f56
parent4e8c09cb5a252ae40af1e80a83b8fd174d158b97
Reformat syscalls.master for better readability.

This takes advantage of two recents changes to makesyscalls.sh:
r328598: Permit a range of syscall numbers for UNIMPL
r339624: Remove the need for backslashes in syscalls.master

Syscall declerations are now split across multiple lines with the
syscall name and variables each on seperate lines (with an exception for
syscalls taking no arguments.)

Reviewed by: imp
Obtained from: CheriBSD
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D17706
sys/kern/syscalls.master