Page MenuHomeFreeBSD

exec.h: Move PS_STRINGS and related #define to kernel-only section
ClosedPublic

Authored by emaste on Apr 13 2016, 12:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 15 2025, 7:51 PM
Unknown Object (File)
Nov 30 2025, 4:15 PM
Unknown Object (File)
Nov 21 2025, 7:28 AM
Unknown Object (File)
Nov 21 2025, 7:21 AM
Unknown Object (File)
Nov 21 2025, 7:15 AM
Unknown Object (File)
Nov 21 2025, 7:09 AM
Unknown Object (File)
Nov 13 2025, 12:57 PM
Unknown Object (File)
Nov 6 2025, 9:17 PM
Subscribers
None

Details

Summary

The kern.ps_strings sysctl was introduced in rS103767 and the last use of PS_STRINGS in userspace code was removed in rS297888.

Test Plan
  • exp-run to be requested

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste retitled this revision from to exec.h: Move PS_STRINGS and related #define to kernel-only section.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added a reviewer: kib.
kib edited edge metadata.
kib added inline comments.
sys/sys/exec.h
78 ↗(On Diff #15132)

Fix tab after define, since the line is moved anyway ?

This revision is now accepted and ready to land.Apr 13 2016, 12:57 AM
This revision was automatically updated to reflect the committed changes.