summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* New APIC support code:jhb2003-11-0314-683/+1765
* Add the new atpic(4) driver for the 8259A master and slave PICs. Byjhb2003-11-033-225/+498
* Add a per-thread variable for saving the state of eflags to support thejhb2003-11-031-3/+1
* Allocate space for the intrcnt array. This array is managed in thejhb2003-11-031-0/+11
* New device interrupt code. This defines an interrupt source abstractionjhb2003-11-032-0/+387
* - Always use 256 IDT entries since it is now a runtime decison as to howjhb2003-11-031-5/+2
* Move the NMI handling code out to its own file.jhb2003-11-031-586/+2
* Define IDTVEC() and TRAP() assembly macros so that they can be sharedjhb2003-11-031-0/+11
* Revert the critical section implementation to disable interrupts viajhb2003-11-032-145/+9
* Remove soon to be obsolete file to break kernel build while the newjhb2003-11-031-716/+0
* Add AMD Features NX and LM.obrien2003-11-031-3/+3
* Change /dev/soekris-errled to be /dev/led/error and make it conditionalphk2003-11-031-123/+25
* Introduce new CPU_SOEKRIS option to tell soekris hardware from otherphk2003-11-031-0/+4
* Free major#100phk2003-11-031-3/+1
* Fix the logic to match the new name of the tunable.njl2003-11-011-1/+1
* Change the reset video option to be positive (hw.acpi.reset_video).njl2003-11-015-30/+27
* For physical address regions between 0 and KERNLOAD, allow pmap_mapdev()jhb2003-10-311-2/+7
* Lower the priority of the legacy host to pci bridge driver so that otherjhb2003-10-311-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-315-18/+14
* - Finish externing of r_idt in the f00f hack code.jhb2003-10-311-14/+10
* Change the pmap_invalidate_xxx() functions so they test againstpeter2003-10-301-3/+3
* Include "opt_pmap.h" so that the DISABLE_P* options are honored.jhb2003-10-301-0/+2
* Always export r_gdt and r_idt and give them extern declarations injhb2003-10-305-17/+2
* There is no way to enter the attach routine twice with the same softcbrooks2003-10-301-18/+16
* Add sysctl MIB and loader tunable `hw.acpi.no_reset_video' asiwasaki2003-10-303-0/+17
* Try to fetch thread mailbox address in page fault trap, so when threaddavidxu2003-10-301-0/+3
* Alphabetical order for ACPI options broken by adding ACPI_NO_RESET_VIDEO.iwasaki2003-10-291-1/+4
* Add kernel option ACPI_NO_RESET_VIDEO as workaround for problemsiwasaki2003-10-293-0/+7
* Fix pmap_unmapdev() to call pmap_kremove() instead of implementing itjhb2003-10-271-5/+2
* Call the VESA reset BIOS vector on the resume path. This may help displaysnjl2003-10-271-0/+9
* Fix style problems with new options.njl2003-10-271-2/+2
* For the SMP case, flush the TLB at the beginning of the page zero/copypeter2003-10-251-0/+13
* GC workaround code for detecting pentium4's and disabling PSE and PG_G.peter2003-10-251-27/+0
* A few whitespace and comment tweaks.jhb2003-10-243-18/+9
* - Fail to probe if acpi0 probed ok as this driver basically tries to probejhb2003-10-241-7/+12
* Add the ACPICA_PEDANTIC option which is off by default. Enabling it willnjl2003-10-221-0/+11
* Change all SYSCTLS which are readonly and have a related TUNABLEsilby2003-10-214-4/+4
* Use npxdrop in cpu_thread_exit to save some cycles.davidxu2003-10-191-1/+3
* Add the cpu_idle_hook() function pointer so that other idlers can benjl2003-10-181-9/+17
* Don't forget to load %es with the kernel data segment selector inbde2003-10-162-0/+6
* Add a workaround for the fact that the priv field was removed fromdfr2003-10-161-4/+18
* Get some more data if we hit the pmap_enter() thing.peter2003-10-151-1/+8
* Fix just about as many bugs in my last commit here as there were lines thatpeter2003-10-141-2/+3
* - Modify pmap_is_current() to return FALSE when a pmap's page table is inalc2003-10-131-4/+12
* Initialize CMAP3 to 0phk2003-10-121-0/+1
* Fix a multitude of security bugs in the iBCS2 emulator:tjr2003-10-126-12/+42
* Set page zero read/write right from the start rather than trying topeter2003-10-102-8/+7
* Move the pmap_kenter(KERNBASE, 0) a bit earlier so that it works forpeter2003-10-101-15/+24
* Implement preliminary support for the PT_SYSCALL command to ptrace(2).robert2003-10-091-0/+5
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-061-1/+0
OpenPOWER on IntegriCloud