Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161510516
D23910.id69034.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
995 B
Referenced Files
None
Subscribers
None
D23910.id69034.diff
View Options
Index: usr.bin/Makefile
===================================================================
--- usr.bin/Makefile
+++ usr.bin/Makefile
@@ -31,6 +31,7 @@
diff \
dirname \
du \
+ elfctl \
elfdump \
enigma \
env \
Index: usr.bin/elfctl/Makefile
===================================================================
--- usr.bin/elfctl/Makefile
+++ usr.bin/elfctl/Makefile
@@ -2,8 +2,8 @@
ELFTCDIR= ${SRCTOP}/contrib/elftoolchain
-PROG= controlelf
-SRCS= controlelf.c
+PROG= elfctl
+SRCS= elfctl.c
LIBADD= elftc elf
Index: usr.bin/elfctl/elfctl.1
===================================================================
--- usr.bin/elfctl/elfctl.1
+++ usr.bin/elfctl/elfctl.1
@@ -30,7 +30,7 @@
.Dt CONTROLELF 1
.Os
.Sh NAME
-.Nm controlelf
+.Nm elfctl
.Nd change an ELF binary's feature control note
.Sh SYNOPSIS
.Nm
@@ -79,8 +79,8 @@
.Nm
command:
.Bd -literal -offset indent
-controlelf file
-controlelf -e +aslr file
+elfctl file
+elfctl -e +aslr file
.Ed
.Sh HISTORY
.Nm
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jul 5, 10:24 AM (20 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34705275
Default Alt Text
D23910.id69034.diff (995 B)
Attached To
Mode
D23910: Move ELF feature note tool to usr.bin/elfctl
Attached
Detach File
Event Timeline
Log In to Comment