summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/x86_64
Commit message (Expand)AuthorAgeFilesLines
* - fix asm and volatile keywordsBernhard Reutner-Fischer2008-07-231-49/+49
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
* - add missing #endifBernhard Reutner-Fischer2008-05-031-0/+1
* - implement splice,vmsplice,tee for all archesBernhard Reutner-Fischer2008-05-031-12/+27
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-244-13/+13
* A patch from our Blackfin repository, originally from Jie Zhang. This fixesBernd Schmidt2008-01-171-3/+0
* change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger2008-01-081-1/+1
* Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko2007-07-298-8/+0
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-5/+0
* bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen2006-12-061-0/+4
* fix from psm: enable readahead prototypeMike Frysinger2006-08-241-1/+3
* sync with upstream via psmMike Frysinger2006-08-241-2/+3
* sync with psm: update errno handling to be the same on all archesMike Frysinger2006-08-231-4/+4
* sync with upstream via psmMike Frysinger2006-08-234-6/+84
* fix from psm: remove unused defines/includesMike Frysinger2006-08-231-4/+0
* fixes from psm: hide internal brk symbolsMike Frysinger2006-08-231-3/+2
* fixes from psm: disable unsupported __fpu_control and sync with upstreamMike Frysinger2006-08-231-0/+2
* bits/profil-counter.h and bits/atomicity.h are leftovers from the old gprofEric Andersen2006-08-212-356/+0
* sync with glibcMike Frysinger2006-04-211-0/+2
* sync with glibcMike Frysinger2006-03-291-1/+7
* sync with glibcMike Frysinger2006-03-111-0/+1
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-101-3/+0
* Make use of bits/sched.hPeter S. Mazinger2006-02-221-3/+2
* grab header file from glibcMike Frysinger2006-02-221-0/+110
* Weaken all internal vfork versions in asm code, wondering why only some of th...Peter S. Mazinger2006-02-131-1/+1
* 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