summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2006-12-08Take Mike Frysinger's comments into account -- make certain that userEric Andersen
applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file.
2006-12-08Sorry psm but contrary to commit 12927, kernel provided syscallsEric Andersen
are NOT suitable for user-space. The libc ones are the ones that application code must use. If a problem is found with the libc ones, then the libc syscall macros should be fixed.
2006-12-08finish the pthread locking cleanups. This should get things compiling againEric Andersen
though I still need to silence the warnings about _pthread_cleanup_push_defer
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
things, and avoid potential deadlocks caused when a thread holding a uClibc internal lock get canceled and terminates without releasing the lock. This change also provides a single place, bits/uClibc_mutex.h, for thread libraries to modify to change all instances of internal locking.
2006-11-29- introduce UCLIBC_SUSV3_LEGACY_MACROS to be able to do away with all LEGACYBernhard Reutner-Fischer
stuff, even the fallback defines.
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
Also make compilation conditional on float support.
2006-11-17Bernd Schmidt writes: [blackfin updates] add support for FDPIC and include ↵Mike Frysinger
L1 functions
2006-09-21use proper #APP lines so that the assembler knows when it needs to handle ↵Mike Frysinger
parsing (see http://sources.redhat.com/ml/binutils/2004-04/msg00665.html)
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, ↵Mike Frysinger
and have hppa use it now
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
2006-04-07remove old cruft that doesnt matter for uClibc and breaks anyways when using ↵Mike Frysinger
-std=c99
2006-03-27Revert change to remove 'error_print_progname' so that gettext will build. ↵"Steven J. Hill"
It can be commented out again when someone figures out how to fix gettext building and do the proper thing.
2006-03-23Add new option for SuSv3 legacy functions and use it for ↵Peter S. Mazinger
bcopy/bzero/bcmp/index/rindex
2006-03-23Sync w/ string.h, glibc version is out of datePeter S. Mazinger
2006-03-22Comment __USE_UNIX98, not needed, add __glibc_strerror_r prototype for non-GNUPeter S. Mazinger
2006-03-22Comment __mbrlenPeter S. Mazinger
2006-03-19Guard the reentrant prototypes w/ appropiate config optionPeter S. Mazinger
2006-03-10sync with glibcMike Frysinger
2006-03-03Mark parts as unsupported by gnu glob, but leave it as it wasPeter S. Mazinger
2006-03-01Sync w/ glibc and define _STAT_VER/_MKNOD_VER to 0, else some apps will ↵Peter S. Mazinger
consider versioned stat/mknod in uClibc
2006-02-27Rich Felker's glob() ported to uClibcPeter S. Mazinger
2006-02-27Disable parts not supported by (outdated) glob, probably the glob[64]_t ↵Peter S. Mazinger
structures are wrong too
2006-02-27fix invalid quotingMike Frysinger
2006-02-26Move _lfs_64.h to include and adapt filesPeter S. Mazinger
2006-02-26sync with glibcMike Frysinger
2006-02-25This never gets defined. I have a patch pending in glibc too."Steven J. Hill"
2006-02-23Correct typoPeter S. Mazinger
2006-02-23Added support for the new CRISv32 architecture.Peter Kjellerstedt
2006-02-23Corrected a typo (simularly -> similarly).Peter Kjellerstedt
2006-02-23Sync w/ glibc, disabling *at interfacesPeter S. Mazinger
2006-02-23Make use of CFLAGS-OMIT-filePeter S. Mazinger