Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03 | More hiding, including __mempcpy | Peter S. Mazinger | |
2005-11-26 | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | |
2002-09-06 | Add #include <malloc.h> to silence warning. | Manuel Novoa III | |
2002-09-04 | Make sjhill happy, and revive memalign | Eric Andersen | |
-Erik | |||
2002-09-04 | Per discussions with Erik, 'valloc.c' should be built on top of whichever | "Steven J. Hill" | |
memory allocator you choose. Unfortunately, the 'malloc-930716' needs a fair amount of work before it is functional. For now, changes have been made to add the 'valloc' call and it works properly with the plain 'malloc' allocator. |