diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-19 23:26:50 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-19 23:26:50 +0200 |
commit | f2ccefb946c5de69ce6a51c9a8e95024d44c273b (patch) | |
tree | 0ed6e80ea0b1825c35ec471f9afb2e532c901752 /util-linux/Config.src | |
parent | 0506e292b518a04846ae1f611ecc0633969a2801 (diff) | |
download | busybox-w32-f2ccefb946c5de69ce6a51c9a8e95024d44c273b.tar.gz busybox-w32-f2ccefb946c5de69ce6a51c9a8e95024d44c273b.tar.bz2 busybox-w32-f2ccefb946c5de69ce6a51c9a8e95024d44c273b.zip |
setarch: add support for '-R' (disable randomization)
This commit adds support for the -R flag of setarch, which disables
randomization of the virtual address space.
function old new delta
setarch_main 115 150 +35
packed_usage 30664 30651 -13
Signed-off-by: Jan Heylen <heyleke@gmail.com>
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/Config.src')
-rw-r--r-- | util-linux/Config.src | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src index 854b3682e..922cabdb8 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src | |||
@@ -489,16 +489,6 @@ config SCRIPTREPLAY | |||
489 | This program replays a typescript, using timing information | 489 | This program replays a typescript, using timing information |
490 | given by script -t. | 490 | given by script -t. |
491 | 491 | ||
492 | config SETARCH | ||
493 | bool "setarch" | ||
494 | default y | ||
495 | select PLATFORM_LINUX | ||
496 | help | ||
497 | The linux32 utility is used to create a 32bit environment for the | ||
498 | specified program (usually a shell). It only makes sense to have | ||
499 | this util on a system that supports both 64bit and 32bit userland | ||
500 | (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...). | ||
501 | |||
502 | config SWAPONOFF | 492 | config SWAPONOFF |
503 | bool "swaponoff" | 493 | bool "swaponoff" |
504 | default y | 494 | default y |