Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-13 | Remove the rest of "bounded pointers" scaffolding. gcc website says" | Denis Vlasenko | |
"Bounds Checking Projects... This project has been abandoned" for four years at least. | |||
2006-03-24 | Correct build failure introduced by SUSV3_LEGACY option | Peter S. Mazinger | |
2006-03-23 | Add new option for SuSv3 legacy functions and use it for ↵ | Peter S. Mazinger | |
bcopy/bzero/bcmp/index/rindex | |||
2006-02-01 | remove hidden versions of bzero, unused in libc.so | Peter S. Mazinger | |
2006-01-30 | Too many sparc versions ;-(, another hidden bcopy removed | Peter S. Mazinger | |
2006-01-30 | Remove arch specific hidden bcopy | 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 | |||
2006-01-03 | Use strong_alias everywhere instead of .global/.set. Correct some cases ↵ | Peter S. Mazinger | |
where the non-hidden version was used. | |||
2005-11-12 | Add hidden versions, hope I made it correctly. Sparc optimized string ↵ | Peter S. Mazinger | |
functions are not usable with current build system, each function (as long as asm) should go into an own file, the file having the name of the function | |||
2005-08-26 | import sparc-optimized string functions from glibc | Mike Frysinger | |