summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* support building out-of-treeBernhard Reutner-Fischer2009-08-1772-433/+683
* add hidden aliases for newer regex search functionsBernhard Reutner-Fischer2009-08-171-0/+2
* m68k syscall: switch to common codeMaxim Kuvyrkov2009-08-133-204/+69
* define attribute_noreturnBernhard Reutner-Fischer2009-08-102-2/+10
* handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLNBernhard Reutner-Fischer2009-08-052-12/+17
* fix compilationBernhard Reutner-Fischer2009-08-051-2/+2
* Fix daemon build for no-MMU no-threads.Joseph Myers2009-08-041-0/+1
* ioperm is not used internally, remove hidden_protoBernhard Reutner-Fischer2009-08-011-1/+3
* Makefile.in: Let make release or make dist to use git.Khem Raj2009-08-011-1/+2
* Rules.mak: Fix references to svn.Khem Raj2009-08-012-2/+2
* syscall.c: Use common syscall.c for ARMKhem Raj2009-08-013-129/+0
* fnmatch.c: Include unistd.h before undefining _LIBC.Khem Raj2009-08-011-2/+9
* fnmatch.c: Change scope of posixly_correct to be global.Khem Raj2009-07-311-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
* remove erroneous ';'Bernhard Reutner-Fischer2009-07-282-4/+4
* linuxthreads.old: define pthread_yield to sched_yieldMike Frysinger2009-07-261-0/+5
* force arches to provide sys/user.hMike Frysinger2009-07-261-1/+1
* add missing UTIME_* defines for *at funcsMike Frysinger2009-07-2611-10/+64
* enable nanosecond stat support for everyoneMike Frysinger2009-07-2635-409/+292
* do not force LFS for Blackfin systemsMike Frysinger2009-07-261-1/+0
* enable sbrk() for everyoneMike Frysinger2009-07-262-9/+0
* add missing UTIME_* defines for *at funcsMike Frysinger2009-07-261-1/+6
* Blackfin: rename __dl_boot to __startMike Frysinger2009-07-232-11/+8
* test/librt: make it build againDenys Vlasenko2009-07-231-0/+3
* testsuite: fix one bug, one warning; extend README (one TODO added)Denys Vlasenko2009-07-233-14/+31
* testsuite: use KERNEL_HEADERSDenys Vlasenko2009-07-231-0/+10
* fix lib_hidden_proto's which have extra ;Denys Vlasenko2009-07-231-2/+2
* fix dl_iterate_phdr() for FDPIC systemsMike Frysinger2009-07-231-0/+5
* Blackfin: fix typo in byteswap.h commitMike Frysinger2009-07-231-1/+1
* Blackfin: fix incorrect attribute orderMike Frysinger2009-07-232-2/+3
* Blackfin: add elf_machine_load_address() stubMike Frysinger2009-07-231-0/+8
* ldso: fix building for FDPIC systemsMike Frysinger2009-07-231-1/+1
* silence warnings in Blackfin ldso codeMike Frysinger2009-07-233-3/+3
* Blackfin: add support for automatic loading of L2 SRAM regionsJie Zhang2009-07-231-17/+36
* do not install bits/syscalls-common.hMike Frysinger2009-07-231-0/+1
* add more arch-specific include/ ignoresMike Frysinger2009-07-231-0/+12
* create real common vfork() functionMike Frysinger2009-07-233-28/+14
* Blackfin: no need to load P5 for shared FLATJie Zhang2009-07-221-1/+0
* Blackfin: fix generation of Scrt1.o for FDPICJie Zhang2009-07-221-1/+1
* Blackfin: unify FDPIC/FLAT versions of cloneMike Frysinger2009-07-221-22/+8
* ignore gdb/debugging filesMike Frysinger2009-07-221-0/+7
* add hidden aliases for openat funcsMike Frysinger2009-07-223-0/+16
* add hidden aliases for ntoh/hton functionsMike Frysinger2009-07-222-4/+14
* linuxthreads.old: fix crash in debug codeMike Frysinger2009-07-211-1/+1
* libpthread: add format attribute to __pthread_message()Mike Frysinger2009-07-212-3/+4
* byteswap: unify common definitionsMike Frysinger2009-07-2110-632/+242
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-07-2111-24/+16
* corrected typoDenys Vlasenko2009-07-211-1/+1