OSDN Git Service

next portion of libc_hidden_proto removal
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / common / ssp.c
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-18 Bernhard Reutner... - add __hot and __cold annotations
2008-09-29 Bernhard Reutner... - honour UCLIBC_HAS_SYSLOG
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-09 Peter S. MazingerHope I have it correct now w/ native gcc4 ssp
2006-01-04 Peter S. Mazingerone reloc less, uninline, should save some space
2006-01-04 Mike Frysingertweak __progname handling some more since some [bad...
2005-12-16 Peter S. MazingerConvert some users
2005-12-08 Peter S. MazingerTry to mimic glibc sigaction, sjhill, could you please...
2005-12-08 Peter S. MazingerCorrect use of __*log
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-04 Peter S. MazingerMake use of newly introduced attribute_noreturn
2005-10-27 Peter S. MazingerMoved guard_setup to dl-osinfo.h (used commonly by...
2005-10-01 Peter S. MazingerAdd gcc-4.1 non-TLS __stack_chk_guard support. Run...
2005-09-23 Peter S. MazingerChanged ssp.c license to LGPL and added vapier as contr...
2005-09-23 Peter S. MazingerNew ssp code using syscalls where possible.
2005-06-07 Mike Frysingermove tv def back with gettimeofday() func
2005-05-27 Mike Frysingertouchup defines so that we can use same ssp.c in both...
2005-05-27 Ned Ludd- keep gcc-4.x happy
2005-05-27 Mike Frysingerstyle updates
2005-03-12 Ned Ludd- added externs to keep gcc quiet about implicit declar...
2005-02-08 Ned Ludd- 2/NN patches for ssp. Updates from Peter S. Mazinger...
2005-02-08 Ned Ludd- 1/NN patches for ssp
2005-01-11 Mike Frysingerdont bother including sysctl.h unless we need it
2004-11-25 Ned Luddupdate : $
2004-11-11 Ned Luddmisc cleanups of __stack_smash_handler() function when...
2004-11-11 Ned Luddmisc cleanups of __stack_smash_handler() function when...
2004-01-21 Eric AndersenSplit up syscalls.c, since it had grown to be quite...
2004-01-02 Eric AndersenPeter S. Mazinger writes: