Files
RedBear-OS/include
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-07-17 22:49:51 -06:00
2019-01-01 07:35:13 -07:00
2019-01-15 20:49:15 -07:00
2024-10-11 06:44:54 +03:00
2018-11-23 21:31:09 +01:00
2024-12-17 10:38:43 +00:00
2024-11-17 16:15:07 +00:00
2018-12-14 12:50:23 -07:00
2018-10-28 13:24:34 +01:00
2024-11-10 16:19:15 +01:00
2023-01-17 22:11:46 -07:00
2018-07-27 18:27:51 +02:00
2025-04-11 20:18:27 -06:00
2023-05-06 17:02:54 +02:00
2020-06-14 22:00:10 +02:00
2024-11-27 01:25:53 -05:00
2020-12-23 13:45:25 -07:00
2025-07-24 21:46:49 -04:00