| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync up with trunk. | "Steven J. Hill" | 2005-11-19 | 1 | -30/+13 |
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-18 | 28 | -305/+371 |
* | Sync with trunk. | "Steven J. Hill" | 2005-09-21 | 1 | -8/+25 |
* | In reality, the futex support that was originally added was only for STDIO op... | "Steven J. Hill" | 2005-08-09 | 2 | -5/+7 |
* | Last of the merges along with latest changes for NPTL. Nothing much | "Steven J. Hill" | 2005-07-30 | 1 | -17/+12 |
* | Finalize the merge from the trunk. There are more files to be | "Steven J. Hill" | 2005-07-30 | 5 | -31/+34 |
* | Merge mania continues... | "Steven J. Hill" | 2005-07-30 | 1 | -0/+234 |
* | Add futex support into uClibc. Selection of futex support independent of | "Steven J. Hill" | 2005-07-22 | 1 | -0/+38 |
* | Add in function declarations and bit fields for new NPTL clone support. | "Steven J. Hill" | 2005-06-03 | 1 | -0/+16 |
* | libpthread/nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c | "Steven J. Hill" | 2005-05-26 | 3 | -14/+56 |
* | Get rid of crud. | "Steven J. Hill" | 2005-05-15 | 1 | -234/+0 |
* | There were two versions of 'pthreadtypes.h' originally in uClibc. Also, | "Steven J. Hill" | 2005-05-14 | 1 | -142/+0 |
* | Sync uClibc 'sigthread.h' with the latest version from glibc. | "Steven J. Hill" | 2005-05-14 | 1 | -6/+6 |
* | Added new 'bits/atomic.h' for most of the architectures and the top-level 'in... | "Steven J. Hill" | 2005-05-12 | 1 | -0/+43 |
* | Hopefully fix the problem reported by Peter Mazinger, | Joakim Tjernlund | 2005-05-07 | 1 | -32/+41 |
* | Updated to match glibc 2.3.4 (adds missing CLOCK_MONOTONIC). | Peter Kjellerstedt | 2005-04-28 | 1 | -4/+6 |
* | Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctl | Joakim Tjernlund | 2005-04-24 | 2 | -28/+29 |
* | When I broke up the stdio code, the "support pre C99 compilers" va_copy compat | Manuel Novoa III | 2005-02-14 | 1 | -0/+27 |
* | no more cvs | Mike Frysinger | 2005-02-12 | 1 | -1/+0 |
* | struct ipc_perm, as used by shmctl() when soing shared memory stuff, | Eric Andersen | 2004-11-02 | 1 | -1/+1 |
* | Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a | Eric Andersen | 2004-08-21 | 2 | -80/+0 |
* | Fixup PAGE_SIZE problems | Eric Andersen | 2004-08-13 | 1 | -0/+28 |
* | Cleanup some dead wood in the header files | Eric Andersen | 2004-07-30 | 2 | -1277/+0 |
* | Add define for SHM_HUGETLB | Eric Andersen | 2004-05-13 | 1 | -0/+1 |
* | Patch from Yoshinori Sato <ysato@users.sourceforge.jp>. | Manuel Novoa III | 2004-05-07 | 1 | -0/+4 |
* | Fix a couple of issues in configurations I hadn't tested. | Manuel Novoa III | 2004-05-07 | 1 | -23/+7 |
* | Cope with gcc 3.4's more aggressive persuit of attribute unused | Eric Andersen | 2004-04-20 | 1 | -3/+3 |
* | Fix typo. | Manuel Novoa III | 2004-04-14 | 1 | -1/+1 |
* | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III | 2004-02-11 | 3 | -391/+441 |
* | s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g | Eric Andersen | 2004-01-16 | 1 | -3/+3 |
* | Minor fix from upstream glibc. | Manuel Novoa III | 2004-01-02 | 1 | -4/+8 |
* | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 2 | -3/+42 |
* | Fix for the last "fix". | Manuel Novoa III | 2003-11-11 | 1 | -0/+2 |
* | Protect some header inclusions. | Manuel Novoa III | 2003-11-11 | 1 | -0/+2 |
* | Add a utility macro. | Manuel Novoa III | 2003-11-06 | 1 | -0/+4 |
* | Remove erroneous trailing semicolon. | Manuel Novoa III | 2003-11-05 | 1 | -1/+1 |
* | This should enabled building of uClibc locale support when using uClibc itself. | Manuel Novoa III | 2003-09-16 | 1 | -4/+7 |
* | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III | 2003-09-08 | 2 | -107/+333 |
* | Create a typedef for the ctype bitmask table entries. | Manuel Novoa III | 2003-08-28 | 2 | -1/+16 |
* | Fix a few bugs in the new extended locale functions. | Manuel Novoa III | 2003-08-24 | 1 | -4/+7 |
* | Use the common version for bits/sem.h. Fixup the types to | Eric Andersen | 2003-08-14 | 1 | -2/+2 |
* | Add support for personality(), prctl(), ustat(), and ulimit() | Eric Andersen | 2003-08-08 | 1 | -3/+7 |
* | Patch from David Wuertele to prevent "conflicts with new declaration with C | Eric Andersen | 2003-08-05 | 1 | -0/+4 |
* | Replace 'new' in a prototype to avoid c++ problems. | Manuel Novoa III | 2003-08-01 | 1 | -1/+1 |
* | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III | 2003-08-01 | 7 | -67/+425 |
* | Remove the arch specific shm.h and use the fixed up common | Eric Andersen | 2003-08-01 | 1 | -39/+34 |
* | As noted by Peter S. Mazinger | Eric Andersen | 2003-06-16 | 1 | -227/+0 |
* | sjhill needs to buy donuts for everyone | Eric Andersen | 2003-03-11 | 1 | -1/+0 |
* | Compliance with MIPS ABI and MIPS kernel changes. | "Steven J. Hill" | 2003-03-11 | 1 | -9/+2 |
* | Initial effort at adding profiling support. | Eric Andersen | 2003-03-03 | 5 | -0/+196 |