mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
While at it, rename bb_signals_recursive_norestart() to bb_signals_norestart(): "recursive" was implying we are setting SA_NODEFER allowing signal handler to be entered recursively, but we do not do that. function old new delta bb_signals_norestart - 70 +70 startservice 380 394 +14 bb_signals_recursive_norestart 70 - -70 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 1/0 up/down: 84/-70) Total: 14 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |
||
|---|---|---|
| .. | ||
| chvt.c | ||
| clear.c | ||
| Config.src | ||
| deallocvt.c | ||
| dumpkmap.c | ||
| fgconsole.c | ||
| kbd_mode.c | ||
| Kbuild.src | ||
| loadfont.c | ||
| loadkmap.c | ||
| openvt.c | ||
| reset.c | ||
| resize.c | ||
| setconsole.c | ||
| setkeycodes.c | ||
| setlogcons.c | ||
| showkey.c | ||