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)
Sat, Aug 29, 6:35 PM
Unknown Object (File)
Wed, Aug 26, 4:45 PM
Unknown Object (File)
Tue, Aug 25, 5:50 PM
Unknown Object (File)
Tue, Aug 25, 5:07 PM
Unknown Object (File)
Mon, Aug 24, 6:08 PM
Unknown Object (File)
Sun, Aug 23, 5:16 PM
Unknown Object (File)
Fri, Aug 14, 7:27 PM
Unknown Object (File)
Fri, Aug 14, 7:26 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

Lint
Lint Skipped
Unit
Tests Skipped

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

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.