Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -5/+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 | -2/+2 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -2/+2 |
| | |||||
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -1/+1 |
| | | | | | | | | | in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's. | ||||
* | Get rid of redefines on ppc pointed out by vapier | Peter S. Mazinger | 2006-02-27 | 1 | -0/+2 |
| | |||||
* | Use _lfs_64, reorganize a bit, why did stat*fs64 use stat*fs? | Peter S. Mazinger | 2006-02-26 | 1 | -17/+5 |
| | |||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 1 | -2/+0 |
| | | | | is a useless attempt | ||||
* | get rid of fcntl64 jump reloc | Peter S. Mazinger | 2006-01-14 | 1 | -1/+1 |
| | |||||
* | disable redirect for fcntl64 until a good way is found | Peter S. Mazinger | 2006-01-14 | 1 | -1/+1 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -10/+11 |
| | | | | missing headers, other jump relocs removed | ||||
* | Correct some problems | Peter S. Mazinger | 2005-12-16 | 1 | -0/+2 |
| | |||||
* | Convert all users of earlier hiddens | Peter S. Mazinger | 2005-12-13 | 1 | -2/+3 |
| | |||||
* | Hide chmod, lockf* | Peter S. Mazinger | 2005-12-13 | 1 | -1/+2 |
| | |||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -1/+1 |
| | |||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -1/+1 |
| | |||||
* | Make use of fcntl64 syscall if possible | Peter S. Mazinger | 2005-10-25 | 1 | -0/+2 |
| | |||||
* | Only include lockf64 when large file support is enabled, fixing | Eric Andersen | 2003-01-18 | 1 | -0/+18 |
| | | | | | a problem noticed by Jeff Mock. Sorry about that. -Erik | ||||
* | Implement lockf64 | Eric Andersen | 2003-01-10 | 1 | -0/+85 |
-Erik |