OSDN Git Service

android-x86/external-toybox.git
8 years agoam fa01b4ca: Merge changes Ie1705960,I8b94351f,I661540a9,Id2dbdcab,I1223578c, ...
Elliott Hughes [Tue, 6 Oct 2015 22:00:26 +0000 (22:00 +0000)]
am fa01b4ca: Merge changes Ie1705960,I8b94351f,I661540a9,Id2dbdcab,I1223578c, ...

* commit 'fa01b4ca5a3aac08e2a81279375e32b6a8c71183':
  Decode netlink sockets in lsof.
  New command: flock.
  Fix bug in od that screwed up position indicator on arm and mips.
  Fix allnoconfig. (Exporting HOSTCC before HOSTCC?=cc caused a problem.)
  Export makefile variables so you can say "make CROSS_COMPILE=blah-" as well as "CROSS_COMPILE=blah- make".
  Minor cleanup and add "MODALIAS" handler (suggested by Isaac Dunham).
  Back to chipping away at ps...
  Add uClinux analysis to roadmap, and a few other pending changes.
  help_exit() tweak.
  xvfork went away.
  Make defconfig build for nommu.
  Another chunk of nommu support, replacing toys.recursion with toys.stacktop.
  xexec() is noreturn.
  Add xvfork() as a static inline and use it from various places.
  The -o /dev/null trick in probing isn't compatible with elf2flt, so use tempfile.
  Fix a couple things gcc is too dumb to figure out on its own.
  Add find tests.

8 years agoam 0cad3b1b: Regenerate generated files (and build flock).
Elliott Hughes [Tue, 6 Oct 2015 21:56:32 +0000 (21:56 +0000)]
am 0cad3b1b: Regenerate generated files (and build flock).

* commit '0cad3b1b0742168cc6d6c342b566e660d009e5b8':
  Regenerate generated files (and build flock).

8 years agoMerge changes Ie1705960,I8b94351f,I661540a9,Id2dbdcab,I1223578c, ...
Elliott Hughes [Tue, 6 Oct 2015 21:46:27 +0000 (21:46 +0000)]
Merge changes Ie1705960,I8b94351f,I661540a9,Id2dbdcab,I1223578c, ...

* changes:
  Merge remote-tracking branch 'toybox/master' into HEAD
  Decode netlink sockets in lsof.
  New command: flock.
  Fix bug in od that screwed up position indicator on arm and mips.
  Fix allnoconfig. (Exporting HOSTCC before HOSTCC?=cc caused a problem.)
  Export makefile variables so you can say "make CROSS_COMPILE=blah-" as well as "CROSS_COMPILE=blah- make".
  Minor cleanup and add "MODALIAS" handler (suggested by Isaac Dunham).
  Back to chipping away at ps...
  Add uClinux analysis to roadmap, and a few other pending changes.
  help_exit() tweak.
  xvfork went away.
  Make defconfig build for nommu.
  Another chunk of nommu support, replacing toys.recursion with toys.stacktop.
  xexec() is noreturn.
  Add xvfork() as a static inline and use it from various places.
  The -o /dev/null trick in probing isn't compatible with elf2flt, so use tempfile.
  Fix a couple things gcc is too dumb to figure out on its own.
  Add find tests.

8 years agoRegenerate generated files (and build flock).
Elliott Hughes [Tue, 6 Oct 2015 21:31:35 +0000 (14:31 -0700)]
Regenerate generated files (and build flock).

Change-Id: Ia7a11e6a130f4b043842d54d86c9bb02f7ee6270

8 years agoMerge remote-tracking branch 'toybox/master' into HEAD
Elliott Hughes [Tue, 6 Oct 2015 21:22:30 +0000 (14:22 -0700)]
Merge remote-tracking branch 'toybox/master' into HEAD

8 years agoDecode netlink sockets in lsof.
Elliott Hughes [Tue, 6 Oct 2015 12:34:58 +0000 (07:34 -0500)]
Decode netlink sockets in lsof.

Refactor the /proc/net parsing so this only adds 7 lines overall.

Also clear the DEVICE field for sockets and fix alignment for long
usernames (until someone implements the two-pass output that measures
columns).

8 years agoNew command: flock.
Elliott Hughes [Tue, 6 Oct 2015 12:19:28 +0000 (07:19 -0500)]
New command: flock.

The brillo folks wanted this in a shell script they're porting over
(so I've only implemented the fd style they wanted, not the named file
style).

8 years agoFix bug in od that screwed up position indicator on arm and mips.
Rob Landley [Tue, 6 Oct 2015 03:52:11 +0000 (22:52 -0500)]
Fix bug in od that screwed up position indicator on arm and mips.

8 years agoFix allnoconfig. (Exporting HOSTCC before HOSTCC?=cc caused a problem.)
Rob Landley [Tue, 6 Oct 2015 01:47:49 +0000 (20:47 -0500)]
Fix allnoconfig. (Exporting HOSTCC before HOSTCC?=cc caused a problem.)

