freebsd-skq/sys/i386
Peter Wemm 1af04fadd1 Take a shot at fixing a nasty bug in the pmap changes that I did. I
missed the pmap_kenter/kremove in this file, which leads to read()/write()
of /dev/mem using stale TLB entries. (gah!)  Fortunately, mmap of /dev/mem
wasn't affected, so it wasn't as bad as it could have been.  This throws
some light on the 'X server affects stability' thread....

Pointed out by:	bde
2002-08-03 00:59:15 +00:00
..
acpica Fix a bug about stack manipulation at ACPI wakeup. 2002-08-01 09:48:01 +00:00
apm Remove __P. 2002-03-20 05:48:58 +00:00
bios Remove __P. 2002-03-20 05:48:58 +00:00
compile Don't need the .keep_me files. Obrien and I committed past each other. 2001-07-01 23:35:44 +00:00
conf Add the minimalist elan-mmcr device driver. 2002-08-02 15:53:04 +00:00
i386 Take a shot at fixing a nasty bug in the pmap changes that I did. I 2002-08-03 00:59:15 +00:00
ibcs2 Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable 2002-07-20 02:56:12 +00:00
include Move a prototype to the least wrong place. 2002-08-02 18:45:43 +00:00
isa Fix more abuse of __FreeBSD__ to detect version. 2002-07-21 05:34:14 +00:00
linux Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable 2002-07-20 02:56:12 +00:00
pci Move a prototype to the least wrong place. 2002-08-02 18:45:43 +00:00
svr4 Moved signal handling and rescheduling from userret() to ast() so that 2002-04-04 17:49:48 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00