Page MenuHomeFreeBSD

Document proccontrol(1). Add documentation about ASLR to procctl(2).
ClosedPublic

Authored by kib on Feb 23 2019, 12:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 18, 6:17 PM
Unknown Object (File)
Feb 6 2024, 7:26 AM
Unknown Object (File)
Dec 20 2023, 2:10 AM
Unknown Object (File)
Nov 11 2023, 2:40 PM
Unknown Object (File)
Nov 11 2023, 8:01 AM
Unknown Object (File)
Nov 9 2023, 10:26 PM
Unknown Object (File)
Nov 9 2023, 2:45 PM
Unknown Object (File)
Nov 9 2023, 8:05 AM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 22671

Event Timeline

juan.molina_club.fr added inline comments.
lib/libc/sys/procctl.2
76

s/Layour/Layout

kib marked an inline comment as done.Feb 26 2019, 9:39 AM
0mp requested changes to this revision.Feb 26 2019, 11:58 AM
0mp added a subscriber: 0mp.
0mp added inline comments.
lib/libc/sys/procctl.2
86

Macros are not expanded in the argument provided to -width (in this case ("Dv PROC_ASLR_FORCE_DISABLE")).

It is enough to write "PROC_ASLR_FORCE_DISABLE" or even PROC_ASLR_FORCE_DISABLE.

105

Macros are not expanded in the argument provided to -width (in this case ("Dv PROC_ASLR_FORCE_DISABLE")).

It is enough to write "PROC_ASLR_FORCE_DISABLE" or even PROC_ASLR_FORCE_DISABLE.

usr.bin/proccontrol/proccontrol.1
60

Ar trapcap is not going to be expanded. It's better to just write: .Bl -tag -width trapcap

This revision now requires changes to proceed.Feb 26 2019, 11:58 AM

Remove Dv from .Bl width arg.

(The cleanup of old .Bl would be a separate commit, to avoid further questions).

OK from manpages.

lib/libc/sys/procctl.2
83

Is Xa the correct macro name?

This revision is now accepted and ready to land.Feb 26 2019, 4:25 PM
This revision was automatically updated to reflect the committed changes.