8 years agoExport makefile variables so you can say "make CROSS_COMPILE=blah-" as well as "CROSS...
Rob Landley [Sun, 4 Oct 2015 13:44:17 +0000 (08:44 -0500)]
Export makefile variables so you can say "make CROSS_COMPILE=blah-" as well as "CROSS_COMPILE=blah- make".

8 years agoMinor cleanup and add "MODALIAS" handler (suggested by Isaac Dunham).
Rob Landley [Sun, 4 Oct 2015 11:45:08 +0000 (06:45 -0500)]
Minor cleanup and add "MODALIAS" handler (suggested by Isaac Dunham).

8 years agoBack to chipping away at ps...
Rob Landley [Sat, 3 Oct 2015 17:15:39 +0000 (12:15 -0500)]
Back to chipping away at ps...

8 years agoAdd uClinux analysis to roadmap, and a few other pending changes.
Rob Landley [Fri, 2 Oct 2015 12:50:57 +0000 (07:50 -0500)]
Add uClinux analysis to roadmap, and a few other pending changes.

8 years agohelp_exit() tweak.
Rob Landley [Tue, 29 Sep 2015 10:32:57 +0000 (05:32 -0500)]
help_exit() tweak.

8 years agoxvfork went away.
Rob Landley [Tue, 29 Sep 2015 10:31:02 +0000 (05:31 -0500)]
xvfork went away.

8 years agoMake defconfig build for nommu.
Rob Landley [Tue, 29 Sep 2015 10:09:46 +0000 (05:09 -0500)]
Make defconfig build for nommu.

Adds XVFORK() macro, teaches xpopen_both() to call /proc/self/exe with NULL
argv (and converts cpio -p to use that), adds TOYBOX_FORK guards to some
unconverted commands.

8 years agoAnother chunk of nommu support, replacing toys.recursion with toys.stacktop.
Rob Landley [Sun, 27 Sep 2015 14:03:41 +0000 (09:03 -0500)]
Another chunk of nommu support, replacing toys.recursion with toys.stacktop.

8 years agoxexec() is noreturn.
Rob Landley [Thu, 24 Sep 2015 03:45:06 +0000 (22:45 -0500)]
xexec() is noreturn.

8 years agoAdd xvfork() as a static inline and use it from various places.
Rob Landley [Thu, 24 Sep 2015 03:18:22 +0000 (22:18 -0500)]
Add xvfork() as a static inline and use it from various places.

Note: vfork(), like fork(), can return -1 if too many processes, and
we should notice and fail loudly.

8 years agoThe -o /dev/null trick in probing isn't compatible with elf2flt, so use tempfile.
Rob Landley [Thu, 24 Sep 2015 03:10:23 +0000 (22:10 -0500)]
The -o /dev/null trick in probing isn't compatible with elf2flt, so use tempfile.

8 years agoFix a couple things gcc is too dumb to figure out on its own.
Rob Landley [Thu, 17 Sep 2015 06:49:48 +0000 (01:49 -0500)]
Fix a couple things gcc is too dumb to figure out on its own.

8 years agoam d9e8ff9c: am 92179269: Add a new generated file to .gitignore.
Elliott Hughes [Mon, 14 Sep 2015 21:33:46 +0000 (21:33 +0000)]
am d9e8ff9c: am 92179269: Add a new generated file to .gitignore.

* commit 'd9e8ff9cc601510c17ba6f26dc31f6f3ec511909':
  Add a new generated file to .gitignore.

8 years agoam 92179269: Add a new generated file to .gitignore.
Elliott Hughes [Mon, 14 Sep 2015 21:27:05 +0000 (21:27 +0000)]
am 92179269: Add a new generated file to .gitignore.

* commit '92179269fe8bb96a78f42f69a98a728a98afa96a':
  Add a new generated file to .gitignore.

8 years agoAdd find tests.
Daniel K. Levy [Mon, 14 Sep 2015 21:16:36 +0000 (16:16 -0500)]
Add find tests.

8 years agoAdd a new generated file to .gitignore.
Elliott Hughes [Mon, 14 Sep 2015 18:48:01 +0000 (11:48 -0700)]
Add a new generated file to .gitignore.

Change-Id: If38d74ba591231f80e6857faf9f40eb50df0fbc3

8 years agoam b1a33391: am 0d7a388b: Merge remote-tracking branch \'toybox/master\' into HEAD
Elliott Hughes [Mon, 14 Sep 2015 18:24:29 +0000 (18:24 +0000)]
am b1a33391: am 0d7a388b: Merge remote-tracking branch \'toybox/master\' into HEAD

* commit 'b1a33391ce7de2a56d99ca00967e94c3d21af34e':
  Fix a find segfault.
  Replace toys.exithelp with help_exit() in lib.

