summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2002-08-09Add an explicit dependancy of assym.h to Makefile.Miod Vallat
2002-08-05the supported agp chipset list is md-configured, not miMichael Shalayeff
2002-08-02prevent integer overflow by verifying that ua.num is not too large.Nathan Binkert
2002-07-31Remove mickey's debugging printf goop.Aaron Campbell
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-24use properly sized regs for the prefix, only matters w/ picky binutils, old g...Michael Shalayeff
2002-07-24spacesTheo de Raadt
2002-07-24limit user code up to below the user stack, making stack addresses, effective...Michael Shalayeff
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-20Instead of copying out the signal trampoline on top of the stack, createArtur Grabowski
2002-07-20Add flags 0x00 to fdFederico G. Schwindt
2002-07-19do not use broken tsc on geode and broken latch on ns geodes; testing by markus@Michael Shalayeff
2002-07-19Define an IPL_VM and mark IPL_IMP as "not to be used".Artur Grabowski
2002-07-15repair tags building (due to obj dirs in /sys)Michael Shalayeff
2002-07-12enable radio on bktr and fms, drivers are already thereMichael Shalayeff
2002-07-12check upon the pir length prior to using it, ignore short tables; from henric...Michael Shalayeff
2002-07-12turn on the pciagp option, per theo's requestMichael Shalayeff
2002-07-12pciagp optionMichael Shalayeff
2002-07-12support for the agp gart on various agp chipsets.Michael Shalayeff
2002-07-10proper cdev_decl(crypto) and no private protosMichael Shalayeff
2002-07-10proper cdev_decl(ksyms), fix ksyms's broken functionsMichael Shalayeff
2002-07-10proper cdev_decl(gpr)Michael Shalayeff
2002-07-09Add udsbr and comment it out until it is testedNathan Binkert
2002-07-06Remove kernel support for NTP. ok deraadt@ and tholo@Thomas Nordin
2002-07-03code bloat in ahc causes adv to die. We will now pressure smurph to de-bloat...Theo de Raadt
2002-06-28Return of new ahcSteve Murphree
2002-06-26ieee1394 for i386 too...Thierry Deval
2002-06-26Bump i386 kvm size to 768M.Artur Grabowski
2002-06-25and kill a now bogus commentMichael Shalayeff
2002-06-25this monkey has not been a mbr for a couple of years alreadyMichael Shalayeff
2002-06-24move cdev_decl() for usb devices into one place.Michael Shalayeff
2002-06-22Add ${PIPE} to CFLAGSTodd C. Miller
2002-06-21Bump version to help distinquish new memory probe and fixes.Tobias Weingartner
2002-06-20Fix 4GB memory probing and other memory probing issues.Tobias Weingartner
2002-06-19using cdev_ugen_init for all sorts of usb devices is just one pint less wrong...Michael Shalayeff
2002-06-19kq: it did not work like this and it seem to be working, from the denver wher...Michael Shalayeff
2002-06-18oops, forgot to commit this when gpr was added.Federico G. Schwindt
2002-06-18Remove all traces of the PCCONS stuff. (Remove pc.h and references to NPCNathan Binkert
2002-06-18uftdi is fixed nowNathan Binkert
2002-06-17option XSERVER was only needed for pccons console driver, whichMatthieu Herrb
2002-06-17remove old pccons console driver. Not used anymore and not maintained.Matthieu Herrb
2002-06-17and more uftdi kernel breaking crap here. GeezTheo de Raadt
2002-06-17Who the HELL commited this thing which breaks kernels? Get your actTheo de Raadt
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-13start/size might have ben used uninitialized in caseMichael Shalayeff
2002-06-12pci revision is in the class field, not the id (some ppl just refuse to follo...Michael Shalayeff
2002-06-11use a correct test, ok art@Peter Stromberg
2002-06-11add umidi, but commented out since I don't have anything to testNathan Binkert