- f3c44e4 modprobe: Small cleanup pass, described on the list. by Rob Landley · 9 years ago
- 6a003c8 modprobe: use finit_module when possible by Steve Muckle · 9 years ago
- 066f230 modprobe: add -d option to specify module directory path(s) by Steve Muckle · 9 years ago
- 8b2646e top -H is more useful if it shows thread names. by Elliott Hughes · 9 years ago
- 113971d Minor Android roadmap update. by Elliott Hughes · 9 years ago
- dec445b Remove s6 from roadmap. (It wasn't in status.html anyway, haven't updated by Rob Landley · 9 years ago
- 83f4d4b Answer another question. by Rob Landley · 9 years ago
- 1028411 Remove name length limit for system properties by Dimitry Ivanov · 9 years ago
- 4d8ffe6 Promote microcom to net. by Rob Landley · 9 years ago
- cd2063d Switch escape charcter to ^] (ascii 29, doesn't conflict with emacs or joe). by Rob Landley · 9 years ago
- 65fd765 Fix microcom command-line help and -X. by Elliott Hughes · 9 years ago
- 12fcf08 Add "microcom" to pending. by Elliott Hughes · 9 years ago
- ae7ea62 Quick and dirty fix for CVE-2016-6321 but seriously this is in pending by Rob Landley · 9 years ago
- 354a637 More pending shell tests. by Rob Landley · 9 years ago
- 85ffccb Implicit function declarations are an error, not a warning. by Rob Landley · 9 years ago
- cba5dc4 Tweak install_airlock help text. by Rob Landley · 9 years ago
- 82f3ac8 ftpget: implement -mMdDlL, put ftp transactions into their own function so -v by Rob Landley · 9 years ago
- f11c555 First stab at ftpget/ftpput. (Documents a lot of options other than basic by Rob Landley · 9 years ago
- a1a559e Some lib fixes: mark xvfork() noinline, make xsendfile() return bytes copied, by Rob Landley · 9 years ago
- 4d4ca28 An option can't exclude itself, so "abc[-ab][!abc]" with "command -a -b" by Rob Landley · 9 years ago
- eff6274 Alas, the backup list archive went down because https://lwn.net/Articles/695695/ by Rob Landley · 9 years ago
- f87c571 Remove unnecessary casts in stat.c, fix a claimed buffer length. by Elliott Hughes · 9 years ago
- 8ddfb71 Stop lying to the compiler in modprobe's read_line. by Elliott Hughes · 9 years ago
- 731a54b Admit that getprop requires selinux. by Elliott Hughes · 9 years ago
- 45c6b12 Switch to bionic <sys/system_properties.h>. by Elliott Hughes · 9 years ago
- 6bce3be Move hostid to toys/example and have it "default n". by Rob Landley · 9 years ago
- 8efb960 log: use error_msg instead of perror_msg when errno is meaningless. by Elliott Hughes · 9 years ago
- 17ba065 Add test for last sort commit. by Rob Landley · 9 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 · 9 years ago
- 4582497 Cleanup: Have get_hostname() handle its own lookup failures. Inline is_prefix(). by Rob Landley · 9 years ago
- 86aca04 Add units for -atime and friends. (Also legacy -amin alias, but not in help text by Rob Landley · 9 years ago
- 1b73884 First cleanup pass on new dmesg. by Rob Landley · 9 years ago
- 3c3b7da Pass DIRTREE_PROC through the ps callbacks. by Elliott Hughes · 9 years ago
- ddb6b85 Have make airlock just warn about missing commands unless $PEDANTIC is sent. by Rob Landley · 9 years ago
- 3701b51 Workaround for Centos' "which" complaining if it can't find the command by Rob Landley · 9 years ago
- a975952 Add DIRTREE_PROC to skip non-numeric entries and make ps/top etc use it. by Rob Landley · 9 years ago
- e82d6d1 Documentation tweak. by Rob Landley · 9 years ago
- c187be7 Thinko in recent longopt commit. by Rob Landley · 9 years ago
- 3dd0d0d Change error test to actually exit if first attempt to use .config fails. by Rob Landley · 9 years ago
- 72e2591 People keep wanting to cross-compile from macs, where the stock sed is broken. by Rob Landley · 9 years ago
- 0322afb Bugfix: configuring out a longopt confused the option parsing. by Rob Landley · 9 years ago
- 382057f Have dirtree_notdotdot() pass through !node->parent so . and .. on the command by Rob Landley · 9 years ago
- 9b4a675 Bug report from Justin Cormack, tar was producing a warning to stdout that by Rob Landley · 9 years ago
- 46ae1aa "printf %x 64" wasn't working right on 32 bit because a variable type was wrong. by Rob Landley · 9 years ago
- a380445 Josh Gao pointed out that chmod -R . (and ..) didn't work. by Rob Landley · 9 years ago
- 45058fb Fix control flow integrity check failure in ps. by Evgenii Stepanov · 9 years ago
- a583afc Implement "dmesg -w". by Elliott Hughes · 9 years ago
- 10e9abc Izabera pointed out that split -b -l are exclusive. by Rob Landley · 9 years ago
- 31c519d Add fallocate -o. by Elliott Hughes · 9 years ago
- 4a17bdf Android O allows '@' in property names. by Elliott Hughes · 9 years ago
- 27b1238 Typos. by Rob Landley · 9 years ago
- 57b9031 Tweak help text. by Rob Landley · 9 years ago
- b27d5d9 Announce 0.7.2. by Rob Landley · 9 years ago
- 3c399af Nothing in pending should "default y". by Rob Landley · 9 years ago
- c1a1c95 Nothing in pending should "default y". by Rob Landley · 9 years ago
- 5913da6 Close to cutting a release and I don't want to have setfattr in defconfig by Rob Landley · 9 years ago
- 9c0ad32 Add special "touch -" behavior and require an argument. by Rob Landley · 9 years ago
- d5e0ab8 Show driver for interface in ifconfig output. by Rob Landley · 9 years ago
- 817f059 Allow out and escout to be NULL in crunch_str() by Rob Landley · 9 years ago
- 3214c87 Always regenerate config.h for now, so make single and make don't clash. by Rob Landley · 9 years ago
- 354ff68 More touch tests, and a fix found by one. (The three -t formats can only by Rob Landley · 9 years ago
- ee14fc3 Test infrastructure: collate make "test_single" and "make tests" into common by Rob Landley · 9 years ago
- 54e8313 Add a printf test that shows a bug. by Rob Landley · 9 years ago
- 9f3d8aa Unify touch -t and -d handling, allow posix's underspecified "time designator" by Rob Landley · 9 years ago
- 64cbbab A few more sed tests. by Rob Landley · 9 years ago
- b257479 The recent --help infrastructure fiddling made "toybox --help unknown" segfault by Rob Landley · 9 years ago
- 3a6d317 Stop renaming the ADDR field to PC on Android. by Elliott Hughes · 9 years ago
- 4e867b8 Make netcat work with nommu and factor out poll() loop into net/net.c. by Rob Landley · 9 years ago
- 48c7532 Izabera pointed out that ls defaults to -q when output is a tty. by Rob Landley · 9 years ago
- 75ebbd1 Teach ps -w not to truncate any fields. by Rob Landley · 9 years ago
- 6928fbc Evgenii Stepanov found a bug where argv0len was set wrong for threads by Rob Landley · 9 years ago
- cefc0a2 Explain some generic argument parsing features in toybox --help. by Rob Landley · 9 years ago
- 346c33c Explain dlist_terminate. by Rob Landley · 9 years ago
- b22e7ad Updated Android roadmap. by Elliott Hughes · 9 years ago
- 5c5dc39 David Hedges pointed out that interface names can be longer than 10 chars. by Rob Landley · 9 years ago
- 6c3188c Add install_airlock target for hermetic build environment setup, and rebuild by Rob Landley · 9 years ago
- 8d0f0b6 du: 32 bit systems were maxing out at 2GB when they should max out at 2TB by Rob Landley · 9 years ago
- 29e75d5 Move --version handling next to --help handling, so it applies to all commands. by Rob Landley · 9 years ago
- 3366af7 sed -i run as root wasn't preserving ownership. by Rob Landley · 9 years ago
- 703c49e Accept extra ps arguments as additional pids. by Elliott Hughes · 9 years ago
- 2b66aff Show thread names with "ps -T" on Android. by Elliott Hughes · 9 years ago
- 0b545a4 Make setns depend on TOYBOX_CONTAINER probed value. by Rob Landley · 9 years ago
- c99cbd1 Kernels between 2006 and 2010 (such as the one in Centos 6.6) provide unshare() by Rob Landley · 9 years ago
- af4be15 Changed xopen_stdin() to xopen_stdio(). by Lipi C.H. Lee · 9 years ago
- 409a8e0 Fix ls -lh. by Elliott Hughes · 9 years ago
- 6783156 Add ar archive support to file. by Elliott Hughes · 9 years ago
- 493dc57 Add -h and -L to file. by Elliott Hughes · 9 years ago
- 9f42e83 Izabera pointed out that "file -" was inconsistent (calling stat on "-" but by Rob Landley · 9 years ago
- 337c072 Teach sed s/// how to handle [:space:] type sequences. by Rob Landley · 9 years ago
- eed9ed4 Replace loopfiles' failok with WARN_ONLY open flag. by Rob Landley · 9 years ago
- 7f7907f Export notstdio() wrapper. by Rob Landley · 9 years ago
- 19394fa Fluff up cmp tests. by Rob Landley · 9 years ago
- 8361fbd make test_cmp caused the make invocation to exit with an error because the by Rob Landley · 9 years ago
- 8cc325d Add comment so I don't undo and then redo a thing again. by Rob Landley · 9 years ago
- 7fc7db1 Remove a chunk of copied header that hasn't been upated in a while. by Rob Landley · 9 years ago
- 299d438 Add openro() and WARN_ONLY flag so xopen() and friends can warn without exiting. by Rob Landley · 9 years ago
- 0c8a66e Switch help.c from #ifdef to if() by Rob Landley · 9 years ago
- 7528a96 Move genericish function to lib. by Rob Landley · 9 years ago
- 7b7fec9 Add tap support to tunctl. by Rob Landley · 9 years ago
- d293716 Make "LC_ALL=C ls -Cs --color" produce the same output on toybox and ubuntu. by Rob Landley · 9 years ago