aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-03280-280/+278
* MF6: Add DEFAULTS files for amd64, i386, and pc98.John Baldwin2005-10-281-7/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_6_0'.cvs2svn2005-10-281-0/+17
* MFC:Ade Lovett2005-10-281-0/+2
* MFC rev 1.11.2.1: set to 100% on bootNate Lawson2005-10-251-0/+8
* MFC vm_machdep.c 1.261-1.263Stephan Uphoff2005-10-201-31/+37
* Big overall MFC of polling(4) cleanup:Gleb Smirnoff2005-10-072-14/+4
* MFC: Minor fixes and add amd64 support:Jung-uk Kim2005-10-061-4/+22
* MFC: Add atomic_fetchadd(9) operation for types int and 32.John Baldwin2005-10-061-0/+21
* MFC: creator.c 1.9, fbreg.h 1.19, gfb.c 1.8, machfb.c 1.4,Marius Strobl2005-10-051-6/+8
* MFC: Add interrupt counters for IPIs.John Baldwin2005-10-043-8/+97
* MFC: Rename the lapic timer interrupt counter to cpuX: timer.John Baldwin2005-10-041-1/+1
* MFC: Stop using the '+' constraint modifier with memory operands inJohn Baldwin2005-09-261-22/+27
* MFC: Adjust comment to note that we now do handle the PMC LVT entry andJohn Baldwin2005-09-261-3/+7
* MFC: Explicitly switch to the new TSS when adding one in i386_extend_pcb().John Baldwin2005-09-262-4/+7
* Fix a whitespace screw-up I made when doing the MFC of COMPAT_FREEBSD5.Ken Smith2005-09-221-1/+1
* Now that our showstopper list has shrunk, take another step closer to theScott Long2005-09-182-11/+12
* MFC: Merge resource fixes for pci devices on pci0 for ioport.Warner Losh2005-09-183-2/+6
* MFC: sys/sys/systm.h 1.235Pawel Jakub Dawidek2005-08-301-53/+1
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-8/+8
* MFC: better facility for extracting and inspecting BIOS strings.Poul-Henning Kamp2005-08-164-22/+171
* MFC 1.4: make kernel build succeed when with "options CPU_DISABLE_SSE".Anton Berezin2005-08-111-0/+2
* MFC: Convert the atomic pointer operations to operate on uintptr_t ratherJohn Baldwin2005-08-051-52/+18
* MFC: Add support for the hw.apic.enable_extint tunable.John Baldwin2005-08-051-2/+12
* MFC: Propagate return value of the kern_execve() to the caller properly.Maxim Sobolev2005-08-041-1/+1
* MFC: r300 DRM support. Supports all current non-PCIE Radeons, as far as theEric Anholt2005-08-041-1/+1
* MFC: Fix a bug in pmap_protect() in the PAE case where it could look up theJohn Baldwin2005-08-041-2/+2
* Disable hyperthreading by default for 6.x.Jacques Vidrine2005-08-041-1/+1
* MFC: Bring acpi_battery support up to HEAD, changing the API slightlyNate Lawson2005-07-291-8/+13
* MFC rev 1.17: Don't compile ral and ural in the PAE kernel.R. Imura2005-07-291-0/+2
* MFC { exception.s:r1.114, machdep.c:r1.617, trap.c:r1.278 }Joseph Koshy2005-07-283-31/+7
* Regenerate.John Baldwin2005-07-2011-210/+210
* MFC: Sync up the MP safe flags of the compat ABIs with the master list andJohn Baldwin2005-07-204-199/+199
* MFC: Set timer0_max_count to a correct value in the lapic timer case andJohn Baldwin2005-07-181-24/+20
* MFC: Ignore BIOS IRQs > 15.John Baldwin2005-07-181-1/+10
* MFC addition of the COMPAT_FREEBSD5 option. Specific versionsKen Smith2005-07-181-0/+1
* Validate if the value written into {FS,GS}.base is a canonicalDavid Xu2005-07-101-1/+2
* Have the NMI handler call the C language trap() routine and directlyJoseph Koshy2005-07-091-2/+27
* Some cleanups and tweaks to some of the atomic.h files in preparation forJohn Baldwin2005-07-091-83/+72
* Lock Giant around a call to userland_sysctl() in ibcs2_sysi86().John Baldwin2005-07-071-2/+7
* Remove an extra call to read() in ibcs2_read() that can never be reached.John Baldwin2005-07-071-2/+0
* Conditionally acquire Giant around the ISC and Xenix system calls basedJohn Baldwin2005-07-072-10/+24
* Remove a || 1 that crept into the i8254 commit and was subsequentlyJohn Baldwin2005-07-051-1/+1
* Check the alignment of the IP header before passing the packet up to theAndrew Thompson2005-07-021-0/+2
* Remove the CPU_ENABLE_SSE option from the i386 and pc98 architectures,Xin LI2005-07-027-28/+6
* Fix a buglet that was present in the ia64 code and that got inheritedMarcel Moolenaar2005-07-021-0/+1
* Use a simpler implementation for the i8254 timecounter when using the lapicJohn Baldwin2005-07-011-12/+35
* Begin promoting the AMD-originated feature flags to first class flags, nowPeter Wemm2005-06-303-92/+86
* Move the KDB_STOP_NMI option from opt_global.h to opt_kdb.hPeter Wemm2005-06-292-0/+2
* Switch AMD64 and i386 platforms to using ELF as their kernel crashPeter Wemm2005-06-293-111/+362