Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sigaction overhaul as described in docs/sigaction.txt | Denis Vlasenko | 2008-12-15 | 1 | -84/+53 |
| | | | | | Run tested on i386. | ||||
* | Remove the rest of "bounded pointers" scaffolding. gcc website says" | Denis Vlasenko | 2008-12-13 | 1 | -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 Vlasenko | 2008-12-01 | 1 | -23/+29 |
| | | | | | | | 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 removal | Denis Vlasenko | 2008-11-20 | 1 | -1/+1 |
| | |||||
* | - some more asm keyword fixes (Yann E. MORIN) | Bernhard Reutner-Fischer | 2008-08-06 | 1 | -2/+1 |
| | |||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -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 changes | Bernhard Reutner-Fischer | 2008-04-24 | 1 | -3/+3 |
| | |||||
* | mips64 patch from Atsushi Nemoto: | Eric Andersen | 2006-11-04 | 1 | -0/+38 |
| | | | | | It seems these codes dropped when importing from glibc. This is required for mips64. | ||||
* | even the hidden version of the weaks in libc (as strong in libpthread) have ↵ | Peter S. Mazinger | 2006-02-02 | 1 | -1/+1 |
| | | | | to be weaks | ||||
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 1 | -1/+2 |
| | |||||
* | make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in ↵ | Peter S. Mazinger | 2006-01-23 | 1 | -1/+1 |
| | | | | libpthread as well | ||||
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 1 | -1/+1 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -4/+7 |
| | | | | missing headers, other jump relocs removed | ||||
* | Merge from NPTL branch. | "Steven J. Hill" | 2005-12-10 | 1 | -2/+2 |
| | |||||
* | Merge from NPTL branch. Bring in the remaining changes for sigaction. | "Steven J. Hill" | 2005-12-10 | 1 | -27/+22 |
| | |||||
* | Try to mimic glibc sigaction, sjhill, could you please test w/ this version? | Peter S. Mazinger | 2005-12-08 | 1 | -4/+4 |
| | |||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -3/+4 |
| | |||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -2/+2 |
| | |||||
* | fix warning using glibc method | Mike Frysinger | 2005-11-30 | 1 | -3/+1 |
| | |||||
* | Add sigaction for mips | Eric Andersen | 2004-07-17 | 1 | -0/+123 |