Commit Graph

11 Commits

Author SHA1 Message Date
Nocturn9x 7b7b675fef Minor changes and additions 2022-10-18 09:33:12 +02:00
Nocturn9x fea5e625e2 Added log redirection and cgroups support via setsid() 2021-12-16 11:24:00 +01:00
nocturn9x 92850e8d70 Aligned log messages, minor general fixes, unified virtual and real filesystems and started to work on the API for parsing NimD's config (also added empty networking module) 2021-12-06 13:47:11 +01:00
nocturn9x 63ab7c61e4 More work to fix multiprocessing issues 2021-12-04 18:12:22 +01:00
Nocturn9x 5777e1a715 Major code cleanup. Added initial (VERY broken) support for services 2021-12-04 13:47:06 +01:00
Nocturn9x bd7d4e1974 Added sync() system call for testing purposes. Added SIGSTP signal handler. Removed CtrlCException. Added dummy SIGCHLD handler for future process reaping. NimD now creates some symlinks at startup so Linux ports of BSD software don't crash. Moved exists procedure to misc module. UnmountAllDisks now unmounts the source instead of the target. Other minor fixes and typos 2021-12-02 23:16:16 +01:00
Nocturn9x 6ef157baa0 Minor fixes + removed redundant SIGINT hook 2021-12-02 21:28:58 +01:00
Nocturn9x d055d876a1 NimD now sets the machine's hostname, nimd has now colored logs. Added emergency mode (spawns root shell on fatal crash), stopped unmounting virtual filesystems 2021-12-02 18:54:48 +01:00
Nocturn9x 1c6254b50f Improved README 2021-12-02 14:02:05 +01:00
Nocturn9x 26f98cec52 Added shutdown hooks support and unmounting of all handlers upon exit 2021-12-01 12:00:07 +01:00
Nocturn9x 7652a2c1cf Modularized the system further, added mounting of virtual filesystems 2021-11-30 23:56:38 +01:00