1. caf39c2 Add rebound support to intercept error_exit() and longjmp instead. by Rob Landley · 12 years ago
  2. 02261e8 Make ls default to -C if no option specified and it's outputting to a tty. by Rob Landley · 12 years ago
  3. 7aa651a Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. by Rob Landley · 12 years ago
  4. 571b070 Announce release, add anchor tags to roadmap, tweak downloads in header (new bin directory pointing to downloads/binaries/$CURRENT). by Rob Landley · 12 years ago
  5. 10df0cc Added tag 0.4.1 for changeset 8871e8002812 by Rob Landley · 12 years ago
  6. 4e79810 Older versions of glibc predated posix-2008. They still provide most of what we need, but require a boot to the headers to get them to admit it. Note that uClibc lies and claims to be glibc so we have to specifically exclude it here. by Rob Landley · 12 years ago
  7. 6fa8404 Yet another attempt to get the fiddly patch file creation logic right. by Rob Landley · 12 years ago
  8. 9a85348 On 32 bit platforms %ld doesn't match uint64_t, so do long long and %lld (rather than deal with verbose PRIu64 nonsense). by Rob Landley · 12 years ago
  9. ffba380 Fix reversed test: patch creates a file if /dev/null or dated the epoch _and_ first hunk being replaced is 0 lines at start of file, not one or the other. by Rob Landley · 12 years ago
  10. c65e89b Change df percentage calculation to match posix, spotted by Roy Tam. by Rob Landley · 12 years ago
  11. abb8ca2 wc -m only cares about counting characters. Attached is a try on implementing it and some test cases for it. The test cases are only for UTF-8 locales. by Felix Janda · 12 years ago
  12. e5138f4 Make sha1sum and md5sum default to y. by Rob Landley · 12 years ago
  13. 58fe702 Use stridx. by Rob Landley · 12 years ago
  14. 20f070c Add vconfig.c - Creates virtual ethernet devices. by Kyungwan Han · 12 years ago
  15. add77b1 attached are some simple tests for dirname and wc and a fix for a small typo in another test script. by Felix Janda · 12 years ago
  16. e9806f0 Follow symlinks to get actual device name, getmountlist() reverses order for us now, detect stdout to full device. by Rob Landley · 12 years ago
  17. ab1bdc6 Add md5sum in lsb, combine sha1sum (mostly shared infrastructure). Downside: current infrastructure can't give them different help text. Hmmm... by Rob Landley · 12 years ago
  18. 76ec485 Put the commands at the start of menuconfig and the toybox library options at the end. (Aesthetic tweak.) by Rob Landley · 12 years ago
  19. fdc10c9 Update roadmap/status with new toolbox analysis based on android system/core git repo. by Rob Landley · 12 years ago
  20. 1f4f41a Doc tweak about test suite. by Rob Landley · 12 years ago
  21. b7a3c6b Simplify sha1sum a little. by Rob Landley · 12 years ago
  22. 2d99538 Fix thinko for uname -m when i686 binary runs on x86_64 host. by Rob Landley · 12 years ago
  23. c0e56ed New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate. by Rob Landley · 12 years ago
  24. dc7a77d Missing line in patch -l. Oops. by Rob Landley · 12 years ago
  25. 7bc8f5e Test tweaks. Set +x on two scripts (so they can be run standalone), fix chgrp so it doesn't abort test all. by Rob Landley · 12 years ago
  26. b77293f Fix thinko in xpidfile() by Rob Landley · 12 years ago
  27. 4cd9dff patch -l (loose match) by Rob Landley · 12 years ago
  28. 0ece445 Trivial cleanup by Rob Landley · 12 years ago
  29. a54733f Fix catv to display byte 255 correctly. (It's both M- and ^?.) by Rob Landley · 12 years ago
  30. a631a3b Cleanup mknod. by Rob Landley · 12 years ago
  31. 3514b03 Clean up sha1sum, make it use global union properly. by Rob Landley · 12 years ago
  32. c64c106 gethostname: Tighten up error messages slightly, switch to default "y". by Rob Landley · 12 years ago
  33. 787eac5 Add switch_root and fix infrastructure to understand name "switch_root". by Rob Landley · 12 years ago
  34. 85dd282 I screwed up ls in commit 580. Oops. Fix it. by Rob Landley · 12 years ago
  35. 7c8103e Posix compliance: wc shouldn't have trailing spaces (breaks aboriginal's mkinitr by Rob Landley · 12 years ago
  36. 1f4b066 Update status page. by Rob Landley · 12 years ago
  37. b0e87ff mktemp broke kernel build, so new rules: if you don't specify anything, /tmp/tmp.* Specify a file, ./file. Specify -p dir then dir/tmp.*. Specify -p dir and file, dir/file. Also implement -q which lsb wants. by Rob Landley · 12 years ago
  38. ee429cf Roy Tam pointed out that sh.c didn't get fully converted. by Rob Landley · 12 years ago
  39. 1a0eedf Add du command. by Ashwini Kumar · 12 years ago
  40. aba5170 Split off pre-relaunch news entries into a separate oldnews.html page. by Rob Landley · 12 years ago
  41. f91b7c8 Regularize command headers, update links to standards documents. by Rob Landley · 12 years ago
  42. 58b7d96 Toysh is our posix sh, so move from "other" to "posix" and use sh as the base command name. by Rob Landley · 12 years ago
  43. 658b97b Teach build to compare toys/*/*.c against .config symbol names instead of stopping at first _ when assembling list of files to build, and convert - to _. This lets us have commands like switch_root or nbd-client. by Rob Landley · 12 years ago
  44. 3a9241a Move commands into "posix", "lsb", and "other" menus/directories. by Rob Landley · 12 years ago
  45. 689f095 Some dubious asides, currently commented out. by Rob Landley · 12 years ago
  46. 31103f9 Check in the updated news and status web pages. by Rob Landley · 12 years ago
  47. 12800a8 Fix bug spotted by Avery Pennarun: getusername() and getgroupname() can reuse the utoa buffer when neither is recognized, meaning uid would be shown again instead of gid. by Rob Landley · 12 years ago
  48. 734206b Bugfix from Avery Pennarun: getpriority() uses a different range than nice(), so follow thenice man page and zero errno then check it if nice returns -1. by Rob Landley · 12 years ago
  49. c96444d Adding usleep by Elie De Brauwer · 12 years ago
  50. 9c1c5ec Replace TOY_LIST_LEN with more generic ARRAY_LEN() by Rob Landley · 12 years ago
  51. 878aca7 Rewrite taskset to use syscall directly without macros/prototypes glibc refuses to make available without yet more wacky inappropriate #defines. (Linux is not the hurd.) by Rob Landley · 12 years ago
  52. 28ccfd8 Refactoring, no code change. by Rob Landley · 12 years ago
  53. 32e3dcc Add dos2unix/unix2dos, remove old wrapper versions. by Rob Landley · 12 years ago
  54. c52db60 Add signal handler to clean up tempfile. by Rob Landley · 12 years ago
  55. c5e41c7 Minor cleanups, mostly whitespace. by Rob Landley · 12 years ago
  56. 52da969 Added tag 0.4.0 for changeset 85fc06bd63c4 by Rob Landley · 12 years ago
  57. 07d79af Workaround longstanding glibc/ld bug, ala http://sources.redhat.com/bugzilla/show_bug.cgi?id=3400, which prevents "./toybox | wc" from producing any output when toybox was statically linked. by Rob Landley · 12 years ago
  58. 8f90d3a More web page roadmap/status update stuff. by Rob Landley · 12 years ago
  59. 31f49e7 Make chmod +w respect umask, implement +s and +t, fix ls to show suid/sgid/stid without x bit. by Rob Landley · 12 years ago
  60. 6ba38c2 Use "_password" instead of "_passwd" for names in lib/password.c. by Rob Landley · 12 years ago
  61. 6d87819 Add date -r, make -u work even when /etc/localtime set, and lots of cleanup/refactoring. by Rob Landley · 12 years ago
  62. 37aa821 Add status.html and script to calculate it from roadmap info. by Rob Landley · 12 years ago
  63. fe8c07e taskset.c now also support executing new commands with a given cpu affinity mask by Elie De Brauwer · 12 years ago
  64. 21ef5ce toys/login.c: make use of the read_passwd function offered by the passwd library. by Elie De Brauwer · 12 years ago
  65. a76ba3d Trivial cleanups. by Rob Landley · 12 years ago
  66. 1af525d Cleanup of w command. by Rob Landley · 12 years ago
  67. b67a8ce Add w command by Gaurang Shastri. by Rob Landley · 12 years ago
  68. a727b51 Only add / in dirtree_path if it hasn't already got one, spotted by Ashwini Sharma. by Rob Landley · 12 years ago
  69. 18b14e5 Largely cosmetic code cleanups. by Rob Landley · 12 years ago
  70. 756f794 Adding initial implementation of taskset by Elie De Brauwer · 12 years ago
  71. 2c917f5 Add passwd by Kyungwan Han. by Rob Landley · 12 years ago
  72. c8d0da5 Add documentation for lib/llist.c and lib/dirtree.c. by Rob Landley · 12 years ago
  73. 9e2b6db Genericize llist code a bit: rename llist_free() to llist_traverse(), and no longer accept NULL as a synonym for free. by Rob Landley · 12 years ago
  74. 2037b83 New infrastructure for od (oops). by Rob Landley · 12 years ago
  75. f96fe64 Fill out od -c and -f. by Rob Landley · 12 years ago
  76. 4625d5e Complete rewrite of od, mostly working. (Need to finish -c and -f.) by Rob Landley · 12 years ago
  77. e75d115 Add modinfo by Andre Renaud. by Rob Landley · 12 years ago
  78. bf3d3a7 - Do not abort testing after running the sort tests by Elie De Brauwer · 12 years ago
  79. c2f62a9 Put cmp.c EOF notice on stderr by Elie De Brauwer · 12 years ago
  80. 0606e2a Add LSB link to the template, for reference. by Rob Landley · 12 years ago
  81. dafdd58 A note on error messages and internationalization. by Rob Landley · 12 years ago
  82. b8ef889 Add NOP b (byte) suffix to atolx() since od needs it. by Rob Landley · 12 years ago
  83. 39c3260 Minor cleanups and refactoring. Make FLAG macros closer to what should eventually be generated for us by the build infrastructure. by Rob Landley · 12 years ago
  84. e0b950c Longer usage line and combine ascii[] into a single string. by Rob Landley · 12 years ago
  85. 319791b Some refactoring, shouldn't affect the generated code. by Rob Landley · 12 years ago
  86. d2e47f2 First drop of od, from Andre Renaud. by Rob Landley · 12 years ago
  87. b1cc1d1 Update news page for the past two releases. by Rob Landley · 12 years ago
  88. 6585582 Added tag 0.3.1 for changeset 8bee9c27c219 by Rob Landley · 12 years ago
  89. c2f2288 Added tag 0.3.0 for changeset d8566c3321f0 by Rob Landley · 12 years ago
  90. 78aaef2 Unify chown and chgrp, add support for -hHLP flags. by Rob Landley · 12 years ago
  91. 728c94a Work around a Bash bug that removes "." from the $PATH when you're root. (The FSF believes it knows better than you, and won't let you do things, in the name of Freedom.) by Rob Landley · 12 years ago
  92. 991bc01 Add chgrp test. by Rob Landley · 12 years ago
  93. 285019a Minor code refactoring. by Rob Landley · 12 years ago
  94. 97abd4a Replace CCFLAGS with description of how to add flags to HOSTCC. by Rob Landley · 12 years ago
  95. 26d35be Add date command by Andre Renaud. by Rob Landley · 12 years ago
  96. 6ec2178 Add dirtree_parentfd() by Rob Landley · 12 years ago
  97. 628eb9b More header fiddling: crypt.h is silly, SUSv4 requires crypt() to be prototyped in unistd.h. The fact glibc refuses to do so without a wacky #define is a glibc bug, treat it as such. by Rob Landley · 12 years ago
  98. ef7e7eb A few more links for the index. by Rob Landley · 12 years ago
  99. 56fccc3 Cosmetic tweak to command preamble. by Rob Landley · 12 years ago
  100. e28e4b9 Fix an embarassing bug causing ls -l to segfault on 32 bit targets. by Rob Landley · 12 years ago