procfs: Add self & exe symlinks like NetBSD does
authorRicardo Branco <rbranco@suse.de>
Sat, 3 Feb 2024 00:17:52 +0000 (17:17 -0700)
committerWarner Losh <imp@FreeBSD.org>
Sat, 3 Feb 2024 01:34:59 +0000 (18:34 -0700)
commitb75fa3a2de0c9c0854ebd9a2adc75ce9e8d39bd4
treed60b3e9e42b9ff7a7f17d81d7deba2d4dde81157
parent752a340419a7e2c1d3b624199f35435aecaf5828
procfs: Add self & exe symlinks like NetBSD does

NetBSD calls "curproc" "self" and "exe" "file" for proc. Reduce
gratuitous differnces by including them as well.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/976
share/man/man5/procfs.5
sys/fs/procfs/procfs.c