summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-05-30- pull wur settings from upstream. No other changes.Bernhard Reutner-Fischer
2008-05-20Introduce and use small[u]int type. Changes in size:Denis Vlasenko
2008-05-20- make it compile with !__UCLIBC_HAS_LOCALE__Bernhard Reutner-Fischer
2008-05-20Synch extern declaration with definition provided in __uClibc_main.cCarmelo Amoroso
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2008-05-19Added a bounch of locale fixes.Carmelo Amoroso
2008-05-02Added implementation for 'locale' command.Carmelo Amoroso
2008-04-28Experimentally move libc_hidden_proto(time) to time.h.Denis Vlasenko
2008-04-25reinstate external visibility of inet_ntoa_r,Denis Vlasenko
2008-04-24- fixup asm. No object-code changesBernhard Reutner-Fischer
2008-04-12Functions should be either exported in public .h filesDenis Vlasenko
2008-03-26Enable remap_file_pages prototype controlled by __USE_GNU define as well as m...Carmelo Amoroso
2008-02-28Added support for ether_line, ether_ntohost and ether_hostton.Carmelo Amoroso
2008-01-19- forgot to add include/fenv.hBernhard Reutner-Fischer
2008-01-17- fix compilation:Bernhard Reutner-Fischer
2008-01-11cull useless headers and import a few updates from glibcMike Frysinger
2008-01-09fetch queue.h from latest freebsd cvsMike Frysinger
2008-01-08change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger
2008-01-06use the __extern_always_inline define from cdefs.h instead of duplicating gcc...Mike Frysinger
2008-01-05sync with glibc to get the extern inline directiveMike Frysinger
2008-01-05Chris Zankel writes:Mike Frysinger
2008-01-05give EM_AVR32 a little commentMike Frysinger
2008-01-05implement semtimedop for #927Mike Frysinger
2007-11-22Certain configure scripts test for presence of dlfcn.h. Don't install itBernd Schmidt
2007-11-16Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...Carmelo Amoroso
2007-11-07Added support for GNU hash style into dynamic linkerCarmelo Amoroso
2007-10-20- commentary typo fixBernhard Reutner-Fischer
2007-09-15add libc_hidden_xxxx for __uc_mallocDenis Vlasenko
2007-09-15sync with glibcMike Frysinger
2007-09-15drop __user hack for crappy kernel headers and document the __linux__ greaseMike Frysinger
2007-07-30introduce __uc_malloc, so that users can intercept libc internal OOM.Denis Vlasenko
2007-07-14syslog.h: allow prioritynames[]/facilitynames[] to be defined constDenis Vlasenko
2007-06-24- make sure to define _LIBC in libc-symbols.h before including anythingBernhard Reutner-Fischer
2007-04-17- shrink resolver codeBernhard Reutner-Fischer
2007-03-01include stddef.h to get NULL definition.Khem Raj
2007-02-28add support for ppoll() and emulate poll() with it when __NR_poll does not existMike Frysinger
2007-02-28sync with glibcMike Frysinger
2007-02-21stub out msync() for no-mmu as wellMike Frysinger
2007-02-12Impl. linux syscalls sched_getaffinity/sched_setaffinity butJoakim Tjernlund
2007-02-08use __FDPIC__ from the compiler rather than setting our ownMike Frysinger
2007-02-08revert previous change; reading POSIX spec some more says we need to set errn...Mike Frysinger
2007-02-08we crash if the first argument to realpath() is non-null as well so lets mark...Mike Frysinger
2007-02-05no need to duplicate WCHAR checkMike Frysinger
2007-02-05- silence warning about using an undefined tokenBernhard Reutner-Fischer
2007-01-29Richard Sandiford writes:Mike Frysinger
2007-01-29- see if defined foo before trying to look at the value of foo (that should b...Bernhard Reutner-Fischer
2007-01-29- sync with glibc (and provide a check for icc).Bernhard Reutner-Fischer
2007-01-29use ifdef rather than if for stack directionMike Frysinger
2007-01-29check to see if __USE_FILE_OFFSET64 is defined rather than if it evaluates to...Mike Frysinger
2007-01-29missed an underscore in previous commitMike Frysinger