summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* libc/string/i386/string.h: fix -O0 build failureDenys Vlasenko2009-08-191-0/+22
* avr32/microblaze/vax: punt local byteswap.hMike Frysinger2009-08-193-175/+0
* syscall: convert cris/hppa to common syscallsMike Frysinger2009-08-193-140/+19
* MAKEALL: find kernel headers betterMike Frysinger2009-08-191-1/+12
* some ports define ENOTSUPMike Frysinger2009-08-191-1/+3
* INLINE_SYSCALL_NCS: scope out local vars to avoid conflictsMike Frysinger2009-08-191-6/+6
* linuxthreads.old: extend workaround for asm rename warningsMike Frysinger2009-08-192-0/+12
* fix building for systems w/out ldso supportMike Frysinger2009-08-192-1/+8
* 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-1924-48/+457
* fdatasync: handle latest alpha syscallsMike Frysinger2009-08-191-1/+1
* sync a few headers with glibc (no functional changes)Mike Frysinger2009-08-194-47/+47
* dirent: push dirent type to prototypesMike Frysinger2009-08-197-48/+70
* string: only include inline-asm if UCLIBC_HAS_STRING_ARCH_OPTMike Frysinger2009-08-191-1/+1
* regex: convert #if to #ifdefMike Frysinger2009-08-192-2/+2
* mknod: convert to INLINE_SYSCALL() to sync with glibcMike Frysinger2009-08-191-12/+6
* note that we do not want hidden malloc aliasesMike Frysinger2009-08-191-0/+2
* fix typo in frv endian commentMike Frysinger2009-08-191-1/+1
* start ignoring include/ symlinksMike Frysinger2009-08-191-18/+22
* relocate i386 string.h to i386-specific dirMike Frysinger2009-08-192-1/+1
* unifdef: implement err.h funcs locallyMike Frysinger2009-08-191-1/+7
* ppoll: switch to INLINE_SYSCALL() to match glibcMike Frysinger2009-08-191-11/+2
* add hidden aliases for older regex search functionsMike Frysinger2009-08-192-0/+4
* install_headers: convert header removal to Kbuild styleMike Frysinger2009-08-191-182/+83
* use -EB/-EL for all targetsMike Frysinger2009-08-191-8/+3
* Fix ARM syscall argument loading.Joseph Myers2009-08-191-14/+21
* undef INTERNAL_SYSCALL_NCS before redefining to quash build warnings.Khem Raj2009-08-022-1/+3
* Makefile.in: Let make release or make dist to use git.Khem Raj2009-08-021-1/+2
* Rules.mak: Fix references to svn.Khem Raj2009-08-022-2/+2
* 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
* test_librt: Fix shmtest.c test caseCarmelo Amoroso2009-07-301-3/+5
* test_librt: Fix build system for shm_open/unlink testsCarmelo Amoroso2009-07-302-2/+4
* build: Include Makefile.commonarch from common Makefile.inCarmelo Amoroso2009-07-2920-38/+1
* build: use $(do_sed) command for pretty printingCarmelo Amoroso2009-07-296-9/+14
* 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-102-12/+51
* Sync nptl branch to masterAustin Foxley2009-07-098-1544/+2071
* 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
* MAKEALL: expand cross-compiler arch searchMike Frysinger2009-07-091-9/+18
* Cherry-picked some old commits into nptl:Austin Foxley2009-07-099-174/+256
* ignore generated .i filesMike Frysinger2009-07-091-0/+1
* drop missing {INLINE,INTERNAL}_SYSCALL fallback logicMike Frysinger2009-07-098-102/+0
* syscall: unify common syscall definesMike Frysinger2009-07-0915-1061/+317
* MAKEALL: start a quick build test helper scriptMike Frysinger2009-07-092-0/+125
* Avoid type-punned pointers that break strict-aliasingRon2009-07-093-5/+11
* Avoid warnings about shifting more bits than we haveRon2009-07-091-2/+4