summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include
AgeCommit message (Expand)Author
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-07spllower should return the previous level, to match other archs.Ted Unangst
2004-04-19remove the GATEWAY junk thingy; at the same time, select a new fatTheo de Raadt
2004-03-09simplify the delay stuffTheo de Raadt
2004-02-28rename our NPXCW settingTheo de Raadt
2004-02-28sysctl hw.cpuspeed outputTheo de Raadt
2004-02-27move to amd64_() functionsTheo de Raadt
2004-02-27put a bit more flesh in the sysctl machdep; parts from tomTheo de Raadt
2004-02-27move to amd64 MACHINE_ARCHTheo de Raadt
2004-02-26put the goo there for ldt handling, even if we do not do it yetTheo de Raadt
2004-02-25dkcsum stuff for amd64, written by tom, who cannot commit it at the moment.Theo de Raadt
2004-02-23get use of NX; partially from netbsd; passes the regress; deraadt@ okMichael Shalayeff
2004-02-23provide _barrier method w/ {l,s,m}fence instructionsMichael Shalayeff
2004-02-23fix a pastoMichael Shalayeff
2004-02-23add a comment on set/clr 64bit opsMichael Shalayeff
2004-02-13save/restore fpu state around the signal handler. skip a gap on unempty stack...Michael Shalayeff
2004-02-11permit installboot to at least compile... remove some crudTheo de Raadt
2004-02-10Relocation types, used by ld.soDale Rahn
2004-02-09repair cpu dmesg print a bitMichael Shalayeff
2004-02-07Be sure to flag pte constants as UL, and cope with this in locore.Miod Vallat
2004-02-06some cpus start to have a NX oriented PGEX_ITheo de Raadt
2004-02-03das boot; das cloned das from das i386Michael Shalayeff
2004-01-29check struct reg for evil; from netbsdMichael Shalayeff
2004-01-29struct regs for realMichael Shalayeff
2004-01-28an amd64 arch support.Michael Shalayeff