1. 42b7d4b I've added support for running blkid without specifying a partition (so it scans /proc/partitions). by Dima Krasner · 10 years ago
  2. 802642a Minor tweak of reboot.c by Rob Landley · 10 years ago
  3. a12eec7 reboot: signal init, add -f option to call reboot(); by Isaac Dunham · 10 years ago
  4. 5f225ca Cosmetic tweak: newline at the end of "make change". by Rob Landley · 10 years ago
  5. 31ff1f2 Switch nbd_client to xconnect() and make xconnect() try all returned addresses by Rob Landley · 10 years ago
  6. 35dafc7 Tweak xconnect: socket can be a string (ala "ftp") from /etc/services. by Rob Landley · 10 years ago
  7. ea75e75 Factor out xconnect(), plus some other small cleanups to telnet.c. by Rob Landley · 10 years ago
  8. 7a3f53b Mark command-local functions static. by Rob Landley · 10 years ago
  9. 3aa1d18 Long-overdue cleanup on login. by Rob Landley · 10 years ago
  10. 5c6766a Replace xcheckrange() with atolx_range() by Rob Landley · 10 years ago
  11. 7cc95a7 Move strlower() from find to lib. by Rob Landley · 10 years ago
  12. ce4188f '!' replaces '/' in the sysfs paths of older drivers, so properly by Isaac Dunham · 10 years ago
  13. 39f2e91 Whitespace. by Rob Landley · 10 years ago
  14. 15e54ce Check in the note about rebuilding the source tarball. by Rob Landley · 10 years ago
  15. d073e1c Promote fsync. by Rob Landley · 10 years ago
  16. b9fb306 Promote hostid. by Rob Landley · 10 years ago
  17. 441d1ce Attached are new toys. by Sameer Pradhan · 10 years ago
  18. e1937bd Release notes for 0.6.0. by Rob Landley · 10 years ago
  19. 2699cad Fix llvm build break. by Rob Landley · 10 years ago
  20. 8d6cbd4 Tweak version number. by Rob Landley · 10 years ago
  21. ccec4d8 Produce an error message for "cat /mnt", not just return code. by Rob Landley · 10 years ago
  22. fbc81a1 Commit rss feed. by Rob Landley · 10 years ago
  23. ba55580 Fix 32-bit bionic toybox build. by Elliott Hughes · 10 years ago
  24. 6292beb Add a basename_r() and use it in names_to_pid() to avoid basename() overwriting by Rob Landley · 10 years ago
  25. 68771c0 More explanation of TOYBOX_DEBUG for option string checking. by Rob Landley · 10 years ago
  26. 1e7b49e Move comment about TOYBOX_DEBUG to start of file so it's more obvious. by Rob Landley · 10 years ago
  27. f380d13 ifconfig MAC addresses should be lowercase. by Elliott Hughes · 10 years ago
  28. 60cdc06 I added dhcpd -6 option. by Yeongdeok Suh · 10 years ago
  29. d1a577f find: add -inum option by Greg Hackmann · 10 years ago
  30. 747e748 Rename a function to be more obvious, and factor out a repeated calculation by Rob Landley · 10 years ago
  31. 78beadd Promote hwclock. by Rob Landley · 10 years ago
  32. fd4b56a Fix hwclock -w. by Elliott Hughes · 10 years ago
  33. 666b89d There is a typo in mkfifo.c for __Z__ option. by Sameer Pradhan · 10 years ago
  34. 29b0a2e Fix ionice. by Elliott Hughes · 10 years ago
  35. 3487bd3 Avoid integer overflow with insane input data. by Rob Landley · 10 years ago
  36. cc585db Save failure reason for each make change .bad file. by Rob Landley · 10 years ago
  37. 137ac1f Kylie McClain pointed out that -z affects both input and output. by Rob Landley · 10 years ago
  38. 671146c Actually set time with touch -d and -t when you don't specify nanonseconds. by Rob Landley · 10 years ago
  39. 0ace882 First pass on cp --preserve by Rob Landley · 10 years ago
  40. 6b6daec Promote xxd to other. by Rob Landley · 10 years ago
  41. 9933273 Probe for fork() instead of relying on a distro-specific #define. by Rob Landley · 10 years ago
  42. 82d8d7c Added i option to use other interface on running dhcpd. by Hyejin Kim · 10 years ago
  43. eed60d2 Cleanup xxd. by Rob Landley · 10 years ago
  44. e1ce781 Minor cleanups on xxd. by Rob Landley · 10 years ago
  45. 4ab24f2 The android guys sent in xxd. It doesn't share code with od and hexdump. Hmmm... by Rob Landley · 10 years ago
  46. 8a2c087 Fix segfault with "mount -o ro,remount". by Elliott Hughes · 10 years ago
  47. 8c0d2d2 Improve -Z error reporting. by Elliott Hughes · 10 years ago
  48. 56217bb Fix top.c build. by Elliott Hughes · 10 years ago
  49. 5ea9167 mkfifo -Z by Rob Landley · 10 years ago
  50. e71e3ac Add ionice and iorenice. by Rob Landley · 10 years ago
  51. 3b5cb96 Add undo buffer for 'u'. by Rob Landley · 10 years ago
  52. 4eab65b Simplify hexedit logic by adjusting viewport all in one place up top. by Rob Landley · 10 years ago
  53. b20c80b Factor out more not-curses infrastructure into lib. by Rob Landley · 10 years ago
  54. 325e02e Suggestion from Elliott Hughes: tweak test infrastructure to notice if by Rob Landley · 10 years ago
  55. 394094f Fix version number in ifconfig cleanup reference. by Rob Landley · 10 years ago
  56. 9acbbaf Don't segfault if none of the file arguments to ls exists. by Rob Landley · 10 years ago
  57. 17a94c5 Don't depend on malloc(0) to return non-null. by Rob Landley · 10 years ago
  58. 28727ba Fix ls so spacing is right for ls -l, -o, -g, -og, -ogZ, -lZ, -gZ, and -oZ. by Rob Landley · 10 years ago
  59. 3d5ee80 Fluff up explanation of why 0BSD license for SPDX submission. by Rob Landley · 10 years ago
  60. 34434df Use lsm_set_create() to set security blanket context before mknod, avoiding by Rob Landley · 10 years ago
  61. e2882b4 Add nproc. by Rob Landley · 10 years ago
  62. 324e615 Cosmetic tweak: no need for pages of text from "make defconfig" and friends. by Rob Landley · 10 years ago
  63. 94983f2 Last grep commit broke non -r use of grep. Oops. by Rob Landley · 10 years ago
  64. 204bd96 Make "printf --" and "printf ---" work. by Rob Landley · 10 years ago
  65. 0bd81ca Redo mkstatus.py to grep pending for pending data and trust toybox by Rob Landley · 10 years ago
  66. f033f86 Move the magic list of commands needing cleanup from toys/pending/README by Rob Landley · 10 years ago
  67. 42cc29c On testing fold command, I found w option didnt check the range of value. by Hyejin Kim · 10 years ago
  68. 7c8a2f4 mknod: Add -Z option by José Bollo · 10 years ago
  69. 2d66e6a Attempt to fix the mkdir LSM race. by Rob Landley · 10 years ago
  70. a65a7f4 ls -lZ wasn't putting a space before the xattr output. by Rob Landley · 10 years ago
  71. 9bd4013 mkdir: Fix argument of option -Z by José Bollo · 10 years ago
  72. adcbaf5 Make "grep -r regex" work on implicit "." if no files specified. by Rob Landley · 10 years ago
  73. 9720e4d Add -Z support to mkdir, based on a patch from Jose Bollo. by Rob Landley · 10 years ago
  74. b031a3b Adapted patch from José Bollo to do the "tonight we're gonna api like by Rob Landley · 10 years ago
  75. 0cb5b70 Switch id over to new infrastructure, switch id to use FORCE_FLAGS, and by Rob Landley · 10 years ago
  76. 821f31d Fix "ls -Z . toys" segfaulting, because preprocessing skipped. by Rob Landley · 10 years ago
  77. a8ee470 Recent commit broke ls -R (test reversed), and "ls -R singledir" should by Rob Landley · 10 years ago
  78. c565b06 More ls -Z upgrading. Move TOYBOX_SELINUX and TOYBOX_SMACK support from by Rob Landley · 10 years ago
  79. f25d495 stat: fix group name by José Bollo · 10 years ago
  80. 20019be Bugfix from Hyejin Kim: su should not prompt root user for new user's password. by Rob Landley · 10 years ago
  81. 5b2644c Promote reset (actually write a new one using the simple man 4 console_codes by Rob Landley · 10 years ago
  82. 5ea14bd Print name of file at the bottom of the screen. by Rob Landley · 10 years ago
  83. 913a779 More hexedit cursor boundary tweaking. by Rob Landley · 10 years ago
  84. b18c7e8 Fix bug (len[7] wasn't zeroed if -Z off, thus -C overestimated entry lengths), by Rob Landley · 10 years ago
  85. dec4669 Set the executable bits on all the *.test files. (Wasn't consistent, is now.) by Rob Landley · 10 years ago
  86. 6253e48 Git hates me. by Rob Landley · 10 years ago
  87. 1f5f436 Cleanups of dirtree_start() calls. (Don't need to feed in flag values, just by Rob Landley · 10 years ago
  88. aab9164 Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from by Rob Landley · 10 years ago
  89. a913d92 Probe for -Wno-string-plus-int. by Rob Landley · 10 years ago
  90. 72cd2e0 Move not-curses code into interstingtimes.c by Rob Landley · 10 years ago
  91. daf3694 Fix more with missing files. by Elliott Hughes · 10 years ago
  92. ef55374 Re-enable catv command now that flag infrastructure is updated. by Rob Landley · 10 years ago
  93. 8565668 Implement SELinux ls -Z support. by Elliott Hughes · 10 years ago
  94. 483cfda Replace android-specific hack with just signal(SIGPIPE, SIG_IGN). by Rob Landley · 10 years ago
  95. 8b6bff5 Yank smack from singleconfig. by Rob Landley · 10 years ago
  96. abb5ae3 Fix dmesg -c error output. by Elliott Hughes · 10 years ago
  97. 9398f05 Move a prototype to the start of portability.h (suggested by Elliott Hughes) by Rob Landley · 10 years ago
  98. a967a66 dhcpd writes leases on "dhcpd.leases" file. by Hyejin Kim · 10 years ago
  99. 2a7727d Fix getprop sorting and error reporting. by Elliott Hughes · 10 years ago
  100. fcd2729 Minor dmesg cleanup. by Rob Landley · 10 years ago