[hackers] [tabbed] include X11/keysym.h: improve compatibility with older systems || Hiltjo Posthuma

2023-03-11 Thread git
commit 66ef5f33e9987b70e2457c4a459f7ed84184604b Author: Hiltjo Posthuma AuthorDate: Sat Mar 11 19:07:55 2023 +0100 Commit: Hiltjo Posthuma CommitDate: Sat Mar 11 19:07:55 2023 +0100 include X11/keysym.h: improve compatibility with older systems This matches dwm too.

Re: [hackers] [tabbed][PATCH] fix: faulty zombie reaping

2023-03-11 Thread Hiltjo Posthuma
On Sat, Mar 11, 2023 at 06:20:07AM +0600, NRK wrote: > issues with the current signal handler: > > 1. die() isn't async-signal-safe > 2. there's a race-window during reinstating the signal handler allowing >zombies to be produced (should be rare in practice). > 3. if waitpid fails, it will

[hackers] [tabbed] fix: faulty zombie reaping || NRK

2023-03-11 Thread git
commit fdf5fc7305e86bee82c1d7466d0d74936c135b07 Author: NRK AuthorDate: Sat Mar 11 06:20:07 2023 +0600 Commit: Hiltjo Posthuma CommitDate: Sat Mar 11 13:14:56 2023 +0100 fix: faulty zombie reaping issues with the current signal handler: 1. die() isn't