summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
2001-05-17remove bcopyb and bcopyw, they're not used nowdays; mickey@ aaron@ ok.Federico G. Schwindt
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-16use SMALL_KERNEL optionTheo de Raadt
2001-05-16kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern...Todd C. Miller
2001-05-14cleanTheo de Raadt
2001-05-13in bus_dmamap_load_mbuf(), segments start at zero, not one (merge error)Jason Wright
2001-05-13initial cut at /dev/crypto support. takes original mbuf "try, and discardTheo de Raadt
2001-05-13left tag uninitted in the good case in the last commit; jason@ pointed it outMichael Shalayeff
2001-05-12A number of buggy BIOS implementations leave the routerMichael Shalayeff
2001-05-12always print the icu we've foundMichael Shalayeff
2001-05-11unify rd(4) even moreTheo de Raadt
2001-05-11unifyTheo de Raadt
2001-05-10Some locking protocol fixes and better enforcement of wiring limits.Artur Grabowski
2001-05-09More sync to NetBSD.Artur Grabowski
2001-05-08From netbsd: implementations of _bus_dmamap_load_mbuf() andJason Wright
2001-05-08fix preposition in the printf msgMichael Shalayeff
2001-05-08on `out of data' condition print a warning and exit w/Michael Shalayeff
2001-05-07tcic disableTheo de Raadt
2001-05-06increase version since we've removed -b; per fgsch@'s suggestionMichael Shalayeff
2001-05-06Update some comments wrt. the CLSIZE changes.Artur Grabowski
2001-05-05PMAP_NEW and UVM are no longer optional on i386.Artur Grabowski
2001-05-05remove some private stuff people put into hereTheo de Raadt
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
2001-05-05Remove the (vaddr_t) casts inside the round_page and trunc_page macros.Artur Grabowski
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-05-02document boot options, i dunno what -b does so i just do not mention it anymoreMichael Shalayeff
2001-05-01sync closer to GENERIC, make compile againTodd T. Fries
2001-05-01Remove PCVT cruft.Aaron Campbell
2001-05-01this is what i'm running these daysMichael Shalayeff
2001-05-01Remove PCVT file references.Aaron Campbell
2001-05-01trailing spacesMichael Shalayeff
2001-04-30Move proc0's TSS and LDT initialization to a separate functionArtur Grabowski
2001-04-30Move gdt_init prototype to gdt.hArtur Grabowski
2001-04-24enable txp(4)Theo de Raadt
2001-04-23when we take a pci interrupt, upgrade it to level. but always ignoreTheo de Raadt
2001-04-22Remove -march=i{56}86 optimization because of compiler bug. This bugGrigoriy Orlov
2001-04-22permit compilation without I586_CPU or I686_CPU; armin@wolfermann.orgTheo de Raadt
2001-04-19disable a few driversTheo de Raadt
2001-04-18Sync, and quadruple NMBCLUSTERSNiklas Hallqvist
2001-04-14eephy was already in thereTheo de Raadt
2001-04-14need eephy with wx nowmjacob
2001-04-13bmtphy does not work perfect yet, but put it in anywaysTheo de Raadt
2001-04-10Fix for machines which need to enlarge the kernel address space, at leastNiklas Hallqvist
2001-04-09FFS_SOFTUPDATES in sys/conf/GENERICTheo de Raadt
2001-04-09Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@Thorsten Lockert
2001-04-07Additional console ioctl definitionsThorsten Lockert
2001-04-07Handle Linux Virtual Terminal ioctl calls with wscons as well as vt;Thorsten Lockert
2001-04-07OK, PMAP_NEW by default once again. This time it should work better forNiklas Hallqvist
2001-04-04Minor cleanup to minimize diffs with NetBSDConstantine Sapuntzakis