summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/ssp.c
Commit message (Expand)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-11/+0
* - workaround oddity with position of function attributesBernhard Reutner-Fischer2009-02-131-1/+1
* on Bernd's request, remove commented-out code snippetsDenis Vlasenko2008-12-011-1/+0
* remove checks for "impossible" errors,Denis Vlasenko2008-12-011-2/+1
* optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko2008-12-011-2/+2
* shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko2008-11-291-3/+4
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-6/+6
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-5/+5
* - add __hot and __cold annotationsBernhard Reutner-Fischer2008-11-181-3/+3
* - honour UCLIBC_HAS_SYSLOGBernhard Reutner-Fischer2008-09-291-5/+8
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-2/+2
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-4/+6
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-16/+22
* Hope I have it correct now w/ native gcc4 sspPeter S. Mazinger2006-01-091-2/+1
* one reloc less, uninline, should save some spacePeter S. Mazinger2006-01-041-4/+5
* tweak __progname handling some more since some [bad] apps actually try and us...Mike Frysinger2006-01-041-6/+3
* Convert some usersPeter S. Mazinger2005-12-161-1/+1
* Try to mimic glibc sigaction, sjhill, could you please test w/ this version?Peter S. Mazinger2005-12-081-1/+1
* Correct use of __*logPeter S. Mazinger2005-12-081-3/+3
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-9/+26
* Hide mostly used functionsPeter S. Mazinger2005-12-011-6/+6
* 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