8 years agoam 0d7a388b: Merge remote-tracking branch \'toybox/master\' into HEAD
Elliott Hughes [Mon, 14 Sep 2015 18:18:53 +0000 (18:18 +0000)]
am 0d7a388b: Merge remote-tracking branch \'toybox/master\' into HEAD

* commit '0d7a388b293a18f8b38d74dbcadcdc9b2abcc5fa':
  Fix a find segfault.
  Replace toys.exithelp with help_exit() in lib.

8 years agoam 74df579d: am 4dc6296a: Switch to toybox du.
Elliott Hughes [Mon, 14 Sep 2015 18:03:11 +0000 (18:03 +0000)]
am 74df579d: am 4dc6296a: Switch to toybox du.

* commit '74df579d144d765ed929cbe38e24ed1ebfde3b8f':
  Switch to toybox du.

8 years agoMerge remote-tracking branch 'toybox/master' into HEAD
Elliott Hughes [Mon, 14 Sep 2015 18:00:20 +0000 (11:00 -0700)]
Merge remote-tracking branch 'toybox/master' into HEAD

8 years agoam 4dc6296a: Switch to toybox du.
Elliott Hughes [Mon, 14 Sep 2015 17:59:12 +0000 (17:59 +0000)]
am 4dc6296a: Switch to toybox du.

* commit '4dc6296a022d2d100233806a0586a03d6fde1a8d':
  Switch to toybox du.

8 years agoSwitch to toybox du.
Elliott Hughes [Mon, 14 Sep 2015 17:39:33 +0000 (10:39 -0700)]
Switch to toybox du.

Change-Id: I4aa70f46389b1c0edd7623c6348d82f47d9fe042

8 years agoFix a find segfault.
Rob Landley [Sat, 12 Sep 2015 20:46:46 +0000 (15:46 -0500)]
Fix a find segfault.

Elliott Hughes found a bug https://android-review.googlesource.com/#/c/170020/
and Daniel K. Levy worked out the problem: the user/group/newer arguments
to find weren't consuming their arguments when not checking the results of
their comparison (because an earlier test had already caused their
parenthetical group to fail). This confused the argument parsing logic
and could lead to segfaults.

I applied a different fix that reorganized the existing tests instead of
adding a new test. (Looks like a big commit but it's mostly whitespace
due to extra curly brackets changing indendentation levels.)

8 years agoam c4681d05: am c7bfbbe7: Just use "repo upload".
Elliott Hughes [Fri, 11 Sep 2015 23:13:59 +0000 (23:13 +0000)]
am c4681d05: am c7bfbbe7: Just use "repo upload".

* commit 'c4681d0578f81c8203c60f106629ea6dcf5a837f':
  Just use "repo upload".

8 years agoam 153b3f40: am 77538439: Switch to toybox lsof.
Elliott Hughes [Fri, 11 Sep 2015 23:05:18 +0000 (23:05 +0000)]
am 153b3f40: am 77538439: Switch to toybox lsof.

* commit '153b3f401340aae8d6aece990b7c47fc7adeb387':
  Switch to toybox lsof.

8 years agoam 09063db7: am ecd3df97: Fix generated files after upstream sync.
Elliott Hughes [Fri, 11 Sep 2015 23:05:17 +0000 (23:05 +0000)]
am 09063db7: am ecd3df97: Fix generated files after upstream sync.

* commit '09063db71ac681ba7d087d14242977e51ad0e6d0':
  Fix generated files after upstream sync.

8 years agoam 540923b2: am 2738b318: Merge remote-tracking branch \'toybox/master\' into HEAD
Elliott Hughes [Fri, 11 Sep 2015 23:05:17 +0000 (23:05 +0000)]
am 540923b2: am 2738b318: Merge remote-tracking branch \'toybox/master\' into HEAD

* commit '540923b2edc5e6a7f62b65cc3ecaf96dd8bfdbee':
  Squish more warnings in pending.
  Squish a warning in pending.
  Fix netstat -e.
  i already did -l and -t, the positive side of -p, plus name filtering...
  Fix netstat -p.
  increase the size of progname to avoid buffer overflow
  Remove prompt argument from yesno(), caller can fprintf(stderr, "blah") itself.
  Switch HR_SI to HR_1000, make binary the default, make HR_B only affect bytes, and update the tests.
  Two large thinkos in oneit: -3 was always enabled and signal numbers were overwritten before we set up signal handlers.
  Add seq -f tests, tweak help text, and catch one more error case.
  ls -h support.
  df -h and -H.
  Implement lsof.
  Make human_readable() handle base 1024 units without floating point.

8 years agoam c7bfbbe7: Just use "repo upload".
Elliott Hughes [Fri, 11 Sep 2015 22:42:36 +0000 (22:42 +0000)]
am c7bfbbe7: Just use "repo upload".

* commit 'c7bfbbe771178d205ac446d22dcc87cf1421cb1a':
  Just use "repo upload".

8 years agoJust use "repo upload".
Elliott Hughes [Fri, 11 Sep 2015 22:08:29 +0000 (15:08 -0700)]
Just use "repo upload".

