summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2004-02-22shrinkyTheo de Raadt
2004-02-22support -DNO_PROPOLICETheo de Raadt
2004-02-21aperture stuffTheo de Raadt
2004-02-21much more gooTheo de Raadt
2004-02-21Tidy up installboot -v output.Tom Cosgrove
2004-02-20turn off TRAP_SIGDEBUGTheo de Raadt
2004-02-20use an old syscall (int $0x80) for the sigreturn; otherwise %rcx is trashed.Theo de Raadt
2004-02-20This is amd64, not i386.Miod Vallat
2004-02-20typoTheo de Raadt
2004-02-19simplify rsp setting in sendsigTheo de Raadt
2004-02-19correct pointer to argsTheo de Raadt
2004-02-18Stealth typo. ok deraadt@, millert@Thierry Deval
2004-02-13save/restore fpu state around the signal handler. skip a gap on unempty stack...Michael Shalayeff
2004-02-13on sigreturn check cs and rflags for evilness; from i386Michael 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-10Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETTodd C. Miller
2004-02-09remove debugging printfMichael Shalayeff
2004-02-09repair cpu dmesg print a bitMichael Shalayeff
2004-02-09this is mixed sized eelf nlist version and thus cannot check sizes against SI...Michael Shalayeff
2004-02-09init the clock before autoconf start for delay() to be truly usable; i moved ...Michael Shalayeff
2004-02-09duh. there are two syscall entry points and both have to preserve rdx. also m...Michael Shalayeff
2004-02-09preserve high word of return value like other archs doMichael Shalayeff
2004-02-08minimum CPPFLAGSTheo de Raadt
2004-02-08ignore RAMDISK_CD tooTheo de Raadt
2004-02-08better one; from mickeyTheo de Raadt
2004-02-08ramdisk; from mickeyTheo de Raadt
2004-02-08correct ramdisk supportTheo de Raadt
2004-02-07Be sure to flag pte constants as UL, and cope with this in locore.Miod Vallat
2004-02-07pass correct argument count to ktrsyscall(); now ktrace & kdump workTheo de Raadt
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-02-01Do not compile ptrace-related functions unless option PTRACE.Miod Vallat
2004-01-29check struct reg for evil; from netbsdMichael Shalayeff
2004-01-29struct regs for realMichael Shalayeff
2004-01-28duh. no need for swapgeneric here too; from deraadt@Michael Shalayeff
2004-01-28no need; from tedu@Michael Shalayeff
2004-01-28an amd64 arch support.Michael Shalayeff