Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -1/+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) | ||||
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | 2006-03-10 | 1 | -1/+0 |
| | | | | most of global data relocations are back | ||||
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 1 | -0/+1 |
| | |||||
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 1 | -1/+1 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -7/+9 |
| | | | | missing headers, other jump relocs removed | ||||
* | create a hidden internal pagesize symbol for libc usage | Mike Frysinger | 2006-01-08 | 1 | -3/+3 |
| | |||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -3/+4 |
| | |||||
* | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | 2005-11-26 | 1 | -2/+3 |
| | |||||
* | The variable used to store pagesize is not the same as the | Eric Andersen | 2004-08-16 | 1 | -3/+3 |
| | | | | | _dl_pagesize variable in ldso, so avoid aliasing. -Erik | ||||
* | make certain that getpagesize() returns correct the value for mips | Eric Andersen | 2004-05-11 | 1 | -10/+14 |
| | | | | by extracting the value from the ELF header. | ||||
* | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen | 2002-07-22 | 1 | -1/+1 |
| | | | | | | Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik | ||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -1/+3 |
| | |||||
* | Completely rearchitected the sysdeps directory. | Eric Andersen | 2000-07-05 | 1 | -0/+38 |
-Erik |