summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include
AgeCommit message (Expand)Author
2003-07-28nuke more MATH_EMULATEJason Wright
2003-07-25s/CPUID_SYS2/CPUID_SEP/ to avoid confusionMichael Shalayeff
2003-07-25make sure SYSENTER registers are 0 at boot time. should fix an unusualTed Unangst
2003-07-07function for cpuid instruction. pulled from longrun into generic code.Ted Unangst
2003-06-06Identify Pentium M CPUAndreas Gunnarsson
2003-06-03remove some term 3 & 4 for niklasTheo de Raadt
2003-06-03three four killMichael Shalayeff
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
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-18Add 'machine sysregs' command to ddb for 1386; show idtr, gdtr, ldtr, trAndreas Gunnarsson
2003-05-14Support for Transmeta CPU power management, called LongRun.Ted Unangst
2003-05-13The current solution to handle the protection fault trap is notArtur Grabowski
2003-05-05Move exec base to 0x1c000000, exe/data gap to 512MB. Allows betterDale Rahn
2003-05-02when flipping the code descriptors also update cs in theMichael Shalayeff
2003-04-17i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep.Dale Rahn
2003-04-09Correct commentary describing page table layoutsNiklas Hallqvist
2003-04-07Spring cleaning: remove unused code.Niklas Hallqvist
2003-03-28Add a sysctl to option USER_LDT, to control its behaviour, which will beMiod Vallat
2003-03-14Support for the VIA C3 Nehemiah on-cpu random number generator. This chipTheo de Raadt
2003-01-21Get rid of vm_{offset,size}_t on i386.Artur Grabowski
2003-01-16Getting rid of vm_offset_tArtur Grabowski
2003-01-09Remove fetch(9) and store(9) functions from the kernel, and replace the fewMiod Vallat
2003-01-06Document MBR offset (used by NT4 at least).Tobias Weingartner
2002-12-11Some people say that "__asm __volatile("")" is not enough.Artur Grabowski
2002-11-24also no opt_user_ldt.hPhilipp Buehler
2002-10-23Add a trivial va_copy() macro to all architectures but powerpcTodd C. Miller
2002-10-06Garbage collect __HAVE_SPLASSERT. It wasn't necessary.Artur Grabowski
2002-09-24Restore pentium_microtime, testing by henning@, millert@. ok deraadt@Thomas Nordin
2002-09-12Change the PMAP_PAGEIDLEZERO api to take the struct vm_page instead of the pa.Artur Grabowski
2002-07-31support for changing stack execution protection through mprotect()Michael Shalayeff
2002-07-30Add SIZE_MAX define. This is the same as SIZE_T_MAX but more portable.Todd C. Miller
2002-07-23Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and otherDale Rahn
2002-07-23Define __HAVE_SPLASSERT on architectures that support splassert.Artur Grabowski
2002-07-19Define an IPL_VM and mark IPL_IMP as "not to be used".Artur Grabowski
2002-06-26Bump i386 kvm size to 768M.Artur Grabowski
2002-06-17remove old pccons console driver. Not used anymore and not maintained.Matthieu Herrb
2002-06-11Move cdev_lpt_init() to a common location.Miod Vallat
2002-06-11define IPL_STATCLOCKArtur Grabowski
2002-06-07Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@Thomas Nordin
2002-05-22Implement splassert. Even simpler than on the sparc.Artur Grabowski
2002-04-29Define placeholders for art's splassert() debugging stuff on all arches.Miod Vallat
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
2002-03-30recognize more via/cyrix cpu types; from Kamo Hiroyasu <wd@ics.nara-wu.ac.jp>...Michael Shalayeff
2002-03-24handle NS Geode GX1; wd@ics.nara-wu.ac.jpTheo de Raadt
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-07Clean up BUS_DMA_* flags, and make sure all arch's define:Jason Wright
2002-02-21Typo. Ok mickey@Thierry Deval
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski