summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Do global shootdowns when switching to/from 4MB pages. I believe we canpeter2002-07-131-2/+2
* Bandaid for SMP. Changing APTDpde without a global shootdown is notpeter2002-07-131-2/+2
* o Lock some page queue accesses, in particular, those by vm_page_unwire().alc2002-07-131-0/+4
* Move COMPAT_FREEBSD4 to arch-neutral sys/conf/NOTES.alfred2002-07-131-3/+0
* Add additional cred_free_thread() calls that I had missed the first time.mini2002-07-131-6/+14
* Re-enable the idle page-zeroing code. Remove all IPIs from the idledillon2002-07-122-9/+67
* Set the thread state of the newly chosen to run thread to TDS_RUNNING injhb2002-07-122-18/+0
* Be specific about which reason caused vm86_addpages to panicpeter2002-07-121-4/+6
* Revive backed out pmap related changes from Feb 2002. The highlights are:peter2002-07-1216-481/+1250
* Introduce syscall.master option 'COMPAT4' which allows one to wrapalfred2002-07-122-0/+4
* Unexpand a couple of 8-space indents that I added in rev 1.285.peter2002-07-121-2/+2
* Bah, move the invltlb counter to C code and hook a debug sysctl onto it.peter2002-07-115-14/+20
* s/NCPU/MAXCPU/ to try and get this to compile.peter2002-07-112-2/+2
* fix a comment and note a problem with XXXSMPjulian2002-07-101-2/+2
* This file has been included en-mass into i386/i386/exception.sjulian2002-07-101-145/+0
* Remove the critmode sysctl - the new method for critical_enter/exit (alreadydillon2002-07-105-81/+21
* Consistently line-up /**/ comments so they don't cause line wrappage.obrien2002-07-101-40/+40
* Remove label_t and physadr, which seem to have never been used inmike2002-07-101-10/+0
* Include all of isa/ipl.s into exception.s as there is now nothing left injulian2002-07-101-8/+97
* Enable emulation of the F_GETLK64, F_SETLK64, and F_SETLKW64robert2002-07-091-0/+4
* Move the type definition of ointhand2_t from i386/include/types.h tomike2002-07-092-3/+4
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'smike2002-07-081-5/+0
* Comment out apm; ACPI is the modern replacement, and folks who reallymarkm2002-07-083-3/+3
* Remove #define APIC_INTR_HIGHPRI_CLOCK - this is no longer usedpeter2002-07-081-7/+0
* The clock is already allocated as 'fast' - no need to try and intercept apeter2002-07-082-16/+0
* Cosmetic. Remove #if 0 definition of vtophys() - it predates 4MB pages.peter2002-07-081-8/+0
* Add a special page zero entry point intended to be called via the singlepeter2002-07-081-2/+36
* s/procrunnable/kserunnable/ in a commentpeter2002-07-081-1/+1
* Fix a hideous TLB bug. pmap_unmapdev neglected to remove the devicepeter2002-07-081-4/+23
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/peter2002-07-071-170/+0
* Make NEWCARD the default pccard/cardbus system.imp2002-07-071-2/+5
* One #include <sys/lock.h> is enough.mux2002-07-071-1/+0
* Diff reduction (microoptimization) with another WIP. Move the framepeter2002-07-041-2/+5
* Don't free pages we never allocated..julian2002-07-041-7/+2
* Slight restatement of the code and remove some unused variables.julian2002-07-041-11/+8
* Add comments and slightly rearrange the thread stack assignment codejulian2002-07-031-9/+19
* Remove vestiges of old code...julian2002-07-031-21/+12
* Resolve conflicts arising from the ACPI CA 20020404 import.iwasaki2002-06-301-1/+1
* Since printf(3) now supports the `j' conversion specifier, use thatmike2002-06-301-11/+11
* Remove ALT_BREAK_TO_DEBUGGER. This was inconsistent (both in formrwatson2002-06-302-2/+0
* Fix reverse ordering of locks. add a comment about locks on some platforms.julian2002-06-291-1/+1
* Part 1 of KSE-IIIjulian2002-06-298-28/+224
* Add files that are new for KSE.julian2002-06-291-0/+49
* Remove a couple of __P() stragglers.peter2002-06-291-1/+1
* Fix for the problem stated below by Tor Egge:arr2002-06-271-1/+1
* Avoid using the 64-bit vm_pindex_t in a few places where 64-bitiedowse2002-06-261-1/+1
* Complete the initial set of VM changes required to support fulliedowse2002-06-251-6/+2
* Compile in the cpu halt code even on SMP, instead just default thepeter2002-06-241-2/+4
* Add an MD callout like cpu_exit, but which is called after sched_lock isjake2002-06-241-0/+6
* userout -> out. These two labels are now identical.mini2002-06-241-7/+6
OpenPOWER on IntegriCloud