summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2007-01-28Bernhard Fischer writes: note how uClibc chooses to handle __resolved==NULLMike Frysinger
2007-01-28sync with glibc as pointed out by Bernhard FischerMike Frysinger
2007-01-26- fix format of commentBernhard Reutner-Fischer
2006-12-23- r16732 forgot to checkin the sync of the __UCLIBC_SUSV3_LEGACY_MACROS__ fro...Bernhard Reutner-Fischer
2006-12-15Patch from Bernhard Fischer:Eric Andersen
2006-12-08Take Mike Frysinger's comments into account -- make certain that userEric Andersen
2006-12-08Sorry psm but contrary to commit 12927, kernel provided syscallsEric Andersen
2006-12-08finish the pthread locking cleanups. This should get things compiling againEric Andersen
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-11-29- introduce UCLIBC_SUSV3_LEGACY_MACROS to be able to do away with all LEGACYBernhard Reutner-Fischer
2006-11-29- honor __UCLIBC_HAS_LFS__Bernhard Reutner-Fischer
2006-11-29- gcvt() is marked LEGACY in XSI and mandatory in BSD.Bernhard Reutner-Fischer
2006-11-17Bernd Schmidt writes: [blackfin updates] add support for FDPIC and include L1...Mike Frysinger
2006-09-21use proper #APP lines so that the assembler knows when it needs to handle par...Mike Frysinger
2006-09-08add some inline funcs for the mlock funcs on no-mmuMike Frysinger
2006-08-24sync with upstream via psmMike Frysinger
2006-08-24sync with upstream via psmMike Frysinger
2006-08-23sync with psm: update errno handling to be the same on all archesMike Frysinger
2006-06-21allow arches to easily override asm-line-sep, move cris over to new style, an...Mike Frysinger
2006-06-21merge bfin relocations from blackfin cvsMike Frysinger
2006-06-19use internal aliases for static objects as wellMike Frysinger
2006-06-07sync with glibcMike Frysinger
2006-06-07sync with glibcMike Frysinger
2006-06-07sync with glibcMike Frysinger
2006-06-07sync with glibcMike Frysinger
2006-05-30Remove uses of all QUEUEDEBUG_* macros.Peter Kjellerstedt
2006-05-17previous commit ifdef-ed out too much codeMike Frysinger
2006-05-17sync with glibcMike Frysinger
2006-05-17fold bfin-specific link.h back into common one as suggested by Peter S. MazingerMike Frysinger
2006-05-12cut out _FORTIFY_SOURCEMike Frysinger
2006-05-06sync with glibcMike Frysinger
2006-05-04fix by Bernd Schmidt to support HAVE_ASM_SET_DIRECTIVE in weak_alias() macrosMike Frysinger
2006-05-04merge some more minor changes from glibcMike Frysinger
2006-05-04sync minor changes with glibcMike Frysinger