1. 5aab966 Save 4 bytes of stack space. by Rob Landley · 18 years ago
  2. 6000f13 In bunzip replace setjmp/longjmp handling with error_exit(), replace string by Rob Landley · 18 years ago
  3. 9016377 Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, which by Rob Landley · 18 years ago
  4. 813840c More optimizations originally suggested by Manuel Nova: Use a sentinel value by Rob Landley · 18 years ago
  5. c4a5521 Minor cleanups. by Rob Landley · 18 years ago
  6. 457047a Turn a memmove into a while(), reducing running time by 3.5% in my tests. by Rob Landley · 18 years ago
  7. 6c8eaae Another application of Manuel Nova's "math instead of ifs" trick. Saves 17b. by Rob Landley · 18 years ago
  8. 8aa0e94 Minor optimization the compiler already does for us (according to bloatcheck), by Rob Landley · 18 years ago
  9. cac0ab0 Fix off by one error in a test. by Rob Landley · 18 years ago
  10. 0dc2d49 Comment and whitespace changes. by Rob Landley · 18 years ago
  11. ea96222 Memmove is 11 bytes shorter than the unrolled loop, and Manuel Nova pointed by Rob Landley · 18 years ago
  12. 636b5cf Add a quick and dirt bzcat (stdin to stdout only for the moment) to test by Rob Landley · 18 years ago
  13. 055cfcb Add start of mke2fs/gene2fs, and some other stuff I've been working on. by Rob Landley · 18 years ago
  14. 3388f4c xread() and xwrite() should take void *, not char *. by Rob Landley · 18 years ago
  15. d3e9d64 Add xaccess() by Rob Landley · 18 years ago
  16. f3e452a Add rewrite(), writeall(),and xwrite() to match the read versions. by Rob Landley · 18 years ago
  17. 1322beb xopen() wants 2 arguments unless you're creating a file, in which case you by Rob Landley · 18 years ago
  18. 016bf82 Two unrelated additions I'm working on cross over in this file. In theory I by Rob Landley · 18 years ago
  19. 17afeba Blah. The sed filter's not right, I'll try again later. by Rob Landley · 18 years ago
  20. 46968f7 Remove more warnings. by Rob Landley · 18 years ago
  21. e2f796c Make some of gcc 4.1's dumber warnings go away. by Rob Landley · 18 years ago
  22. c6f481c Comment tweak. by Rob Landley · 18 years ago
  23. 04fa1e1 Note the mailing list. by Rob Landley · 18 years ago
  24. 78b47ff Teach clean and distclean to zap more files. by Rob Landley · 18 years ago
  25. cd2edfd Add bloat-o-meter, make bloatcheck, and scripts/showasm. by Rob Landley · 18 years ago
  26. 28a0dec Trawling through the archives: a broken test, an unnecessary memset, and a by Rob Landley · 18 years ago
  27. 2de8f3e More whitespace/cowbell. (And change comment style to //.) by Rob Landley · 18 years ago
  28. 61a9cc5 Reduce flag duplication and make kconfig use HOST_CC. by Rob Landley · 18 years ago
  29. 6973a1d Add my old micro-bunzip library. Needs some cleanup... by Rob Landley · 18 years ago
  30. 65b7df5 Leftover from when I cleaned this up for another project. by Rob Landley · 18 years ago
  31. 1521a9e Add cat -v. by Rob Landley · 18 years ago
  32. b23d230 Add oneit. by Rob Landley · 18 years ago
  33. 1674e2a Fix a warning. by Rob Landley · 18 years ago
  34. 58c6c1b More work on option parsing. "df -t tmpfs" actually seems to work now. by Rob Landley · 18 years ago
  35. f06af2b Add another warning check and a missing dependency. by Rob Landley · 18 years ago
  36. 8167fd5 I got the mercurial web browser thingy set up, note it on the web page. by Rob Landley · 18 years ago
  37. fdb667e Fix a half-dozen bugs in argument parsing. More seems to work than not now. by Rob Landley · 18 years ago
  38. 54ebcce Allocate a more sane amount of memory. by Rob Landley · 18 years ago
  39. 4541e88 Fix thinko (inverted test). by Rob Landley · 18 years ago
  40. 2a813ff Add one if() that has lots of whitespace fallout. by Rob Landley · 18 years ago
  41. 8324b89 New option parsing infrastructure (doesn't use getopt). Hook it up to by Rob Landley · 18 years ago
  42. b29ceb8 Web site updates, and a design document. by Rob Landley · 18 years ago
  43. 3f92058 Redo the index page (flesh it out about halfway), and a couple tweaks to by Rob Landley · 18 years ago
  44. 5c63c92 The web page should be in the repository, and while I'm at it let's see if I by Rob Landley · 18 years ago
  45. f2311a4 Add pwd. Consolidate toy list information under toylist.h. by Rob Landley · 18 years ago
  46. 0a04b3e Implement which. Add hello world to menuconfig. Wrap the various applet main by Rob Landley · 18 years ago
  47. 7fc43f7 Better dependencies, and feed the linker --gc-sections. (Which is not an by Rob Landley · 18 years ago
  48. 63d4168 Added tag 0.0.1 for changeset 8f8a8ac59c14 by Rob Landley · 18 years ago
  49. 3c49a45 Thinko: the Config.in for the toys should be in ./toys, not ./lib. by Rob Landley · 18 years ago
  50. fa98d01 Add xabspath(), is_file_type(), which_in_path(), and find_in_path(). by Rob Landley · 18 years ago
  51. 15bdc11 Linked list functions, forgot to add this to the repository. by Rob Landley · 18 years ago
  52. 401ae8f Make the config generate gen_config.h with CFG_ and USE() macros. by Rob Landley · 18 years ago
  53. 9b3fc7d Add a hello world applet, partly as an example and partly for testing purposes. by Rob Landley · 18 years ago
  54. 1f24e80 The darn thing accidentally created a branch. I had to copy a half-dozen by Rob Landley · 18 years ago
  55. 6ccb1b7 The Config files don't need the CONFIG_ prefix. by landley · 18 years ago
  56. 5257cf5 Add menuconfig, plus some basic Config info, lots of which is just future by landley · 18 years ago
  57. 52fb042 Closer support for "pedantic" option for SUSv3. (Ok, it's %ld instead of the by landley · 18 years ago
  58. 64b2e23 Add reread(), readall(), and xread() on the bus ride in to work... by landley · 18 years ago
  59. 09ea7ac Implement df. Add -Wall to build and fix up warnings. Add copyright notices. by landley · 18 years ago
  60. 2f588f7 Rest of thinko fix. by landley · 18 years ago
  61. 8ce06f2 Thinko fix. by landley · 18 years ago
  62. 00f87f1 Add xmsprintf(), xgetcwd(), xgetcwd(), find_in_path(). by landley · 18 years ago
  63. cd9dfc3 Next drop of toysh, plus more infratructure. by landley · 18 years ago
  64. 4f344e3 Infrastructure, first drop of toy shell, and a bit of work on df. by landley · 18 years ago
  65. c562150 Next snapshot. Tries to grab something out of lib in order to build, I have by landley · 18 years ago
  66. 13bab2f Starting a new project. Just a bit past the "hello world" stage... by landley · 18 years ago