summaryrefslogtreecommitdiff
path: root/lib/libc/arch/amd64
AgeCommit message (Expand)Author
2007-05-15fix some lint 'xxx used, but not defined' warnings by properly addingOtto Moerbeek
2006-05-09The int (32bit) argument must be sign extended on the 64 bit amd64 beforeDale Rahn
2005-12-13Remove the advertising clause in the UCB license which BerkeleyJonathan Gray
2005-11-29if we pull in a .S file, we must fake out the lint with a .c fileTheo de Raadt
2005-08-07zap rcsid.Marc Espie
2005-06-29cleanup KMSRC (copy to libkern) list from nonexistant srcs; also noticed befo...Michael Shalayeff
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