summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2007-05-27Make sure the minaddr hint for uvm_km_suballoc() calls is always initialized.Miod Vallat
2007-05-27fix another use of MAXNR for rijndaelTed Unangst
2007-05-27back out bio, breaks dlg's sparc64 v215Todd T. Fries
2007-05-27When deciding whether to allocate a bounce buffer, we need one ifTom Cosgrove
2007-05-26Move cpu_info/curcpu to be mapped by the %fs segment. Extra input andTobias Weingartner
2007-05-26Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@Pedro Martelletto
2007-05-26prodded by marco, enable bio everywhereTodd T. Fries
2007-05-25"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.Kenneth R Westerback
2007-05-25"boundries" -> "boundaries" in various comments. Started by Diego Casati.Kenneth R Westerback
2007-05-25Replace the overdesigned and overcomplicated tlb shootdown code withArtur Grabowski
2007-05-23Print real/available memory in MB as well as bytes in dmesg, and unifyPeter Valchev
2007-05-23timecounter support (e.g. soekris net4501); ok grange@Markus Friedl
2007-05-22enable uts(4) - USB touchscreen supportRobert Nagy
2007-05-21Implement deep interrupt swizzling by mapping all four PCI interrupt pinsMark Kettenis
2007-05-20addess -> addressMiod Vallat
2007-05-17Since we're initializing everything in pmap_pinit, it's probably a goodArtur Grabowski
2007-05-17There's no reason to keep track of gdt_count, we only use it forArtur Grabowski
2007-05-16splassert_ctl defaults to 1 now, so dont wrap the checks forThordur I. Bjornsson
2007-05-16The world of __HAVEs and __HAVE_NOTs is reducing. All architecturesArtur Grabowski
2007-05-15make splassert(IPL_NONE) work on i386/MP (the single-processor case isArtur Grabowski
2007-05-15Remove the MI implementation of mutexes and remove the __HAVE_MUTEXArtur Grabowski
2007-05-15kill __HAVE_DEVICE_REGISTER by requiring all architectures to have aTheo de Raadt
2007-05-14_bus_dmamap_sync() is unused; ok miodTheo de Raadt
2007-05-14SMALL_KERNEL unused bitsTheo de Raadt
2007-05-13Enable powernow on amd64 processors in the GENERIC.MP.Gordon Willem Klok
2007-05-11Don't use LK_CANRECURSE for the kernel lock, okay miod@ art@Pedro Martelletto
2007-05-09remove 'struct sr_attach_args' as it's now elsewhere with softraid definedTodd T. Fries
2007-05-09unused variableTheo de Raadt
2007-05-09only supply ldt_alloc() and ldt_free() if USER_LDTTheo de Raadt
2007-05-08backout while the amd64 puc situation is rethoughtTheo de Raadt
2007-05-08move com_activate() to where it belongsTheo de Raadt
2007-05-08put more foo_detach() routines where they are usedTheo de Raadt
2007-05-08process_s87_to_xmm() is only needed if PTRACETheo de Raadt
2007-05-08cpu_init() is only used for the MP case (for now)Theo de Raadt
2007-05-04make findblkmajor() and findblkname() MI; ok miodTheo de Raadt
2007-05-04Remove dead code.Artur Grabowski
2007-05-04Oops. Forgot to commit this part.Artur Grabowski
2007-05-04Implement rw_cas for i386.Artur Grabowski
2007-05-04Skip the kernel pmap when accounting for executability range changes.Artur Grabowski
2007-05-04setroot() was a ugly mix of MI and MD code, with different bugs on differentTheo de Raadt
2007-05-03Remove the pv stealing code. Other than being dangerous, it's alsoArtur Grabowski
2007-05-02Support for mtrr on AMD opteron CPUs. Patch by Mickey and bluhm@, tweaksMatthieu Herrb
2007-05-01support exit at boot -a timeTheo de Raadt
2007-05-01Missing RCS tag.Gordon Willem Klok
2007-04-28Fix pmap_extract to not return TRUE just because we have a PTP. Make sureArtur Grabowski
2007-04-28Remove a duplicate copyright statement.Jonathan Gray
2007-04-27Check for Control key held down when starting, and don't read boot.confTom Cosgrove
2007-04-26Eliminate CPU_BIOS from userland and wd(4) by always using the BIOSKenneth R Westerback
2007-04-26Switch i386 pmap to VM_PAGE_MD. We store the MOD/REF flags inArtur Grabowski
2007-04-26Add a setperf mechanism for ich speedstep controlled by SMI on certainGordon Willem Klok