Files
ladybird/Userland/Libraries
Andrew Kaster b13846e688 LibC: Add daemon(3) implementation to match behavior of Linux and BSDs
This helper that originally appeared in 4.4BSD helps to daemonize
a process by forking, setting itself as session leader, chdir to "/" and
closing stdin/stdout.
2022-01-11 11:47:48 +01:00
..
2022-01-09 11:16:00 +03:30
2022-01-09 20:40:22 +01:00
2022-01-09 23:23:01 +01:00
2022-01-07 15:44:42 +01:00