freebsd-dev/sys/i386
Julian Elischer 3745c395ec Rename the kthread_xxx (e.g. kthread_create()) calls
to kproc_xxx as they actually make whole processes.
Thos makes way for us to add REAL kthread_create() and friends
that actually make theads. it turns out that most of these
calls actually end up being moved back to the thread version
when it's added. but we need to make this cosmetic change first.

I'd LOVE to do this rename in 7.0  so that we can eventually MFC the
new kthread_xxx() calls.
2007-10-20 23:23:23 +00:00
..
acpica This is a follow-up, cleaning-up commit about recent changes involving 2007-09-11 22:54:09 +00:00
bios Rename the kthread_xxx (e.g. kthread_create()) calls 2007-10-20 23:23:23 +00:00
compile
conf Switch over to ULE as the default scheduler for amd64 and i386 2007-10-19 12:30:33 +00:00
cpufreq Use bus_dma to get a page in the first 4 GB. Since the physical address 2007-06-17 07:18:23 +00:00
i386 Fold multiple asm statements into one so that the compiler at a certain 2007-10-20 22:18:42 +00:00
ibcs2 Remove pad argument from ftruncate wrapper. Oops. 2007-07-05 05:32:44 +00:00
include Fold multiple asm statements into one so that the compiler at a certain 2007-10-20 22:18:42 +00:00
isa Fix a kernel panic due to a NULL pointer access on pc98. 2007-09-01 12:18:28 +00:00
linux Fill in cr2 in the signal context from ksi->ksi_addr. 2007-09-20 13:46:26 +00:00
pci Make the PCI code aware of PCI domains (aka PCI segments) so we can 2007-09-30 11:05:18 +00:00
svr4
xbox - Define data of struct gfb_font a const as it's only used to supply font 2007-06-16 21:31:53 +00:00
Makefile Update entries for building tags. 2007-05-13 18:21:54 +00:00