Date: Thu, 20 Mar 2025 15:03:58 +0000
From: bugzilla-noreply@freebsd.org
To: emulation@FreeBSD.org
Subject: [Bug 285408] linux: jid 1 pid 88998 (server): sysctl {1,40,6} is not implemented
Message-ID: <bug-285408-4077-u9dH3HDei8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-285408-4077@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285408 Ed Maste <emaste@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=2623 | |69 CC| |emaste@freebsd.org --- Comment #1 from Ed Maste <emaste@freebsd.org> --- CTL_KERN=1, /* General kernel info and control */ KERN_RANDOM=40, /* Random driver */ and in drivers/char/random.c there is static const struct ctl_table random_table with kernel.random.boot_id and kernel.random.uuid both specifying proc_do_uuid. So AFIACT this is just a sysctl interface equivalent to procfs sys/kernel/random/uuid. We have an implementation in linprocfs for that, and it should be relatively straightforward to add. Is the application publicly available? -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-285408-4077-u9dH3HDei8>
