https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243807
--- Comment #7 from Trenton Schulz ---
(In reply to Yuichiro NAITO from comment #6)
Hi Yuichiro,
It looks like the Emacs bug on debbug as 39399 and is listed here:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=39399
Perhaps you want to
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248172
Bug ID: 248172
Summary: OpenVPN configuring tun/tap devices ends up with
IFDISABLED interfacs
Product: Base System
Version: 12.1-RELEASE
Hardware: Any
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248172
Kubilay Kocak changed:
What|Removed |Added
Status|New |Open
Keywords|
TSPB Birlikte Eğitim Mesleki Gelişim Eğitimleri
Bülteni Daha İyi Görüntülemek İçin Tıklayın
[http://track-4.n-mail-3.com/0110D2389707|10109990485b4d55f5b11034a73625947252|01115354|0011469|01012436.html]TSPB
Birlikte Eğitim Mesleki Gelişim Eğitimleri
"Yatırımcılar İçin Şirket Değerleme"
-
Onl
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248184
Bug ID: 248184
Summary: readlink("/proc/curproc/file" returns random results
Product: Base System
Version: 12.1-RELEASE
Hardware: Any
OS: Any
Status: New
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248184
--- Comment #1 from Conrad Meyer ---
The canonical way to do this in FreeBSD is making use of elf_aux_info(3) with
AT_EXECPATH. The information is copied to userspace in the program image
during activation, but is not tracked by the kernel
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248184
Conrad Meyer changed:
What|Removed |Added
Summary|readlink("/proc/curproc/fil |readlink("/proc/curproc/fil
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248184
--- Comment #2 from joerg.schill...@fokus.fraunhofer.de ---
Solaris introduced getexecname() 23 years ago and I need/use it since 15 years.
At that time, there was nothing similar in FreeBSD and procfs was the only way
to go for porting.
e