1. 7a4551f Replace GPL python debug script with BSD shell script. by Rob Landley · 13 years ago
  2. 94d673d Add in the -n support, and the 64-bit defines. Force ls to act as ls -1 if used in a pipe. by Andre Renaud · 13 years ago
  3. eb7204b Add new kill toy. Used to send signals to a process or a process group. by Daniel Walter · 13 years ago
  4. ed505e8 Adding insmod and rmmod by Elie De Brauwer · 13 years ago
  5. 2a566c2 Adding mknod by Elie De Brauwer · 13 years ago
  6. f1e2e1c Tighten up the source code in largely cosmetic ways. by Rob Landley · 13 years ago
  7. 5a7c16c Minor cleanups: lsmod should USE_LSMOD() instead of USE_FREE(), use consistent tab/space idents, and doesn't need a break after a function that exits. by Rob Landley · 13 years ago
  8. 9e59c27 Adding lsmod by Elie De Brauwer · 13 years ago
  9. fcf188f Set HOSTCC only if it isn't already set as an environment variable. by Rob Landley · 13 years ago
  10. 4c9ac8e Minor tweaks. by Rob Landley · 13 years ago
  11. 2c16281 Adding swapon and swapoff by Elie De Brauwer · 13 years ago
  12. a11a6cd mkswap helpstring and argument string by Elie De Brauwer · 13 years ago
  13. 2b54b1a Nathan McSween convinced me compilers that inline memset() can optimize the bzero case pretty well. by Rob Landley · 13 years ago
  14. 4696bfc Cleanups to killall. by Rob Landley · 13 years ago
  15. ebcf0be And again, I forgot to check in a file. Oops. by Rob Landley · 13 years ago
  16. f42e11b Cleanups to pidof (including some global infrastructure shared with killall). by Rob Landley · 13 years ago
  17. 4797bc2 More ls updates from Andre Renaud: Add -R and initial support for listing files on the command line. by Rob Landley · 13 years ago
  18. ff9ee8f Add killall by Andreas Heck, and factor out common pid code to lib.h. by Rob Landley · 13 years ago
  19. 3c1104f Add pidof by Andreas Heck. by Rob Landley · 13 years ago
  20. d20a2e1 Add tests for cmp. by Timothy Elliott · 13 years ago
  21. 1aa66ba Add V=1 support to make. by Rob Landley · 13 years ago
  22. 9494ffc Sigh: moving a header to toys.h isn't very useful if I forget to check in toys.h. by Rob Landley · 13 years ago
  23. b0f3037 Move realpath from loopfiles() to a for loop, so we don't get hung on read permission for file data when we just want to look at directory info. by Rob Landley · 13 years ago
  24. 60e817c Realpath, by Andre Renaud. by Rob Landley · 13 years ago
  25. 524a949 Move includes into toys.h, more xprintf() by Rob Landley · 13 years ago
  26. af125c3 Minor cleanups: trim spaces from strings, use xprintf(). by Rob Landley · 13 years ago
  27. cd9ca5f Adding free and uptime by Elie De Brauwer · 13 years ago
  28. f4d6ff9 Error message fix from Pere (gotrunks at gmail). by Rob Landley · 13 years ago
  29. 7bc392f Minor cleanups to hostname. by Rob Landley · 13 years ago
  30. b083b8c Add hostname from Andre Renaud. by Rob Landley · 13 years ago
  31. f67edb2 Teach ln about multiple arguments. by Rob Landley · 13 years ago
  32. 20d25e8 Add ln from Andre Renaud. by Rob Landley · 13 years ago
  33. b07a3d3 Tweak from Frank Bergmann: some broken optimizers complain about "type-punned pointers", so typecast to void * instead to shut it up. (Up there with the "may be used uninitialized" gripes.) by Rob Landley · 13 years ago
  34. da5aa3a Second drop of ls from Andre, adds -l. by Rob Landley · 13 years ago
  35. 3d8685b Add ls from Andre Renaud. by Rob Landley · 13 years ago
  36. d11ac70 Commit the web page change that announced the release. by Rob Landley · 13 years ago
  37. 3e7c259 Minor code cleanup and typo fix. by Rob Landley · 13 years ago
  38. 528e3ba Add test for basename, fix issue where suffix is wrongfully applied if it appears in the middle of the filename by Elie De Brauwer · 13 years ago
  39. 2bd3a5d The unshare test needs $CC defined, source configure to get it. by Rob Landley · 13 years ago
  40. 560feab Added tag 0.2.0 for changeset e708e8933a50 by Rob Landley · 13 years ago
  41. a62df5f Add clear (wrapper). by Rob Landley · 13 years ago
  42. 270366f Add tests for head by Timothy Elliott · 13 years ago
  43. 365bda8 Minor cleanups to echo: collapse together three tolower() calls, make indent/brackets a bit more regular/obvious, and replace some spaces with tabs in help text (in a way that won't matter until I finish rewriting scripts/config2help.py in C). by Rob Landley · 13 years ago
  44. ef3e528 Fix overflow in octal formatting in echo, add support for hexadecimal input, add tests for octal and hexadecimal formatting by Elie De Brauwer · 13 years ago
  45. d2ad17b Add tests for cksum by Elie De Brauwer · 13 years ago
  46. 2f9b215 Correct cksum parameters and clarify -N option by Elie De Brauwer · 13 years ago
  47. dc44e70 Correct description of nice levels in help of nice by Elie De Brauwer · 13 years ago
  48. 0d3961f Cleanups for head. by Rob Landley · 13 years ago
  49. 41a2130 Implement head by Timothy Elliott · 13 years ago
  50. 5e6dca6 Make atolx() error_exit() if fed a string that doesn't convert entirely into an integer. by Rob Landley · 13 years ago
  51. 4cd7d19 Use stpcpy() (posix 2008) for slight code shrink. by Rob Landley · 13 years ago
  52. 7f28e68 Switch from deprecated function to gratuitously renamed identical non-depricated function. *shrug* by Rob Landley · 13 years ago
  53. f7c1de3 More cmp.c shrinkage. by Rob Landley · 13 years ago
  54. e0bd691 Iterative cleanups on cmp.c: silence warnings, only free if TOYBOX_FREE, use xopen(), style cleanup on curly brackets. by Rob Landley · 13 years ago
  55. 7903108 Switching who default to 'n' since it's not yet fully implemented. by Luis Felipe Strano Moraes · 13 years ago
  56. 0352f42 Added time to the output of who command. by Luis Felipe Strano Moraes · 13 years ago
  57. 5232ac0 Initial version of who command. by Luis Felipe Strano Moraes · 13 years ago
  58. b29d74e Silence really boring compiler warning. by Luis Felipe Strano Moraes · 13 years ago
  59. ae079d2 Implement cmp by Timothy Elliott · 13 years ago
  60. 237558e Fix sort -uc (pointer vs pointer to pointer confusion, covered by typecast). by Rob Landley · 13 years ago
  61. b4a0efa Document that optflags is always an int (so 32 bit and 64 bit platforms behave the same). by Rob Landley · 13 years ago
  62. 44a36ea Bugfix for -x, add CONFIG_SORT_FLOAT, and new test suite entry. by Rob Landley · 13 years ago
  63. 87bfa79 This id implementation is not remotely SUSv4 compliant, default n until I get a chance to finish it. by Rob Landley · 14 years ago
  64. 09e8bde Add a basic README and an example to "make help". by Rob Landley · 14 years ago
  65. 1bc8463 Tweak help command's help text, and remove unimplemented option. by Rob Landley · 14 years ago
  66. 37c05d6 Cleaning out one more old gpl notice that no longer applies after the switch to BSD in november. by Rob Landley · 14 years ago
  67. 27f5779 Add autodetect for container support. by Rob Landley · 14 years ago
  68. f83305e Fix bad link that was confusing people. (Oops.) by Rob Landley · 14 years ago
  69. d387c01 Removing unecessary allocation. by Luis Felipe Strano Moraes · 14 years ago
  70. ec85a54 Implement xargs -E. by Rob Landley · 14 years ago
  71. 186e384 Very slight efficiency tweak. by Rob Landley · 14 years ago
  72. 9201a01 Test suite comment tweaks. by Rob Landley · 14 years ago
  73. ee64a29 Basename and env are usable, default them to y. by Rob Landley · 14 years ago
  74. 26e7b5e Quick and dirty terminal_size() and yesno() functions, both of which need to be improved. by Rob Landley · 14 years ago
  75. ce8a267 Update web page a bit. by Rob Landley · 14 years ago
  76. f01503d Commit 415 needs the other two files. (Oops.) by Rob Landley · 14 years ago
  77. 801c3d5 More work on xargs: bugfix and tests. by Rob Landley · 14 years ago
  78. b6063de Add <>= to lib/args.c, with documentation. by Rob Landley · 14 years ago
  79. 17876a0 Implement xargs (first pass, not full SUSv4 yet). by Rob Landley · 14 years ago
  80. 95c5099 Add id command from Tim Bird. by Rob Landley · 14 years ago
  81. 48522df Patch shouldn't be bothered by DOS newlines. by Rob Landley · 14 years ago
  82. 5b67c38 Add three commands that can be done as simple shell scripts (one sed is in, anyway), and don't need to be implemented in C. by Rob Landley · 14 years ago
  83. 4c2484f Add wiki link and make about less stale. by Rob Landley · 14 years ago
  84. ffdfdc2 'env' and 'basename' refactored by Tryn Mirell · 14 years ago
  85. acf4b10 Comment changes, and add a blank line to the help text. by Rob Landley · 14 years ago
  86. 8b983f3 Add -x option to sort (like -n, but hexadecimal), because I needed it for something. by Rob Landley · 14 years ago
  87. 8946065 'env' implementation - Initial by Tryn Mirell · 14 years ago
  88. 0bc08c8 'basename': Handle where we have no / passed by Tryn Mirell · 14 years ago
  89. de584eb Initial 'basename' implementation by Tryn Mirell · 14 years ago
  90. 66a69d9 Fluff out documentation and skeleton code. by Rob Landley · 14 years ago
  91. 8f8c504 Expand comments. by Rob Landley · 14 years ago
  92. d118871 Don't make toysh default to y until it does something useful. by Rob Landley · 14 years ago
  93. e614ee1 Fix "make help". by Rob Landley · 14 years ago
  94. f265d04 Bugfix (spotted by Nathan McSween): xread can't detect <0 if the return type is stored in an unsigned variable. by Rob Landley · 14 years ago
  95. 9272a9d Implement unshare. by Rob Landley · 14 years ago
  96. ad63f4b Forgot to check in loopfiles_rw changes needed by truncate. by Rob Landley · 14 years ago
  97. 6b4eb6b Implement truncate. by Rob Landley · 14 years ago
  98. 86357ca Whitespace/wordwrap changes. by Rob Landley · 14 years ago
  99. 82895f6 Implment cal. by Rob Landley · 14 years ago
  100. 763e42b Split out parse_optflaglist(), and move local variables to optflagstate. by Rob Landley · 14 years ago