Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | missed an underscore in previous commit | Mike Frysinger | 2007-01-29 | 1 | -1/+1 | |
| | ||||||
* | Bernhard Fischer writes: note how uClibc chooses to handle __resolved==NULL | Mike Frysinger | 2007-01-28 | 1 | -1/+2 | |
| | ||||||
* | sync with glibc as pointed out by Bernhard Fischer | Mike Frysinger | 2007-01-28 | 1 | -7/+9 | |
| | ||||||
* | - fix format of comment | Bernhard Reutner-Fischer | 2007-01-26 | 1 | -1/+1 | |
| | ||||||
* | - r16732 forgot to checkin the sync of the __UCLIBC_SUSV3_LEGACY_MACROS__ ↵ | Bernhard Reutner-Fischer | 2006-12-23 | 1 | -1/+3 | |
| | | | | from string.h | |||||
* | Patch from Bernhard Fischer: | Eric Andersen | 2006-12-15 | 1 | -0/+7 | |
| | | | | fix compilation if PUTC_MACRO and/or GETC_MACRO is turned off | |||||
* | Take Mike Frysinger's comments into account -- make certain that user | Eric Andersen | 2006-12-08 | 1 | -5/+13 | |
| | | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file. | |||||
* | Sorry psm but contrary to commit 12927, kernel provided syscalls | Eric Andersen | 2006-12-08 | 1 | -7/+5 | |
| | | | | | | 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. | |||||
* | finish the pthread locking cleanups. This should get things compiling again | Eric Andersen | 2006-12-08 | 1 | -0/+2 | |
| | | | | though I still need to silence the warnings about _pthread_cleanup_push_defer | |||||
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 1 | -0/+1 | |
| | | | | | | | 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. | |||||
* | - introduce UCLIBC_SUSV3_LEGACY_MACROS to be able to do away with all LEGACY | Bernhard Reutner-Fischer | 2006-11-29 | 1 | -1/+3 | |
| | | | | stuff, even the fallback defines. | |||||
* | - honor __UCLIBC_HAS_LFS__ | Bernhard Reutner-Fischer | 2006-11-29 | 1 | -2/+4 | |
| | ||||||
* | - gcvt() is marked LEGACY in XSI and mandatory in BSD. | Bernhard Reutner-Fischer | 2006-11-29 | 1 | -2/+4 | |
| | | | | Also make compilation conditional on float support. | |||||
* | Bernd Schmidt writes: [blackfin updates] add support for FDPIC and include ↵ | Mike Frysinger | 2006-11-17 | 1 | -0/+2 | |
| | | | | L1 functions | |||||
* | use proper #APP lines so that the assembler knows when it needs to handle ↵ | Mike Frysinger | 2006-09-21 | 1 | -8/+4 | |
| | | | | parsing (see http://sources.redhat.com/ml/binutils/2004-04/msg00665.html) | |||||
* | add some inline funcs for the mlock funcs on no-mmu | Mike Frysinger | 2006-09-08 | 1 | -0/+12 | |
| | ||||||
* | sync with upstream via psm | Mike Frysinger | 2006-08-24 | 1 | -75/+68 | |
| | ||||||
* | sync with upstream via psm | Mike Frysinger | 2006-08-24 | 1 | -11/+65 | |
| | ||||||
* | sync with psm: update errno handling to be the same on all arches | Mike Frysinger | 2006-08-23 | 1 | -7/+9 | |
| | ||||||
* | allow arches to easily override asm-line-sep, move cris over to new style, ↵ | Mike Frysinger | 2006-06-21 | 1 | -1/+3 | |
| | | | | and have hppa use it now | |||||
* | merge bfin relocations from blackfin cvs | Mike Frysinger | 2006-06-21 | 1 | -0/+40 | |
| | ||||||
* | use internal aliases for static objects as well | Mike Frysinger | 2006-06-19 | 1 | -1/+1 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-06-07 | 2 | -9/+51 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-06-07 | 1 | -3/+5 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-06-07 | 1 | -2/+2 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-06-07 | 1 | -2/+11 | |
| | ||||||
* | Remove uses of all QUEUEDEBUG_* macros. | Peter Kjellerstedt | 2006-05-30 | 1 | -21/+0 | |
| | ||||||
* | previous commit ifdef-ed out too much code | Mike Frysinger | 2006-05-17 | 1 | -1/+3 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-05-17 | 1 | -8/+78 | |
| | ||||||
* | fold bfin-specific link.h back into common one as suggested by Peter S. Mazinger | Mike Frysinger | 2006-05-17 | 1 | -3/+11 | |
| | ||||||
* | cut out _FORTIFY_SOURCE | Mike Frysinger | 2006-05-12 | 1 | -0/+2 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-05-06 | 2 | -55/+392 | |
| | ||||||
* | fix by Bernd Schmidt to support HAVE_ASM_SET_DIRECTIVE in weak_alias() macros | Mike Frysinger | 2006-05-04 | 1 | -5/+18 | |
| | ||||||
* | merge some more minor changes from glibc | Mike Frysinger | 2006-05-04 | 1 | -9/+22 | |
| | ||||||
* | sync minor changes with glibc | Mike Frysinger | 2006-05-04 | 1 | -10/+34 | |
| | ||||||
* | remove old cruft that doesnt matter for uClibc and breaks anyways when using ↵ | Mike Frysinger | 2006-04-07 | 1 | -26/+3 | |
| | | | | -std=c99 | |||||
* | Revert change to remove 'error_print_progname' so that gettext will build. ↵ | "Steven J. Hill" | 2006-03-27 | 1 | -2/+2 | |
| | | | | It can be commented out again when someone figures out how to fix gettext building and do the proper thing. | |||||
* | Add new option for SuSv3 legacy functions and use it for ↵ | Peter S. Mazinger | 2006-03-23 | 2 | -0/+24 | |
| | | | | bcopy/bzero/bcmp/index/rindex | |||||
* | Sync w/ string.h, glibc version is out of date | Peter S. Mazinger | 2006-03-23 | 1 | -13/+29 | |
| | ||||||
* | Comment __USE_UNIX98, not needed, add __glibc_strerror_r prototype for non-GNU | Peter S. Mazinger | 2006-03-22 | 1 | -1/+5 | |
| | ||||||
* | Comment __mbrlen | Peter S. Mazinger | 2006-03-22 | 1 | -3/+3 | |
| | ||||||
* | Guard the reentrant prototypes w/ appropiate config option | Peter S. Mazinger | 2006-03-19 | 1 | -1/+1 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-03-10 | 3 | -32/+242 | |
| | ||||||
* | Mark parts as unsupported by gnu glob, but leave it as it was | Peter S. Mazinger | 2006-03-03 | 1 | -1/+5 | |
| | ||||||
* | Sync w/ glibc and define _STAT_VER/_MKNOD_VER to 0, else some apps will ↵ | Peter S. Mazinger | 2006-03-01 | 1 | -11/+29 | |
| | | | | consider versioned stat/mknod in uClibc | |||||
* | Rich Felker's glob() ported to uClibc | Peter S. Mazinger | 2006-02-27 | 1 | -5/+9 | |
| | ||||||
* | Disable parts not supported by (outdated) glob, probably the glob[64]_t ↵ | Peter S. Mazinger | 2006-02-27 | 1 | -0/+6 | |
| | | | | structures are wrong too | |||||
* | fix invalid quoting | Mike Frysinger | 2006-02-27 | 1 | -1/+1 | |
| | ||||||
* | Move _lfs_64.h to include and adapt files | Peter S. Mazinger | 2006-02-26 | 1 | -0/+29 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-02-26 | 1 | -1/+3 | |
| |