OSDN Git Service

android-x86/external-toybox.git
8 years agoTweak permissions of toybox binary.
Rob Landley [Thu, 29 Oct 2015 12:34:08 +0000 (07:34 -0500)]
Tweak permissions of toybox binary.

8 years agoUpdate Android section of roadmap.
Elliott Hughes [Wed, 28 Oct 2015 21:58:17 +0000 (14:58 -0700)]
Update Android section of roadmap.

Change-Id: I5a0f49b17bc5866689608e73af94b31744fd3dc9

8 years agoNote Debian abandoning LSB and our own decision not to worry about LSB 5.0 yet.
Rob Landley [Thu, 29 Oct 2015 08:11:10 +0000 (03:11 -0500)]
Note Debian abandoning LSB and our own decision not to worry about LSB 5.0 yet.

8 years agoFix sed bug reported by Isabella Parakiss, where sed -e "/x/c\" -e "y" added
Rob Landley [Thu, 29 Oct 2015 06:30:58 +0000 (01:30 -0500)]
Fix sed bug reported by Isabella Parakiss, where sed -e "/x/c\" -e "y" added
an extra newline because the test for whether we have an existing string to
append a newline to was checking if struct step had data appended to it,
and the /x/ regex is data appended to it. Change test to check for null
terminator at ->arg1 offset.

8 years agoOops, forgot to check in the header file change for ps.c.
Rob Landley [Thu, 29 Oct 2015 04:31:30 +0000 (23:31 -0500)]
Oops, forgot to check in the header file change for ps.c.

8 years agoPromote ps to posix.
Rob Landley [Thu, 29 Oct 2015 04:30:36 +0000 (23:30 -0500)]
Promote ps to posix.

8 years agoFree more stuff in debug cleanup.
Rob Landley [Thu, 29 Oct 2015 04:27:37 +0000 (23:27 -0500)]
Free more stuff in debug cleanup.

Tempted to convert the struct arg_list and ptr_len stuff to arrays and
make the parsing table driven, but there's enough direct usages of each
field it's not a net win.

8 years agoImplement -suUgG and -o majfl,minfl, move uid/ruid/gid/rgid into slots[31-34]
Rob Landley [Thu, 29 Oct 2015 03:52:11 +0000 (22:52 -0500)]
Implement -suUgG and -o majfl,minfl, move uid/ruid/gid/rgid into slots[31-34]
and vmlck into slot[18], pass error message to comma_args(), collate -stuUgG
callbacks into parse_rest().

8 years agoTweak build instructions in README/code.html.
Rob Landley [Thu, 29 Oct 2015 02:41:45 +0000 (21:41 -0500)]
Tweak build instructions in README/code.html.

8 years agoUse the /proc/self/fd/%d workaround for O_PATH not letting you read xattrs,
Rob Landley [Wed, 28 Oct 2015 04:57:08 +0000 (23:57 -0500)]
Use the /proc/self/fd/%d workaround for O_PATH not letting you read xattrs,
inspired by:
https://android-review.googlesource.com/#/c/152663/4/libc/bionic/fgetxattr.cpp

8 years agoFix ls error message for chmod -r directories.
Rob Landley [Wed, 28 Oct 2015 04:12:48 +0000 (23:12 -0500)]
Fix ls error message for chmod -r directories.

Also, if you mkdir "$(echo -e "one\ntwo"); chmod -r one*; ls -q one*
it honors -q.

8 years agoInstall without a mode should use 0755, and check FLAG_preserve instead of
Rob Landley [Wed, 28 Oct 2015 02:47:24 +0000 (21:47 -0500)]
Install without a mode should use 0755, and check FLAG_preserve instead of
the global so "install -g 0" doesn't alias to "cp --preserve 0" and error out.
through to --preserve 0"

8 years agoReplace xcount_cpus() with a call to sysconf(_SC_NPROCESSORS_CONF)
Rob Landley [Tue, 27 Oct 2015 10:58:19 +0000 (05:58 -0500)]
Replace xcount_cpus() with a call to sysconf(_SC_NPROCESSORS_CONF)

8 years agoAdd xcount_cpus()
Rob Landley [Sun, 25 Oct 2015 21:50:03 +0000 (16:50 -0500)]
Add xcount_cpus()

8 years agoAdd comma_args() and factor out parse_o(), parse_t(), and parse_p() to use it.
Rob Landley [Sun, 25 Oct 2015 12:48:24 +0000 (07:48 -0500)]
Add comma_args() and factor out parse_o(), parse_t(), and parse_p() to use it.
Fix FLAG_w.

