Age | Commit message (Expand) | Author |
2008-03-26 | Enable remap_file_pages prototype controlled by __USE_GNU define as well as m... | Carmelo Amoroso |
2008-02-28 | Added support for ether_line, ether_ntohost and ether_hostton. | Carmelo Amoroso |
2008-01-19 | - forgot to add include/fenv.h | Bernhard Reutner-Fischer |
2008-01-17 | - fix compilation: | Bernhard Reutner-Fischer |
2008-01-11 | cull useless headers and import a few updates from glibc | Mike Frysinger |
2008-01-09 | fetch queue.h from latest freebsd cvs | Mike Frysinger |
2008-01-08 | change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi... | Mike Frysinger |
2008-01-06 | use the __extern_always_inline define from cdefs.h instead of duplicating gcc... | Mike Frysinger |
2008-01-05 | sync with glibc to get the extern inline directive | Mike Frysinger |
2008-01-05 | Chris Zankel writes: | Mike Frysinger |
2008-01-05 | give EM_AVR32 a little comment | Mike Frysinger |
2008-01-05 | implement semtimedop for #927 | Mike Frysinger |
2007-11-22 | Certain configure scripts test for presence of dlfcn.h. Don't install it | Bernd Schmidt |
2007-11-16 | Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve... | Carmelo Amoroso |
2007-11-07 | Added support for GNU hash style into dynamic linker | Carmelo Amoroso |
2007-10-20 | - commentary typo fix | Bernhard Reutner-Fischer |
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 |