Re: CVS commit: src/lib/librt

2025-02-24 Thread Thomas Klausner
On Mon, Feb 24, 2025 at 12:28:22AM +0100, Joerg Sonnenberger wrote: > > > On 2/23/25 8:34 PM, Thomas Klausner wrote: > > On Mon, Feb 24, 2025 at 06:32:09AM +1100, Matthew Green wrote: > > > > Log Message: > > > > Add LIBRARY section and explicitly mention that these interfaces > > > > require sup

Re: CVS commit: src/lib/librt

2025-02-23 Thread Jörg Sonnenberger
On 2/23/25 8:34 PM, Thomas Klausner wrote: On Mon, Feb 24, 2025 at 06:32:09AM +1100, Matthew Green wrote: Log Message: Add LIBRARY section and explicitly mention that these interfaces require super-user privileges. this can be relaxed with the security.models.extensions.user_set_cpu_affinit

Re: CVS commit: src/lib/librt

2025-02-23 Thread Thomas Klausner
On Mon, Feb 24, 2025 at 06:32:09AM +1100, Matthew Green wrote: > > Log Message: > > Add LIBRARY section and explicitly mention that these interfaces > > require super-user privileges. > > this can be relaxed with the > security.models.extensions.user_set_cpu_affinity sysctl. I found this and wond

re: CVS commit: src/lib/librt

2025-02-23 Thread matthew green
> Log Message: > Add LIBRARY section and explicitly mention that these interfaces > require super-user privileges. this can be relaxed with the security.models.extensions.user_set_cpu_affinity sysctl. .mrg.

CVS commit: src/lib/librt

2025-02-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Feb 21 15:33:58 UTC 2025 Modified Files: src/lib/librt: pset.3 Log Message: Add LIBRARY section and explicitly mention that these interfaces require super-user privileges. To generate a diff of this commit: cvs rdiff -u -r1.14

CVS commit: src/lib/librt

2025-02-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Feb 21 15:33:58 UTC 2025 Modified Files: src/lib/librt: pset.3 Log Message: Add LIBRARY section and explicitly mention that these interfaces require super-user privileges. To generate a diff of this commit: cvs rdiff -u -r1.14

CVS commit: src/lib/librt

2024-11-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Nov 22 16:17:34 UTC 2024 Removed Files: src/lib/librt: rt.expsym Log Message: librt: Nix expected symbols for now. Need to find why the symbol __rt_cerror is apparently machine-dependent. PR lib/58846: librt exports __rt_

CVS commit: src/lib/librt

2024-11-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Nov 22 16:17:34 UTC 2024 Removed Files: src/lib/librt: rt.expsym Log Message: librt: Nix expected symbols for now. Need to find why the symbol __rt_cerror is apparently machine-dependent. PR lib/58846: librt exports __rt_

CVS commit: src/lib/librt

2024-11-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Nov 21 20:34:37 UTC 2024 Added Files: src/lib/librt: rt.expsym Log Message: librt: Add expected symbols list. NOTE: Not sure about some of these internal-looking names like _librt_sem_open or _pset_bind, intentional? PR l

CVS commit: src/lib/librt

2024-11-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Nov 21 20:34:37 UTC 2024 Added Files: src/lib/librt: rt.expsym Log Message: librt: Add expected symbols list. NOTE: Not sure about some of these internal-looking names like _librt_sem_open or _pset_bind, intentional? PR l