summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* - Export pmap_enter_quick() to the MI VM. This will permit thealc2003-06-291-3/+1
* - Construct a cpu topology map for Hyper Threading systems so that ULE mayjeff2003-06-283-0/+93
* Add a machine depended function thread_siginfo, SA signal codedavidxu2003-06-281-0/+20
* Tidy up leftover lazy_switch instrumentation that is no longer needed.peter2003-06-274-116/+2
* *groan*. I can't win today. Fix manual transcription error so that thepeter2003-06-271-1/+1
* Make LAZY_SWITCH work with PAEpeter2003-06-271-0/+4
* Fix the false IPIs on smp when using LAZY_SWITCH caused by pmap_activate()peter2003-06-274-9/+18
* Do the first and mostly mechanical step of adding mutex support to thescottl2003-06-271-0/+5
* Add a f_vnode field to struct file.phk2003-06-222-3/+3
* Implement a loader tunable/sysctl to allow the user to request thatmdodd2003-06-221-0/+8
* fix another LP64 problem. READ_IVAR takes a pointer to an uintptr_t, notjmg2003-06-201-1/+3
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-154-4/+4
* Migrate the thread stack management functions from the machine-dependentalc2003-06-142-186/+1
* Move the *_new_altkstack() and *_dispose_altkstack() functions out of thealc2003-06-141-30/+0
* Add vm object locking to pmap_object_init_pt().alc2003-06-131-10/+12
* Add vm object locking to various pagers' "get pages" methods, i386 stackalc2003-06-131-0/+8
* Conditionally attach the MCA bus device.mdodd2003-06-131-1/+8
* Despite my best efforts the Linux way of doing this is the onlymdodd2003-06-132-38/+20
* Remove mpt from the nodevice list. This was tested by the submitter.mjacob2003-06-121-1/+0
* GC unused cpu_wait() functionpeter2003-06-111-6/+0
* Use __FBSDID().obrien2003-06-102-3/+5
* Note that scbus is required for SCSI, not just "required" in general.jmallett2003-06-081-1/+1
* Reinstate the bug fix in revision 1.2 as it is correct. The errors I sawjhb2003-06-071-8/+6
* - Rename nexus_pcib to legacy_pcib. I've been meaning to do this for ajhb2003-06-062-56/+61
* - Use IDTVEC() to declare IPI handlers since they are also IDT vectors.jhb2003-06-062-40/+28
* Use the secondary bus number instead of the number of the bus the PCI-PCIjhb2003-06-061-1/+5
* - Document the thermal and performance counter LVT entries in the localjhb2003-06-062-6/+10
* Change the second (and last) argument of cpu_set_upcall(). Previouslymarcel2003-06-041-3/+3
* Bah, revert the previous commit for the time being due to inadequate testingjhb2003-06-031-6/+8
* Fix the asm constraints so that we use the correct constants when acquiringjhb2003-06-031-8/+6
* Initialize td->td_pcb->pcb_ext in cpu_thread_setup() since a garbagetegge2003-06-021-0/+1
* Use __FBSDID().obrien2003-06-023-9/+9
* Use __FBSDID().obrien2003-06-027-12/+20
* Use __FBSDID().obrien2003-06-0233-69/+104
* Use __FBSDID().obrien2003-06-0219-32/+57
* Use __FBSDID().obrien2003-06-0235-35/+105
* Use __FBSDID().obrien2003-06-024-8/+12
* Use __FBSDID().obrien2003-06-026-11/+17
* Don't use ## to concatinate to two things that don't together make a C token.obrien2003-06-021-1/+1
* Use C99 compatable asm statements.obrien2003-06-021-2/+2
* Shorten long comment.obrien2003-06-011-1/+1
* Remove unused variable(s).phk2003-05-311-9/+0
* Avoid unbalancing the { } count in the source file with #ifdef byphk2003-05-311-2/+3
* Remove break after return;phk2003-05-311-2/+2
* Don't rely on boolean expression evaluating to 1 or 0 by default.phk2003-05-311-1/+1
* We cannot use the normal strlen() and strcpy, but don't #define strlen andphk2003-05-311-14/+11
* Add missing break;phk2003-05-311-0/+1
* Protect macro with do { ... } while (0)phk2003-05-311-1/+2
* Remove unused variable.phk2003-05-311-3/+0
* Fix indentation.phk2003-05-311-1/+1
OpenPOWER on IntegriCloud