summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
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
2004-05-05errx shall be used hereMichael Shalayeff
2004-04-26sf works now (for reasonable amounts of ram at least). ok deraadt@Ted Unangst
2004-04-20enable umidi, now that the include issue has been fixedPeter Valchev
2004-04-19remove the GATEWAY junk thingy; at the same time, select a new fatTheo de Raadt
2004-04-18unify USB section with i386 GENERIC, but leave "midi at umidi" commented outPeter Valchev
2004-04-15Fix urio(4) entry, MAKEDEV was correct already; ok deraadtPeter Valchev
2004-04-03add pxeboot references to FILES and SEE ALSO;Jason McIntyre
2004-03-22Initialize msb and lsb tables (from NetBSD).Thomas Nordin
2004-03-22Fix dates on my copyrights.Tom Cosgrove
2004-03-21Grammar fix from jmc@Tom Cosgrove
2004-03-21Enter pxeboot on amd64. Initially intended to support network installsTom Cosgrove
2004-03-21Bring in sync with i386 and enable interrupts before halt when we errorTom Cosgrove
2004-03-21i386 -> amd64. Ok miod@, deraadt@, tom@.Matthieu Herrb
2004-03-17Make sure disklabels use at least DEV_BSIZE as their sector size.Miod Vallat
2004-03-12no raid by default, until that thing is silentTheo de Raadt
2004-03-12missing .El here, too;Jason McIntyre