8 years agoFactor out parse_o() and make -l -f and default output work on strings
Rob Landley [Sun, 25 Oct 2015 11:33:21 +0000 (06:33 -0500)]
Factor out parse_o() and make -l -f and default output work on strings
rather than bitfields.

8 years agoMore ps work, and fill out remaining help text.
Rob Landley [Sun, 25 Oct 2015 10:39:04 +0000 (05:39 -0500)]
More ps work, and fill out remaining help text.
Fix more l/r justification, implement uname vsz vsize and stat.

8 years agoFix netstat build warnings.
Elliott Hughes [Fri, 23 Oct 2015 17:54:07 +0000 (10:54 -0700)]
Fix netstat build warnings.

Fixes two instances of "warning: use of logical '&&' with constant operand".

Change-Id: I2bb1ba4e389f8a9e54af8ee3ab23d8849fc329f0

8 years agoMore ps work: move l/r justification to widths[], add RUID/RGID, implement PGID,
Rob Landley [Fri, 23 Oct 2015 20:12:14 +0000 (15:12 -0500)]
More ps work: move l/r justification to widths[], add RUID/RGID, implement PGID,
plus tty detection fix from Elliott Hughes.

8 years agofix dhcpd warning
Yeongdeok Suh [Fri, 23 Oct 2015 08:03:57 +0000 (17:03 +0900)]
fix dhcpd warning

8 years agoAuto-size df columns.
Elliott Hughes [Thu, 22 Oct 2015 23:35:33 +0000 (18:35 -0500)]
Auto-size df columns.

On Android, the filesystem column is pretty wide. Actually measure the widths.

