summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/x86_64
Commit message (Expand)AuthorAgeFilesLines
* fix errno settingMike Frysinger2006-02-091-2/+4
* sync with glibcMike Frysinger2006-02-081-0/+8
* even the hidden version of the weaks in libc (as strong in libpthread) have t...Peter S. Mazinger2006-02-021-1/+1
* I will risk this one: __curbrkPeter S. Mazinger2006-02-011-0/+3
* rename resultvar to get rid of shadow warningsMike Frysinger2006-01-291-5/+5
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-262-2/+5
* Allow for targets that don't know about signed zero floats."Jan-Benedict Glaw"2006-01-261-0/+3
* Use #define __NR_vfork __NR_fork consistentlyPeter S. Mazinger2006-01-251-6/+2
* fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger2006-01-241-6/+8
* make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in libp...Peter S. Mazinger2006-01-231-1/+1
* Remove old commentPeter S. Mazinger2006-01-211-2/+0
* Change to sane defaultsPeter S. Mazinger2006-01-191-5/+10
* move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger2006-01-191-0/+33
* sync fenv.h with glibcMike Frysinger2006-01-181-1/+5
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-1/+1
* fix broken commentingMike Frysinger2006-01-141-1/+1
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-143-21/+11
* needs features.hPeter S. Mazinger2006-01-141-0/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-146-28/+27
* import headers from glibcMike Frysinger2006-01-123-0/+411
* sync with glibcMike Frysinger2006-01-111-1/+1
* sync with glibcMike Frysinger2006-01-112-1/+10
* import amd64 sem.h from glibcMike Frysinger2006-01-111-0/+87
* fix errno handling with some magical hacksMike Frysinger2006-01-084-16/+8
* Make clone use internal _exitPeter S. Mazinger2005-12-161-1/+1
* Hide fork and vfork, use the newly introduced *aliasPeter S. Mazinger2005-12-151-5/+6
* Do hidden brk, hide _brk as well for some archs, convert users of brkPeter S. Mazinger2005-12-141-1/+2
* Merge from NPTL branch. Bring in the remaining changes for sigaction."Steven J. Hill"2005-12-101-0/+3
* mmap/mremap/socket/rewind gonePeter S. Mazinger2005-12-081-1/+3
* Try to mimic glibc sigaction, sjhill, could you please test w/ this version?Peter S. Mazinger2005-12-081-6/+6
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-6/+8
* Hide mostly used functionsPeter S. Mazinger2005-12-011-2/+2
* define MREMAP_FIXEDMike Frysinger2005-11-271-0/+1
* turn off wordcompat by defaultMike Frysinger2005-11-231-1/+0
* sync with glibc to get rid of warningsMike Frysinger2005-11-231-8/+20
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* rename common Makefile.arch to prevent include funkiness from occuringMike Frysinger2005-11-191-1/+1
* update copyright and license, add _BITS_SETJMP_H protection around the file, ...Mike Frysinger2005-11-161-2/+2
* unify common code thus making arch-specific Makefiles very simple :)Mike Frysinger2005-11-041-23/+4
* Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger2005-11-031-2/+2
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-67/+7
* Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ...Peter S. Mazinger2005-10-281-6/+0
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+38
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-35/+23
* Build crt[in].o with disabled ssp.Peter S. Mazinger2005-09-281-3/+3
* Speed up clean target, don't recurse where possible, remove unneeded actionsPeter S. Mazinger2005-09-271-2/+0
* the common sem.h is good enough for x86_64Mike Frysinger2005-07-281-87/+0
* A while back, the sysvipc code was changed to use IPC_64 in the calls.Manuel Novoa III2005-07-281-0/+87
* tweak whitespaceMike Frysinger2005-07-171-24/+24
* import the rest of the glibc start.S so PIE worksMike Frysinger2005-07-141-12/+12