summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/ssp.c
AgeCommit message (Expand)Author
2005-12-03More hiding, including __mempcpyPeter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-11-04Make use of newly introduced attribute_noreturnPeter S. Mazinger
2005-10-27Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger
2005-10-01Add gcc-4.1 non-TLS __stack_chk_guard support. Run the guard setup only once.Peter S. Mazinger
2005-09-23Changed ssp.c license to LGPL and added vapier as contributorPeter S. Mazinger
2005-09-23New ssp code using syscalls where possible.Peter S. Mazinger
2005-06-07move tv def back with gettimeofday() funcMike Frysinger
2005-05-27touchup defines so that we can use same ssp.c in both glibc and uclibcMike Frysinger
2005-05-27- keep gcc-4.x happyNed Ludd
2005-05-27style updatesMike Frysinger
2005-03-12- added externs to keep gcc quiet about implicit declaration of 3 functionsNed Ludd
2005-02-08- 2/NN patches for ssp. Updates from Peter S. Mazinger and Robert ConnollyNed Ludd
2005-02-08- 1/NN patches for sspNed Ludd
2005-01-11dont bother including sysctl.h unless we need itMike Frysinger
2004-11-25update : $Ned Ludd
2004-11-11misc cleanups of __stack_smash_handler() function when ssp support is enabled...Ned Ludd
2004-11-11misc cleanups of __stack_smash_handler() function when ssp support is enabled...Ned Ludd
2004-01-21Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen
2004-01-02Peter S. Mazinger writes:Eric Andersen