Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-06 | seatd-launch: check for getpwuid errors | Simon Ser | |
2021-08-06 | seatd-launch: don't use gotos in child processes | Simon Ser | |
While forked (child pid is zero), don't use gotos. These will execute atexit functions and potentially mess up the stdlib. Instead, use _exit. | |||
2021-08-06 | seatd-launch: propagate child exit status | Simon Ser | |
When the child process exits with a non-zero code or is killed, return with a non-zero code as well. | |||
2021-08-06 | seatd-launch: Add seatd launch wrapper | Kenny Levinsen | |
This launch wrapper is used to conveniently start a new seatd instance, wait for it to be ready, and launch a target application. |