Put the dangerous command that you want to run second, second.

Change-Id: I0d47f2a81cc2967573d80cbf1ac61d36936c3d06

8 years agoam 77538439: Switch to toybox lsof.
Elliott Hughes [Fri, 11 Sep 2015 22:14:28 +0000 (22:14 +0000)]
am 77538439: Switch to toybox lsof.

* commit '77538439679e8592f5cba6ba3c1dffd3e470255b':
  Switch to toybox lsof.

8 years agoam ecd3df97: Fix generated files after upstream sync.
Elliott Hughes [Fri, 11 Sep 2015 22:14:11 +0000 (22:14 +0000)]
am ecd3df97: Fix generated files after upstream sync.

* commit 'ecd3df97a36c0381ec63fca3d0762658e2efa17d':
  Fix generated files after upstream sync.

8 years agoam 2738b318: Merge remote-tracking branch \'toybox/master\' into HEAD
Elliott Hughes [Fri, 11 Sep 2015 22:14:09 +0000 (22:14 +0000)]
am 2738b318: Merge remote-tracking branch \'toybox/master\' into HEAD

* commit '2738b3182300dabdbbef291175752733ec3f05d5':
  Squish more warnings in pending.
  Squish a warning in pending.
  Fix netstat -e.
  i already did -l and -t, the positive side of -p, plus name filtering...
  Fix netstat -p.
  increase the size of progname to avoid buffer overflow
  Remove prompt argument from yesno(), caller can fprintf(stderr, "blah") itself.
  Switch HR_SI to HR_1000, make binary the default, make HR_B only affect bytes, and update the tests.
  Two large thinkos in oneit: -3 was always enabled and signal numbers were overwritten before we set up signal handlers.
  Add seq -f tests, tweak help text, and catch one more error case.
  ls -h support.
  df -h and -H.
  Implement lsof.
  Make human_readable() handle base 1024 units without floating point.

8 years agoReplace toys.exithelp with help_exit() in lib.
Rob Landley [Fri, 11 Sep 2015 21:35:14 +0000 (16:35 -0500)]
Replace toys.exithelp with help_exit() in lib.

8 years agoSwitch to toybox lsof.
Elliott Hughes [Fri, 11 Sep 2015 17:57:33 +0000 (10:57 -0700)]
Switch to toybox lsof.

Change-Id: I3f0d7603de00ef340d97060907dc20aa0288dd77

8 years agoFix generated files after upstream sync.
Elliott Hughes [Fri, 11 Sep 2015 17:50:35 +0000 (10:50 -0700)]
Fix generated files after upstream sync.

Change-Id: Ic4b801cf500ac17c4f7ddbff896edf318e373fcd

8 years agoMerge remote-tracking branch 'toybox/master' into HEAD
Elliott Hughes [Fri, 11 Sep 2015 17:30:13 +0000 (10:30 -0700)]
Merge remote-tracking branch 'toybox/master' into HEAD

8 years agoSquish more warnings in pending.
Rob Landley [Wed, 9 Sep 2015 04:17:24 +0000 (23:17 -0500)]
Squish more warnings in pending.

8 years agoSquish a warning in pending.
Rob Landley [Wed, 9 Sep 2015 04:03:48 +0000 (23:03 -0500)]
Squish a warning in pending.

8 years agoFix netstat -e.
Elliott Hughes [Wed, 9 Sep 2015 03:52:21 +0000 (22:52 -0500)]
Fix netstat -e.

The -e flag should add "user" and "inode" columns to the TCP output.

Also truncate IP addresses in non-wide (no -W) mode.

This also removes a bit more of the duplication, though there's still
plenty left in this file!

8 years agoi already did -l and -t, the positive side of -p, plus name filtering...
Elliott Hughes [Wed, 9 Sep 2015 03:38:14 +0000 (22:38 -0500)]
i already did -l and -t, the positive side of -p, plus name filtering...

8 years agoFix netstat -p.
Elliott Hughes [Tue, 8 Sep 2015 15:39:07 +0000 (10:39 -0500)]
Fix netstat -p.

netstat -p was failing for any cmdline longer than 21 characters. (A
typical Chrome render process has about half a kilobyte of cmdline.)

There's still a lot of cleanup to be done later, but this is enough to
fix -p and remove a fair amount of unnecessary custom code into the
bargain.

8 years agoincrease the size of progname to avoid buffer overflow
Lipi Lee [Tue, 8 Sep 2015 10:37:00 +0000 (05:37 -0500)]
increase the size of progname to avoid buffer overflow

8 years agoRemove prompt argument from yesno(), caller can fprintf(stderr, "blah") itself.
Rob Landley [Mon, 7 Sep 2015 22:12:57 +0000 (17:12 -0500)]
Remove prompt argument from yesno(), caller can fprintf(stderr, "blah") itself.

This fixes the build break, the change to yesno() prototype accidentally got
checked in last commit. (Oops, sorry.)

