summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/ssp.c
Commit message (Expand)AuthorAgeFilesLines
* Make use of newly introduced attribute_noreturnPeter S. Mazinger2005-11-041-4/+4
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger2005-10-271-0/+2
* Add gcc-4.1 non-TLS __stack_chk_guard support. Run the guard setup only once.Peter S. Mazinger2005-10-011-1/+32
* Changed ssp.c license to LGPL and added vapier as contributorPeter S. Mazinger2005-09-231-8/+4
* New ssp code using syscalls where possible.Peter S. Mazinger2005-09-231-103/+34
* move tv def back with gettimeofday() funcMike Frysinger2005-06-071-4/+5
* touchup defines so that we can use same ssp.c in both glibc and uclibcMike Frysinger2005-05-271-16/+28
* - keep gcc-4.x happyNed Ludd2005-05-271-1/+5
* style updatesMike Frysinger2005-05-271-9/+9
* - added externs to keep gcc quiet about implicit declaration of 3 functionsNed Ludd2005-03-121-0/+5
* - 2/NN patches for ssp. Updates from Peter S. Mazinger and Robert ConnollyNed Ludd2005-02-081-10/+9
* - 1/NN patches for sspNed Ludd2005-02-081-6/+7
* dont bother including sysctl.h unless we need itMike Frysinger2005-01-111-1/+3
* update : $Ned Ludd2004-11-251-1/+1
* misc cleanups of __stack_smash_handler() function when ssp support is enabled...Ned Ludd2004-11-111-2/+2
* misc cleanups of __stack_smash_handler() function when ssp support is enabled...Ned Ludd2004-11-111-76/+100
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-2/+2
* Peter S. Mazinger writes:Eric Andersen2004-01-021-0/+97