- 9e1692d Merge remote-tracking branch 'toybox/master' into HEAD am: 0fcfdec760 by Elliott Hughes · 9 years ago
- cfc9d62 Merge remote-tracking branch 'toybox/master' into HEAD am: 0fcfdec760 by Elliott Hughes · 9 years ago
- 0fcfdec Merge remote-tracking branch 'toybox/master' into HEAD 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
- 5817c41 Merge remote-tracking branch 'toybox/master' into HEAD am: f2fa082e9f by Elliott Hughes · 9 years ago
- f291c6c Merge remote-tracking branch 'toybox/master' into HEAD am: f2fa082e9f by Elliott Hughes · 9 years ago
- f2fa082 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 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
- 6c39691 Merge remote-tracking branch 'toybox/master' into HEAD am: d2ed825752 by Elliott Hughes · 9 years ago
- 59b7525 Merge remote-tracking branch 'toybox/master' into HEAD am: d2ed825752 by Elliott Hughes · 9 years ago
- d2ed825 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
- 0d4acb3 du: 32 bit systems were maxing out at 2GB when they should max out at 2TB (1<<32 blocks * 512 bytes, done with unsigned 64 bit math). am: a801c5019b 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
- 2f33c68 Merge remote-tracking branch 'toybox/master' into HEAD am: ccb4be08fa by Elliott Hughes · 9 years ago
- cda243a Merge remote-tracking branch 'toybox/master' into HEAD am: ccb4be08fa by Elliott Hughes · 9 years ago
- ccb4be0 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 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
- 108c110 Merge remote-tracking branch 'toybox/master' into HEAD am: 4be718d62e by Elliott Hughes · 9 years ago
- c3095b8 Merge remote-tracking branch 'toybox/master' into HEAD am: 4be718d62e by Elliott Hughes · 9 years ago
- 4be718d Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 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
- 079cc30 Merge remote-tracking branch 'toybox/master' into HEAD am: 991623dec1 by Elliott Hughes · 9 years ago
- 7d37c6e Merge remote-tracking branch 'toybox/master' into HEAD am: 991623dec1 by Elliott Hughes · 9 years ago
- 991623d Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 9 years ago
- 31c519d Add fallocate -o. by Elliott Hughes · 9 years ago
- ee023b2 du: 32 bit systems were maxing out at 2GB when they should max out at 2TB (1<<32 blocks * 512 bytes, done with unsigned 64 bit math). by Rob Landley · 9 years ago
- a801c50 du: 32 bit systems were maxing out at 2GB when they should max out at 2TB by Rob Landley · 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
- 4cfe919 Merge remote-tracking branch 'toybox/master' into HEAD am: fb3ebf8f5d by Elliott Hughes · 9 years ago
- 78585ef Merge remote-tracking branch 'toybox/master' into HEAD am: fb3ebf8f5d by Elliott Hughes · 9 years ago
- fb3ebf8 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 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
- bf847ea Merge remote-tracking branch 'toybox/master' into HEAD am: 5e9108a442 by Elliott Hughes · 9 years ago
- e21288d Merge remote-tracking branch 'toybox/master' into HEAD am: 5e9108a442 by Elliott Hughes · 9 years ago
- 5e9108a Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 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
- 0c8c1ed Merge remote-tracking branch 'toybox/master' into HEAD am: 64891a65fc am: 8368cdd99f by Elliott Hughes · 9 years ago
- 1954154 Merge remote-tracking branch 'toybox/master' into HEAD am: 64891a65fc by Elliott Hughes · 9 years ago
- 8368cdd Merge remote-tracking branch 'toybox/master' into HEAD am: 64891a65fc by Elliott Hughes · 9 years ago
- 64891a6 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 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
- f1ce728 Add uudecode/uuencode. am: eacb349519 am: d6403b47ef am: f71ca9a93a by Elliott Hughes · 9 years ago
- f71ca9a Add uudecode/uuencode. am: eacb349519 am: d6403b47ef by Elliott Hughes · 9 years ago
- d6403b4 Add uudecode/uuencode. am: eacb349519 by Elliott Hughes · 9 years ago
- 346c33c Explain dlist_terminate. by Rob Landley · 9 years ago
- eacb349 Add uudecode/uuencode. by Elliott Hughes · 9 years ago
- 6515f65 Regenerate generated files. am: 591e5474ca am: 62a27179ab am: d0b9dce923 by Elliott Hughes · 9 years ago
- c77266e Merge "Add install_airlock target for hermetic build environment setup, and rebuild headers during install to make other install targets robust against single command builds between "make" and "make install" of multiplexer version." am: f241a4600d am: 8ed45ae4c9 by Elliott Hughes · 9 years ago
- d8886ae Merge "du: 32 bit systems were maxing out at 2GB when they should max out at 2TB (1<<32 blocks * 512 bytes, done with unsigned 64 bit math)." am: fad2309530 am: b6689367ee by Elliott Hughes · 9 years ago
- 508076f Merge "Move --version handling next to --help handling, so it applies to all commands. Say "toybox" before version string. Tweak sed to preserve lie-to-autoconf." am: 28e81a7a2b am: 3f8ebb6a22 by Elliott Hughes · 9 years ago
- 3df2554 Merge "sed -i run as root wasn't preserving ownership." am: 20197847d8 am: 073a48ef6f by Elliott Hughes · 9 years ago
- d0b9dce Regenerate generated files. am: 591e5474ca am: 62a27179ab by Elliott Hughes · 9 years ago
- 2c24c2f Merge "Add install_airlock target for hermetic build environment setup, and rebuild headers during install to make other install targets robust against single command builds between "make" and "make install" of multiplexer version." am: f241a4600d by Elliott Hughes · 9 years ago
- 1d9bd9c Merge "du: 32 bit systems were maxing out at 2GB when they should max out at 2TB (1<<32 blocks * 512 bytes, done with unsigned 64 bit math)." am: fad2309530 by Elliott Hughes · 9 years ago
- 33aa11a Merge "Move --version handling next to --help handling, so it applies to all commands. Say "toybox" before version string. Tweak sed to preserve lie-to-autoconf." am: 28e81a7a2b by Elliott Hughes · 9 years ago
- 11f75a1 Merge "sed -i run as root wasn't preserving ownership." am: 20197847d8 by Elliott Hughes · 9 years ago
- 62a2717 Regenerate generated files. am: 591e5474ca by Elliott Hughes · 9 years ago
- 8ed45ae Merge "Add install_airlock target for hermetic build environment setup, and rebuild headers during install to make other install targets robust against single command builds between "make" and "make install" of multiplexer version." by Elliott Hughes · 9 years ago
- b668936 Merge "du: 32 bit systems were maxing out at 2GB when they should max out at 2TB (1<<32 blocks * 512 bytes, done with unsigned 64 bit math)." by Elliott Hughes · 9 years ago
- 3f8ebb6 Merge "Move --version handling next to --help handling, so it applies to all commands. Say "toybox" before version string. Tweak sed to preserve lie-to-autoconf." by Elliott Hughes · 9 years ago