8 years agoSwitch HR_SI to HR_1000, make binary the default, make HR_B only affect bytes,
Rob Landley [Mon, 7 Sep 2015 01:10:04 +0000 (20:10 -0500)]
Switch HR_SI to HR_1000, make binary the default, make HR_B only affect bytes,
and update the tests.

8 years agoTwo large thinkos in oneit: -3 was always enabled and signal numbers were
Rob Landley [Sat, 5 Sep 2015 19:18:38 +0000 (14:18 -0500)]
Two large thinkos in oneit: -3 was always enabled and signal numbers were
overwritten before we set up signal handlers.

8 years agoAdd seq -f tests, tweak help text, and catch one more error case.
Rob Landley [Sat, 5 Sep 2015 10:46:35 +0000 (05:46 -0500)]
Add seq -f tests, tweak help text, and catch one more error case.

8 years agols -h support.
Elliott Hughes [Sat, 5 Sep 2015 10:09:22 +0000 (05:09 -0500)]
ls -h support.

It turns out that people are anticipating the switch to toybox ls from
toolbox ls on the assumption that this will finally bring -h support.
Let's not disappoint.

I've merged two existing buffers in listfiles whose uses didn't
overlap into one. It may be possible to cram this into toybuf with the
other stuff, but it didn't seem worth the extra complexity for 64B of
stack, especially since we were already living with that for time
formatting anyway.

8 years agodf -h and -H.
Elliott Hughes [Sat, 5 Sep 2015 10:00:49 +0000 (05:00 -0500)]
df -h and -H.

This doesn't address the lack of support for a variable-width
"Filesystems" column, but it doesn't make the current situation any
worse either.

This is the last of the missing -h options. The other commands with -h
also have --si, but only for df did it get a corresponding short
option (and I've never personally used --si on du or ls, so let's wait
until someone actually cares).

8 years agoImplement lsof.
Elliott Hughes [Fri, 4 Sep 2015 01:54:53 +0000 (20:54 -0500)]
Implement lsof.

This is a superset of the current AOSP lsof (which is itself a
superset of the lsof in Android M). It fixes several bugs/misfeatures
and adds support for decoding IPv4/IPv6 tcp/udp/raw sockets and Unix
domain sockets.

8 years agoMake human_readable() handle base 1024 units without floating point.
Rob Landley [Fri, 4 Sep 2015 01:36:44 +0000 (20:36 -0500)]
Make human_readable() handle base 1024 units without floating point.

