summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2003-07-30support for vt8231 from netbsd via pr3362 and tested by matthew.gream@pobox.comMichael Shalayeff
2003-07-29move spl checking wrap over the syscall into trap.c:syscall();Michael Shalayeff
2003-07-28nuke more MATH_EMULATEJason Wright
2003-07-28remove the non-licensed i386 math emulation stuff. This only leaves theJason Wright
2003-07-25use names not numbers for msrs, do not define yet another implementation of w...Michael Shalayeff
2003-07-25s/CPUID_SYS2/CPUID_SEP/ to avoid confusionMichael Shalayeff
2003-07-25let ALWAYS_MATH_EMULATE actually compileJason Wright
2003-07-25make sure SYSENTER registers are 0 at boot time. should fix an unusualTed Unangst
2003-07-22Fix .depend generation for assym.h. Resolves PR 1154.Otto Moerbeek
2003-07-19don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs)David Krause
2003-07-15match on ich5 as piix; from couderc@Michael Shalayeff
2003-07-11Set pcb_onfault earlier in 386 version of copyout and clean upArtur Grabowski
2003-07-11debug only; mickey okTheo de Raadt
2003-07-07Fix for PR 3177.Tobias Weingartner
2003-07-07function for cpuid instruction. pulled from longrun into generic code.Ted Unangst
2003-07-05do not make bad machine@ linksTheo de Raadt
2003-06-27Cleanup biosboot to remove uneeded 32-bit opcodes, initializations ofTobias Weingartner
2003-06-27kqueue support for various usb devices including: usb, uhid, ugen,Nathan Binkert
2003-06-27Fix hang in EDD detection routine.Tobias Weingartner
2003-06-24a.out emulation for dynamic binaries: intercept the right system callsMarc Espie
2003-06-08Enable gus again now that it won't panic during probe.Miod Vallat
2003-06-06- section reorderJason McIntyre
2003-06-06Identify Pentium M CPUAndreas Gunnarsson
2003-06-043/4 cleanup for aaronTheo de Raadt
2003-06-04fix some 3/4 for tobyTheo de Raadt
2003-06-04more term 3 & 4 from various developers, with permission of courseTheo de Raadt
2003-06-03remove some term 3 & 4 for niklasTheo de Raadt
2003-06-03three four killsMichael Shalayeff
2003-06-03three four killMichael Shalayeff
2003-06-03fix tree after mickey breakageTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02add length checks on bus_dmamap_load_uio() on the total length vs. what theJason Wright
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
2003-06-01Revert ep0 removal, deraadt@ objects.Miod Vallat
2003-05-31It makes no sense to defineMiod Vallat
2003-05-31Unpeeing as pointed out by Dries Schellekens.Tobias Weingartner
2003-05-31First lba support in /boot. Not complete lba boot support, but it's theTobias Weingartner
2003-05-27change .byte for the correct opcodes now that gas can handle'em.Federico G. Schwindt
2003-05-26pmap_protect strikes again.Artur Grabowski
2003-05-26cleanup, value paranoia, elaborate on some commentsTed Unangst
2003-05-25how did i miss this one? thanks Wouter ClarieTed Unangst
2003-05-23move swapgeneric to truly generic code. tested on many archs by miod and mic...Ted Unangst
2003-05-23Do all unlocks before exit from pmap_enter().Mike Pechkin
2003-05-20Add it(4)Alexander Yurchenko
2003-05-20Make the ddb trace command recognize elfish namesAndreas Gunnarsson
2003-05-20an@isapnp w/ the isa card millert gave me shitloads of metric ages agoMichael Shalayeff
2003-05-20option NTFS, disabled atmTed Unangst
2003-05-20flags for auichTed Unangst
2003-05-18match on Intel 82440MX PCI-ISA which misidentifies itself.Henning Brauer
2003-05-18Add 'machine sysregs' command to ddb for 1386; show idtr, gdtr, ldtr, trAndreas Gunnarsson