summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/x86_64
AgeCommit message (Collapse)Author
2005-07-01enable clone.SMike Frysinger
2005-07-01sync up against latest glibc and add errno handlingMike Frysinger
2005-07-01make sure we include features.h to get the hidden defineMike Frysinger
2005-07-01make sure we include features.h to get the hidden defineMike Frysinger
2005-07-01tweak whitespace/syntaxMike Frysinger
2005-07-01remove errno include since we dont use any errno stuff, remove #error left ↵Mike Frysinger
behind, and touchup syntax
2005-06-29syntax tweaksMike Frysinger
2005-06-29update Makefile to match ppc and new filesMike Frysinger
2005-06-29make sure we setup stat64 tooMike Frysinger
2005-06-29add syscall error handling with jockes simple errno setting solutionMike Frysinger
2005-06-29unneeded quotesMike Frysinger
2005-06-29rename crt0.S to crt1.S and clean up so it actually works :)Mike Frysinger
2005-05-12Added new 'bits/atomic.h' for most of the architectures and the top-level ↵"Steven J. Hill"
'include/atomic.h' to add in new atomic operations for use by NPTL. There are multiple files for PowerPC and Sparc for 'atomic.h'. I will let those architecture maintainers choose the correct file. The files come from glibc in 'sysdeps/ARCH/bits'.
2005-05-07Hopefully fix the problem reported by Peter Mazinger,Joakim Tjernlund
see http://uclibc.org/lists/uclibc/2005-May/011667.html for details. Not tested by me but I am sure Peter will :) The toolchain needs to be rebuilt.
2005-04-24Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctlJoakim Tjernlund
syscalls. This won't work on 2.2 kernels(I think).
2005-02-21update so argc/argv/envp work and binaries dont just segfault immediatlyMike Frysinger
2005-02-15dont need sysdep.hMike Frysinger
2005-02-15some incomplete asm source for x86_64Mike Frysinger
2005-02-15some more x86_64 sourceMike Frysinger
2005-02-15some more x86_64 sourceMike Frysinger
2005-02-15some source files for x86_64Mike Frysinger
2005-02-15headers for x86_64Mike Frysinger