Rounds correctly via brute force, displayed digits are decimal even when
working with powers of 2, shows at most 3 significant (decimal) digits.
(So no "1023M" nonsense, that's 1.0G.)

8 years agoam 43e5cf43: am 888d43b9: Merge remote-tracking branch \'toybox/master\' into HEAD
Elliott Hughes [Thu, 3 Sep 2015 22:02:39 +0000 (22:02 +0000)]
am 43e5cf43: am 888d43b9: Merge remote-tracking branch \'toybox/master\' into HEAD

* commit '43e5cf4313232c1ec221e4b6dd9a530c208eb0cd':
  seq -f %0-f is a valid pattern.
  If you start a git commit and then edit the file more on the filesystem before saving, the updates don't go in the commit. Behavior difference between git and mercurial, that.
  Sanitize seq -f string.
  vmstat: fix units for bi and bo columns
  Trivial code style tweak.
  vmstat: reset header pointer when looping
  ls -l user/group/security context should be left-aligned.
  Work around bug in gcc 5.2.0 that miscompiles linux 2.6.12's kconfig.

8 years agoam 888d43b9: Merge remote-tracking branch \'toybox/master\' into HEAD
Elliott Hughes [Thu, 3 Sep 2015 21:56:49 +0000 (21:56 +0000)]
am 888d43b9: Merge remote-tracking branch \'toybox/master\' into HEAD

* commit '888d43b94f77ef2c1f126ef6099ee6fba454c682':
  seq -f %0-f is a valid pattern.
  If you start a git commit and then edit the file more on the filesystem before saving, the updates don't go in the commit. Behavior difference between git and mercurial, that.
  Sanitize seq -f string.
  vmstat: fix units for bi and bo columns
  Trivial code style tweak.
  vmstat: reset header pointer when looping
  ls -l user/group/security context should be left-aligned.
  Work around bug in gcc 5.2.0 that miscompiles linux 2.6.12's kconfig.

8 years agoMerge remote-tracking branch 'toybox/master' into HEAD
Elliott Hughes [Thu, 3 Sep 2015 21:41:43 +0000 (14:41 -0700)]
Merge remote-tracking branch 'toybox/master' into HEAD

8 years agoam ffe6da97: am 2e72007e: Switch to toybox ls.
Elliott Hughes [Thu, 3 Sep 2015 21:17:51 +0000 (21:17 +0000)]
am ffe6da97: am 2e72007e: Switch to toybox ls.

* commit 'ffe6da9757a8eafcb578c0f5156e6f89931b601f':
  Switch to toybox ls.

8 years agoam 2e72007e: Switch to toybox ls.
Elliott Hughes [Thu, 3 Sep 2015 21:07:02 +0000 (21:07 +0000)]
am 2e72007e: Switch to toybox ls.

* commit '2e72007ecb54ff47d7d637a61baacf256513d021':
  Switch to toybox ls.

8 years agoseq -f %0-f is a valid pattern.
Rob Landley [Thu, 3 Sep 2015 01:09:42 +0000 (20:09 -0500)]
seq -f %0-f is a valid pattern.

8 years agoIf you start a git commit and then edit the file more on the filesystem
Rob Landley [Thu, 3 Sep 2015 01:05:34 +0000 (20:05 -0500)]
If you start a git commit and then edit the file more on the filesystem
before saving, the updates don't go in the commit. Behavior difference
between git and mercurial, that.

Good to know.

8 years agoSanitize seq -f string.
Rob Landley [Thu, 3 Sep 2015 00:29:51 +0000 (19:29 -0500)]
Sanitize seq -f string.

8 years agovmstat: fix units for bi and bo columns
Colin Cross [Wed, 2 Sep 2015 06:23:58 +0000 (01:23 -0500)]
vmstat: fix units for bi and bo columns

pgpgin and pgpgout in /proc/vmstat are in kbytes, not pages.
(see http://lxr.free-electrons.com/source/mm/vmstat.c?v=4.2#L1310).
Remove the extra * page_kb for io_in and io_out.

8 years agoTrivial code style tweak.
Rob Landley [Wed, 2 Sep 2015 00:17:12 +0000 (19:17 -0500)]
Trivial code style tweak.

8 years agovmstat: reset header pointer when looping
Colin Cross [Wed, 2 Sep 2015 00:16:06 +0000 (19:16 -0500)]
vmstat: reset header pointer when looping

Modifying the headers pointer when printing the headers causes
a buffer overrun the second time they are printed.  Use a local
header pointer that is reset to the beginning of the buffer for
each loop.

8 years agoam c0a88f9a: am 68640611: Switch to toybox uptime.
Elliott Hughes [Tue, 1 Sep 2015 16:51:28 +0000 (16:51 +0000)]
am c0a88f9a: am 68640611: Switch to toybox uptime.

* commit 'c0a88f9a05921cd0b28ed1803918960557a71e0e':
  Switch to toybox uptime.

8 years agoam f8ed3c3a: am 134791c1: Regenerate generated files.
Elliott Hughes [Tue, 1 Sep 2015 16:51:28 +0000 (16:51 +0000)]
am f8ed3c3a: am 134791c1: Regenerate generated files.

* commit 'f8ed3c3ae5bc3879d1410514207cb3a7a4be17ec':
  Regenerate generated files.

8 years agoam 21e97954: am 226e1671: Merge remote-tracking branch \'toybox/master\' into HEAD
Elliott Hughes [Tue, 1 Sep 2015 16:51:27 +0000 (16:51 +0000)]
am 21e97954: am 226e1671: Merge remote-tracking branch \'toybox/master\' into HEAD

* commit '21e9795410e75ea0b24a71b71438e200f505d5de':
  Fix mv on overwrite.
  Add portability.h glue to let uptime build without TOYBOX_UTMPX.
  Build updates: make change should use top level .config for global settings, add NOSTRIP variable to force skipping strip, and save intermediate flag data in generated/flags.raw and have mkflags.c error message point to that.
  Menuconfig option for musl-libc pretending mmu is just pining for the fijords.
  Static analysis from Hyejin Kim found possible pointer underflow.
  I discovered that the reason SIGINT causes a reboot on sysvinit is that it's how the kernel signals that ctrl-alt-delete has been pressed; thus, setting it as the signal for reboot prevents ctrlaltdel scripts from working. SIGTERM is what Busybox uses, so we might as well be compatible.
  Test for human_readable()
  Kylie McClain pointed out that env should clear variables with NAME= by itself.
  Another Android roadmap update.
  Fix ionice default class.

8 years agoam 68640611: Switch to toybox uptime.
Elliott Hughes [Tue, 1 Sep 2015 16:36:45 +0000 (16:36 +0000)]
am 68640611: Switch to toybox uptime.

* commit '68640611f4181b5b6675e652d49b74ab531c96d9':
  Switch to toybox uptime.

8 years agoam 134791c1: Regenerate generated files.
Elliott Hughes [Tue, 1 Sep 2015 16:36:42 +0000 (16:36 +0000)]
am 134791c1: Regenerate generated files.

* commit '134791c1403d47720ccfa46efe026c7e81159e79':
  Regenerate generated files.

8 years agoam 226e1671: Merge remote-tracking branch \'toybox/master\' into HEAD
Elliott Hughes [Tue, 1 Sep 2015 16:36:41 +0000 (16:36 +0000)]
am 226e1671: Merge remote-tracking branch \'toybox/master\' into HEAD

* commit '226e167128144090a95197f5d30b7e6d607d52ec':
  Fix mv on overwrite.
  Add portability.h glue to let uptime build without TOYBOX_UTMPX.
  Build updates: make change should use top level .config for global settings, add NOSTRIP variable to force skipping strip, and save intermediate flag data in generated/flags.raw and have mkflags.c error message point to that.
  Menuconfig option for musl-libc pretending mmu is just pining for the fijords.
  Static analysis from Hyejin Kim found possible pointer underflow.
  I discovered that the reason SIGINT causes a reboot on sysvinit is that it's how the kernel signals that ctrl-alt-delete has been pressed; thus, setting it as the signal for reboot prevents ctrlaltdel scripts from working. SIGTERM is what Busybox uses, so we might as well be compatible.
  Test for human_readable()
  Kylie McClain pointed out that env should clear variables with NAME= by itself.
  Another Android roadmap update.
  Fix ionice default class.

8 years agols -l user/group/security context should be left-aligned.
Elliott Hughes [Tue, 1 Sep 2015 02:47:12 +0000 (21:47 -0500)]
ls -l user/group/security context should be left-aligned.

Right-aligned looks pretty good to me, but it's not what anyone else does.

8 years agoWork around bug in gcc 5.2.0 that miscompiles linux 2.6.12's kconfig.
Rob Landley [Tue, 1 Sep 2015 02:42:47 +0000 (21:42 -0500)]
Work around bug in gcc 5.2.0 that miscompiles linux 2.6.12's kconfig.

8 years agoSwitch to toybox ls.
Elliott Hughes [Mon, 31 Aug 2015 19:43:59 +0000 (12:43 -0700)]
Switch to toybox ls.

I think everything that was relying on the non-POSIX output has been fixed,
so time to try again...

This also fixes the ls -R bug (http://b/21171466).

Bug: http://b/23040458
Change-Id: I69279e7acab52a74b914006c541031daeea0e5b1

8 years agoSwitch to toybox uptime.
Elliott Hughes [Mon, 17 Aug 2015 18:13:01 +0000 (11:13 -0700)]
Switch to toybox uptime.

Now we're manually editing .config because we gave up on the repeated
breakage running the script on the host, we don't need to have a fake
<shadow.h>, and we can fix uptime so we don't need a <utmpx.h> either.

Change-Id: If371bb85bd44fec01362f7fbbbfc392bd2cdfe29

8 years agoRegenerate generated files.
Elliott Hughes [Mon, 31 Aug 2015 18:37:31 +0000 (11:37 -0700)]
Regenerate generated files.

Change-Id: I647814ca584713988ad8f104da0cb3bd5c0787ab

8 years agoMerge remote-tracking branch 'toybox/master' into HEAD
Elliott Hughes [Mon, 31 Aug 2015 18:29:40 +0000 (11:29 -0700)]
Merge remote-tracking branch 'toybox/master' into HEAD

8 years agoFix mv on overwrite.
Elliott Hughes [Sun, 30 Aug 2015 11:35:30 +0000 (06:35 -0500)]
Fix mv on overwrite.

We need to remove the destination, not the source, to be able to overwrite.

8 years agoAdd portability.h glue to let uptime build without TOYBOX_UTMPX.
Rob Landley [Sun, 30 Aug 2015 11:00:32 +0000 (06:00 -0500)]
Add portability.h glue to let uptime build without TOYBOX_UTMPX.

8 years agoBuild updates: make change should use top level .config for global settings,
Rob Landley [Sun, 30 Aug 2015 09:42:49 +0000 (04:42 -0500)]
Build updates: make change should use top level .config for global settings,
add NOSTRIP variable to force skipping strip, and save intermediate flag
data in generated/flags.raw and have mkflags.c error message point to that.

8 years agoMenuconfig option for musl-libc pretending mmu is just pining for the fijords.
Rob Landley [Sun, 30 Aug 2015 03:12:56 +0000 (22:12 -0500)]
Menuconfig option for musl-libc pretending mmu is just pining for the fijords.

8 years agoam 2d95e6f5: (-s ours) am 18465130: Add a base64 symlink.
Elliott Hughes [Thu, 27 Aug 2015 10:50:12 +0000 (10:50 +0000)]
am 2d95e6f5: (-s ours) am 18465130: Add a base64 symlink.

* commit '2d95e6f510e5e6fb1d5364b2514f06e5af14df01':

8 years agoam 2cacaf9b: (-s ours) am a53c8ff7: Switch to toybox ionice, iorenice, and renice.
Elliott Hughes [Thu, 27 Aug 2015 10:50:11 +0000 (10:50 +0000)]
am 2cacaf9b: (-s ours) am a53c8ff7: Switch to toybox ionice, iorenice, and renice.

* commit '2cacaf9b0d17696cb771a117a50478c8e41235cf':

8 years agoam b59ab197: (-s ours) am ede3a451: Regenerate generated files.
Elliott Hughes [Thu, 27 Aug 2015 10:50:11 +0000 (10:50 +0000)]
am b59ab197: (-s ours) am ede3a451: Regenerate generated files.

* commit 'b59ab1977bf3597853006db210f257bfcdb91c00':

8 years agoam 40ea0777: (-s ours) am f6511b27: Merge remote-tracking branch \'toybox/master...
Elliott Hughes [Thu, 27 Aug 2015 10:50:10 +0000 (10:50 +0000)]
am 40ea0777: (-s ours) am f6511b27: Merge remote-tracking branch \'toybox/master\' into HEAD

* commit '40ea07777deb04d09128b6af46a2c858bfca9a06':

8 years agoam e06f9faf: (-s ours) am 97809c21: Regenerate generated files.
Elliott Hughes [Thu, 27 Aug 2015 10:50:10 +0000 (10:50 +0000)]
am e06f9faf: (-s ours) am 97809c21: Regenerate generated files.

* commit 'e06f9faf6fa7ec0eca850887cdc26cca09d9925c':

8 years agoam c728e0d8: (-s ours) am c9eaab1b: Merge remote-tracking branch \'toybox/master...
Elliott Hughes [Thu, 27 Aug 2015 10:50:09 +0000 (10:50 +0000)]
am c728e0d8: (-s ours) am c9eaab1b: Merge remote-tracking branch \'toybox/master\' into HEAD

* commit 'c728e0d8ce84bb31b19a29a0a0b7dc422ba24281':

8 years agoam 00ae9f9d: (-s ours) am a09310a6: Merge remote-tracking branch \'toybox/master...
Elliott Hughes [Thu, 27 Aug 2015 10:50:09 +0000 (10:50 +0000)]
am 00ae9f9d: (-s ours) am a09310a6: Merge remote-tracking branch \'toybox/master\' into HEAD

* commit '00ae9f9db7439892301987bf93005588b7b67857':

8 years agoam c65e7e86: (-s ours) am dce8d624: Add xxd.
Elliott Hughes [Thu, 27 Aug 2015 10:50:08 +0000 (10:50 +0000)]
am c65e7e86: (-s ours) am dce8d624: Add xxd.

* commit 'c65e7e869a370b75340d6b274117fac435be6dc1':

8 years agoam f7400b69: (-s ours) am fc0d50d2: Merge remote-tracking branch \'toybox/master...
Elliott Hughes [Thu, 27 Aug 2015 10:50:07 +0000 (10:50 +0000)]
am f7400b69: (-s ours) am fc0d50d2: Merge remote-tracking branch \'toybox/master\' into HEAD

* commit 'f7400b69c59fa9f8163367916ddb712de4b72be1':

8 years agoam 65f4b245: (-s ours) am f8b41e81: Fix 32-bit bionic toybox build.
Elliott Hughes [Thu, 27 Aug 2015 10:50:06 +0000 (10:50 +0000)]
am 65f4b245: (-s ours) am f8b41e81: Fix 32-bit bionic toybox build.

* commit '65f4b24550dca4da00f44ebd7a35b6a5d8c097d3':

8 years agoam 2adffc89: (-s ours) am 718f34dd: Regenerate generated files after upstream sync.
Elliott Hughes [Thu, 27 Aug 2015 10:50:06 +0000 (10:50 +0000)]
am 2adffc89: (-s ours) am 718f34dd: Regenerate generated files after upstream sync.

* commit '2adffc89d8d009d2c978190e3a1f0afa1387f37a':

8 years agoam 7e612cb8: (-s ours) am f41c7e0b: Merge remote-tracking branch \'toybox/master...
Elliott Hughes [Thu, 27 Aug 2015 10:50:05 +0000 (10:50 +0000)]
am 7e612cb8: (-s ours) am f41c7e0b: Merge remote-tracking branch \'toybox/master\' into HEAD

* commit '7e612cb856f90b83c0a7f48b0e087fdb32de24e1':

8 years agoam 707204ed: (-s ours) Revert "Don\'t add a symlink for killall --- it\'s broken."
Elliott Hughes [Thu, 27 Aug 2015 10:50:03 +0000 (10:50 +0000)]
am 707204ed: (-s ours) Revert "Don\'t add a symlink for killall --- it\'s broken."

* commit '707204ed63047a1d29a978ebef26af9a12fd224c':
  Revert "Don't add a symlink for killall --- it's broken."

8 years agoam f5cef31b: (-s ours) am c96e4249: Don\'t add a symlink for killall --- it\'s broken.
Elliott Hughes [Thu, 27 Aug 2015 10:50:00 +0000 (10:50 +0000)]
am f5cef31b: (-s ours) am c96e4249: Don\'t add a symlink for killall --- it\'s broken.

* commit 'f5cef31b49d40d27fbeea06438ca9668c7cf42ca':