summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Richard Sandiford writes:Mike Frysinger2007-01-291-0/+8
* - see if defined foo before trying to look at the value of foo (that should b...Bernhard Reutner-Fischer2007-01-291-4/+5
* - sync with glibc (and provide a check for icc).Bernhard Reutner-Fischer2007-01-291-2/+6
* use ifdef rather than if for stack directionMike Frysinger2007-01-291-2/+2
* check to see if __USE_FILE_OFFSET64 is defined rather than if it evaluates to...Mike Frysinger2007-01-291-1/+1
* missed an underscore in previous commitMike Frysinger2007-01-291-1/+1
* Bernhard Fischer writes: note how uClibc chooses to handle __resolved==NULLMike Frysinger2007-01-281-1/+2
* sync with glibc as pointed out by Bernhard FischerMike Frysinger2007-01-281-7/+9
* - fix format of commentBernhard Reutner-Fischer2007-01-261-1/+1
* - r16732 forgot to checkin the sync of the __UCLIBC_SUSV3_LEGACY_MACROS__ fro...Bernhard Reutner-Fischer2006-12-231-1/+3
* Patch from Bernhard Fischer:Eric Andersen2006-12-151-0/+7
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-5/+13
* Sorry psm but contrary to commit 12927, kernel provided syscallsEric Andersen2006-12-081-7/+5
* finish the pthread locking cleanups. This should get things compiling againEric Andersen2006-12-081-0/+2
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-0/+1
* - introduce UCLIBC_SUSV3_LEGACY_MACROS to be able to do away with all LEGACYBernhard Reutner-Fischer2006-11-291-1/+3
* - honor __UCLIBC_HAS_LFS__Bernhard Reutner-Fischer2006-11-291-2/+4
* - gcvt() is marked LEGACY in XSI and mandatory in BSD.Bernhard Reutner-Fischer2006-11-291-2/+4
* Bernd Schmidt writes: [blackfin updates] add support for FDPIC and include L1...Mike Frysinger2006-11-171-0/+2
* use proper #APP lines so that the assembler knows when it needs to handle par...Mike Frysinger2006-09-211-8/+4
* add some inline funcs for the mlock funcs on no-mmuMike Frysinger2006-09-081-0/+12
* sync with upstream via psmMike Frysinger2006-08-241-75/+68
* sync with upstream via psmMike Frysinger2006-08-241-11/+65
* sync with psm: update errno handling to be the same on all archesMike Frysinger2006-08-231-7/+9
* allow arches to easily override asm-line-sep, move cris over to new style, an...Mike Frysinger2006-06-211-1/+3
* merge bfin relocations from blackfin cvsMike Frysinger2006-06-211-0/+40
* use internal aliases for static objects as wellMike Frysinger2006-06-191-1/+1
* sync with glibcMike Frysinger2006-06-072-9/+51
* sync with glibcMike Frysinger2006-06-071-3/+5
* sync with glibcMike Frysinger2006-06-071-2/+2