summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/x86_64/brk.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-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>
* *: remove vestiges of gcc's "bounded pointers" feature,Denis Vlasenko2008-12-121-6/+7
| | | | | | it is dead (not supported by gcc) for years. (more of it remains in multiple copies of sigaction.c)
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
|
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-241-1/+1
|
* fixes from psm: hide internal brk symbolsMike Frysinger2006-08-231-3/+2
|
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵Peter S. Mazinger2006-03-101-3/+0
| | | | most of global data relocations are back
* I will risk this one: __curbrkPeter S. Mazinger2006-02-011-0/+3
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-1/+2
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-2/+3
| | | | missing headers, other jump relocs removed
* Do hidden brk, hide _brk as well for some archs, convert users of brkPeter S. Mazinger2005-12-141-1/+2
|
* some source files for x86_64Mike Frysinger2005-02-151-0/+44