freebsd-dev/sys/i386
Maxim Sobolev d8ff44b79f Split out kill(2) syscall service routine into user-level and kernel part, the
former is callable from user space and the latter from the kernel one. Make
kernel version take additional argument which tells if the respective call
should check for additional restrictions for sending signals to suid/sugid
applications or not.

Make all emulation layers using non-checked version, since signal numbers in
emulation layers can have different meaning that in native mode and such
protection can cause misbehaviour.

As a result remove LIBTHR from the signals allowed to be delivered to a
suid/sugid application.

Requested (sorta) by:	rwatson
MFC after:	2 weeks
2005-02-13 16:42:08 +00:00
..
acpica Only export defined symbols. Note that I couldn't find any difference 2004-12-12 06:59:14 +00:00
bios /* -> /*- for copyright notices, minor format tweaks as necessary 2005-01-06 22:18:23 +00:00
compile
conf Break out obscure ISA cards into their own files, as well as ne2000 2005-02-09 20:03:40 +00:00
cpufreq Fix the problem with incorrect throttling level reported immediately after 2005-02-07 11:35:24 +00:00
i386 Implement support for CPU private mappings within sf_buf_alloc(). 2005-02-13 06:23:13 +00:00
ibcs2 Split out kill(2) syscall service routine into user-level and kernel part, the 2005-02-13 16:42:08 +00:00
include Implement support for CPU private mappings within sf_buf_alloc(). 2005-02-13 06:23:13 +00:00
isa Use the local APIC timer to drive the various kernel clocks on SMP machines 2005-02-08 20:25:07 +00:00
linux Use linux_emul_convpath() rather than linux_emul_find() as 2005-02-07 18:37:51 +00:00
pci Make a bunch of malloc types static. 2005-02-10 12:02:37 +00:00
svr4 /* -> /*- for copyright notices, minor format tweaks as necessary 2005-01-06 22:18:23 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00