Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -1/+1 |
| | |||||
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -2/+2 |
| | | | | | | | | | 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. | ||||
* | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | 2006-07-05 | 1 | -5/+2 |
| | | | | I had clearly run search/replace on that were cluttering things up. | ||||
* | update license | Mike Frysinger | 2006-07-05 | 1 | -14/+2 |
| | |||||
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 1 | -0/+1 |
| | |||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -1/+2 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -7/+12 |
| | | | | missing headers, other jump relocs removed | ||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -4/+5 |
| | |||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -2/+2 |
| | |||||
* | oops | Eric Andersen | 2003-12-22 | 1 | -1/+1 |
| | |||||
* | implement the worthless cuserid() function we claim to support. | Eric Andersen | 2003-12-22 | 1 | -0/+8 |
| | | | | | This isn't in SuSv3, but is expected by at least some apps such as emacs... | ||||
* | Patch from Luc Van Oostenryck to fix a buffer overflow | Eric Andersen | 2002-11-15 | 1 | -1/+1 |
| | | | | in getlogin_r | ||||
* | Prevent buffer overflow | Eric Andersen | 2002-06-15 | 1 | -6/+7 |
| | |||||
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -5/+4 |
| | |||||
* | Add in a trivial getlogin implementation | Eric Andersen | 2001-04-20 | 1 | -0/+48 |