1. 40d36f2 Regenerate generated files after upstream sync. by Elliott Hughes · 10 years ago
  2. 063b35f Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 10 years ago
  3. 4216f59 Add -m to mknod by Rob Landley · 10 years ago
  4. c776bde Use xsignal() instead of signal(). by Rob Landley · 10 years ago
  5. 8a3c0ed Fix thinko (don't &toybuf to get scratch space) and add -v option. by Rob Landley · 10 years ago
  6. e6abb61 Upgrade oneit with -r (restart), -3 (send exiting PID values to child), and signal handling. by Rob Landley · 10 years ago
  7. e3edd6c sed depends on -r to be rightmost flag to simplify the REG_EXTENDED test. by Rob Landley · 10 years ago
  8. 1e2399b The "no }" error with find | xargs sed is because toy_init() wasn't blanking the GLOBALS() block on a recursive call. (How that ever worked...) by Rob Landley · 10 years ago
  9. 1f44b5f Yank $STRIP from config (and STRIP=no weirdness) and just allow strip to fail. by Rob Landley · 10 years ago
  10. 3b74147 scripts/mkflags.c : main function need return 0 if normal exit by Hyejin Kim · 10 years ago
  11. 40f7fb0 Quick cleanup pass on tar. by Rob Landley · 10 years ago
  12. 38e5485 On 64 bit, subtracting two pointers produces a long result. On 32 bit, it's an int. Even though long _is_ 32 bits on a 32 bit systems, gcc warns about it because reasons. by Rob Landley · 10 years ago
  13. 5f1f34a Fix several printf_format warnings. by Rob Landley · 10 years ago
  14. eb4b114 Only switch on printf format warnings for error_exit() and friends when TOYBOX_DEBUG enabled. by Rob Landley · 10 years ago
  15. 1be99e6 let the compiler check format strings by Elliott Hughes · 10 years ago
  16. 4bbec1e fix format problems in tar.c by Elliott Hughes · 10 years ago
  17. 30c36d8 Patches from Elliott Hughes to fix various printf() format strings. by Rob Landley · 10 years ago
  18. 70a84a3 Patches from Elliott Hughes to add missing arguments to error_exit() calls. by Rob Landley · 10 years ago
  19. 7c3c6a9 remove accidental space in format string by Elliott Hughes · 10 years ago
  20. 2ee0cd9 fix copy/paste-o in useradd.test by Elliott Hughes · 10 years ago
  21. 3db3414 Cleanup pass on ps. by Rob Landley · 10 years ago
  22. ba3e32b 0.5.2 release notes. by Rob Landley · 10 years ago
  23. 3737aae Minor toysh cleanup: remove another unnecessary option. by Rob Landley · 10 years ago
  24. 6b07550 BSD sed uses -E instead of -r to enable ERE. by Isabella Bosia · 10 years ago
  25. 57f93c8 Add LDFLAGS and STRIP=no support. by Rob Landley · 10 years ago
  26. ab5cbfc Add "make change" output to .hgignore by Rob Landley · 10 years ago
  27. 0fdb450 More 'splaining. by Rob Landley · 10 years ago
  28. 5a524b6 Added tag 0.5.2 for changeset 8ce8c5365f8b by Rob Landley · 10 years ago
  29. e4c8055 stat -f didn't work on 32 bit systems because type sizes wrong (fix from Elliott Hughes). by Rob Landley · 10 years ago
  30. 88db412 Add expr and tar. by Elliott Hughes · 10 years ago
  31. 59cff4a Regenerate generated toybox files after sync. by Elliott Hughes · 10 years ago
  32. 4587102 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 10 years ago
  33. fb4a241 Patch from Isaac Dunham to add -r, fixed up so it doesn't try to include two flag contexts simultaneously. by Rob Landley · 10 years ago
  34. 2683307 Separate 'userdel' from testing syntax. by Yeongdeok Suh · 10 years ago
  35. 54c7127 Add --remove-destination longopt for -F because the host version doesn't have a shortopt for it. by Rob Landley · 10 years ago
  36. 7c5ed1c Only discard optargs in toy_exec() after finding the command to run (otherwise the fallback exevp() segfaults). by Rob Landley · 10 years ago
  37. c49b9a9 Make egrep and fgrep build standalone. by Rob Landley · 10 years ago
  38. 55fc160 Fix --help for single.sh builds. by Rob Landley · 10 years ago
  39. 7fcd90b Split out unix2dos so scripts/single.sh and "make change" can build it standalone. by Rob Landley · 10 years ago
  40. 45962a7 Move guts of "make change" to scripts/change.sh, don't try to build sh or help standalone. by Rob Landley · 10 years ago
  41. 67d9ea5 Fix bug introduced by last commit (print template instead of toybuf). by Rob Landley · 10 years ago
  42. b2bb6e6 Only apply mktemp directory to targets that aren't already paths. by Rob Landley · 10 years ago
  43. ca6a910 Fix longopts (pointed out by Hyejin Kim). by Rob Landley · 10 years ago
  44. fb49bf0 One more cleanup pass on hwclock factoring out common code. by Rob Landley · 10 years ago
  45. 2c9b0e3 Inline rtc_open() and get_rtc_seconds(), perform resulting cleanups. by Rob Landley · 10 years ago
  46. c277f34 Cleanup/refactoring pass on hwclock. by Rob Landley · 10 years ago
  47. 5eec03a Switch to toybox touch. by Elliott Hughes · 10 years ago
  48. 79984b4 Add mktemp. by Elliott Hughes · 10 years ago
  49. bf65a2e Regenerate generated toybox files post-sync. by Elliott Hughes · 10 years ago
  50. 2c54ae1 Merge remote-tracking branch 'toybox/master' into HEAD by Elliott Hughes · 10 years ago
  51. 452dcd5 Promote chcon to "other". by Rob Landley · 10 years ago
  52. 36a06d3 Cleanup pass on chcon. by Rob Landley · 10 years ago
  53. 9628107 Rewrite of a patch from Elliott Hughes to implement touch -h and switch API to utimensat() which offers nanosecond granularity and UTIME_OMIT/UTIME_NOW. by Rob Landley · 10 years ago
  54. 5ff7468 For some reason, ifconfig was explicitly excluding "ifconfig lo:0 127.0.0.2" style alias address assignments. No idea why. by Rob Landley · 10 years ago
  55. 8c4fdd8 netcfg is being removed, but shows up in the toybox roadmap. by Elliott Hughes · 10 years ago
  56. 6434ace Shameless meddling. by Rob Landley · 10 years ago
  57. 831a085 Use $TMPDIR if set (necessary on Android, where there is no /tmp). by Elliot Hughes · 10 years ago
  58. 912b2be Build standalone commands where "depends on" config entries need to be switched on. by Rob Landley · 10 years ago
  59. 5eb4475 Clean up the output of "make change". by Rob Landley · 10 years ago
  60. fb4ae95 Remove xexec_optargs(). by Rob Landley · 10 years ago
  61. d57c23b Cleanup pass on env, removing exec_optargs(). by Rob Landley · 10 years ago
  62. c004520 Make toy_exec() check if argc is in optargs and deal with it there so we don't need a separate xexec_optargs(). by Rob Landley · 10 years ago
  63. a48cfba Merge unshare and nsenter (promoting and cleaning up nsenter). by Rob Landley · 10 years ago
  64. 459cab0 In rm, init using to AT_REMOVEDIR in the dir case earlier. by Rob Landley · 10 years ago
  65. bd6c3f3 Alright, the Android guys agree with the musl guys: faccessat(AT_SYMLINK_NOFOLLOW) is not supported. by Rob Landley · 10 years ago
  66. bfa8d06 Add cpio. by Elliott Hughes · 10 years ago
  67. 26465f4 Keep using the BSD grep/egrep/fgrep for now. by Elliott Hughes · 10 years ago
  68. 436a5c0 Commit 1061 said "this gets expand off my to-review list". Remove it from the list. by Rob Landley · 10 years ago
  69. afd712a Cleanup mountpoint and remove it from the pending README. by Rob Landley · 10 years ago
  70. d748147 Merge remote-tracking branch 'toybox/master' into stuff by Elliott Hughes · 10 years ago
  71. 8e9a1b7 Revert "Fix "warning: implicit declaration of function 'basename' is invalid in C99"." by Elliott Hughes · 10 years ago
  72. b5e7220 bootchartd: Removing wrong free call to non-malloc'ed string. by Luis Felipe Strano Moraes · 10 years ago
  73. 4bb3a35 Fix sed s//\[newline]/ line continuations. by Rob Landley · 10 years ago
  74. ef0546d fix hwclock's rtc selection by Elliott Hughes · 10 years ago
  75. 9d1d0ad fix typo in printf by Elliott Hughes · 10 years ago
  76. 2c1cf4a Remove trailing whitespace. by Rob Landley · 10 years ago
  77. 468f155 Lift the basename/libgen.h shenanigans back out of portability.c and make it a static inline in portability.h, and prototype dirname() while we're at it. by Rob Landley · 10 years ago
  78. e910826 fix non-glibc basename(3) usage by Elliott Hughes · 10 years ago
  79. c8fa5ee Switch to toybox id. by Elliott Hughes · 10 years ago
  80. ad3136f Merge "Regenerate the toybox generated files." by Elliott Hughes · 10 years ago
  81. 8b4e491 Move pty.h back to toys.h (under LSB 4.1 headers). by Rob Landley · 10 years ago
  82. c6b94df AOSP master has <pty.h> and builds netcat/nc. by Elliott Hughes · 10 years ago
  83. be85d94 id.c #ifdefectomy. (ifdefs belong in headers, not in C code.) by Rob Landley · 10 years ago
  84. f700476 This patch adds a TOYBOX_SELINUX configuration option to control both by Elliott Hughes · 10 years ago
  85. e605b7f Merge "Added tag 0.5.1 for changeset 62a7d617e1ce" by Elliott Hughes · 10 years ago
  86. 9fe4a3a Regenerate the toybox generated files. by Elliott Hughes · 10 years ago
  87. 0a4bd4b Move pty.h back to toys.h (under LSB 4.1 headers). by Rob Landley · 10 years ago
  88. c2415d1 AOSP master has <pty.h> and builds netcat/nc. by Elliott Hughes · 10 years ago
  89. 3b91599 id.c #ifdefectomy. (ifdefs belong in headers, not in C code.) by Rob Landley · 10 years ago
  90. 7e2af1c This patch adds a TOYBOX_SELINUX configuration option to control both by Elliott Hughes · 10 years ago
  91. 376a257 Added tag 0.5.1 for changeset 62a7d617e1ce by Rob Landley · 10 years ago
  92. d353398 Switch to toybox cmp. by Elliott Hughes · 10 years ago
  93. 6ee70fc Switch to toybox chown. by Elliott Hughes · 10 years ago
  94. 2fd8368 Fix "warning: implicit declaration of function 'basename' is invalid in C99". by Elliott Hughes · 10 years ago
  95. 4ac9dd6 Regenerate toybox generated files. by Elliott Hughes · 10 years ago
  96. 1d80763 Merge changes If492fccc,Ia2fd3ced,I50d32077 by Elliott Hughes · 10 years ago
  97. abd5466 Merge changes I698a1608,I9d66c41d,I3a4917a5,Id3d633ff,Id0dead30, ... by Elliott Hughes · 10 years ago
  98. db988a9 Merge changes Ia8df7446,I77c8d1a7,Iaad492fd,I87fd25f2,I4f534572, ... by Elliott Hughes · 10 years ago
  99. a31cb8c Merge changes Ide699acc,I774c599c,I5c419e37,I7f24174d,I989f453e, ... by Elliott Hughes · 10 years ago
  100. c6d01d3 Merge "Teach factor to accept whitespace separated arguments (reported by Robert Thompson)." by Elliott Hughes · 10 years ago