summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* sync with glibcMike Frysinger2006-06-071-2/+11
* Remove uses of all QUEUEDEBUG_* macros.Peter Kjellerstedt2006-05-301-21/+0
* previous commit ifdef-ed out too much codeMike Frysinger2006-05-171-1/+3
* sync with glibcMike Frysinger2006-05-171-8/+78
* fold bfin-specific link.h back into common one as suggested by Peter S. MazingerMike Frysinger2006-05-171-3/+11
* cut out _FORTIFY_SOURCEMike Frysinger2006-05-121-0/+2
* sync with glibcMike Frysinger2006-05-062-55/+392
* fix by Bernd Schmidt to support HAVE_ASM_SET_DIRECTIVE in weak_alias() macrosMike Frysinger2006-05-041-5/+18
* merge some more minor changes from glibcMike Frysinger2006-05-041-9/+22
* sync minor changes with glibcMike Frysinger2006-05-041-10/+34
* remove old cruft that doesnt matter for uClibc and breaks anyways when using ...Mike Frysinger2006-04-071-26/+3
* Revert change to remove 'error_print_progname' so that gettext will build. It..."Steven J. Hill"2006-03-271-2/+2
* Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/ind...Peter S. Mazinger2006-03-232-0/+24
* Sync w/ string.h, glibc version is out of datePeter S. Mazinger2006-03-231-13/+29
* Comment __USE_UNIX98, not needed, add __glibc_strerror_r prototype for non-GNUPeter S. Mazinger2006-03-221-1/+5
* Comment __mbrlenPeter S. Mazinger2006-03-221-3/+3