aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Beautify. This has the side effect of improving portability andMark Murray2002-07-181-39/+31
* Add initialization code for the AMD Elan sc520 which maps the MMCRPoul-Henning Kamp2002-07-184-4/+53
* Add an entry for the AMD Elan SC520 hostbridge. I do not belive we canPoul-Henning Kamp2002-07-181-0/+3
* Use pmap_kenter() rather than vtopte() and bashing the page tablesPeter Wemm2002-07-181-14/+3
* Avoid trying to set PG_G on the first 4MB when we set up the 4MB page.Peter Wemm2002-07-171-0/+6
* Clean up the syntax WRT semicolons at the end of function-like-macros, and pr...Mark Murray2002-07-171-23/+74
* Qualify comment on machdep.cpu_idle_hlt. Turning this on on a SMPMatthew Dillon2002-07-171-3/+10
* Various comment and minor style fixes. No actual content changes.John Baldwin2002-07-161-8/+8
* Retire the perl gethints.conf in favour of an awk version. MoveMark Murray2002-07-162-100/+116
* The pmap_invalidate_all() here is definately not a good idea. We arePeter Wemm2002-07-151-2/+2
* Add a new VM options section. Move KSTACK_PAGES there from the MI NOTESJohn Baldwin2002-07-151-3/+25
* The EISA_SLOTS option appears to be i386-only.John Baldwin2002-07-151-0/+8
* COMPAT_OLDISA is only used on i386.John Baldwin2002-07-151-0/+1
* makeLINT.send has been moved to sys/conf so we can build LINT on otherJohn Baldwin2002-07-152-9/+2
* Move ACPI device and options from MI NOTES to the i386 MD NOTES file.John Baldwin2002-07-151-0/+15
* Wrap GNU specific code in ifdefs, and help lint out by providingMark Murray2002-07-151-2/+18
* Cast to prevent "signed/unsigned comparison" warnings.Mark Murray2002-07-151-2/+2
* Warnings and lint-assisting fixes; mark unused function parameters asMark Murray2002-07-151-18/+58
* o Lock page queue accesses by vm_page_wire().Alan Cox2002-07-141-0/+4
* Quick fix for high resolution kernel profiling on i386's. UseBruce Evans2002-07-131-0/+4
* Two invlpg's slipped through that were not protected from I386_CPUPeter Wemm2002-07-131-0/+8
* invlpg() does not work too well on i386 cpus. Add token i386 supportPeter Wemm2002-07-131-1/+12
* Do global shootdowns when switching to/from 4MB pages. I believe we canPeter Wemm2002-07-131-2/+2
* Bandaid for SMP. Changing APTDpde without a global shootdown is notPeter Wemm2002-07-131-2/+2
* o Lock some page queue accesses, in particular, those by vm_page_unwire().Alan Cox2002-07-131-0/+4
* Move COMPAT_FREEBSD4 to arch-neutral sys/conf/NOTES.Alfred Perlstein2002-07-131-3/+0
* Add additional cred_free_thread() calls that I had missed the first time.Jonathan Mini2002-07-131-6/+14
* Re-enable the idle page-zeroing code. Remove all IPIs from the idleMatthew Dillon2002-07-122-9/+67
* Set the thread state of the newly chosen to run thread to TDS_RUNNING inJohn Baldwin2002-07-122-18/+0
* Be specific about which reason caused vm86_addpages to panicPeter Wemm2002-07-121-4/+6
* Revive backed out pmap related changes from Feb 2002. The highlights are:Peter Wemm2002-07-1216-481/+1250
* Introduce syscall.master option 'COMPAT4' which allows one to wrapAlfred Perlstein2002-07-122-0/+4
* Unexpand a couple of 8-space indents that I added in rev 1.285.Peter Wemm2002-07-121-2/+2
* Bah, move the invltlb counter to C code and hook a debug sysctl onto it.Peter Wemm2002-07-115-14/+20
* s/NCPU/MAXCPU/ to try and get this to compile.Peter Wemm2002-07-112-2/+2
* fix a comment and note a problem with XXXSMPJulian Elischer2002-07-101-2/+2
* This file has been included en-mass into i386/i386/exception.sJulian Elischer2002-07-101-145/+0
* Remove the critmode sysctl - the new method for critical_enter/exit (alreadyMatthew Dillon2002-07-105-81/+21
* Consistently line-up /**/ comments so they don't cause line wrappage.David E. O'Brien2002-07-101-40/+40
* Remove label_t and physadr, which seem to have never been used inMike Barcroft2002-07-101-10/+0
* Include all of isa/ipl.s into exception.s as there is now nothing left inJulian Elischer2002-07-101-8/+97
* Enable emulation of the F_GETLK64, F_SETLK64, and F_SETLKW64Robert Drehmel2002-07-091-0/+4
* Move the type definition of ointhand2_t from i386/include/types.h toMike Barcroft2002-07-092-3/+4
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'sMike Barcroft2002-07-081-5/+0
* Comment out apm; ACPI is the modern replacement, and folks who reallyMark Murray2002-07-083-3/+3
* Remove #define APIC_INTR_HIGHPRI_CLOCK - this is no longer usedPeter Wemm2002-07-081-7/+0
* The clock is already allocated as 'fast' - no need to try and intercept aPeter Wemm2002-07-082-16/+0
* Cosmetic. Remove #if 0 definition of vtophys() - it predates 4MB pages.Peter Wemm2002-07-081-8/+0
* Add a special page zero entry point intended to be called via the singlePeter Wemm2002-07-081-2/+36
* s/procrunnable/kserunnable/ in a commentPeter Wemm2002-07-081-1/+1