- 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
- 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
- af39a2c ps: don't query for terminal size if not a tty. by Josh Gao · 8 years ago
- 7ec23e6 Fix the type of the callback in getprop. 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
- d3267c6 Now that just about everything has --help, don't output help for argument errors by Rob Landley · 8 years ago
- 4fbe732 Fix a typo and explain a mystery in news.html. by Elliott Hughes · 8 years ago
- 1ac63ac Implement uptime -s. by Elliott Hughes · 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
- 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
- 9283f7b It's past time for 0.7.3. by Rob Landley · 8 years ago 0.7.3
- 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 · 8 years ago
- ac22dfa Ascii only showed 15 rows instead of 16 and spacing was wrong for 96-100. by Rob Landley · 8 years ago
- 18cd02c Fix the comment about the Android SIGPIPE behavior. by Elliott Hughes · 8 years ago
- af92dfd Teach file(1) about bzip2 files. by Elliott Hughes · 8 years ago
- e95731e Add back bionic SIGPIPE handler workaround accidentally removed in 3b51a07e478d by Rob Landley · 8 years ago
- 6132e36 Document df -a by Rob Landley · 8 years ago
- 2fdeb3a Add ascii: display ascii table. by Rob Landley · 8 years ago
- af857c6 ps -l has 4 chars left for "cmd", switch "ADDR" to "BIT" to save space. by Rob Landley · 8 years ago
- 45c2c21 Make tty size failure to enable -w (Elliott prefers that), and fix last field by Rob Landley · 8 years ago
- 544669f Don't set SIGWINCH when reading ANSI size probe data, it causes a loop. by Rob Landley · 8 years ago
- ea2067a Bugfix: last field was padding to width with trailing spaces (oops), and by Rob Landley · 8 years ago
- b4944ca Patch from Elliott to silence a "const" warning in android/getprop.c. by Rob Landley · 8 years ago
- 4a4b3d6 Silence a warning. by Rob Landley · 8 years ago
- 796d873 Default to width 80 when tty size probe fails (ala serial console). by Rob Landley · 8 years ago
- ea9dd8a Posix says stdio.h should define 'stdout' as a macro, and bionic turns it into by Rob Landley · 8 years ago
- 938901d Switch oneit to use xopen_stdio() for -c (oops) and switch XVFORK() to use by Rob Landley · 8 years ago
- cc24b60 Fix typo in pgrep help. by Elliott Hughes · 8 years ago
- 0685ab7 Fix operator precedence error in df. by Elliott Hughes · 8 years ago
- 2b4594c Build dependency tweak. by Rob Landley · 8 years ago
- 3efd6d9 Extend default USER length to 12 and output "+" as last character of truncated by Rob Landley · 8 years ago
- 27ce372 ps bugfix: len of TTY field doesn't include null terminator, so memmove should by Rob Landley · 8 years ago
- 448853e Cleanup leftover debris. by Rob Landley · 8 years ago
- fa84155 Improve file's ELF parsing. by Elliott Hughes · 8 years ago
- 2fcb232 Izabera suggested seq should multiply to avoid accumulating rounding errors by Rob Landley · 8 years ago
- 4380d69 Tweak -w help text to clarify that it prevents truncating _any_ fields, not by Rob Landley · 8 years ago
- 87897b2 Fix padto in draw_trim_esc() so it behaves like printf %*.*s and matches the by Rob Landley · 8 years ago
- 70f7f10 Add missing `static`s and remove an unused function. by Elliott Hughes · 8 years ago
- 8ceb2de Whitespace. by Rob Landley · 8 years ago
- f3c44e4 modprobe: Small cleanup pass, described on the list. by Rob Landley · 8 years ago
- 6a003c8 modprobe: use finit_module when possible by Steve Muckle · 8 years ago
- 066f230 modprobe: add -d option to specify module directory path(s) by Steve Muckle · 8 years ago
- 8b2646e top -H is more useful if it shows thread names. by Elliott Hughes · 8 years ago
- 113971d Minor Android roadmap update. by Elliott Hughes · 8 years ago
- dec445b Remove s6 from roadmap. (It wasn't in status.html anyway, haven't updated by Rob Landley · 8 years ago
- 83f4d4b Answer another question. by Rob Landley · 8 years ago
- 1028411 Remove name length limit for system properties by Dimitry Ivanov · 8 years ago
- 4d8ffe6 Promote microcom to net. by Rob Landley · 8 years ago
- cd2063d Switch escape charcter to ^] (ascii 29, doesn't conflict with emacs or joe). by Rob Landley · 8 years ago
- 65fd765 Fix microcom command-line help and -X. by Elliott Hughes · 8 years ago
- 12fcf08 Add "microcom" to pending. by Elliott Hughes · 8 years ago
- ae7ea62 Quick and dirty fix for CVE-2016-6321 but seriously this is in pending by Rob Landley · 8 years ago
- 354a637 More pending shell tests. by Rob Landley · 8 years ago
- 85ffccb Implicit function declarations are an error, not a warning. by Rob Landley · 8 years ago
- cba5dc4 Tweak install_airlock help text. by Rob Landley · 8 years ago
- 82f3ac8 ftpget: implement -mMdDlL, put ftp transactions into their own function so -v by Rob Landley · 8 years ago
- f11c555 First stab at ftpget/ftpput. (Documents a lot of options other than basic by Rob Landley · 8 years ago
- a1a559e Some lib fixes: mark xvfork() noinline, make xsendfile() return bytes copied, by Rob Landley · 8 years ago
- 4d4ca28 An option can't exclude itself, so "abc[-ab][!abc]" with "command -a -b" by Rob Landley · 8 years ago
- eff6274 Alas, the backup list archive went down because https://lwn.net/Articles/695695/ by Rob Landley · 8 years ago
- f87c571 Remove unnecessary casts in stat.c, fix a claimed buffer length. by Elliott Hughes · 8 years ago
- 8ddfb71 Stop lying to the compiler in modprobe's read_line. by Elliott Hughes · 8 years ago
- 731a54b Admit that getprop requires selinux. by Elliott Hughes · 8 years ago
- 45c6b12 Switch to bionic <sys/system_properties.h>. by Elliott Hughes · 8 years ago
- 6bce3be Move hostid to toys/example and have it "default n". by Rob Landley · 8 years ago
- 8efb960 log: use error_msg instead of perror_msg when errno is meaningless. by Elliott Hughes · 8 years ago
- 17ba065 Add test for last sort commit. by Rob Landley · 8 years ago
- 7a73786 Fix a bug for sort. When the key_separator is not space, the sort commandline tool fails to sort by the 3rd,4th,etc column. For example: when you exec by wxj · 8 years ago
- 4582497 Cleanup: Have get_hostname() handle its own lookup failures. Inline is_prefix(). by Rob Landley · 8 years ago
- 86aca04 Add units for -atime and friends. (Also legacy -amin alias, but not in help text by Rob Landley · 8 years ago
- 1b73884 First cleanup pass on new dmesg. by Rob Landley · 8 years ago
- 3c3b7da Pass DIRTREE_PROC through the ps callbacks. by Elliott Hughes · 8 years ago
- ddb6b85 Have make airlock just warn about missing commands unless $PEDANTIC is sent. by Rob Landley · 8 years ago
- 3701b51 Workaround for Centos' "which" complaining if it can't find the command by Rob Landley · 8 years ago
- a975952 Add DIRTREE_PROC to skip non-numeric entries and make ps/top etc use it. by Rob Landley · 8 years ago
- e82d6d1 Documentation tweak. by Rob Landley · 8 years ago
- c187be7 Thinko in recent longopt commit. by Rob Landley · 8 years ago
- 3dd0d0d Change error test to actually exit if first attempt to use .config fails. by Rob Landley · 8 years ago
- 72e2591 People keep wanting to cross-compile from macs, where the stock sed is broken. by Rob Landley · 8 years ago
- 0322afb Bugfix: configuring out a longopt confused the option parsing. by Rob Landley · 8 years ago
- 382057f Have dirtree_notdotdot() pass through !node->parent so . and .. on the command by Rob Landley · 8 years ago
- 9b4a675 Bug report from Justin Cormack, tar was producing a warning to stdout that by Rob Landley · 8 years ago
- 46ae1aa "printf %x 64" wasn't working right on 32 bit because a variable type was wrong. by Rob Landley · 8 years ago
- a380445 Josh Gao pointed out that chmod -R . (and ..) didn't work. by Rob Landley · 8 years ago
- 45058fb Fix control flow integrity check failure in ps. by Evgenii Stepanov · 8 years ago
- a583afc Implement "dmesg -w". by Elliott Hughes · 8 years ago
- 10e9abc Izabera pointed out that split -b -l are exclusive. by Rob Landley · 8 years ago