summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Do not install libc-XXXX.h files in "make install". glibc does not have them,...Denis Vlasenko2009-10-122-8/+15
* Move kernel-features.h header from the linuxthread directory to a common one ...Carmelo Amoroso2009-10-1212-10/+11
* add inlines for Blackfin atomic functionsMike Frysinger2009-10-122-1/+156
* Blackfin: add L2_SRAM flag for alloc funcMike Frysinger2009-10-121-0/+1
* Blackfin: declare {INLINE,INTERNAL}_SYSCALL() and friendsMike Frysinger2009-10-121-0/+53
* add ENDPROC() macro for Blackfin assemblyMike Frysinger2009-10-121-0/+1
* use newer spiffy asm constraints to get better code generationMike Frysinger2009-10-121-17/+9
* punt old unused headerMike Frysinger2009-10-121-133/+0
* update ptrace.h to latest from glibcMike Frysinger2009-10-121-2/+41
* - document environment variables used by the install_* targets. See their con...Bernhard Reutner-Fischer2009-10-121-0/+9
* Remove hardwired usr/ from install_utils (that's what $RUNTIME_PREFIX is for)...Rob Landley2009-10-123-6/+12
* - improve documentation of utils and hostutilsBernhard Reutner-Fischer2009-10-121-5/+4
* Mention make utils, hostutils, install_utils.Rob Landley2009-10-121-1/+6
* Go deeper while cleaning string directory to remove TARGET_SUBARCH implementa...Carmelo Amoroso2009-10-121-1/+1
* - use proper macrosBernhard Reutner-Fischer2009-10-122-3/+3
* - use proper macro (no obj-code changes)Bernhard Reutner-Fischer2009-10-121-1/+1
* - Use runtime pagesize (Jeremy Kerr) Some powerpc machines can support 64k pa...Bernhard Reutner-Fischer2009-10-1215-80/+13
* Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the arch supports thi...Carmelo Amoroso2009-10-122-0/+9
* This patch fixes locale-mbwc test failures when __UCLIBC_HAS_LOCALE__ is disa...Carmelo Amoroso2009-10-121-0/+24
* - remove some bloat that was added in r23660 and subsequent r23698. The sbrk ...Bernhard Reutner-Fischer2009-10-123-15/+13
* Make wcsxfrm visible also when LOCALE support is disabled.Carmelo Amoroso2009-10-121-0/+1
* fix "make utils" build failure in ldconfig (undefined reference to 'getopt')Denis Vlasenko2009-10-121-0/+1
* fix "make install" with relative PREFIXDenis Vlasenko2009-10-121-1/+1
* Current kernels support more than 8 bit major/minor. Pass dev_t through to th...Rob Landley2009-10-121-5/+1
* getopt: add missing hidden_protoBernhard Reutner-Fischer2009-10-121-0/+1
* pull unifdef from masterBernhard Reutner-Fischer2009-08-011-39/+108
* fix ppoll. we forgot to pass 5th parameter to the syscallDenis Vlasenko2009-07-261-14/+17
* - getaddrinfo: runp->ifa_addr indeed can be NULL, don't dereference itBernhard Reutner-Fischer2009-04-272-5/+4
* - do not pass -Wl with -shared in LDFLAGS_NOSTRIP (Peter S. Mazinger)Bernhard Reutner-Fischer2009-03-251-2/+2
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-03-1222-54/+108
* - Use __always_inline instead of __inline__ (r25540 from trunk)Bernhard Reutner-Fischer2009-03-0511-38/+38
* - bump versionBernhard Reutner-Fischer2009-03-021-1/+1
* - call it 0.9.30.10_9_30_1Bernhard Reutner-Fischer2009-03-021-1/+1
* - add trailing slash (r24905 from trunk)Bernhard Reutner-Fischer2009-03-021-1/+4
* - Install other linux kernel header subdirectories too (r25374 from trunk)Bernhard Reutner-Fischer2009-03-021-1/+10
* - silence warning about undefined preprocessor tokenBernhard Reutner-Fischer2009-02-261-1/+1
* - cosmetic tidy up of clean target (r24143 from trunk)Bernhard Reutner-Fischer2009-02-261-3/+4
* - enable math tests (plus assorted related fixups)Bernhard Reutner-Fischer2009-02-248-39/+214
* - remove dependency on GNU error()Bernhard Reutner-Fischer2009-02-242-21/+43
* - remove dependency on GNU error functionalityBernhard Reutner-Fischer2009-02-231-8/+10
* - disable libcrypt tests if we have no libcryptBernhard Reutner-Fischer2009-02-231-0/+6
* - also filter out headers-yBernhard Reutner-Fischer2009-02-231-1/+1
* - fix weak ssp symbol on some arches (Peter S. Mazinger) (r25417 from trunk)Bernhard Reutner-Fischer2009-02-231-8/+6
* - export functions needed by C99 long-double macrosBernhard Reutner-Fischer2009-02-231-0/+5
* Fix my previous commit to use preprocessor in the right way !Carmelo Amoroso2009-02-201-1/+1
* Fix typo.Carmelo Amoroso2009-02-201-1/+1
* sh: Fix __SH_SYSCALL_TRAP_BASE for SH2A architectureCarmelo Amoroso2009-02-201-1/+1
* - strict POSIX requires a path to specified to `find` (vapier, via trunk r25326)Bernhard Reutner-Fischer2009-02-191-1/+1
* - discourage use of pregenerated locales.Bernhard Reutner-Fischer2009-02-181-8/+4
* - pull sh fenv support from trunkBernhard Reutner-Fischer2009-02-183-0/+76