Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -14/+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 | -11/+11 |
| | | | | | 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. | ||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -16/+18 |
| | | | | missing headers, other jump relocs removed | ||||
* | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵ | Peter S. Mazinger | 2005-12-16 | 1 | -3/+5 |
| | | | | it back | ||||
* | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger | 2005-12-13 | 1 | -1/+2 |
| | |||||
* | Hide more | Peter S. Mazinger | 2005-12-07 | 1 | -2/+2 |
| | |||||
* | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger | 2005-12-07 | 1 | -0/+1 |
| | |||||
* | More hiding, 300 left | Peter S. Mazinger | 2005-12-04 | 1 | -0/+1 |
| | |||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -0/+1 |
| | |||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -0/+1 |
| | |||||
* | Hiding again | Peter S. Mazinger | 2005-11-29 | 1 | -0/+1 |
| | |||||
* | Hide some of mem* and str* | Peter S. Mazinger | 2005-11-27 | 1 | -0/+2 |
| | |||||
* | Eliminate wrapping of struct stat and use the kernel version | Eric Andersen | 2002-08-19 | 1 | -1/+1 |
| | | | | | | directly. Eliminate all the attendant baggage. Fix internal types to match kernel types more closely. -Erik | ||||
* | Per discussion on the mailing list, simply vfork -> fork mapping to only apply | Eric Andersen | 2002-07-31 | 1 | -1/+1 |
| | | | | | iff we do not have vfork available, which is simpler and more reasonable. -Erik | ||||
* | When vfork is not available and we have an MMU, then use fork() | Eric Andersen | 2002-02-21 | 1 | -7/+9 |
| | | | | -Erik | ||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -1/+1 |
| | |||||
* | Cleanup the toploevel makefile handing of shared libs. Add weak_alias | Eric Andersen | 2001-06-12 | 1 | -0/+4 |
| | | | | | | define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik | ||||
* | Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutil | Eric Andersen | 2001-05-08 | 1 | -0/+197 |
port. I have reworked the code quite a bit so that the stuff that is supposed to be in libc is in libc, and I added a bunch of missing stuff so the libutil interface matches that of glibc's libutil. The only caveat is that libutil/login.c is currently a stub. -Erik |