summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ether_*() depend on socket or IP supportBernhard Reutner-Fischer2009-12-191-0/+5
* limits.h: updatePeter S. Mazinger2009-12-191-11/+12
* msgrcv is of type ssize_tPeter S. Mazinger2009-12-191-3/+7
* use __BYTE_ORDER and __*ENDIANPeter S. Mazinger2009-12-194-16/+16
* inet.h: mark inet_ntoa_r as uClibc specificPeter S. Mazinger2009-12-191-1/+5
* futimens: add functionBernhard Reutner-Fischer2009-12-191-0/+1
* add hidden aliases for openat funcsMike Frysinger2009-12-091-0/+2
* first pass at implementing *at funcsMike Frysinger2009-12-096-27/+92
* use _LIBC rather than UCLIBC_INTERNALBernhard Reutner-Fischer2009-10-284-7/+7
* pull elf.h from masterBernhard Reutner-Fischer2009-10-141-5/+22
* pull .gitignore from masterBernhard Reutner-Fischer2009-10-141-0/+43
* sys/mount.h: sync with latest glibcMike Frysinger2009-10-121-1/+5
* setup attribute_optimize which comes with gcc-4.4+Mike Frysinger2009-10-121-0/+6
* Blackfin: make sure all relocs are uppercaseMike Frysinger2009-10-121-19/+19
* patch from Joseph S. Meyersaustinf2009-10-121-3/+3
* implement daemon() using clone() on no-mmu systems as suggested by Jamie LokierMike Frysinger2009-10-121-2/+0
* - Add strtouq alias (to strtoul) for 64bitBernhard Reutner-Fischer2009-10-121-1/+3
* add comment why do we need _ISbit() macroDenis Vlasenko2009-10-121-0/+1
* do not rely on features.h so that elf.h can be used on non-elf systems (Darwi...Mike Frysinger2009-10-121-4/+7
* - non-pic support for MIPS (Catherine Moore, clm at codesourcery com)Bernhard Reutner-Fischer2009-10-121-2/+12
* Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the arch supports thi...Carmelo Amoroso2009-10-121-0/+6
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-03-122-7/+7
* - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double mathBernhard Reutner-Fischer2008-12-221-5/+25
* - Remove linux-specific prototypes if asked to. (r24051 from trunk)Bernhard Reutner-Fischer2008-11-154-2/+7
* - add signalfd()Bernhard Reutner-Fischer2008-10-101-0/+86
* - sync obstack.{c,h} with glibc (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-061-209/+113
* - hide relocation (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-061-0/+1
* - add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer2008-10-033-14/+14
* - use c89-style commentsBernhard Reutner-Fischer2008-10-032-2/+2
* - fix whitespaceBernhard Reutner-Fischer2008-09-301-2/+2
* implement getgrouplist()Denis Vlasenko2008-09-271-5/+8
* Add globally __stringify macro in libc-symbols.h.Carmelo Amoroso2008-09-251-0/+6
* - remove non stdc path (old style definitions). No obj-code changesBernhard Reutner-Fischer2008-09-181-38/+23
* - remove posix_openpt relocationBernhard Reutner-Fischer2008-09-111-0/+1
* - remove relocations for clock_getresBernhard Reutner-Fischer2008-09-111-0/+1
* Hush compiler for extern inline warnings by using Carmelo Amoroso2008-09-091-2/+2
* - for extern inline, also take __extern_inline and __GNUC_GNU_INLINE__ into a...Bernhard Reutner-Fischer2008-09-061-1/+2
* Move ifaddrs.h from uClibc-internal location libc/inet/ to include/, and makeRicard Wanderlof2008-08-281-0/+74
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-2313-70/+70
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-5/+5
* New .config option UCLIBC_HAS_STUBS, enables fork() stub on NOMMUDenis Vlasenko2008-07-081-1/+1
* Removed include/ifaddrs.h and put contents in libc/inet/ifaddrs.h, as we do notRicard Wanderlof2008-06-271-19/+0
* Added support for the AI_ADDRCONFIG flag in the hints->ai_flags parameter to ...Ricard Wanderlof2008-06-271-0/+19
* In string.h, move libc_hidden_proto next to the corresponding declaration.Bernd Schmidt2008-06-081-116/+48
* - UCLIBC_HAS_GETPT pulls in getpt.Bernhard Reutner-Fischer2008-06-071-1/+4
* Heed a warning: "string" was assigned to char*, changing that to const char*Denis Vlasenko2008-06-061-2/+2
* - make libcrypt optional. Untested.Bernhard Reutner-Fischer2008-06-053-3/+8
* Undefining __UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL__ did not work, since weBernd Schmidt2008-06-041-1/+1
* This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt2008-06-042-24/+3
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-0311-21/+40