Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hostid: improve extremely unreadable parts | Denis Vlasenko | 2008-12-01 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | *: remove checks of sigaction and sigprocmask results in cases where they clearly can't fail: sigaction(known_good_sig) sigprocmask(known_good_how) text data bss dec hex filename - 393 4 0 397 18d libc/pwd_grp/lckpwdf.o + 382 4 0 386 182 libc/pwd_grp/lckpwdf.o - 56 0 0 56 38 libc/signal/sigblock.o + 44 0 0 44 2c libc/signal/sigblock.o - 211 0 0 211 d3 libc/signal/sigset.o + 202 0 0 202 ca libc/signal/sigset.o - 56 0 0 56 38 libc/signal/sigsetmask.o + 44 0 0 44 2c libc/signal/sigsetmask.o - 309 0 0 309 135 libc/unistd/sleep.o + 256 0 0 256 100 libc/unistd/sleep.o | ||||
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -1/+1 |
| | |||||
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 1 | -1/+2 |
| | |||||
* | __longjmp/__libc_longjmp as noreturn | Peter S. Mazinger | 2006-01-24 | 1 | -2/+2 |
| | |||||
* | Use __typeof for __longjmp, remove alias to longjmp for cris, should be ↵ | Peter S. Mazinger | 2006-01-24 | 1 | -1/+1 |
| | | | | covered by common/longjmp.c | ||||
* | longjmp missed, remove sh version, it's the same as the generic one | Peter S. Mazinger | 2006-01-23 | 1 | -2/+2 |
| | |||||
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 1 | -1/+1 |
| | |||||
* | enable _longjmp alias else less fails to build | Mike Frysinger | 2006-01-14 | 1 | -1/+1 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -6/+7 |
| | | | | missing headers, other jump relocs removed | ||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -1/+1 |
| | |||||
* | Fix missing longjmp symbol | Eric Andersen | 2002-02-13 | 1 | -0/+1 |
| | |||||
* | A number of naming updates in preparation for adding in | Eric Andersen | 2002-02-13 | 1 | -3/+4 |
| | | | | | proper threading. Most of this is from Stefan Soucek, with additions and changes as needed from me. | ||||
* | Fix/simplify longjmp. Fix toplevel mips settings | Eric Andersen | 2002-01-31 | 1 | -5/+6 |
| | |||||
* | Fixup setjmp and longjmp so they behave themselves properly now | Eric Andersen | 2002-01-31 | 1 | -0/+46 |
on both x86 and arm... -Erik |