freebsd-skq/sys/amd64
dchagin 48b0af056f MFC r283479:
The kernel sends signals to the processes via ABI specific sv_sendsig method.
Native ABI do not need signal conversion, only emulators may want this. Usually
emulators implements its own sv_sendsig method. For now only ibcs2 emulator does
not have own sv_sendsig implementation and depends on native sendsig() method.
So, remove any extra attempts to convert signal numbers from native sendsig()
methods except from i386 where ibsc2 is living.
2016-01-09 17:39:41 +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 r283474: 2016-01-09 17:29:08 +00:00
linux32 MFC r283474: 2016-01-09 17:29:08 +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