NetBSD/lib/libc/arch/x86_64
dsl 3ba44b945b Reorder the code for i386 and amd64 syscall stubs so that the 'jc' on error
is a forwards jump instead of a backwards jump that a P4 will mispredect (and
probably immediatly get a cache-line miss due to the way the code gets
aligned).
2007-11-23 07:36:05 +00:00
..
gdtoa Add strtof(3) and strtold(3); welcome libc 12.137. 2006-03-15 17:35:17 +00:00
gen Don't clobber callee save registers r12 & r13 in swapcontext. They 2007-04-12 12:33:26 +00:00
net Rework how dependency generation is performed: 2003-08-01 17:03:41 +00:00
stdlib build erand48_ieee754.c on everything but vax 2006-03-22 22:03:58 +00:00
string Use reach-over sources from common/lib/libc 2005-12-20 19:31:47 +00:00
sys syscall() has to be implemented in the kernel - so is a normal system call here.This has always been broken, so I suspect everything is using __syscall(). 2007-11-05 20:30:07 +00:00
Makefile.inc G/c KMSRCS and KMINCLUDES now that we have common/lib/libc 2006-06-17 18:04:23 +00:00
SYS.h Reorder the code for i386 and amd64 syscall stubs so that the 'jc' on error 2007-11-23 07:36:05 +00:00