| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Passing around PIDs, UIDs etc as integers makes it more sane in Lua 5.3.
Getting 1234.0 as PID is silly. Shouldn't change any behavior as these
are all integers on the C side and the integral floats are accepted as
integers when passed back from Lua into C.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
A pre-commit version probably started with i = nsig and counted down,
then an incomplete change to counting up was done
|
| |
|
|
|
|
| |
desired effect before glibc 2.19
|
| |
|
| |
|
| |
|
|
|
|
| |
compiled for
|
|
|
|
| |
support 5.1
|
| |
|
|
|
|
| |
--break-blocks --pad-oper --unpad-paren --add-brackets --align-pointer=type --lineend=linux
|
| |
|
| |
|
| |
|
|
|
|
| |
C compliance.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
another signal between clearing the signal queue and restoring it
|
| |
|
|
|
|
| |
debug hook (and never clearing our own)
|
| |
|
| |
|
|
|