Files
RedBear-OS/src
Josh Megnauth 64d9847e37 Linux support for syslog.h
Linux's syslog is a local socket, so this uses the recent UDS work.

* Most of redox.rs is refactored into mod.rs now which has all of the C
  facing functions and consts.
* I wrapped the global logger in a Mutex instead of a RwLock. The logger
  is almost always locked for writing so a Mutex is simpler as RwLock
  provides no benefits.
* I implemented LOG_PERROR which also prints errors to stderr as well as
  the log.
* Syslog should be sys/syslog.h with syslog.h as an alias (the
  original code only had syslog.h).
2025-07-24 21:46:49 -04:00
..
2025-03-30 20:18:01 +02:00
2025-03-30 20:18:01 +02:00
2025-07-24 21:46:49 -04:00
2024-09-26 16:24:01 +02:00
2025-07-03 10:52:46 -06:00
2025-07-21 00:22:38 +00:00
2024-10-27 23:25:57 +01:00
2023-03-01 10:44:14 -07:00
2023-11-04 18:29:38 +00:00
2024-09-26 16:24:01 +02:00
2025-01-09 13:33:56 -07:00
2025-03-30 16:37:13 +02:00