freebsd-skq/sys/amd64
dchagin 07e5594c02 MFC r289055 (by mjg@):
linux: fix handling of out-of-bounds syscall attempts

 Due to an off by one the code would read an entry past the table, as
 opposed to the last entry which contains the nosys handler.

 This fixes my fault.

MFC r289058 (by cem@):

 Fix missing semi-colon from r289055.

MFC r289768 (by jhb@):

 Merge r289055 to amd64/linux32:

 linux: fix handling of out-of-bounds syscall attempts

 Due to an off by one the code would read an entry past the table, as
 opposed to the last entry which contains the nosys handler.
2016-01-09 18:32:52 +00:00
..
acpica Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There is 2013-02-15 22:43:08 +00:00
amd64 MFC r283479: 2016-01-09 17:39:41 +00:00
conf MFC r286131: 2015-07-31 15:25:07 +00:00
ia32 MFC r283479: 2016-01-09 17:39:41 +00:00
include MFC r289824: 2015-10-30 10:02:57 +00:00
linux MFC r289055 (by mjg@): 2016-01-09 18:32:52 +00:00
linux32 MFC r289055 (by mjg@): 2016-01-09 18:32:52 +00:00
pci MFC r258779,r258780,r258787,r258822: 2014-02-04 03:36:42 +00:00
vmm MFC r284712: 2015-07-01 19:46:57 +00:00
Makefile