summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL can be used instead,Denis Vlasenko2008-06-031-80/+65
* dlfcn.h exists only if __HAVE_SHARED__ ("we are built with shared lib support"),Denis Vlasenko2008-06-021-1/+1
* Rework smallint machinery so that it will reliably fail to compileDenis Vlasenko2008-06-011-4/+4
* - pull wur settings from upstream. No other changes.Bernhard Reutner-Fischer2008-05-301-44/+48
* Introduce and use small[u]int type. Changes in size:Denis Vlasenko2008-05-201-0/+10
* - make it compile with !__UCLIBC_HAS_LOCALE__Bernhard Reutner-Fischer2008-05-201-1/+1
* Synch extern declaration with definition provided in __uClibc_main.cCarmelo Amoroso2008-05-201-1/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-192-0/+143
* Added a bounch of locale fixes.Carmelo Amoroso2008-05-191-1/+3
* Added implementation for 'locale' command.Carmelo Amoroso2008-05-021-1/+1
* Experimentally move libc_hidden_proto(time) to time.h.Denis Vlasenko2008-04-281-0/+7
* reinstate external visibility of inet_ntoa_r,Denis Vlasenko2008-04-251-0/+2
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-241-1/+1
* Functions should be either exported in public .h filesDenis Vlasenko2008-04-122-0/+8
* Enable remap_file_pages prototype controlled by __USE_GNU define as well as m...Carmelo Amoroso2008-03-261-11/+10
* Added support for ether_line, ether_ntohost and ether_hostton.Carmelo Amoroso2008-02-281-0/+2
* - forgot to add include/fenv.hBernhard Reutner-Fischer2008-01-191-0/+136
* - fix compilation:Bernhard Reutner-Fischer2008-01-171-2/+0
* cull useless headers and import a few updates from glibcMike Frysinger2008-01-116-102/+115
* fetch queue.h from latest freebsd cvsMike Frysinger2008-01-091-383/+444
* change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger2008-01-081-7/+1
* use the __extern_always_inline define from cdefs.h instead of duplicating gcc...Mike Frysinger2008-01-061-2/+4
* sync with glibc to get the extern inline directiveMike Frysinger2008-01-051-2/+38
* Chris Zankel writes:Mike Frysinger2008-01-051-0/+58
* give EM_AVR32 a little commentMike Frysinger2008-01-051-0/+1
* implement semtimedop for #927Mike Frysinger2008-01-051-1/+12
* Certain configure scripts test for presence of dlfcn.h. Don't install itBernd Schmidt2007-11-221-0/+2
* Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...Carmelo Amoroso2007-11-161-0/+51
* Added support for GNU hash style into dynamic linkerCarmelo Amoroso2007-11-071-0/+2
* - commentary typo fixBernhard Reutner-Fischer2007-10-201-1/+1
* add libc_hidden_xxxx for __uc_mallocDenis Vlasenko2007-09-151-0/+2
* sync with glibcMike Frysinger2007-09-153-29/+100
* drop __user hack for crappy kernel headers and document the __linux__ greaseMike Frysinger2007-09-151-4/+4
* introduce __uc_malloc, so that users can intercept libc internal OOM.Denis Vlasenko2007-07-301-0/+7
* syslog.h: allow prioritynames[]/facilitynames[] to be defined constDenis Vlasenko2007-07-141-0/+6
* - make sure to define _LIBC in libc-symbols.h before including anythingBernhard Reutner-Fischer2007-06-241-10/+10
* - shrink resolver codeBernhard Reutner-Fischer2007-04-171-0/+2
* include stddef.h to get NULL definition.Khem Raj2007-03-011-0/+2
* add support for ppoll() and emulate poll() with it when __NR_poll does not existMike Frysinger2007-02-281-2/+24
* sync with glibcMike Frysinger2007-02-281-4/+106
* stub out msync() for no-mmu as wellMike Frysinger2007-02-211-2/+10
* Impl. linux syscalls sched_getaffinity/sched_setaffinity butJoakim Tjernlund2007-02-121-1/+1
* use __FDPIC__ from the compiler rather than setting our ownMike Frysinger2007-02-081-11/+3
* revert previous change; reading POSIX spec some more says we need to set errn...Mike Frysinger2007-02-081-1/+1
* we crash if the first argument to realpath() is non-null as well so lets mark...Mike Frysinger2007-02-081-1/+1
* no need to duplicate WCHAR checkMike Frysinger2007-02-051-1/+1
* - silence warning about using an undefined tokenBernhard Reutner-Fischer2007-02-052-3/+3