Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-12 | i386/brk.c: gcc can't figure out how to use %ebx in PIC mode, | Denis Vlasenko | |
help it. Code size is the same. | |||
2008-12-12 | smaller brk() for i386. Inspected assembly to see it's still valid. | Denis Vlasenko | |
text data bss dec hex filename - 44 0 4 48 30 libc/sysdeps/linux/i386/brk.o + 42 0 4 46 2e libc/sysdeps/linux/i386/brk.o | |||
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko | |
2006-08-23 | fixes from psm: hide internal brk symbols | Mike Frysinger | |
2006-03-10 | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | |
most of global data relocations are back | |||
2006-02-01 | I will risk this one: __curbrk | Peter S. Mazinger | |
2006-01-23 | Make i386 build w/ -std=c99 (almost) | Peter S. Mazinger | |
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2005-12-14 | Do hidden brk, hide _brk as well for some archs, convert users of brk | Peter S. Mazinger | |
2004-07-30 | s/___brk_addr/__curbrk/g | Eric Andersen | |
Some utilities, such as valgrind, have a legitimate reason to know the address of the current brk. Since we know such utils will peek under our skirt, we might as well give them what they expect and not use a gratuitously different symbol name. -Erik | |||
2002-01-21 | Make sbrk common, add arm/brk.c, cleanup leftover damage | Eric Andersen | |
2001-10-04 | Yet more minor cleanups | Eric Andersen | |
2001-10-03 | Cleanup brk/sbrk | Eric Andersen | |
2001-04-06 | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | |
This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik | |||
2001-01-11 | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | |