summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2010-06-04Don't warn about not knowing what the bus clock is on core i7/i5/i3Jonathan Gray
2010-06-01use --warn-common for linking (some arch's will show new warnings), andTheo de Raadt
2010-05-31Completely rewrite the tags file creation process. use config(8) againstTheo de Raadt
2010-05-28${PARAM} is now included in ${CPPFLAGS}, so stop passing it separatelyPhilip Guenthe
2010-05-25The _arch and _mach variables now come from config(8), decreasing even furtherTheo de Raadt
2010-05-25Hand-list the two-step assym.h -> .[Ss] -> .o dependencies. TheTheo de Raadt
2010-05-25${SRCS} is only used once, and fits onto the line where it is usedTheo de Raadt
2010-05-24give up on -Wvariable-declTheo de Raadt
2010-05-24Remove PHYs which don't have an associated driverJonathan Gray
2010-05-24Unify the dependency time check for whether an architecture has SFILESTheo de Raadt
2010-05-24stupid typo snuck inTheo de Raadt
2010-05-24Reduce differences between the Makefile.* files for all architectures.Theo de Raadt
2010-05-23seteconf() died years agoTheo de Raadt
2010-05-23no need for -D__i386__ since it is supplied by the compiler.Theo de Raadt
2010-05-22protection should use the upper case namesTheo de Raadt
2010-05-10Continue with the horrible habit of using agp_machdep.c for agp related MDOwain Ainsworth
2010-05-09Make i386 use a pointer to the trap frame like everybody else instead ofMark Kettenis
2010-05-08Page Attribute Tables (PAT) support for x86.Owain Ainsworth
2010-05-07fix packed use as pointed out by gcc4.Jonathan Gray
2010-05-02The Cyrix "coma bug" workaround code has a really convoluted way to write 0Mark Kettenis
2010-04-30Right now, if anything internal changes with a uvm object, diverseOwain Ainsworth
2010-04-29Add the CR_PAT MSR to the list of defined msrs.Owain Ainsworth
2010-04-28We no longer need -Di386.Mark Kettenis
2010-04-28clean up more more subtle and stupid differences between the variousTheo de Raadt
2010-04-27Disable builtin malloc and log2 on gcc3 arches, a no-op for gcc3Jonathan Gray
2010-04-27shorten preambleTheo de Raadt
2010-04-27noone needs comments about QUOTA and TRACETheo de Raadt
2010-04-27over the years we have moved to a machine+architectures scheme that hasTheo de Raadt
2010-04-27use -f assymp.dep again; worked out with miodTheo de Raadt
2010-04-27alpha/conf/Makefile.alphaTheo de Raadt
2010-04-26even cleaner mach/arch/machdir/archdirTheo de Raadt
2010-04-26next step towards unification: make all the genassym chunks handle bothTheo de Raadt
2010-04-26next unification step: move all MD naming _mach, _machdir, _arch, and _archdirTheo de Raadt
2010-04-26first step of unification: spaces at end of lines; comments, etc.Theo de Raadt
2010-04-23Merge the only relevant (for now) parts of simplelock.h into lock.hTheo de Raadt
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2010-04-22Committing on behalf or ariane@.Owain Ainsworth
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2010-04-20Instead of using PWT|PCD for uncached (which is wrong on old cpus andOwain Ainsworth
2010-04-16Use a somewhat bigger hammer and als flush tlb entries that have the globalMark Kettenis
2010-04-08Since we only start doing tlb shootdowns after setting the CPUF_RUNNING flag,Mark Kettenis
2010-04-08Fill in the bus_dma_sync for intagp to use clflush instead of wbinvd()Owain Ainsworth
2010-04-08On amd64, move the bus_dma buftype stuff that is only used by sg_dmaOwain Ainsworth
2010-04-07Make suspend/resume work on MP machines (running an MP kernel). Joint workMark Kettenis
2010-04-05Make this work properly after the cpu_info indexing change.Mark Kettenis
2010-04-02Put se(4) onto these ramdisksTheo de Raadt
2010-04-02SiS 190 ethernet driver ported from FreeBSD by Christopher ZimmermannTheo de Raadt
2010-04-02For the VT8251 host bridge, only attach the pci bus is non-zero, otherwiseMark Kettenis
2010-04-01Don't index cpu_info by apic id, but by device unit number instead. RecentMark Kettenis
2010-03-30Prevent the apmd/x races for good.Owain Ainsworth