]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r328598 (by emaste@):
authordchagin <dchagin@FreeBSD.org>
Sun, 28 Apr 2019 09:49:30 +0000 (09:49 +0000)
committerdchagin <dchagin@FreeBSD.org>
Sun, 28 Apr 2019 09:49:30 +0000 (09:49 +0000)
commit0d945a37bf8daf9da421f49009f34be8e3a3bcd0
treef68e0227b8738808de4b99ca45caf1e461f51ec0
parent651270557759b87640116d6dea707e65da6048d2
MFC r328598 (by emaste@):

makesyscalls: permit a range of syscall numbers for UNIMPL

Some ABIs have large gaps in syscall numbers.  Allow gaps to be filled
as ranges of UNIMPL, with an entry like:

248-1023 AUE_NULL UNIMPL unimplemented
sys/kern/makesyscalls.sh