Re: [Toybox] perf(1)

2015-03-11 Thread Daniel Cegiełka
Hi Elliott, 2015-03-12 7:09 GMT+01:00 enh : > oh, i had a suggestion for the roadmap... perf(1). there are two or > three problems with perf, all of which are the kind of problems that > people on this list are likely to be interested in: > > 1. perf itself is GPL. > 2. perf uses elfutils (libelf)

[Toybox] perf(1)

2015-03-11 Thread enh
oh, i had a suggestion for the roadmap... perf(1). there are two or three problems with perf, all of which are the kind of problems that people on this list are likely to be interested in: 1. perf itself is GPL. 2. perf uses elfutils (libelf), which is GPL. 3. you can't compile elfutils with clang

[Toybox] roadmap.html

2015-03-11 Thread enh
i notice that the roadmap on the web doesn't correspond to the one in hg/git, even after the 0.5.2 release (which is now in AOSP; i synced to ToT again this afternoon). i sent a patch against roadmap.html just now, removing mention of a command that no longer exists in Android and hadn't worked fo

[Toybox] [PATCH] remove wipe from roadmap.html

2015-03-11 Thread enh
I've removed wipe from toolbox. It had been broken for a long time. diff --git a/www/roadmap.html b/www/roadmap.html index 3f1f80f..ce8731b 100755 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -236,7 +236,7 @@ the following commands: ls mount cat ps kill ln insmod rmmod lsmod ifconfig setco

[Toybox] [PATCH] getenforce/setenforce cleanup

2015-03-11 Thread enh
getenforce/setenforce cleanup. Fix the min/max number of arguments they'll accept. Hide them behind TOYBOX_SELINUX. Remove unnecessary #include. (This comes from portability.h now.) diff --git a/toys/pending/getenforce.c b/toys/pending/getenforce.c index ce43f52..a4dd8c8 100644 --- a/toys/pendi