Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sigaction overhaul as described in docs/sigaction.txt | Denis Vlasenko | 2008-12-15 | 1 | -37/+10 |
| | | | | | Run tested on i386. | ||||
* | Remove the rest of "bounded pointers" scaffolding. gcc website says" | Denis Vlasenko | 2008-12-13 | 1 | -2/+2 |
| | | | | | | "Bounds Checking Projects... This project has been abandoned" for four years at least. | ||||
* | make all "XXXhidden_proto(" consistently not use a space before '(' | Denis Vlasenko | 2008-12-13 | 1 | -3/+3 |
| | |||||
* | fix sigset_t size for mips (it's the only arch with 128 signals). | Denis Vlasenko | 2008-12-01 | 1 | -11/+18 |
| | | | | | | | fix _NSIG for it. better document what's going on in sigaction(). seems to not induce any actual code changes (sans mips). | ||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -3/+3 |
| | |||||
* | 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. | ||||
* | Xtensa: Provide an architecture specific sigaction and sa_restorer function ↵ | Chris Zankel | 2008-02-20 | 1 | -0/+59 |
in libc to avoid having to place executable code on stack. Signed-off-by: Chris Zankel <chris@zankel.net> |