1. 491e3e3 Wild guess at cleaning up smack support. Don't have a test environment yet. by Rob Landley · 9 years ago
  2. e949310 ls: Add -Z (Smack) option by Jan Cybulski · 10 years ago
  3. 789665d Fix truncate prefix bug and add truncate test suite entry. by Rob Landley · 9 years ago
  4. 89701da Add prefix support Hyejin Kim asked about. by Rob Landley · 9 years ago
  5. 2b8a6f6 Fix ls -s and -i indentation in -C and -x modes. (Spotted by Jan Cybulski.) by Rob Landley · 9 years ago
  6. 4c182c3 Promote hexedit to other. by Rob Landley · 9 years ago
  7. 2fd8624 Some infrastructure hexedit needs. (Poor man's curses.) by Rob Landley · 9 years ago
  8. ed753aa Teach hexedit to actually edit. Add -r option for read only mode. by Rob Landley · 9 years ago
  9. 53b0cb8 Fix display and cursor control (to respect bottom boundary). by Rob Landley · 9 years ago
  10. 9ac2d65 Too tired on the flight back from Japan to work on thinky stuff, so... by Rob Landley · 9 years ago
  11. a829b89 Bugfix from Hyejin Kim (count=1 shouldn't change name), plus a bounds check. by Rob Landley · 9 years ago
  12. e5fb6a2 Switch setprop to use TOYBOX_ON_ANDROID and fix getprop include. by Rob Landley · 9 years ago
  13. 5b493dc Cleanup getprop, add qstrcmp() to lib for qsort (because posix-2008 broke by Rob Landley · 9 years ago
  14. 3cf9b08 mdev: implement hotplug support. by Isaac Dunham · 9 years ago
  15. d5566b3 Android getprop and setprop from Elliott Hughes. by Rob Landley · 9 years ago
  16. d332c04 Shout from the rooftops that pending is not like other directories. by Rob Landley · 9 years ago
  17. 77d7424 Yet more ps work. Still not there yet. by Rob Landley · 9 years ago
  18. 3c0be8a unshare: fix -r by Samuel Holland · 9 years ago
  19. 776aa3c Before trying to remount read only, see if block device responds to "become rw" by Rob Landley · 9 years ago
  20. e398112 Implement Android restorecon. by Elliott Hughes · 9 years ago
  21. 6425277 Fix load_policy error reporting. by Elliott Hughes · 9 years ago
  22. 39d52a8 getenforce takes no arguments. by Elliott Hughes · 9 years ago
  23. 8d9623a setenforce takes exactly one argument. by Elliott Hughes · 9 years ago
  24. 56af708 Make more(1) usable. by Elliott Hughes · 9 years ago
  25. d5959c2 Revert last mdev commit because it copied code out of a GPLv2 program. by Rob Landley · 9 years ago
  26. 1dd3704 To ensure that toybox can be installed alongside busybox without by Paul Barker · 9 years ago
  27. 0808937 Another in-progress ps snapshot. by Rob Landley · 9 years ago
  28. 97c536c ps checkpoint du jour. Does not work yet. by Rob Landley · 9 years ago
  29. 9a733fc Redoing ps from scratch. Random checkpoint that probably doesn't even compile. by Rob Landley · 9 years ago
  30. 857912e Fix head bug pointed out by felix janda (recent -123 code broke first file argument of -n). by Rob Landley · 9 years ago
  31. a64e35b Fix sed bug David Halls hit trying to compile libiconv. by Rob Landley · 9 years ago
  32. 5d431d1 Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss. by Rob Landley · 9 years ago
  33. 32422d1 Promote setenforce to android. by Rob Landley · 9 years ago
  34. 960cad1 Cleanup setenforce. by Rob Landley · 9 years ago
  35. 3fd794f Promote getenforce. by Rob Landley · 9 years ago
  36. e3a2ab3 Cleanup getenforce. by Rob Landley · 9 years ago
  37. 8d3b398 tail: add old -123 support and comment out #-f until it's actually implemented. by Rob Landley · 9 years ago
  38. 9c25bcb Promote load_policy to android. by Rob Landley · 9 years ago
  39. d410645 Minor cleanup of load_policy. by Rob Landley · 9 years ago
  40. d6d4ad0 Implement load_policy. by Elliott Hughes · 9 years ago
  41. 47dd328 Promote runcon to android (and add an android menu). by Rob Landley · 9 years ago
  42. 9a4128f Trivial runcon cleanups. by Rob Landley · 9 years ago
  43. fd1ff92 Add runcon(1). by Elliott Hughes · 9 years ago
  44. 845dc93 add missing space in dd output by Elliott Hughes · 9 years ago
  45. 33f0455 Another bug from David Halls: find -exec wasn't consuming its argument when it didn't activate. by Rob Landley · 9 years ago
  46. 0d39f2f install -D bugfix from David Halls. by Rob Landley · 9 years ago
  47. 2fd8a74 Add -123 support to head (suggested by Elliott Hughes). by Rob Landley · 9 years ago
  48. 893a092 mdev : add hotplugin feature by Hyejin Kim · 9 years ago
  49. a9f4ec2 I added error handling code in write_rotate(). by Hyejin Kim · 9 years ago
  50. d0bc1a3 More ps cleanup, mostly refactoring. by Rob Landley · 9 years ago
  51. 98d8203 Minor ps refactoring. by Rob Landley · 9 years ago
  52. 438ad4c Clean up sort help text. by Rob Landley · 9 years ago
  53. 052df40 Switch nsenter to default y. by Rob Landley · 9 years ago
  54. bbaa683 Implement shred -u and switch to default y in defconfig. by Rob Landley · 9 years ago
  55. 9330bcb Remove cat -v help text debris. by Rob Landley · 9 years ago
  56. c1ab8da The time command depends on floating point support. by Rob Landley · 9 years ago
  57. be4048d Make find accept numeric uid/gid, and simplify makedevs using the new infrastructure. by Rob Landley · 9 years ago
  58. 9ff639c Make install support numeric uid/gids (reported by Kylie McClain). by Rob Landley · 9 years ago
  59. b8140d1 Factor out xgetgrnamid() and xgetpwnamid() into xwrap.c. by Rob Landley · 9 years ago
  60. 128928f Fix mktemp when TMPDIR is set to empty string, reported by Kylie McClain. by Rob Landley · 9 years ago
  61. 4216f59 Add -m to mknod by Rob Landley · 9 years ago
  62. c776bde Use xsignal() instead of signal(). by Rob Landley · 9 years ago
  63. 8a3c0ed Fix thinko (don't &toybuf to get scratch space) and add -v option. by Rob Landley · 9 years ago
  64. e6abb61 Upgrade oneit with -r (restart), -3 (send exiting PID values to child), and signal handling. by Rob Landley · 9 years ago
  65. e3edd6c sed depends on -r to be rightmost flag to simplify the REG_EXTENDED test. by Rob Landley · 9 years ago
  66. 40f7fb0 Quick cleanup pass on tar. by Rob Landley · 9 years ago
  67. 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 · 9 years ago
  68. 5f1f34a Fix several printf_format warnings. by Rob Landley · 9 years ago
  69. 4bbec1e fix format problems in tar.c by Elliott Hughes · 9 years ago
  70. 30c36d8 Patches from Elliott Hughes to fix various printf() format strings. by Rob Landley · 9 years ago
  71. 70a84a3 Patches from Elliott Hughes to add missing arguments to error_exit() calls. by Rob Landley · 9 years ago
  72. 7c3c6a9 remove accidental space in format string by Elliott Hughes · 9 years ago
  73. 3db3414 Cleanup pass on ps. by Rob Landley · 9 years ago
  74. 3737aae Minor toysh cleanup: remove another unnecessary option. by Rob Landley · 9 years ago
  75. 6b07550 BSD sed uses -E instead of -r to enable ERE. by Isabella Bosia · 9 years ago
  76. e4c8055 stat -f didn't work on 32 bit systems because type sizes wrong (fix from Elliott Hughes). by Rob Landley · 9 years ago
  77. fb4a241 Patch from Isaac Dunham to add -r, fixed up so it doesn't try to include two flag contexts simultaneously. by Rob Landley · 9 years ago
  78. 54c7127 Add --remove-destination longopt for -F because the host version doesn't have a shortopt for it. by Rob Landley · 9 years ago
  79. c49b9a9 Make egrep and fgrep build standalone. by Rob Landley · 9 years ago
  80. 7fcd90b Split out unix2dos so scripts/single.sh and "make change" can build it standalone. by Rob Landley · 9 years ago
  81. 67d9ea5 Fix bug introduced by last commit (print template instead of toybuf). by Rob Landley · 9 years ago
  82. b2bb6e6 Only apply mktemp directory to targets that aren't already paths. by Rob Landley · 9 years ago
  83. ca6a910 Fix longopts (pointed out by Hyejin Kim). by Rob Landley · 9 years ago
  84. fb49bf0 One more cleanup pass on hwclock factoring out common code. by Rob Landley · 9 years ago
  85. 2c9b0e3 Inline rtc_open() and get_rtc_seconds(), perform resulting cleanups. by Rob Landley · 9 years ago
  86. c277f34 Cleanup/refactoring pass on hwclock. by Rob Landley · 9 years ago
  87. 452dcd5 Promote chcon to "other". by Rob Landley · 9 years ago
  88. 36a06d3 Cleanup pass on chcon. by Rob Landley · 9 years ago
  89. 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 · 9 years ago
  90. 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 · 9 years ago
  91. 6434ace Shameless meddling. by Rob Landley · 9 years ago
  92. 831a085 Use $TMPDIR if set (necessary on Android, where there is no /tmp). by Elliot Hughes · 9 years ago
  93. d57c23b Cleanup pass on env, removing exec_optargs(). by Rob Landley · 9 years ago
  94. 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 · 9 years ago
  95. a48cfba Merge unshare and nsenter (promoting and cleaning up nsenter). by Rob Landley · 9 years ago
  96. 459cab0 In rm, init using to AT_REMOVEDIR in the dir case earlier. by Rob Landley · 9 years ago
  97. bd6c3f3 Alright, the Android guys agree with the musl guys: faccessat(AT_SYMLINK_NOFOLLOW) is not supported. by Rob Landley · 9 years ago
  98. 436a5c0 Commit 1061 said "this gets expand off my to-review list". Remove it from the list. by Rob Landley · 9 years ago
  99. afd712a Cleanup mountpoint and remove it from the pending README. by Rob Landley · 9 years ago
  100. b5e7220 bootchartd: Removing wrong free call to non-malloc'ed string. by Luis Felipe Strano Moraes · 9 years ago