Files
RedBear-OS/src
vasilito 6f7752892b kernel: implement /proc/self — symlink to current process
Added /proc/self resolution in open_inner(). When /proc/self
is opened, it resolves to /proc/<current-pid> by reading
context::current().pid and returning a ProcDir handle.

Cross-referenced with Linux 7.1 fs/proc/self.c proc_self_get_link()
which creates a symlink inode pointing to the current PID.

This enables 'ls /proc/self', 'cat /proc/self/status', and all
other tools that use /proc/self to access their own process info.
2026-07-09 10:42:37 +03:00
..
2026-07-08 00:29:43 +03:00
2026-04-08 19:40:41 +01:00
2026-04-08 19:40:41 +01:00
2026-04-23 16:33:15 +07:00
2026-04-26 15:37:40 +07:00
2026-03-03 14:51:32 +00:00
2026-07-08 00:29:43 +03:00
2026-03-10 05:58:26 +07:00