1. 09ee264 Add --help option to toybox command when TOYBOX_HELP is enabled. by Rob Landley · 11 years ago
  2. 0b87b2e Another stab at recapitulating phylogeny in a README file. by Rob Landley · 11 years ago
  3. d7a4e11 Some work I did over the weekend on nbd_client, not sure where I left off... by Rob Landley · 11 years ago
  4. 45084bd generated/help.h depends on CONFIG_TOYBOX_HELP by Felix Janda · 11 years ago
  5. 6938c0b Fix bare longopts to set unique optflag bits. by Rob Landley · 11 years ago
  6. b3d4f0b The host sort on many distros behaves stupidly, and sorts stuff in non-ascii order by default. Make it stop. by Rob Landley · 11 years ago
  7. acede57 Fix xabspath when last path component exists but we haven't got permissions to open it (ala readlink -f /dev/sda as a normal user). Spotted by Ashwini Sharma. by Rob Landley · 11 years ago
  8. 7a1f582 Fix conflicting types for show_help(). by Rob Landley · 11 years ago
  9. 018f7ff Fix find -mtime by Felix Janda · 11 years ago
  10. 128349a stat: Remove unimplemented options and clean up help text by Felix Janda · 11 years ago
  11. 5a221e6 Add library function for the file permission formatting in ls and stat by Felix Janda · 11 years ago
  12. b4a86ac Add firmware field to modinfo output. by idunham · 11 years ago
  13. f015344 Add posix headers to toynet.h, move xioctl() to lib.c, introduce lib/net.c and move xsocket() to it. by Rob Landley · 11 years ago
  14. a4a6dfb Remove leaked global path_mounts. by Rob Landley · 11 years ago
  15. 4f49955 Eliminate leaked global bunzip_errors. by Rob Landley · 11 years ago
  16. 7d4d0a0 Quick sniff test to find leaked global variables. by Rob Landley · 11 years ago
  17. d8bd221 And another round of ifconfig cleanup. by Rob Landley · 11 years ago
  18. 1037312 Yet more drive-by cleanup of ifconfig. by Rob Landley · 11 years ago
  19. 4cf2a1c Isaac Dunham pointed out that the kernel treats - and _ as identical in module names, so modinfo should too. Made it use mmap() while I was there, and some cosmetic refactoring. by Rob Landley · 11 years ago
  20. c732dce Forgot to check in a header that moved from ifconfig to toynet.h. by Rob Landley · 11 years ago
  21. d896604 More find cleanup by Felix Janda · 11 years ago
  22. 8faf068 More find cleanup by Felix Janda · 11 years ago
  23. 933919c Fix some comments from way back when toybox first started (in 2006), when I was still cleaning busybox-isms out of my head... by Rob Landley · 11 years ago
  24. 553aacf stat cleanup by Felix Janda · 11 years ago
  25. 35878c3 stat: Reindent from 4 to 2 spaces by Felix Janda · 11 years ago
  26. be93c91 More ifconfig cleanup. by Rob Landley · 11 years ago
  27. 1fb4823 ifconfig cleanup (Reorder functions to eliminate need for prototypes, put main at end). by Rob Landley · 11 years ago
  28. 9ee7652 Commit 818 simplified the license text in the source tarball, this gets the web copy. by Rob Landley · 11 years ago
  29. 520c890 find: Improve operator processing by Felix Janda · 11 years ago
  30. eb5d055 Another round of ifconfig cleanup. by Rob Landley · 11 years ago
  31. abb0727 Add -f to chmod (just turns off -v). by Rob Landley · 11 years ago
  32. d87b669 More ifconfig cleanup. by Rob Landley · 11 years ago
  33. 1d99390 Fix the help commit I screwed up, and replace leading tabs with spaces. by Rob Landley · 11 years ago
  34. 9a186f8 More ifconfig cleanup. by Rob Landley · 11 years ago
  35. b002a8a Isaac Dunham's help string cleanup. by Rob Landley · 11 years ago
  36. ac1d20a Make genconfig use CFLAGS because building against a libc that isn't installed on the host may need --static to run the results. by Rob Landley · 11 years ago
  37. a842335 Add tests for find's expression parsing by Felix Janda · 11 years ago
  38. 36ffc5a Move guts of help command into show_help() in lib/help.c, with config TOYBOX_HELP controlling infrastructure. by Rob Landley · 11 years ago
  39. 26c0045 Tweak help text. by Rob Landley · 11 years ago
  40. 88e2cb6 ifconfig uses __caddr_t in one location; this is not guaranteed to work everywhere. It does not compile OOB on musl, so I changed it to the portable equivalent, char *. This compiles on musl, and should compile anywhere. by Isaac Dunham · 11 years ago
  41. 18993e2 Convert tabs to spaces. by Rob Landley · 11 years ago
  42. 4ffface xzcat: more cleanup and some shrinking. by Isaac Dunham · 11 years ago
  43. ff8b9ed uuencode tweak: output a non-whitespace character for 0 in traditional mode. by Rob Landley · 11 years ago
  44. db40cf0 More ifconfig cleanup. by Rob Landley · 11 years ago
  45. 1cabcc2 More xzcat cleanup. by Rob Landley · 11 years ago
  46. 0524912 More of same. by Isaac Dunham · 11 years ago
  47. d111ad2 More cleanup on find. by Rob Landley · 11 years ago
  48. 791ff1e Redo find's indenting from tabs to two spaces. by Rob Landley · 11 years ago
  49. f88db71 Partial cleanup of find by Felix Janda · 11 years ago
  50. 9bd7a16 Some xzcat cleanup by Isaac Dunham. by Rob Landley · 11 years ago
  51. a137c3f Fix argument parsing so -- doesn't include itself in output. by Rob Landley · 11 years ago
  52. a586f20 More ifconfig cleanups, mostly removing unused code. by Rob Landley · 11 years ago
  53. 70c5ea6 Drive-by cleanup on ifconfig. by Rob Landley · 11 years ago
  54. 4cc2042 An ifconfig bugfix from the original submitter. by Rob Landley · 11 years ago
  55. a6124a5 Kyungwan Han submitted ifconfig. by Rob Landley · 11 years ago
  56. 2edb485 Clean uudecode up the rest of the way, move pending->posix and default y. by Rob Landley · 11 years ago
  57. 28df7d5 More uudecode cleanup. by Rob Landley · 11 years ago
  58. f529a55 More uudecode cleanup. by Rob Landley · 11 years ago
  59. a77f36d Change uuencode test to match what other uuencode implementations actually produce. by Rob Landley · 11 years ago
  60. ca04c7f Where I left off on analysis of other multicall binaries... by Rob Landley · 11 years ago
  61. f597042 Incremental cleanup of uudecode. by Rob Landley · 11 years ago
  62. b7e8385 Fix the USE() macro around NEWTOY, tweak help text, remove unnecessary wrapper, tweak whitespace and curly brackets. by Rob Landley · 11 years ago
  63. 3e06a1c uudecode test should just call "uudecode" (not multiplexer via a path), and first test shouldn't succeed if toybox isn't even there. by Rob Landley · 11 years ago
  64. 94c9559 Add help text for pending test command. (No actual implementation yet.) by Rob Landley · 11 years ago
  65. f5b4bbe Finish uuencode cleanup, default y, move it from pending to posix. by Rob Landley · 11 years ago
  66. 240d0d6 First round of uuencode cleanup: generate table, tweak help text, remove unnecessary output buffers, simplify base64 functions.. by Rob Landley · 11 years ago
  67. 911ec8a Logger, by Ilya Kuzmich. by Rob Landley · 11 years ago
  68. 64427a8 uuencode/decode tests and tweaks from Erich Plondke. by Rob Landley · 11 years ago
  69. 5cb3e26 Fix a bug in patch I fixed back in 2010 but forgot to apply here. by Rob Landley · 11 years ago
  70. 6f5ef6f Update news page and link to ELC 2013 talk on toybox. by Rob Landley · 11 years ago
  71. da7fc1c Add -a to who and switch to default y in defconfig. by Rob Landley · 11 years ago
  72. 29264d8 Explain that code in the "pending" directory isn't necessarily ready for prime time. by Rob Landley · 11 years ago
  73. 121db2a uuencode and uudecode by Erich Plondke. by Rob Landley · 11 years ago
  74. 02656c7 The old nbd-client I wrote in 2010. Needs cleanup. by Rob Landley · 11 years ago
  75. e5f3a0b Remove unused min/max macros. by Rob Landley · 11 years ago
  76. 33cdec5 Move mdev into the pending directory, since it's not done yet. by Rob Landley · 11 years ago
  77. 971d57e Isaac Dunham took the public domain xz-embedded code and made an xzcat. I glued all his files together into one big one and threw it in pending. It needs something between cleanup and a complete rewrite. by Rob Landley · 11 years ago
  78. ee86b1d Simplify license text, as mentioned on the mailing list. by Rob Landley · 11 years ago
  79. a5a1403 Added tag 0.4.4 for changeset 52e69f6710ca by Rob Landley · 11 years ago
  80. 04fc2db Remove more debug code from find. by Rob Landley · 11 years ago
  81. db12a37 A couple quick fixes to find so I can try it out. by Rob Landley · 11 years ago
  82. 55da839 Find by Gurang Shastri. by Rob Landley · 11 years ago
  83. 25b043b Compile time probe to fish O_NOFOLLOW out of linux headers when fcntl doesn't conform to posix-2008. by Rob Landley · 11 years ago
  84. 364d9ab O_NOFOLLOW is specified by posix-2008 and varies by target, don't try to supply them for broken headers. by Rob Landley · 11 years ago
  85. f9d7c95 Call stat "stat" instead of "st" in menuconfig. Use xmalloc() instead of malloc. by Rob Landley · 11 years ago
  86. 61dacaa Fix whitespace in submitted stat command. by Rob Landley · 11 years ago
  87. e3f0787 Fix another allyesconfig build break in the pending directory. by Rob Landley · 11 years ago
  88. cc99be2 Sed's still just a stub, but clean it up enough so it at least compiles. by Rob Landley · 11 years ago
  89. 5383200 Add readahead. by Rob Landley · 11 years ago
  90. 9559c2c Comment updates and a policy statement about avoiding #define GNU_dammit by Rob Landley · 11 years ago
  91. 9a69a92 Accumulated web page changes. (Release announcement for previous release, roadmap updates, etc.) by Rob Landley · 11 years ago
  92. 799515e Fix a warning when debug code enabled. by Rob Landley · 11 years ago
  93. dd009d6 Move some unfinished commands to the "pending" directory. by Rob Landley · 11 years ago
  94. 865afc5 Implement cp -s option. by Rob Landley · 11 years ago
  95. d1fcf4f Tweak cmp test to be a little more deterministic. by Rob Landley · 11 years ago
  96. 44b9d04 More support for old (~2008) build environments, move the #ifdef checks for symbols out of specific library version checks (shouldn't hurt anything), remove obsolete debug macro. by Rob Landley · 11 years ago
  97. af00119 Some older build environments don't have LOOP_CTL_GET_FREE or LOOP_SET_CAPACITY. Substitute constants so they can get the rest of losetup without a build break. by Rob Landley · 11 years ago
  98. 2279108 Fix -in behavior: descend into existing directory without prompting, show full path in error messages, actually overwrite when answering yes to -i. by Rob Landley · 11 years ago
  99. c26ca6e Wrong closing tag in roadmap.html. by Rob Landley · 11 years ago
  100. f5b50e9 id: make "id -Gn root" print root's groups instead of current user (and without leading space), enforce max 1 argument and at most one of Ggu. by Rob Landley · 11 years ago