summaryrefslogtreecommitdiff
path: root/lib/libc/arch/amd64
AgeCommit message (Expand)Author
2005-02-01Replace broken frexp() with a working one from FreeBSD. There'sTodd C. Miller
2004-07-13Sync with NetBSD, picking up fixes to correctly reset status bits returningMark Kettenis
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyTheo de Raadt
2004-02-22Define OSYSCALL* macros, as their SYSCALL* counterparts, but using theMiod Vallat
2004-02-18errno is int, not long; tracked down by otto@Miod Vallat
2004-02-11correct syscall() stub; fixes perl and vi.recoverTheo de Raadt
2004-02-10Fix PIC cerror. ok miod@ mickey@Dale Rahn
2004-02-10CURBRK -> __curbrk changes from mickey, minbrk addition by me, ok mickey@Dale Rahn
2004-02-10correct function names, ok deraadt@Dale Rahn
2004-02-09masks are only 32 bits on openbsdTheo de Raadt
2004-02-09do signal blocking before saving registersTheo de Raadt
2004-02-0816 byte align for performance, as on other architecturesTheo de Raadt
2004-02-08from freebsd, helps awk too:Theo de Raadt
2004-02-08from freebsd (and appears to make our awk work better)Theo de Raadt
2004-02-06make old & new SYSENTRY macrosTheo de Raadt
2004-01-28things for amd64; from art@Michael Shalayeff