1. c26ca6e Wrong closing tag in roadmap.html. by Rob Landley · 11 years ago
  2. f5b50e9 id: make "id -Gn root" print root's groups instead of current user (and without leading space), enforce max 1 argument and at most one of Ggu. by Rob Landley · 11 years ago
  3. 9d6e088 Add time command (that only does posix mode). by Rob Landley · 11 years ago
  4. 4e998e5 Added tag 0.4.3 for changeset f8f5ddb6b69a by Rob Landley · 11 years ago
  5. 5ddc312 Adjust umask(0) for cp -p so mknod doesn't have to try to fchmodat() without the unsupported symlink nofollow flag. by Rob Landley · 11 years ago
  6. 3a99aef Switch readlink on by default, and fill out readlink.test. by Rob Landley · 11 years ago
  7. 7c0e280 Fix xabspath() resolving symlink after .., and properly detecting failure for last entry after nondir. by Rob Landley · 11 years ago
  8. 6be5ac6 Make "sudo cp -rp /dev/null blah" work. Still not happy with it, fchmodat(AT_SYMLINK_NOFOLLOW) doesn't work (there's a glibc bug open for this. It's really a missing kernel syscall, but glibc fails without ever making any syscall if you feed it that flag, which isn't helpful). by Rob Landley · 11 years ago
  9. ae9243a Work around more random uClibc-specific breakage. by Rob Landley · 11 years ago
  10. 1a33c6b Silence deeply stupid gcc warning. (First non-declaration line of function: if (file) ffd = open(); at end of of function: if (file) close(ffd); "file" is an argument to the function and nothing else assigns to it. gcc warning on that close, "ffd may be used uninitialized!" _HOW_?) by Rob Landley · 11 years ago
  11. bccb6db Revert some debug code accidentally checked in at commit 715. by Rob Landley · 11 years ago
  12. ae6a84b Update -p and -f to apply properly to various conditions. Still some bugs to squeeze out but this gets the infrastructure mostly right (and does away with the remaining gotos). by Rob Landley · 11 years ago
  13. 8d84a99 Teach cp to do -n. by Rob Landley · 11 years ago
  14. c428b54 Teach cp to do mknod. by Rob Landley · 11 years ago
  15. c0f11f3 Adapt cp to updated dirtree code. by Rob Landley · 11 years ago
  16. 41ed979 Use basename() where appropriate. by Rob Landley · 11 years ago
  17. 90e8605 Make basename use basename(). by Rob Landley · 11 years ago
  18. 662a267 Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out other places that were setting it that no longer need to. by Rob Landley · 11 years ago
  19. 090c5c6 Make dirtree_handle_callback() start with dirtree_ like the rest of the dirtree functions. by Rob Landley · 11 years ago
  20. ef2af2e Add losetup. (Who knows, it might even work.) by Rob Landley · 11 years ago
  21. 5e9d865 Fix invalid free in toysh. by Felix Janda · 11 years ago
  22. 90c6dfa Getting the pwd -L behavior right is fiddly. by Rob Landley · 11 years ago
  23. 840ed12 Add some tests for pwd. by Felix Janda · 11 years ago
  24. 3bb115d Add options -L and -P to pwd. by Felix Janda · 11 years ago
  25. 8abf095 Ashwini Sharma pointed out that my previous tweak to [!abc] groups still didn't get the error reporting right (test case "touch -d 12 -r f2 f1"). This says "no 'r' with 'd'" for that, and still shouldn't be able to fall off the end of the list (segfault) because an option can't conflict with itself (that's what the ~(1<<i) on lib/args.c line 317 is for). by Rob Landley · 11 years ago
  26. 63e042c Add tests to mkfifo based on tests for mkdir. by Felix Janda · 11 years ago
  27. d0d0f40 mkfifo -m is already implemented. by Felix Janda · 11 years ago
  28. 6d91e0f Fix option grouping. by Rob Landley · 11 years ago
  29. bf1e70f TOYBOX_DEBUG warns about lack of suid bit when running a STAYROOT command, but it shouldn't warn just because the multiplexer command "toybox" is stayroot. by Rob Landley · 11 years ago
  30. f02ca1e A screen width of 1 is possible (in some weird setups), and gives ls -C a division by zero error. by Rob Landley · 11 years ago
  31. 27cec9a Minor cleanups. by Rob Landley · 11 years ago
  32. 41b4748 LSB does not allow killall to kill itself by Elie De Brauwer · 11 years ago
  33. e5af216 Minor tweaks. by Rob Landley · 11 years ago
  34. c5b15db Add some tests for mkdir by Felix Janda · 11 years ago
  35. 208f6c1 Add -m option to mkdir by Felix Janda · 11 years ago
  36. ca4035b Extend killall with support for -v and -i by Elie De Brauwer · 11 years ago
  37. a48e579 Elie De Brauwer pointed out that xputs() isn't reliably reporting errors because there's no flush. Rather than change the output granularity, flush before exit and check errors there. (We still need xputc() doing it so "yes" doesn't continue forever.) by Rob Landley · 11 years ago
  38. a8f3bf0 Whitespace. by Rob Landley · 11 years ago
  39. 434d351 Extend seq to support -f (format string) and -s (string separator) as requested by LSB by Elie De Brauwer · 11 years ago
  40. de08aef Fix tac to handle the "abc\ndef" case properly by Elie De Brauwer · 11 years ago
  41. 7a78d92 Update mkstatus.py, roadmap.html, and status.html. by Rob Landley · 11 years ago
  42. 7d01b31 Refactoring broke rev by Elie De Brauwer · 11 years ago
  43. 8390c65 Web page update for release. by Rob Landley · 11 years ago
  44. 93504e6 Minor cleanups. by Rob Landley · 11 years ago
  45. fadbd60 Adding implementation of rev including tests by Elie De Brauwer · 11 years ago
  46. e9e10b5 Adding tests for tac based on cat tests by Elie De Brauwer · 11 years ago
  47. d4d5119 Simplify tac, the newline checking is already done in the get_line() function by Elie De Brauwer · 11 years ago
  48. 28eeadd Missing letter in help text. by Rob Landley · 11 years ago
  49. 91d7014 Added tag 0.4.2 for changeset 8947c0d35e58 by Rob Landley · 11 years ago
  50. 5806b9f The Linux kernel "make clean" calls rm -f with no arguments, which apparently is not an error. by Rob Landley · 11 years ago
  51. b1c002a Add stat submission to new "pending" directory, along with infrastructure to support pending. by Rob Landley · 11 years ago
  52. b9bde7b essat's flag not to follow symlinks isn't in the system call, and if libc is supposed to implement this as a wrapper uClibc gets it wrong. So use the stat info about symlinks instead. (Doesn't check the parent directory, but if that's read only we can't delete the file anyway so prompting is moot.) by Rob Landley · 11 years ago
  53. d52e76d Meddle. by Rob Landley · 11 years ago
  54. 7c6209d Adding -s (single shot) and -o (omit pids) options to pidof by Elie De Brauwer · 11 years ago
  55. d394a1f Set executable bits on two test scripts. by Rob Landley · 11 years ago
  56. 2a55ccb Adding sha1sum tests based on RFC 3174 by Elie De Brauwer · 11 years ago
  57. 6c57628 Adding tests for cat by Elie De Brauwer · 11 years ago
  58. aa777fe Add README file to each toys/ directory, teach build infrastructure to get fancy name from that. This means adding new directories shouldn't require touching build scripts. by Rob Landley · 11 years ago
  59. 37de8ed Complicate the rm -i behavior to do what posix specifies. by Rob Landley · 11 years ago
  60. db8eb32 Make yesno() always read from stdin and write to stderr. (If we need to find our tty, open /dev/tty, but existing users don't.) by Rob Landley · 11 years ago
  61. c087a4a New rm command. by Rob Landley · 11 years ago
  62. 62f0021 Update link to posix in docs (open group broke their website). by Rob Landley · 11 years ago
  63. 3162c27 Have dirtree_add_node() set parent so error message can provide full path. by Rob Landley · 11 years ago
  64. 5434415 Use sched_{set,get}affinity directly so musl doesn't have to provide wrappers. by Rob Landley · 12 years ago
  65. 6093554 Minor whitespace tweak. by Rob Landley · 12 years ago
  66. ddd4685 First guess at what internationalization support for expand would look like. by Rob Landley · 12 years ago
  67. e0cc81e Generate status page with new pubs.opengroup.org urls. by Rob Landley · 12 years ago
  68. 4ddc73b Remove unused structure definition. by Rob Landley · 12 years ago
  69. 4eb2256 The open group changed their website stupidly, so opengroup.org/onlinepubs forwards to a dead server and you have to use pubs.opengroup.org/onlinepubs now. Change the hello template to note the new location. (Waiting to see if they fix it upstream before touching every command in toys/posix.) by Rob Landley · 12 years ago
  70. 503c8b8 Add header that musl libc needs. by Rob Landley · 12 years ago
  71. 62fd9d0 Fix ancient glibc workaround to force fstatat64 by Rob Landley · 12 years ago
  72. 55970d0 Minor cleanup: unify two codepaths that do the same thing. by Rob Landley · 12 years ago
  73. ed7abaf Would the compiler like to warn me about declaring two variables with the same name in the same function? No? Carry on then... by Rob Landley · 12 years ago
  74. 6e3876a Felix Janda pointed out that the r in mbrtowc() stands for "restartable" so it's already buffering the partial data we feed it, so rolling back most of the last commit to wc. by Rob Landley · 12 years ago
  75. f637976 Re-add backspace support to expand (oops) and fix test to expect data plus backspace characters rather than the chracters cancelling each other out before output. by Rob Landley · 12 years ago
  76. 3cbe8d5 Largeish rewrite of expand, mostly described on the mailing list. by Rob Landley · 12 years ago
  77. 4d904aa md5sum tests from RFC 1321 by Rob Landley · 12 years ago
  78. 80aab26 Use the specified compiler for preprocessing. by Rob Landley · 12 years ago
  79. a9464f4 The previous wc -m didn't handle multibyte characters that crossed a buffer boundary, so take a guess at making that work. (I haven't got a test case for this. I also don't know how to handle invalid sequences so just don't count them.) by Rob Landley · 12 years ago
  80. a03f3e1 login: Avoid gcc to drop exit condition because of "always false condition". by Jonathan Clairembault · 12 years ago
  81. 11ca929 First round of expand cleanups. by Rob Landley · 12 years ago
  82. ab52d02 expand: handle backspace. by Jonathan Clairembault · 12 years ago
  83. 939fa74 Add expand command as described in POSIX-2008. Erratum: Do not handle backspace. by Jonathan Clairembault · 12 years ago
  84. a5f8c73 Squash "type punned pointer" nonsense with a bigger hammer. (Sheesh.) by Rob Landley · 12 years ago
  85. 9f8217c The headers of uClibc and older glibc got unhappy with O_DIRECTORY and some other stuff. Fix it up in portability.h. by Rob Landley · 12 years ago
  86. 6cf0a11 Cleanup i18n support (#ifdefectomy, move global init to process launch). Teach make.sh to emit "#define FLAG_x 0" for options inside disabled USE macros so we can unconditionally refer to them. by Rob Landley · 12 years ago
  87. 471ce1b Update touch: add remaining posix arguments, make existing ones work. by Rob Landley · 12 years ago
  88. 250e005 Make internalization support optional by Felix Janda · 12 years ago
  89. de51192 Fix typo. by Rob Landley · 12 years ago
  90. fe91e68 Remove readlink -m for being poorly defined ("readlink -m /dev/null/and/more" answers what question, exactly?), rewrite xabspath() to work right and not depend on realpath, fix subtle longstanding bug in llist_traverse(). by Rob Landley · 12 years ago
  91. bd2e227 Update readlink so -f works. Add -menq while there. by Rob Landley · 12 years ago
  92. db0fff3 Commit 698 adding cut should ahve included the actual cut.c file. (Oops.) by Rob Landley · 12 years ago
  93. 7f909bd Teach option parsing about [groups] of related options. by Rob Landley · 12 years ago
  94. 6c62448 Init global context to toybox multiplexer early so error_exit() doesn't segfault trying to print current command name, and change TOYBOX_DEBUG+TOYBOX_SUID complaint about not having the suid bit set to warning rather than exit.. by Rob Landley · 12 years ago
  95. 491eb80 Fix leak (call endmntent). by Rob Landley · 12 years ago
  96. bbda4ef More touch cleanup to use generic infrastructure: use getdate() from libc, use flag macros, option parsing can collect argument strings in global block, use existing perror_* macros. by Rob Landley · 12 years ago
  97. 47ee6f3 Fix touch warnings (unused variables, failure to reserve space for null terminator). by Rob Landley · 12 years ago
  98. f6261b3 Refactor touch (cleanup whitespace, brackets, function order), code otherwise same. by Rob Landley · 12 years ago
  99. ea52189 Add touch from Choubey Ji. by Rob Landley · 12 years ago
  100. 734b530 Add cut from Jason Kyungwan Han. by Rob Landley · 12 years ago