]> git.sur5r.net Git - i3/i3/history - i3bar/src/child.c
Bugfix: Send child a SIGCONT, so it reacts to SIGTERM (no zombies \o/)
[i3/i3] / i3bar / src / child.c
2010-12-26 Axel WagnerBugfix: Send child a SIGCONT, so it reacts to SIGTERM...
2010-12-26 Axel WagnerRevert "Double-fork() to avoid zombies"
2010-12-23 Axel WagnerMerge branch 'next'
2010-11-11 Axel WagnerSend a SIGTERM instead of a SIGQUIT to exit the child
2010-11-10 Axel WagnerDouble-fork() to avoid zombies
2010-09-17 Axel WagnerUse DLOG/ELOG-macros, provide --verbose-option
2010-09-17 Axel WagnerAdd some more comments
2010-09-17 Axel WagnerMove child_pid into child.c
2010-09-17 Axel WagnerUse realloc instead of manually reallocating
2010-09-07 Axel WagnerAllocate the right amount of memory for ev_child
2010-09-07 Axel WagnerAllocate the right amount of memory for ev_child
2010-08-25 Axel WagnerMerge branch 'hide' into next
2010-08-25 Axel WagnerSend the child SIGSTOPs and SIGCONTs
2010-08-25 Axel WagnerRemove trailing newline from stdin
2010-08-24 Axel WagnerDon't manually strip dzen-formats.
2010-08-07 Axel WagnerAdd licensing information
2010-08-07 Axel WagnerAdd comments
2010-08-06 Axel WagnerAdded Unicode-Support
2010-08-05 Axel WagnerBe more strict with encapsulation