index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2007-09-15
add libc_hidden_xxxx for __uc_malloc
Denis Vlasenko
2007-09-15
sync with glibc
Mike Frysinger
2007-09-15
drop __user hack for crappy kernel headers and document the __linux__ grease
Mike Frysinger
2007-07-30
introduce __uc_malloc, so that users can intercept libc internal OOM.
Denis Vlasenko
2007-07-14
syslog.h: allow prioritynames[]/facilitynames[] to be defined const
Denis Vlasenko
2007-06-24
- make sure to define _LIBC in libc-symbols.h before including anything
Bernhard Reutner-Fischer
2007-04-17
- shrink resolver code
Bernhard Reutner-Fischer
2007-03-01
include stddef.h to get NULL definition.
Khem Raj
2007-02-28
add support for ppoll() and emulate poll() with it when __NR_poll does not exist
Mike Frysinger
2007-02-28
sync with glibc
Mike Frysinger
2007-02-21
stub out msync() for no-mmu as well
Mike Frysinger
2007-02-12
Impl. linux syscalls sched_getaffinity/sched_setaffinity but
Joakim Tjernlund
2007-02-08
use __FDPIC__ from the compiler rather than setting our own
Mike Frysinger
2007-02-08
revert previous change; reading POSIX spec some more says we need to set errn...
Mike Frysinger
2007-02-08
we crash if the first argument to realpath() is non-null as well so lets mark...
Mike Frysinger
2007-02-05
no need to duplicate WCHAR check
Mike Frysinger
2007-02-05
- silence warning about using an undefined token
Bernhard Reutner-Fischer
2007-01-29
Richard 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-29
use ifdef rather than if for stack direction
Mike Frysinger
2007-01-29
check to see if __USE_FILE_OFFSET64 is defined rather than if it evaluates to...
Mike Frysinger
2007-01-29
missed an underscore in previous commit
Mike Frysinger
2007-01-28
Bernhard Fischer writes: note how uClibc chooses to handle __resolved==NULL
Mike Frysinger
2007-01-28
sync with glibc as pointed out by Bernhard Fischer
Mike Frysinger
2007-01-26
- fix format of comment
Bernhard Reutner-Fischer
2006-12-23
- r16732 forgot to checkin the sync of the __UCLIBC_SUSV3_LEGACY_MACROS__ fro...
Bernhard Reutner-Fischer
2006-12-15
Patch from Bernhard Fischer:
Eric Andersen
2006-12-08
Take Mike Frysinger's comments into account -- make certain that user
Eric Andersen
2006-12-08
Sorry psm but contrary to commit 12927, kernel provided syscalls
Eric Andersen
2006-12-08
finish the pthread locking cleanups. This should get things compiling again
Eric Andersen
2006-12-07
Major cleanup of internal mutex locking. Be more consistant in how we do
Eric Andersen
2006-11-29
- introduce UCLIBC_SUSV3_LEGACY_MACROS to be able to do away with all LEGACY
Bernhard 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-17
Bernd Schmidt writes: [blackfin updates] add support for FDPIC and include L1...
Mike Frysinger
2006-09-21
use proper #APP lines so that the assembler knows when it needs to handle par...
Mike Frysinger
2006-09-08
add some inline funcs for the mlock funcs on no-mmu
Mike Frysinger
2006-08-24
sync with upstream via psm
Mike Frysinger
2006-08-24
sync with upstream via psm
Mike Frysinger
2006-08-23
sync with psm: update errno handling to be the same on all arches
Mike Frysinger
2006-06-21
allow arches to easily override asm-line-sep, move cris over to new style, an...
Mike Frysinger
2006-06-21
merge bfin relocations from blackfin cvs
Mike Frysinger
2006-06-19
use internal aliases for static objects as well
Mike Frysinger
2006-06-07
sync with glibc
Mike Frysinger
2006-06-07
sync with glibc
Mike Frysinger
2006-06-07
sync with glibc
Mike Frysinger
2006-06-07
sync with glibc
Mike Frysinger
2006-05-30
Remove uses of all QUEUEDEBUG_* macros.
Peter Kjellerstedt
2006-05-17
previous commit ifdef-ed out too much code
Mike Frysinger
[next]