8 years agoMake ps.c whitespace consistent.
Rob Landley [Wed, 21 Oct 2015 18:16:55 +0000 (13:16 -0500)]
Make ps.c whitespace consistent.
(Assignment has spaces around operator, comparison doesn't.)

8 years agops: implement -t, remove leading 0 from ETIME days, implement -o GROUP,GID,PCPU
Rob Landley [Wed, 21 Oct 2015 18:00:59 +0000 (13:00 -0500)]
ps: implement -t, remove leading 0 from ETIME days, implement -o GROUP,GID,PCPU

8 years agoMove d/h units from %d %D output to default format string.
Rob Landley [Wed, 21 Oct 2015 04:35:06 +0000 (23:35 -0500)]
Move d/h units from %d %D output to default format string.

8 years agoMore ps work, tested up through etime now.
Rob Landley [Sun, 18 Oct 2015 00:53:02 +0000 (19:53 -0500)]
More ps work, tested up through etime now.

8 years agoFix ps display padding (truncation) and adjust -o pri by one.
Rob Landley [Sat, 17 Oct 2015 03:55:11 +0000 (22:55 -0500)]
Fix ps display padding (truncation) and adjust -o pri by one.

8 years agoMore ps work, implement -p, correct several -o fields and general alignment.
Rob Landley [Thu, 15 Oct 2015 15:51:01 +0000 (10:51 -0500)]
More ps work, implement -p, correct several -o fields and general alignment.

8 years agomake.sh: missing cflags for config2help
Alejandro Joya [Wed, 14 Oct 2015 22:50:54 +0000 (17:50 -0500)]
make.sh: missing cflags for config2help

config2help might require extra parameters to be passed to the compiler.
For example it might need an additional header path.

8 years agoCleanup pass on pgrep: remove flag_twiddle macros, use 0 constants,
Rob Landley [Mon, 12 Oct 2015 00:04:39 +0000 (19:04 -0500)]
Cleanup pass on pgrep: remove flag_twiddle macros, use 0 constants,
unify some TT.signame tests checking constant value variable initialized to.

8 years ago"stat -c %T" support (filesystem type names) based on patch from Hyejin Kim.
Rob Landley [Sat, 10 Oct 2015 06:13:35 +0000 (01:13 -0500)]
"stat -c %T" support (filesystem type names) based on patch from Hyejin Kim.

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 agoAdd find tests.
Daniel K. Levy [Mon, 14 Sep 2015 21:16:36 +0000 (16:16 -0500)]
Add find tests.

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 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 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 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 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 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 agoStatic analysis from Hyejin Kim found possible pointer underflow.
Rob Landley [Tue, 25 Aug 2015 08:22:02 +0000 (03:22 -0500)]
Static analysis from Hyejin Kim found possible pointer underflow.

Now that the kernel's 128k environment size has been lifted, it might be
possible to feed in a gigabyte of suffix so argv[2] is enough larger than
argv[1] that char *s decrements past NULL and points to arbitrary high
memory (I.E. strlen(suffix) > (long)base), at which point the base > s
test is defeated and we strcmp() against a wild pointer.

Which is read only anyway and on 64 bit you probably couldn't hit any
interesting addresses, but the fix is easy enough: compare strlen values
instead of pointers. So do that instead.

8 years agoI discovered that the reason SIGINT causes a reboot on sysvinit is that
Isaac Dunham [Thu, 20 Aug 2015 16:49:16 +0000 (11:49 -0500)]
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.

8 years agoTest for human_readable()
Rob Landley [Tue, 18 Aug 2015 04:23:29 +0000 (23:23 -0500)]
Test for human_readable()

8 years agoKylie McClain pointed out that env should clear variables with NAME= by itself.
Rob Landley [Sat, 15 Aug 2015 14:09:57 +0000 (09:09 -0500)]
Kylie McClain pointed out that env should clear variables with NAME= by itself.

8 years agoAnother Android roadmap update.
Elliott Hughes [Sat, 15 Aug 2015 02:54:30 +0000 (21:54 -0500)]
Another Android roadmap update.

The three separate lists had got a bit out of sync. The genuinely new
changes are in the top list.

8 years agoFix ionice default class.
Elliott Hughes [Sat, 15 Aug 2015 02:51:30 +0000 (21:51 -0500)]
Fix ionice default class.

8 years agoFix more date bugs.
Elliott Hughes [Tue, 11 Aug 2015 21:06:06 +0000 (16:06 -0500)]
Fix more date bugs.

Correctly and portably check for non-normal dates, and explicitly show
the "before" and "after" dates (in the format of the user's choosing).
Clear the struct tm in date_main rather than parse_default because on
one path the struct tm is actually initialized. Explicitly clear the
tm_sec field in parse_default because -- experiment shows -- that
should not be preserved. Only do the "what does this 2-digit year
mean?" dance if we actually parsed a 2-digit year. Show the right
string in the error message if strptime fails.

Also add more tests, and use UTC in the tests to avoid flakiness.

8 years agoBugfixes from Elliott Hughes: debug code got checked in (oops) and
Rob Landley [Tue, 11 Aug 2015 06:50:19 +0000 (01:50 -0500)]
Bugfixes from Elliott Hughes: debug code got checked in (oops) and
uninitialized trash in struct tm fields could segfault glibc's strftime().

8 years agoDifferent tools have different ideas about what human-readable output
Elliott Hughes [Sun, 9 Aug 2015 02:10:44 +0000 (21:10 -0500)]
Different tools have different ideas about what human-readable output
looks like. dd uses "7 MB" where du uses "7M", for example. this patch
adds flags, similar to the BSD humanize_number. most callers will pass 0.

8 years agoFirst pass at proper bunzip2 command line handling.
Rob Landley [Sun, 9 Aug 2015 00:21:42 +0000 (19:21 -0500)]
First pass at proper bunzip2 command line handling.

8 years agoFix ls -l user/group field ordering.
Elliott Hughes [Sat, 8 Aug 2015 22:55:02 +0000 (17:55 -0500)]
Fix ls -l user/group field ordering.

It's user then group, not the other way round.

8 years agoMore Android roadmap updates.
Elliott Hughes [Sat, 8 Aug 2015 22:49:02 +0000 (17:49 -0500)]
More Android roadmap updates.

mkbootimg was rewritten as a python script a while ago, and I just
deleted gpttool. (gptfdisk is in external/, but I'm assuming the
existing entry for fdisk is meant to cover that.)

8 years agologin: execl() requires a path, not a file name
Isaac Dunham [Thu, 6 Aug 2015 00:48:14 +0000 (17:48 -0700)]
login: execl() requires a path, not a file name

8 years agoIsaac Dunham pointed out that SIGINT's handler was set twice in init.c.
Rob Landley [Sat, 8 Aug 2015 22:05:45 +0000 (17:05 -0500)]
Isaac Dunham pointed out that SIGINT's handler was set twice in init.c.

8 years agoscripts/mkflags.c: add missing unistd.h, ctype.h
Isaac Dunham [Wed, 5 Aug 2015 02:40:56 +0000 (19:40 -0700)]
scripts/mkflags.c: add missing unistd.h, ctype.h

8 years agomodprobe: use -q to silence
Isaac Dunham [Wed, 5 Aug 2015 05:15:56 +0000 (22:15 -0700)]
modprobe: use -q to silence

8 years agomodprobe: use basename_r()
Isaac Dunham [Wed, 5 Aug 2015 02:34:00 +0000 (19:34 -0700)]
modprobe: use basename_r()

8 years agomodprobe: delete perror_exit() that makes no sense
Isaac Dunham [Wed, 5 Aug 2015 02:23:55 +0000 (19:23 -0700)]
modprobe: delete perror_exit() that makes no sense

Given modprobe -a, it's important to not exit early for a failure to
load a module; additionally, the rest of the code presumes that this
can fail without exiting.

8 years agoFix switch_root implementation.
Alistair Strachan [Wed, 6 May 2015 22:20:19 +0000 (15:20 -0700)]
Fix switch_root implementation.

Add the MS_MOVE of cwd to / and chroot into it. chdir is also
called to ensure cwd does not point outside the chroot.

The switch_root toy was also blocking any case where NEW_ROOT/init
did not exist, even though NEW_INIT was a required parameter and
did not have to be '/init'. Change it to handle any NEW_INIT
passed as either a relative or absolute path.

With this change, the switch_root toy actually works from initramfs.

8 years agoTeach date @unixtime[.fraction], switch -s to be -D (matching busybox and
Rob Landley [Sat, 8 Aug 2015 21:06:24 +0000 (16:06 -0500)]
Teach date @unixtime[.fraction], switch -s to be -D (matching busybox and
not stomping on gnu's "an extra argument tells it to set the time so let's
add -s to do the same thing" extension).

Nanoseconds aren't uniformly supported by these apis, so had to stick it in
GLOBALS() and pull it out later. Awkward, open to suggestions for a better way.
(Also, the setting API is microseconds, not nanoseconds. Collect nano, convert
to micro so we can switch APIs later without changing date's external UI again.)

Oh, and shrink really_long_name_mktime() with a for() loop (and rename it)
although I may go back and redo that for portability to hypothetical libraries
if I can convert this mess to struct timespec with proper nanoseconds support.
But that needs an extended strptime() which needs an extended struct tm,
and between us and that is convincing posix computers got fast enough to
care about fractions of a second.

(Yes, I'm aware gnu added %N to date without adding it to strptime, implying
they reimplemented strptime longhand inside date. I'm not doing that.)

8 years agoReject invalid dates in date(1).
Elliott Hughes [Sat, 8 Aug 2015 18:39:01 +0000 (13:39 -0500)]
Reject invalid dates in date(1).

Humans get upset when date(1) lets mktime(3) work out what the 99th day
of the 99th month would be rather than rejecting the invalid date. For
the subtly wrong cases, rather than get into the leap year business,
let's rely on localtime_r(3).

8 years agoDetect swap partitions, inline loop_partitions(), various cleanups.
Rob Landley [Thu, 6 Aug 2015 21:38:03 +0000 (16:38 -0500)]
Detect swap partitions, inline loop_partitions(), various cleanups.

8 years agoInitialize uninitialized variable. (Oops.)
Rob Landley [Thu, 6 Aug 2015 21:15:29 +0000 (16:15 -0500)]
Initialize uninitialized variable. (Oops.)

8 years agoAdjust xexec() exit code to be 127, and tweaks for nommu friendliness.
Rob Landley [Thu, 6 Aug 2015 12:39:23 +0000 (07:39 -0500)]
Adjust xexec() exit code to be 127, and tweaks for nommu friendliness.

8 years agoMake multiplexer's "command not found" exit 127.
Rob Landley [Thu, 6 Aug 2015 12:37:23 +0000 (07:37 -0500)]
Make multiplexer's "command not found" exit 127.

Somebody (carsonh on freenode) objected that they were running something
like "toybox test 1 == 2" and couldn't distinguish the test failing from
toybox not having the test command. Why they were running toybox out of
the multiplexer instead of having a test symlink in the $PATH, I couldn't
tell you. (Is "I know toybox is on this system, but don't know how it was
configured" a problem people actually have?)

*shrug* They care about it more than I do, so now you can't distinguish between
the multiplexer not being found and the command the multiplexer tried to
run not being found. Progress!