1. cc585db Save failure reason for each make change .bad file. by Rob Landley · 10 years ago
  2. 137ac1f Kylie McClain pointed out that -z affects both input and output. by Rob Landley · 10 years ago
  3. 671146c Actually set time with touch -d and -t when you don't specify nanonseconds. by Rob Landley · 10 years ago
  4. 0ace882 First pass on cp --preserve by Rob Landley · 10 years ago
  5. 6b6daec Promote xxd to other. by Rob Landley · 10 years ago
  6. 9933273 Probe for fork() instead of relying on a distro-specific #define. by Rob Landley · 10 years ago
  7. 82d8d7c Added i option to use other interface on running dhcpd. by Hyejin Kim · 10 years ago
  8. eed60d2 Cleanup xxd. by Rob Landley · 10 years ago
  9. e1ce781 Minor cleanups on xxd. by Rob Landley · 10 years ago
  10. 4ab24f2 The android guys sent in xxd. It doesn't share code with od and hexdump. Hmmm... by Rob Landley · 10 years ago
  11. 8a2c087 Fix segfault with "mount -o ro,remount". by Elliott Hughes · 10 years ago
  12. 8c0d2d2 Improve -Z error reporting. by Elliott Hughes · 10 years ago
  13. 56217bb Fix top.c build. by Elliott Hughes · 10 years ago
  14. 5ea9167 mkfifo -Z by Rob Landley · 10 years ago
  15. e71e3ac Add ionice and iorenice. by Rob Landley · 10 years ago
  16. 3b5cb96 Add undo buffer for 'u'. by Rob Landley · 10 years ago
  17. 4eab65b Simplify hexedit logic by adjusting viewport all in one place up top. by Rob Landley · 10 years ago
  18. b20c80b Factor out more not-curses infrastructure into lib. by Rob Landley · 10 years ago
  19. 325e02e Suggestion from Elliott Hughes: tweak test infrastructure to notice if by Rob Landley · 10 years ago
  20. 394094f Fix version number in ifconfig cleanup reference. by Rob Landley · 10 years ago
  21. 9acbbaf Don't segfault if none of the file arguments to ls exists. by Rob Landley · 10 years ago
  22. 17a94c5 Don't depend on malloc(0) to return non-null. by Rob Landley · 10 years ago
  23. 28727ba Fix ls so spacing is right for ls -l, -o, -g, -og, -ogZ, -lZ, -gZ, and -oZ. by Rob Landley · 10 years ago
  24. 3d5ee80 Fluff up explanation of why 0BSD license for SPDX submission. by Rob Landley · 10 years ago
  25. 34434df Use lsm_set_create() to set security blanket context before mknod, avoiding by Rob Landley · 10 years ago
  26. e2882b4 Add nproc. by Rob Landley · 10 years ago
  27. 324e615 Cosmetic tweak: no need for pages of text from "make defconfig" and friends. by Rob Landley · 10 years ago
  28. 94983f2 Last grep commit broke non -r use of grep. Oops. by Rob Landley · 10 years ago
  29. 204bd96 Make "printf --" and "printf ---" work. by Rob Landley · 10 years ago
  30. 0bd81ca Redo mkstatus.py to grep pending for pending data and trust toybox by Rob Landley · 10 years ago
  31. f033f86 Move the magic list of commands needing cleanup from toys/pending/README by Rob Landley · 10 years ago
  32. 42cc29c On testing fold command, I found w option didnt check the range of value. by Hyejin Kim · 10 years ago
  33. 7c8a2f4 mknod: Add -Z option by José Bollo · 10 years ago
  34. 2d66e6a Attempt to fix the mkdir LSM race. by Rob Landley · 10 years ago
  35. a65a7f4 ls -lZ wasn't putting a space before the xattr output. by Rob Landley · 10 years ago
  36. 9bd4013 mkdir: Fix argument of option -Z by José Bollo · 10 years ago
  37. adcbaf5 Make "grep -r regex" work on implicit "." if no files specified. by Rob Landley · 10 years ago
  38. 9720e4d Add -Z support to mkdir, based on a patch from Jose Bollo. by Rob Landley · 10 years ago
  39. b031a3b Adapted patch from José Bollo to do the "tonight we're gonna api like by Rob Landley · 10 years ago
  40. 0cb5b70 Switch id over to new infrastructure, switch id to use FORCE_FLAGS, and by Rob Landley · 10 years ago
  41. 821f31d Fix "ls -Z . toys" segfaulting, because preprocessing skipped. by Rob Landley · 10 years ago
  42. a8ee470 Recent commit broke ls -R (test reversed), and "ls -R singledir" should by Rob Landley · 10 years ago
  43. c565b06 More ls -Z upgrading. Move TOYBOX_SELINUX and TOYBOX_SMACK support from by Rob Landley · 10 years ago
  44. f25d495 stat: fix group name by José Bollo · 10 years ago
  45. 20019be Bugfix from Hyejin Kim: su should not prompt root user for new user's password. by Rob Landley · 10 years ago
  46. 5b2644c Promote reset (actually write a new one using the simple man 4 console_codes by Rob Landley · 10 years ago
  47. 5ea14bd Print name of file at the bottom of the screen. by Rob Landley · 10 years ago
  48. 913a779 More hexedit cursor boundary tweaking. by Rob Landley · 10 years ago
  49. b18c7e8 Fix bug (len[7] wasn't zeroed if -Z off, thus -C overestimated entry lengths), by Rob Landley · 10 years ago
  50. dec4669 Set the executable bits on all the *.test files. (Wasn't consistent, is now.) by Rob Landley · 10 years ago
  51. 6253e48 Git hates me. by Rob Landley · 10 years ago
  52. 1f5f436 Cleanups of dirtree_start() calls. (Don't need to feed in flag values, just by Rob Landley · 10 years ago
  53. aab9164 Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from by Rob Landley · 10 years ago
  54. a913d92 Probe for -Wno-string-plus-int. by Rob Landley · 10 years ago
  55. 72cd2e0 Move not-curses code into interstingtimes.c by Rob Landley · 10 years ago
  56. daf3694 Fix more with missing files. by Elliott Hughes · 10 years ago
  57. ef55374 Re-enable catv command now that flag infrastructure is updated. by Rob Landley · 10 years ago
  58. 8565668 Implement SELinux ls -Z support. by Elliott Hughes · 10 years ago
  59. 483cfda Replace android-specific hack with just signal(SIGPIPE, SIG_IGN). by Rob Landley · 10 years ago
  60. 8b6bff5 Yank smack from singleconfig. by Rob Landley · 10 years ago
  61. abb5ae3 Fix dmesg -c error output. by Elliott Hughes · 10 years ago
  62. 9398f05 Move a prototype to the start of portability.h (suggested by Elliott Hughes) by Rob Landley · 10 years ago
  63. a967a66 dhcpd writes leases on "dhcpd.leases" file. by Hyejin Kim · 10 years ago
  64. 2a7727d Fix getprop sorting and error reporting. by Elliott Hughes · 10 years ago
  65. fcd2729 Minor dmesg cleanup. by Rob Landley · 10 years ago
  66. 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 · 10 years ago
  67. 38a5493 dmesg: add -t suppress timestamp flag by Mark Salyzyn · 10 years ago
  68. 06d3783 Portability bits for the recent ls smack changes. by Rob Landley · 10 years ago
  69. 5e18bae More ls cleanups from squinting at Jose's most recent smack patch. by Rob Landley · 10 years ago
  70. e7c0954 Add default sigpipe handler for android (as suggested by Elliott Hughes). by Rob Landley · 10 years ago
  71. cb7ed52 And remove the header part too. by Rob Landley · 10 years ago
  72. 491e3e3 Wild guess at cleaning up smack support. Don't have a test environment yet. by Rob Landley · 10 years ago
  73. 9c3d165 Remove redundant numlen. by Rob Landley · 10 years ago
  74. e949310 ls: Add -Z (Smack) option by Jan Cybulski · 11 years ago
  75. 789665d Fix truncate prefix bug and add truncate test suite entry. by Rob Landley · 10 years ago
  76. 89701da Add prefix support Hyejin Kim asked about. by Rob Landley · 10 years ago
  77. 2b8a6f6 Fix ls -s and -i indentation in -C and -x modes. (Spotted by Jan Cybulski.) by Rob Landley · 10 years ago
  78. 4c182c3 Promote hexedit to other. by Rob Landley · 10 years ago
  79. 2fd8624 Some infrastructure hexedit needs. (Poor man's curses.) by Rob Landley · 10 years ago
  80. ed753aa Teach hexedit to actually edit. Add -r option for read only mode. by Rob Landley · 10 years ago
  81. 53b0cb8 Fix display and cursor control (to respect bottom boundary). by Rob Landley · 10 years ago
  82. 9ac2d65 Too tired on the flight back from Japan to work on thinky stuff, so... by Rob Landley · 10 years ago
  83. a829b89 Bugfix from Hyejin Kim (count=1 shouldn't change name), plus a bounds check. by Rob Landley · 10 years ago
  84. e5fb6a2 Switch setprop to use TOYBOX_ON_ANDROID and fix getprop include. by Rob Landley · 10 years ago
  85. 5b493dc Cleanup getprop, add qstrcmp() to lib for qsort (because posix-2008 broke by Rob Landley · 10 years ago
  86. 3cf9b08 mdev: implement hotplug support. by Isaac Dunham · 10 years ago
  87. 957c3f7 Roadmap update, mostly from enh with a few other pending bits mixed in. by Rob Landley · 10 years ago
  88. d5566b3 Android getprop and setprop from Elliott Hughes. by Rob Landley · 10 years ago
  89. 58c3269 Link against libattr and libsmack. by Xavier Roche · 10 years ago
  90. 5174697 Fix a trivial typo in www/about.html. by Elliott Hughes · 10 years ago
  91. 90afbad Make toybox --version use the "git describe" info if it's available. by Rob Landley · 10 years ago
  92. 17499c3 terminal_size should use LINES, not ROWS. by Elliott Hughes · 10 years ago
  93. d332c04 Shout from the rooftops that pending is not like other directories. by Rob Landley · 10 years ago
  94. 08f51b5 Put SELINUX in a a menu, and add config option for SMACK. by Rob Landley · 10 years ago
  95. 77d7424 Yet more ps work. Still not there yet. by Rob Landley · 10 years ago
  96. 3c0be8a unshare: fix -r by Samuel Holland · 10 years ago
  97. 776aa3c Before trying to remount read only, see if block device responds to "become rw" by Rob Landley · 10 years ago
  98. e398112 Implement Android restorecon. by Elliott Hughes · 10 years ago
  99. 6425277 Fix load_policy error reporting. by Elliott Hughes · 10 years ago
  100. 39d52a8 getenforce takes no arguments. by Elliott Hughes · 10 years ago