summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2004-07-24Use '=' not '==' with test. While ksh accepts '==' as a synomym for '=',Todd C. Miller
2004-07-22Change a printf+Debugger pair into a panic.Artur Grabowski
2004-07-22Use mutex instead of SIMPLELOCK for locking the tlb shootdown queuesArtur Grabowski
2004-07-22mutex instead of SIMPLELOCK for mp ddb.Artur Grabowski
2004-07-22Fix access to direct mapped memory through /dev/kmem.Artur Grabowski
2004-07-20MD mutex implementation on amd64.Artur Grabowski
2004-07-19Implement __HAVE_PMAP_DIRECT on amd64 using large pages. At this momentArtur Grabowski
2004-07-15"mib[4] is too much and mib[3] would be enough" (left over from whenTom Cosgrove
2004-07-15put int into a typeTheo de Raadt
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-07-11Fix ldmxcsr asm macro.Mark Kettenis
2004-07-11add sf. ok deraadt@Ted Unangst
2004-07-10Keep mxcsr and mxcsr_mask across the fake init in process_read_fpregs.Mark Kettenis
2004-07-10From NetBSD:Artur Grabowski
2004-07-08enclose some MP-only things in #ifdef MULTIPROCESSORDavid Krause
2004-07-03Check return value instead of uninitialized variable.Mark Kettenis
2004-06-28pass pin instead of level out to userlandTheo de Raadt
2004-06-28Use new event counter API for interrupt counting on amd64. Based in partTheo de Raadt
2004-06-27quieter boot requested by artTheo de Raadt
2004-06-26pop is quad in 64-bit modeAndreas Gunnarsson
2004-06-26deinline splraise, spllower and setsoftint.Artur Grabowski
2004-06-25'machine cpuinfo' and 'machine ddbcpu' in ddb for amd64Andreas Gunnarsson
2004-06-25prettyTheo de Raadt
2004-06-25SMP support. Big parts from NetBSD, but with some really serious debuggingArtur Grabowski
2004-06-24A little better but still work in progress.Andreas Gunnarsson
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-06-24Work in progress, early check-in requested by niklas@Andreas Gunnarsson
2004-06-22Switch amd64 to __HAVE_CPUINFOArtur Grabowski
2004-06-21Pure luck has protected us from this bug until now: locore.SNiklas Hallqvist
2004-06-14de-__PTheo de Raadt
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-06-09Minor sync from the SMP branch.Artur Grabowski
2004-06-06remove Realtek 8139C+ from re(4) line commentPeter Valchev
2004-06-05re(4) on all mediaTheo de Raadt
2004-06-04nsclpcsio can't be find on any amd64 board.Alexander Yurchenko
2004-06-04grange: if you keep commiting stuff you did not test, you will run into troubleTheo de Raadt
2004-05-30Enable hotplug, tested by tedu@.Alexander Yurchenko
2004-05-30Devices hot plugging support.Alexander Yurchenko
2004-05-29Enable vga0 at isa? (makes krw's vga appear).Tom Cosgrove
2004-05-25enable rl; works according to kent@ripco.comTheo de Raadt
2004-05-23Enable ehci on amd64 also. ok deraadt@ pval@Dale Rahn
2004-05-23Adjust the link address to elinate the nearly 1MB of pad which was gettingDale Rahn
2004-05-20Make MINGDTSIZ a multiple of PAGE_SIZE to avoid destroying the gdt table.Thomas Nordin
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
2004-05-17Work arounda behaviour change in binutils-2.14, now -m<...> -nostdlibDale Rahn
2004-05-13activate systrace on amd64, while here get rid of syscall_{plain,fancy}Nikolay Sturm
2004-05-13Fix userland profiling on amd64, update to new NetBSD version of file.Dale Rahn
2004-05-10auich for amd64. OK deraadt@Marco S Hyman
2004-05-07spllower should return the previous level, to match other archs.Ted Unangst
2004-05-05write cpuhdr with info needed by libkvm to crash dumps.Marco S Hyman