Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | powerpc: Add TLS and NPTL support | Khem Raj | 2010-05-09 | 1 | -0/+4 |
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -4/+0 |
| | | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -1/+1 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -3/+3 |
| | |||||
* | - trim superfluous ';'. No objcode changes | Bernhard Reutner-Fischer | 2008-10-28 | 1 | -2/+2 |
| | |||||
* | - Fix powerpc pread/pwrite (Wade Berrier) | Bernhard Reutner-Fischer | 2008-08-20 | 1 | -10/+11 |
| | | | | | pread/write wanted to send an 8 byte value in the syscall where only 4 bytes were allowed. | ||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -20/+20 |
| | |||||
* | - fix inline keyword | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -4/+4 |
| | |||||
* | Take Mike Frysinger's comments into account -- make certain that user | Eric Andersen | 2006-12-08 | 1 | -1/+1 |
| | | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file. | ||||
* | Move lseek64 into LFS guarded place | Peter S. Mazinger | 2006-02-25 | 1 | -1/+2 |
| | |||||
* | cast buf to get rid of warning | Mike Frysinger | 2006-02-01 | 1 | -1/+1 |
| | |||||
* | Add some prototypes to arch specific pread_write.c, mips has __mips64 ↵ | Peter S. Mazinger | 2006-01-27 | 1 | -0/+4 |
| | | | | questionable ifdefs | ||||
* | Convert all the strong_aliases to weak that are cancelable in libpthread | Peter S. Mazinger | 2006-01-24 | 1 | -8/+8 |
| | |||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 1 | -27/+15 |
| | | | | is a useless attempt | ||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -18/+7 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -16/+19 |
| | | | | missing headers, other jump relocs removed | ||||
* | Convert all users of earlier hiddens | Peter S. Mazinger | 2005-12-13 | 1 | -6/+6 |
| | |||||
* | Fixup some small issues that show up when large file support is disabled | Eric Andersen | 2003-02-24 | 1 | -0/+4 |
| | |||||
* | This draws from an old patch by David Blythe for the now-dead | Eric Andersen | 2002-11-15 | 1 | -0/+193 |
unified syscall interface. I reworked his old patch considerably and cleaned up his version of bits/syscalls.h with some sneaky macro magic. And I implemented a powerpc correct version of pread/pwrite -Erik |