summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2003-05-14remove option LONGRUN; it's in everything but SMALL_KERNEL nowTed Unangst
2003-05-14Support for Transmeta CPU power management, called LongRun.Ted Unangst
2003-05-14em* is starting to show up on lots of machines. for next release,Theo de Raadt
2003-05-14add {b,c}devsw_lookup convenience functions.Ted Unangst
2003-05-13Add option NO_PROPOLICE, which explicitely disables the use of the propoliceMiod Vallat
2003-05-13remove -fno-stack-protector (enable propolice)Ted Unangst
2003-05-13The current solution to handle the protection fault trap is notArtur Grabowski
2003-05-09Map page tables non-exec.Artur Grabowski
2003-05-08EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template.Jason McIntyre
2003-05-05Move exec base to 0x1c000000, exe/data gap to 512MB. Allows betterDale Rahn
2003-05-04mop-mop squeek-squeekMichael Shalayeff
2003-05-04snprintfTheo de Raadt
2003-05-04Set code segment register according to nxpages, copied from machdep.cDale Rahn
2003-05-04When a protection fault occurs, force %cr2 to contain the pc asDale Rahn
2003-05-04string cleaning. ok deraadt@Ted Unangst
2003-05-02when flipping the code descriptors also update cs in theMichael Shalayeff
2003-04-30from netbsd:Michael Shalayeff
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-04-26managment -> management;Jason McIntyre
2003-04-25Enable lm(4) and viaenv(4).Alexander Yurchenko
2003-04-25Add lm(4) and viaenv(4). Commented out and i386-only for now.Alexander Yurchenko
2003-04-17there is no reason to keep both around. just renameMichael Shalayeff
2003-04-17A SEVERE hack given to me by mickey to draw the line in the sand at 1G.Dale Rahn
2003-04-17i386 ELF bootloader. developed with weingart@Dale Rahn
2003-04-17i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep.Dale Rahn
2003-04-09Remove one of two identical comment blocksNiklas Hallqvist
2003-04-09Correct commentary describing page table layoutsNiklas Hallqvist
2003-04-07Spring cleaning: remove unused code.Niklas Hallqvist
2003-03-28add support for the i830 that has 8 pci irq lines configure by the extra 0x68...Michael Shalayeff
2003-03-28Add a sysctl to option USER_LDT, to control its behaviour, which will beMiod Vallat
2003-03-28Fix VIA C3 comment.Tobias Weingartner
2003-03-19Add i830 support from NetBSD via patch in kernel/3150.Todd C. Miller
2003-03-14Support for the VIA C3 Nehemiah on-cpu random number generator. This chipTheo de Raadt
2003-03-09autri now takes flags, provide sample 0x0000Ted Unangst
2003-03-07New athlon models, ok deraadt@Peter Stromberg
2003-03-06enable elansc; ok deraadt@Markus Friedl
2003-02-26eliminate some useless checks. yichen xie's checker.Ted Unangst
2003-02-10Add hme at pciJason Wright
2003-02-07typos;Jason McIntyre
2003-02-01typos;Jason McIntyre
2003-01-29typos;Jason McIntyre
2003-01-29fix typo. majver should be minverTed Unangst
2003-01-21add elan520 from netbsd; adapted to watchdog sysctl interface;Markus Friedl
2003-01-21Get rid of vm_{offset,size}_t on i386.Artur Grabowski
2003-01-17allow setting com baudrate up to 115200; req and testing by Sourabh Ladha <la...Michael Shalayeff
2003-01-16slightely better memory regions validity check; weingart@ idea and okMichael Shalayeff
2003-01-16getting rid of vm_offset_t.Artur Grabowski
2003-01-16Getting rid of vm_offset_tArtur Grabowski
2003-01-15skip zero-sized memory regions, which pass otherwise due to the address round...Michael Shalayeff
2003-01-12more kernel growth requires me to remove uhaTheo de Raadt