1. 2a7727d Fix getprop sorting and error reporting. by Elliott Hughes · 9 years ago
  2. fcd2729 Minor dmesg cleanup. by Rob Landley · 9 years ago
  3. 5640acb If a shortopt is configured out right before a bare longopt, the option parsing infrastructure segfaults because there's no next shortopt but the list isn't empty. (There was a test for this, but we're simultaneously traversing two lists and it was testing the wrong one.) by Rob Landley · 9 years ago
  4. 38a5493 dmesg: add -t suppress timestamp flag by Mark Salyzyn · 9 years ago
  5. 06d3783 Portability bits for the recent ls smack changes. by Rob Landley · 9 years ago
  6. 5e18bae More ls cleanups from squinting at Jose's most recent smack patch. by Rob Landley · 9 years ago
  7. e7c0954 Add default sigpipe handler for android (as suggested by Elliott Hughes). by Rob Landley · 9 years ago
  8. cb7ed52 And remove the header part too. by Rob Landley · 9 years ago
  9. 491e3e3 Wild guess at cleaning up smack support. Don't have a test environment yet. by Rob Landley · 9 years ago
  10. 9c3d165 Remove redundant numlen. by Rob Landley · 9 years ago
  11. e949310 ls: Add -Z (Smack) option by Jan Cybulski · 10 years ago
  12. 789665d Fix truncate prefix bug and add truncate test suite entry. by Rob Landley · 9 years ago
  13. 89701da Add prefix support Hyejin Kim asked about. by Rob Landley · 9 years ago
  14. 2b8a6f6 Fix ls -s and -i indentation in -C and -x modes. (Spotted by Jan Cybulski.) by Rob Landley · 9 years ago
  15. 4c182c3 Promote hexedit to other. by Rob Landley · 9 years ago
  16. 2fd8624 Some infrastructure hexedit needs. (Poor man's curses.) by Rob Landley · 9 years ago
  17. ed753aa Teach hexedit to actually edit. Add -r option for read only mode. by Rob Landley · 9 years ago
  18. 53b0cb8 Fix display and cursor control (to respect bottom boundary). by Rob Landley · 9 years ago
  19. 9ac2d65 Too tired on the flight back from Japan to work on thinky stuff, so... by Rob Landley · 9 years ago
  20. a829b89 Bugfix from Hyejin Kim (count=1 shouldn't change name), plus a bounds check. by Rob Landley · 9 years ago
  21. e5fb6a2 Switch setprop to use TOYBOX_ON_ANDROID and fix getprop include. by Rob Landley · 9 years ago
  22. 5b493dc Cleanup getprop, add qstrcmp() to lib for qsort (because posix-2008 broke by Rob Landley · 9 years ago
  23. 3cf9b08 mdev: implement hotplug support. by Isaac Dunham · 9 years ago
  24. 957c3f7 Roadmap update, mostly from enh with a few other pending bits mixed in. by Rob Landley · 9 years ago
  25. d5566b3 Android getprop and setprop from Elliott Hughes. by Rob Landley · 9 years ago
  26. 58c3269 Link against libattr and libsmack. by Xavier Roche · 9 years ago
  27. 5174697 Fix a trivial typo in www/about.html. by Elliott Hughes · 9 years ago
  28. 90afbad Make toybox --version use the "git describe" info if it's available. by Rob Landley · 9 years ago
  29. 17499c3 terminal_size should use LINES, not ROWS. by Elliott Hughes · 9 years ago
  30. d332c04 Shout from the rooftops that pending is not like other directories. by Rob Landley · 9 years ago
  31. 08f51b5 Put SELINUX in a a menu, and add config option for SMACK. by Rob Landley · 9 years ago
  32. 77d7424 Yet more ps work. Still not there yet. by Rob Landley · 9 years ago
  33. 3c0be8a unshare: fix -r by Samuel Holland · 9 years ago
  34. 776aa3c Before trying to remount read only, see if block device responds to "become rw" by Rob Landley · 9 years ago
  35. e398112 Implement Android restorecon. by Elliott Hughes · 9 years ago
  36. 6425277 Fix load_policy error reporting. by Elliott Hughes · 9 years ago
  37. 39d52a8 getenforce takes no arguments. by Elliott Hughes · 9 years ago
  38. 8d9623a setenforce takes exactly one argument. by Elliott Hughes · 9 years ago
  39. 56af708 Make more(1) usable. by Elliott Hughes · 9 years ago
  40. 7072214 Update www/roadmap.html with Android progress. by Elliott Hughes · 9 years ago
  41. ad72a55 Tweak .gitignore. by Rob Landley · 9 years ago
  42. a6916cd Tweak README by Rob Landley · 9 years ago
  43. 0a40390 Update multiplexer help text for --version by Rob Landley · 9 years ago
  44. d5959c2 Revert last mdev commit because it copied code out of a GPLv2 program. by Rob Landley · 9 years ago
  45. e7acb47 Adding --version broke ./toybox command list. (Oops.) by Rob Landley · 9 years ago
  46. e0269f1 Announce switch to git. by Rob Landley · 9 years ago
  47. ad602aa Add --version to multiplexer. by Rob Landley · 9 years ago
  48. dabd89c Bite the bullet and switch over to git. by Rob Landley · 9 years ago
  49. 1dd3704 To ensure that toybox can be installed alongside busybox without by Paul Barker · 9 years ago
  50. 0808937 Another in-progress ps snapshot. by Rob Landley · 9 years ago
  51. e10483f Add readfileat() to lib by Rob Landley · 9 years ago
  52. 97c536c ps checkpoint du jour. Does not work yet. by Rob Landley · 9 years ago
  53. 9a733fc Redoing ps from scratch. Random checkpoint that probably doesn't even compile. by Rob Landley · 9 years ago
  54. d5c92c5 Add head test for -123. by Rob Landley · 9 years ago
  55. 857912e Fix head bug pointed out by felix janda (recent -123 code broke first file argument of -n). by Rob Landley · 9 years ago
  56. a64e35b Fix sed bug David Halls hit trying to compile libiconv. by Rob Landley · 9 years ago
  57. 5d431d1 Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss. by Rob Landley · 9 years ago
  58. 58e0642 Fix an obvious typo in Makefile. by Elliott Hughes · 9 years ago
  59. e00c786 update the Android section of roadmap.html by Elliott Hughes · 9 years ago
  60. 32422d1 Promote setenforce to android. by Rob Landley · 9 years ago
  61. 960cad1 Cleanup setenforce. by Rob Landley · 9 years ago
  62. 3fd794f Promote getenforce. by Rob Landley · 9 years ago
  63. e3a2ab3 Cleanup getenforce. by Rob Landley · 9 years ago
  64. ccccc2b Flag to make llvm shut up about a broken warning. by Rob Landley · 9 years ago
  65. 8d3b398 tail: add old -123 support and comment out #-f until it's actually implemented. by Rob Landley · 9 years ago
  66. 9c25bcb Promote load_policy to android. by Rob Landley · 9 years ago
  67. d410645 Minor cleanup of load_policy. by Rob Landley · 9 years ago
  68. a89f054 Explain the craptacular nature of kconfig, and the plan to replace it. by Rob Landley · 9 years ago
  69. 76f1485 Fix toybox build with C99 compilers by Bernhard Rosenkr?nzer · 9 years ago
  70. d6d4ad0 Implement load_policy. by Elliott Hughes · 9 years ago
  71. 47dd328 Promote runcon to android (and add an android menu). by Rob Landley · 9 years ago
  72. 9a4128f Trivial runcon cleanups. by Rob Landley · 9 years ago
  73. fd1ff92 Add runcon(1). by Elliott Hughes · 9 years ago
  74. 845dc93 add missing space in dd output by Elliott Hughes · 9 years ago
  75. 4b77d54 Tweak of Elliott Hughes's fix for an off by one error in human_readable by Rob Landley · 9 years ago
  76. 2c7028a Update the Android section of the roadmap. by Elliott Hughes · 9 years ago
  77. 33f0455 Another bug from David Halls: find -exec wasn't consuming its argument when it didn't activate. by Rob Landley · 9 years ago
  78. 0d39f2f install -D bugfix from David Halls. by Rob Landley · 9 years ago
  79. cff8e13 Patch from David Halls to fix mac/ios portability issue. by Rob Landley · 9 years ago
  80. 2fd8a74 Add -123 support to head (suggested by Elliott Hughes). by Rob Landley · 9 years ago
  81. 893a092 mdev : add hotplugin feature by Hyejin Kim · 9 years ago
  82. 4437be0 Fix mount -a segfault without -O, reported by Janus Troelsen. by Rob Landley · 9 years ago
  83. d111b95 Rename a function to better describe what it does. by Rob Landley · 9 years ago
  84. a9f4ec2 I added error handling code in write_rotate(). by Hyejin Kim · 9 years ago
  85. d0bc1a3 More ps cleanup, mostly refactoring. by Rob Landley · 9 years ago
  86. 98d8203 Minor ps refactoring. by Rob Landley · 9 years ago
  87. 438ad4c Clean up sort help text. by Rob Landley · 9 years ago
  88. 052df40 Switch nsenter to default y. by Rob Landley · 9 years ago
  89. bbaa683 Implement shred -u and switch to default y in defconfig. by Rob Landley · 9 years ago
  90. 9330bcb Remove cat -v help text debris. by Rob Landley · 9 years ago
  91. c1ab8da The time command depends on floating point support. by Rob Landley · 9 years ago
  92. be4048d Make find accept numeric uid/gid, and simplify makedevs using the new infrastructure. by Rob Landley · 9 years ago
  93. 9ff639c Make install support numeric uid/gids (reported by Kylie McClain). by Rob Landley · 9 years ago
  94. b8140d1 Factor out xgetgrnamid() and xgetpwnamid() into xwrap.c. by Rob Landley · 9 years ago
  95. 128928f Fix mktemp when TMPDIR is set to empty string, reported by Kylie McClain. by Rob Landley · 9 years ago
  96. 4216f59 Add -m to mknod by Rob Landley · 9 years ago
  97. c776bde Use xsignal() instead of signal(). by Rob Landley · 9 years ago
  98. 8a3c0ed Fix thinko (don't &toybuf to get scratch space) and add -v option. by Rob Landley · 9 years ago
  99. e6abb61 Upgrade oneit with -r (restart), -3 (send exiting PID values to child), and signal handling. by Rob Landley · 9 years ago
  100. e3edd6c sed depends on -r to be rightmost flag to simplify the REG_EXTENDED test. by Rob Landley · 9 years ago