Hi Andy,
> > I was going to test the attached patch, but find that I cannot test it:
> > The commit
> > https://github.com/illumos/illumos-gate/commit/004345e48064ccd168d15f66eba2031c6090ccee
> > is from 2025-04-24.
> > - In OmniOS, https://downloads.omnios.org/media/, the latest 'bloody'
> > b
On Sun, 4 May 2025, Bruno Haible wrote:
> Hi,
>
> Andy Fiddaman wrote:
> > The attached patch adds support for using the POSIX getlocalename_l()
> > function
> > in illumos to avoid having to reach into undocumented/opaque structs.
>
> Thanks for notifying us about this. Yes, the purpose of ge
Hi,
Andy Fiddaman wrote:
> The attached patch adds support for using the POSIX getlocalename_l() function
> in illumos to avoid having to reach into undocumented/opaque structs.
Thanks for notifying us about this. Yes, the purpose of getlocalename_l() in
POSIX is to avoid peeking into undocumente
The attached patch adds support for using the POSIX getlocalename_l() function
in illumos to avoid having to reach into undocumented/opaque structs.
This function was added to illumos in April 2025 in
https://www.illumos.org/issues/17382 as part of the efforts to implement the
requirements of POSI