summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/x86_64/sigaction.c
Commit message (Collapse)AuthorAgeFilesLines
* sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko2008-12-151-54/+35
| | | | | Run tested on i386.
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-131-4/+4
| | | | | | "Bounds Checking Projects... This project has been abandoned" for four years at least.
* fix sigset_t size for mips (it's the only arch with 128 signals).Denis Vlasenko2008-12-011-7/+13
| | | | | | | fix _NSIG for it. better document what's going on in sigaction(). seems to not induce any actual code changes (sans mips).
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
|
* - some more asm keyword fixes (Yann E. MORIN)Bernhard Reutner-Fischer2008-08-061-3/+2
|
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
| | | | | | | | | in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's.
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-241-4/+4
|
* Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko2007-07-291-1/+0
| | | | | from i386 and x86_64.
* even the hidden version of the weaks in libc (as strong in libpthread) have ↵Peter S. Mazinger2006-02-021-1/+1
| | | | to be weaks
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-1/+3
|
* make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in ↵Peter S. Mazinger2006-01-231-1/+1
| | | | libpthread as well
* Remove old commentPeter S. Mazinger2006-01-211-2/+0
|
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-1/+1
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-7/+7
| | | | missing headers, other jump relocs removed
* Merge from NPTL branch. Bring in the remaining changes for sigaction."Steven J. Hill"2005-12-101-0/+3
|
* Try to mimic glibc sigaction, sjhill, could you please test w/ this version?Peter S. Mazinger2005-12-081-6/+6
|
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-6/+8
|
* Hide mostly used functionsPeter S. Mazinger2005-12-011-2/+2
|
* sync with glibc to get rid of warningsMike Frysinger2005-11-231-8/+20
|
* unneeded quotesMike Frysinger2005-06-291-1/+1
|
* some source files for x86_64Mike Frysinger2005-02-151-0/+135