summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* syscall: convert cris/hppa to common syscallsMike Frysinger2009-08-193-140/+19
* some ports define ENOTSUPMike Frysinger2009-08-191-1/+3
* INLINE_SYSCALL_NCS: scope out local vars to avoid conflictsMike Frysinger2009-08-191-6/+6
* fix building for systems w/out ldso supportMike Frysinger2009-08-191-1/+3
* alpha: fix building with no asm/elf.hMike Frysinger2009-08-191-1/+14
* alpha/sigprocmask: fix implicit memset() prototypeMike Frysinger2009-08-191-0/+1
* first pass at implementing *at funcsMike Frysinger2009-08-1918-18/+370
* fdatasync: handle latest alpha syscallsMike Frysinger2009-08-191-1/+1
* dirent: push dirent type to prototypesMike Frysinger2009-08-196-32/+12
* regex: convert #if to #ifdefMike Frysinger2009-08-192-2/+2
* mknod: convert to INLINE_SYSCALL() to sync with glibcMike Frysinger2009-08-191-12/+6
* fix typo in frv endian commentMike Frysinger2009-08-191-1/+1
* relocate i386 string.h to i386-specific dirMike Frysinger2009-08-191-0/+316
* ppoll: switch to INLINE_SYSCALL() to match glibcMike Frysinger2009-08-191-11/+2
* add hidden aliases for older regex search functionsMike Frysinger2009-08-191-0/+2
* Fix ARM syscall argument loading.Joseph Myers2009-08-191-14/+21
* syscall.c: Use common syscall.c for ARMKhem Raj2009-08-023-129/+0
* fnmatch.c: Include unistd.h before undefining _LIBC.Khem Raj2009-08-021-2/+9
* fnmatch.c: Change scope of posixly_correct to be global.Khem Raj2009-08-021-1/+1
* build: Include Makefile.commonarch from common Makefile.inCarmelo Amoroso2009-07-2920-38/+1
* sh: Fix up optimized SH-4 memcpy on big endian.Giuseppe Cavallaro2009-07-141-12/+12
* Readd the thread local version of __res_stateAustin Foxley2009-07-101-3/+51
* Sync nptl branch to masterAustin Foxley2009-07-092-1527/+2007
* syscall(): create a common version based on INLINE_SYSCALL_NCS()Mike Frysinger2009-07-095-78/+14
* syscall: unify part 2: NCS varietyMike Frysinger2009-07-0914-78/+40
* drop missing {INLINE,INTERNAL}_SYSCALL fallback logicMike Frysinger2009-07-098-102/+0
* syscall: unify common syscall definesMike Frysinger2009-07-0914-1061/+316
* Avoid type-punned pointers that break strict-aliasingRon2009-07-091-3/+6
* Avoid warnings about shifting more bits than we haveRon2009-07-091-2/+4
* Check #if feature test macros are defined where they may not beRon2009-07-091-1/+1
* Provide token prototypes for functions that are external but have no headerRon2009-07-0911-31/+26
* i386: store errno value before using __set_errno()Ingo van Lil2009-07-091-4/+3
* uClibc_arch_features: sync defines between portsMike Frysinger2009-07-0926-5/+205
* Correct ARM memcpy comments.Joseph Myers2009-07-091-1/+2
* Fix Thumb-2 setjmp.Joseph Myers2009-07-091-1/+1
* Fix Thumb-2 memcpy.Joseph Myers2009-07-091-1/+1
* Add missing CLIBABI variables __aeabi_stdin, __aeabi_stdout, __aeabi_stderr.Joseph Myers2009-07-091-0/+15
* wchar: fix inverted parameters in error messageAndré Goddard Rosa2009-07-091-1/+1
* libc.so: include all output formats in linker scriptSteve Bennett2009-07-091-2/+2
* sh: Add licensing statement to cacheflush.cCarmelo Amoroso2009-07-021-0/+2
* sh: add cacheflush syscall wrapperGiuseppe Cavallaro2009-07-022-1/+14
* waitid: linux ABI takes 5 args, not 4Mike Frysinger2009-06-051-5/+52
* Add working pipe implementation for sparcAustin Foxley2009-05-263-3/+69
* Fix whitespaceAustin Foxley2009-05-261-2/+2
* Get sparc64 nptl compilingAustin Foxley2009-05-211-0/+102
* Adjust build of sigaction for the nptl caseAustin Foxley2009-05-201-1/+5
* Add a sigaction implementation for sparcAustin Foxley2009-05-202-1/+95
* Only use fstat64 when LFS is enabledAustin Foxley2009-05-201-1/+9
* Add position independent code for crt1.S.Carmelo Amoroso2009-05-051-0/+45
* libc/string/i386/memset.c: memset 1 byte at a time is a bit grossDenis Vlasenko2009-04-231-9/+56