- 3c1a8f8 Merge remote-tracking branch 'toybox/master' into HEAD am: c5a1dd459a by Elliott Hughes · 8 years ago
- e71581d Merge remote-tracking branch 'toybox/master' into HEAD am: c5a1dd459a by Elliott Hughes · 8 years ago
- c5a1dd4 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
- be3e318 Android NDK doesn't have cutils/sched_policy.h so add a probed config symbol. by Rob Landley · 8 years ago
- 333b4d3 Android needs -llog to link. by Elliott Hughes · 8 years ago
- 6c74ee8 Building mkpasswd on Android makes no sense. by Elliott Hughes · 8 years ago
- de3e5ea Implement zlib-based gzip/gunzip/zcat. by Elliott Hughes · 8 years ago
- 083c9bc Elliott wants to run the toybox tests on android host and there's an sh but by Rob Landley · 8 years ago
- 2d06767 Forgot to check in one of the files for bzcat.test by Rob Landley · 8 years ago
- 5ffa456 Another FAQ, and some related tweaks as long as I was there. by Rob Landley · 8 years ago
- 3648c93 Merge remote-tracking branch 'toybox/master' into HEAD am: 52a5544db4 by Elliott Hughes · 8 years ago
- 8a1f704 Merge remote-tracking branch 'toybox/master' into HEAD am: 52a5544db4 by Elliott Hughes · 8 years ago
- 52a5544 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
- bf28043 Add ls -ll (with --full-time as a compatibility synonym) to show nanoseconds. by Rob Landley · 8 years ago
- 9be140e The kernel needs bc to build because by Rob Landley · 8 years ago
- bd918d8 Merge remote-tracking branch 'toybox/master' into HEAD am: 64279d4042 by Elliott Hughes · 8 years ago
- 0c31248 Merge remote-tracking branch 'toybox/master' into HEAD am: 64279d4042 by Elliott Hughes · 8 years ago
- 64279d4 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
- 8d826bf Use $(( rather than $[ for arithmetic in expand.test. by Elliott Hughes · 8 years ago
- 151ac30 Make ls.test work without awk. by Elliott Hughes · 8 years ago
- 464150b Merge remote-tracking branch 'toybox/master' into HEAD am: d52431021f by Elliott Hughes · 8 years ago
- 3fad563 Merge remote-tracking branch 'toybox/master' into HEAD am: d52431021f by Elliott Hughes · 8 years ago
- d524310 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
- 060a9f3 Speed up tail.test for shells without builtin printf. by Elliott Hughes · 8 years ago
- 007af35 Default to -b rather than -q when output is to a tty. by Rob Landley · 8 years ago
- 6825a90 Merge remote-tracking branch 'toybox/master' into HEAD am: ddc2344ff9 by Elliott Hughes · 8 years ago
- e4c2dbe Merge remote-tracking branch 'toybox/master' into HEAD am: ddc2344ff9 by Elliott Hughes · 8 years ago
- a9c20a4 Fix "make test_split". by Elliott Hughes · 8 years ago
- ddc2344 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
- 3354319 Silence a broken warning by hitting it with a rock. by Rob Landley · 8 years ago
- 42704b7 Make fdisk buildable. by Elliott Hughes · 8 years ago
- 36b6eb7 Fix touch -a/-m (and add the missing tests). by Elliott Hughes · 8 years ago
- 0956d16 Add "uudecode -o -" support. by Elliott Hughes · 8 years ago
- fea6d56 Fix the ls -m test (which is just a whitespace issue, but eh). by Rob Landley · 8 years ago
- e08da32 Merge remote-tracking branch 'toybox/master' into HEAD am: 87edec9482 by Elliott Hughes · 8 years ago
- 4da5712 Merge remote-tracking branch 'toybox/master' into HEAD am: 87edec9482 by Elliott Hughes · 8 years ago
- 87edec9 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
- a0d0af0 Make renice.test work without awk. by Elliott Hughes · 8 years ago
- 2f6c9e8 Remove mount.test awk dependency. by Elliott Hughes · 8 years ago
- fc0385f Make pgrep tests runnable on toybox-only systems. by Elliott Hughes · 8 years ago
- 92ca5af Make pkill tests runnable on a toybox-only system. by Elliott Hughes · 8 years ago
- f966da9 Make bzcat tests runnable on a toybox-only system. by Elliott Hughes · 8 years ago
- 216e4da Add "testcmd" function as an alternative to "testing" for tests/*.test, and by Rob Landley · 8 years ago
- aa3c936 Merge changes I85f365f5,I2b3c82fb,I4f196054,I9343237c,I53e4444f, ... am: 84155ed95f by Elliott Hughes · 8 years ago
- fe40e18 Merge changes I85f365f5,I2b3c82fb,I4f196054,I9343237c,I53e4444f, ... by Elliott Hughes · 8 years ago
- 84155ed Merge changes I85f365f5,I2b3c82fb,I4f196054,I9343237c,I53e4444f, ... by Treehugger Robot · 8 years ago
- bd30a7b Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
- a456c2f Fix ls -a and ls -A tests. by Elliott Hughes · 8 years ago
- 6232dc6 Trivial cleanup. (Whitespace, brackets, and remove unnecessary typecasts.) by Rob Landley · 8 years ago
- d1c664a Add gzip support. (Doesn't show source OS and timestamp, but reporting them by Rob Landley · 8 years ago
- 385a237 Implement dmesg -T. by Elliott Hughes · 8 years ago
- 62a69f7 Build toybox diff. am: 98aae74f4a am: 9fb8ea3215 by Elliott Hughes · 8 years ago
- 9fb8ea3 Build toybox diff. am: 98aae74f4a by Elliott Hughes · 8 years ago
- 98aae74 Build toybox diff. by Elliott Hughes · 8 years ago
- 36beb53 Don't try to implement %s, we have @seconds, strptime() in libc tends by Rob Landley · 8 years ago
- c7ed874 New date range tests are simple, won't catch Feb 29 in non-leap-year by Rob Landley · 8 years ago
- 05e4ba4 Replace chkmktime() (which produces false positive normalization failures) by Rob Landley · 8 years ago
- 7ea4b87 Use external/bzip2 for bunzip2 and bzcat. am: 7602ee6309 am: da2934e200 by Elliott Hughes · 8 years ago
- da2934e Use external/bzip2 for bunzip2 and bzcat. am: 7602ee6309 by Elliott Hughes · 8 years ago
- af39a2c ps: don't query for terminal size if not a tty. by Josh Gao · 8 years ago
- 7602ee6 Use external/bzip2 for bunzip2 and bzcat. by Elliott Hughes · 8 years ago
- 7ec23e6 Fix the type of the callback in getprop. by Elliott Hughes · 8 years ago
- 75e6bb9 Merge remote-tracking branch 'toybox/master' into HEAD am: f6e803dd5c by Elliott Hughes · 8 years ago
- 6e9fcac We grew a few more commands that weren't on the roadmap (mostly from android) by Rob Landley · 8 years ago
- df46ccd Merge remote-tracking branch 'toybox/master' into HEAD am: f6e803dd5c by Elliott Hughes · 8 years ago
- f6e803d Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
- d3267c6 Now that just about everything has --help, don't output help for argument errors by Rob Landley · 8 years ago
- f0b79ed Merge "removed toybox_static (and modprobe) from normal mode" am: 78605fcb21 by Jaesoo Lee · 8 years ago
- de3d224 Merge "removed toybox_static (and modprobe) from normal mode" am: 78605fcb21 by Jaesoo Lee · 8 years ago
- 78605fc Merge "removed toybox_static (and modprobe) from normal mode" by Jaesoo Lee · 8 years ago
- 0f1b43e Merge remote-tracking branch 'toybox/master' into HEAD am: 10d4b07439 by Elliott Hughes · 8 years ago
- d0b6ac3 Merge remote-tracking branch 'toybox/master' into HEAD am: 10d4b07439 by Elliott Hughes · 8 years ago
- 4fbe732 Fix a typo and explain a mystery in news.html. by Elliott Hughes · 8 years ago
- 10d4b07 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
- 1ac63ac Implement uptime -s. by Elliott Hughes · 8 years ago
- 81adbb2 removed toybox_static (and modprobe) from normal mode by Jaesoo Lee · 8 years ago
- e97aeb6 dirtree_flagread() returns DIRTREE_ABORTVAL when the initial node doesn't by Rob Landley · 8 years ago
- 47d07dc Paste bugfix, more tests. by Rob Landley · 8 years ago
- cb8e5ad Add TOYBOX_PEDANTIC_ARGS to check arguments when there are no arguments, by Rob Landley · 8 years ago
- 2ba9c41 Rewrite paste so it actually works. by Rob Landley · 8 years ago
- b4e8d53 added a new build module for statically linked toybox (toybox_static) am: 95a47feaf3 by Jaesoo Lee · 8 years ago
- 8b1c7e9 added a new build module for statically linked toybox (toybox_static) by Jaesoo Lee · 8 years ago
- 95a47fe added a new build module for statically linked toybox (toybox_static) by Jaesoo Lee · 8 years ago
- dce1bf1 Another FAQ entry. by Rob Landley · 8 years ago
- 8a40138 FAQ tweak: one more link on toybox history. by Rob Landley · 8 years ago
- 7f79fe9 Check in web page announcement for 0.7.3. by Rob Landley · 8 years ago
- 145bcb8 Merge remote-tracking branch 'toybox/master' into HEAD am: 180f3c7f4b by Elliott Hughes · 8 years ago
- cfd9a11 Merge remote-tracking branch 'toybox/master' into HEAD am: 180f3c7f4b by Elliott Hughes · 8 years ago
- 180f3c7 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
- ca45906 Merge remote-tracking branch 'toybox/master' into HEAD am: 4ab83f6960 by Elliott Hughes · 8 years ago
- f3cea5c Merge remote-tracking branch 'toybox/master' into HEAD am: 4ab83f6960 by Elliott Hughes · 8 years ago
- fc53766 Merge remote-tracking branch 'toybox/master' into HEAD am: 7c3d7b1386 by Elliott Hughes · 8 years ago
- 4cf3273 Merge remote-tracking branch 'toybox/master' into HEAD am: 7c3d7b1386 by Elliott Hughes · 8 years ago
- 4ab83f6 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
- 9283f7b It's past time for 0.7.3. by Rob Landley · 8 years ago
- 7c3d7b1 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 8 years ago
- a36264f If the last ps field is left justified, it extends to the width of the screen. by Rob Landley · 8 years ago
- fd56876 4a4b3d65644ce403b0f22887fc0d38b0202ec8c7 upset clang. by Elliott Hughes · 8 years ago
- fd866b2 Declaring todo bankruptcy, dmesg goes back into pending until I get a chance by Rob Landley · 8 years ago
- 461b90c Fix dmesg -c and -C. by Elliott Hughes · 9 years ago