| Commit message (Expand) | Author | Age | Files | Lines |
* | Add eventfd support. | Jean-Christian de Rivaz | 2011-12-23 | 1 | -1/+2 |
* | sh: use the common implementation for longjmp | Filippo Arcidiacono | 2011-05-27 | 1 | -1/+1 |
* | NPTL: needs madvise internally | Bernhard Reutner-Fischer | 2011-05-12 | 1 | -4/+3 |
* | add pipe2() | Bernhard Reutner-Fischer | 2011-05-11 | 1 | -1/+2 |
* | buildsys: prettify ssp.c handling | Bernhard Reutner-Fischer | 2011-05-03 | 1 | -4/+1 |
* | madvise is LINUX_SPECIFIC | Bernhard Reutner-Fischer | 2011-05-03 | 1 | -1/+1 |
* | __rt_sigwaitinfo: depends on HAS_REALTIME | Bernhard Reutner-Fischer | 2011-04-29 | 1 | -1/+1 |
* | buildsys: fix GNU make v3.80 compatibility again | Kevin Cernekee | 2011-04-13 | 1 | -2/+6 |
* | guard *_chk() related stuff with UCLIBC_HAS_FORTIFY | Peter S. Mazinger | 2011-03-09 | 1 | -1/+1 |
* | The C6X port | Aurelien Jacquiot | 2011-03-05 | 1 | -0/+1 |
* | nptl: imit waitpid just for MIPS O32 | Bernhard Reutner-Fischer | 2011-02-22 | 1 | -1/+0 |
* | buildsys: fix inverted logic with thread impls | Bernhard Reutner-Fischer | 2011-02-16 | 1 | -3/+2 |
* | buildsys: use kbuild style | Bernhard Reutner-Fischer | 2011-02-14 | 1 | -96/+39 |
* | buildsys: remove wrong file | Bernhard Reutner-Fischer | 2011-02-14 | 1 | -1/+1 |
* | nptl: fix typo in buildsys | Bernhard Reutner-Fischer | 2011-02-14 | 1 | -1/+1 |
* | Fix GNU make v3.80 compatibility | Kevin Cernekee | 2011-02-11 | 1 | -2/+6 |
* | nptl/mips64: Fix build when using mips64 and ABIs other than o32 | Khem Raj | 2011-01-29 | 1 | -0/+4 |
* | Fix msync() redefinition for noMMU build | Bernhard Reutner-Fischer | 2010-10-27 | 1 | -0/+5 |
* | nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabled | Carmelo Amoroso | 2010-09-20 | 1 | -1/+5 |
* | libc: Fix cancellation handling in some C functions | Salvatore Cro | 2010-09-15 | 1 | -1/+1 |
* | nptl: fix buildsys | Bernhard Reutner-Fischer | 2010-07-06 | 1 | -1/+2 |
* | powerpc: Add TLS and NPTL support | Khem Raj | 2010-05-09 | 1 | -0/+3 |
* | Merge commit 'origin/master' into nptl | Austin Foxley | 2010-04-02 | 1 | -2/+2 |
|\ |
|
| * | prettify make clean | Bernhard Reutner-Fischer | 2010-03-25 | 1 | -2/+2 |
* | | fixes to get nptl compiling for x86_64 | Austin Foxley | 2010-02-19 | 1 | -1/+1 |
* | | x86_64: no waitpid syscall exists, so use wait4 | Austin Foxley | 2009-12-16 | 1 | -3/+5 |
* | | whitespace fixes | Austin Foxley | 2009-10-17 | 1 | -1/+1 |
* | | some tweaks under libc/ needed for nptl | Austin Foxley | 2009-10-17 | 1 | -0/+21 |
|/ |
|
* | utime() is obsolescent in SUSv4 | Bernhard Reutner-Fischer | 2009-10-08 | 1 | -0/+4 |
* | Fix building arm EABI | Bernhard Reutner-Fischer | 2009-10-08 | 1 | -1/+1 |
* | add timerfd syscall and header | Stephan Raue | 2009-09-21 | 1 | -1/+1 |
* | enable sbrk() for everyone | Mike Frysinger | 2009-07-26 | 1 | -4/+0 |
* | - mark capset() as linux specific | Bernhard Reutner-Fischer | 2008-12-22 | 1 | -1/+1 |
* | - capget() is linux specific; Sync helptext with current exclude list. | Bernhard Reutner-Fischer | 2008-12-22 | 1 | -1/+1 |
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 1 | -4/+4 |
* | - add signalfd() | Bernhard Reutner-Fischer | 2008-10-10 | 1 | -2/+2 |
* | delete/init module functions are not 2.4 specific | Mike Frysinger | 2008-09-25 | 1 | -2/+1 |
* | - add sync_file_range() | Bernhard Reutner-Fischer | 2008-09-16 | 1 | -2/+2 |
* | - adds several config-options to allow for turning off certain features | Bernhard Reutner-Fischer | 2008-06-03 | 1 | -1/+48 |
* | - cannot really guarantee proper order, so play safe and compile the problematic | Bernhard Reutner-Fischer | 2008-05-30 | 1 | -8/+4 |
* | - Fix gcc glitch with mremap and IMA. | Bernhard Reutner-Fischer | 2008-05-30 | 1 | -0/+7 |
* | - my manpage sais that init_module, create_module, query_module, delete_module | Bernhard Reutner-Fischer | 2008-05-21 | 1 | -0/+5 |
* | DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]... | Peter S. Mazinger | 2006-02-15 | 1 | -1/+2 |
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger | 2006-02-13 | 1 | -29/+19 |
* | Do not build *64 and llseek, correct some failure when LFS is disabled | Peter S. Mazinger | 2006-01-27 | 1 | -0/+5 |
* | Hope I have it correct now w/ native gcc4 ssp | Peter S. Mazinger | 2006-01-09 | 1 | -5/+3 |
* | Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with... | Peter S. Mazinger | 2005-11-03 | 1 | -1/+0 |
* | Allow partly IMA compile of this directory | Peter S. Mazinger | 2005-11-02 | 1 | -5/+16 |
* | Correct gcc-4.1 ssp build | Peter S. Mazinger | 2005-11-01 | 1 | -2/+1 |
* | Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ... | Peter S. Mazinger | 2005-10-28 | 1 | -6/+0 |