summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/ssp.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-11/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* - synch r25316:25325 from trunkBernhard Reutner-Fischer2009-02-181-1/+1
|
* Synch with trunk @ 24242Carmelo Amoroso2008-12-031-7/+6
| | | | | Step 18: some more synch: hidden_proto, size reduction and signal handling changes.
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-16/+19
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-2/+2
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk."Steven J. Hill"2006-02-281-21/+28
|
* Merge from trunk."Steven J. Hill"2006-01-141-11/+9
|
* Finish merge from trunk, again, no really."Steven J. Hill"2005-12-101-3/+4
|
* Fix 'sigaction' for NPTL and other thread models."Steven J. Hill"2005-12-081-1/+0
|
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-061-9/+26
|
* Merge from trunk."Steven J. Hill"2005-12-021-6/+6
|
* Massive merge from trunk."Steven J. Hill"2005-11-181-4/+4
|
* Merge from trunk."Steven J. Hill"2005-10-301-0/+2
|
* Big, huge fricking merge. Peter, if you touch the build system again I'm ↵"Steven J. Hill"2005-10-041-1/+32
| | | | going to smash your keyboard.
* Big sync with trunk."Steven J. Hill"2005-09-241-111/+38
|
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-301-28/+45
| | | | merged, but they will be done manually.
* - 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 ↵Ned Ludd2004-11-111-2/+2
| | | | enabled. syslog() support should now work both inside and outside of chroots. erandom code left in but remains #ifdef out by default. May remove erandom completely in the future for uClibc unless the LFS guys and gals want to keep it.
* misc cleanups of __stack_smash_handler() function when ssp support is ↵Ned Ludd2004-11-111-76/+100
| | | | enabled. syslog() support should now work both inside and outside of chroots. erandom code left in but remains #ifdef out by default. May remove erandom completely in the future for uClibc unless the LFS guys and gals want to keep it.
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-2/+2
| | | | -Erik
* Peter S. Mazinger writes:Eric Andersen2004-01-021-0/+97
Hello Erik! I have made some cosmetical changes to the files, removed the added SCRT=-fPIC option from building the crt0.S file (but it is a requirement to build them with -fPIC), and changed some comments. I have left the ldso.c patch with PIE_SUPPORT ifdefs, but consider applying it w/o them (see some earlier comment from PaX Team on this issue, as it is considered a bug). To have it work correctly, you'll also need removing COMPLETELY_PIC. One thing is missing: PIE_SUPPORT should be usable only for i386 (for now). Also added the support for propolice protection (that works for me and catches memcpy/strcpy attacks (but needs a special gcc version). Thanks, Peter