1. 9027bcf Fixed a warning about missing initializer by Pavel Roskin · 24 years ago
  2. 93c0d9f The result of getopt() should not be converted to "char" - it breaks on PPC by Pavel Roskin · 24 years ago
  3. fad04fd More cleanups. -Erik by Eric Andersen · 24 years ago
  4. b870af0 Fix argument parsing. by Matt Kraai · 24 years ago
  5. d6912c9 Be more pedantic aboutthe terminating null applet. -Erik by Eric Andersen · 24 years ago
  6. 58361a4 uid and gid were unsigned, but were compared vs signed values (-1) -Erik by Eric Andersen · 24 years ago
  7. e7413a9 A couple of minor warning cleanups. -Erik by Eric Andersen · 24 years ago
  8. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  9. 4ac6cb5 Fix some stupid memory bugs. -Erik by Eric Andersen · 24 years ago
  10. ec10b9d Add in redimentary backtick suport (doesn't work properly yet, but is by Eric Andersen · 24 years ago
  11. 34623db It dawned on me that I would need to grow a char buffer one extra char bigger by Mark Whitley · 24 years ago
  12. 0200834 Added error checking for edit commands; only a beginning address can be by Mark Whitley · 24 years ago
  13. 94074a9 Added support for (a)ppend, (i)nsert, and (c)hange commands to sed. by Mark Whitley · 24 years ago
  14. 496e33f Fixed bug where sed '/foo/p' was printing "invalid command". by Mark Whitley · 24 years ago
  15. 4f7fe77 (Something I should have done in the previous checkin...) Also broke out by Mark Whitley · 24 years ago
  16. 06f3529 Minor code reorg: Changed the interface to index_of_next_unescaped_slash to an by Mark Whitley · 24 years ago
  17. 156959e Fix uninitialized variable. -Erik by Eric Andersen · 24 years ago
  18. f4c0226 Patch from Marc Nijdam <marc_nijdam@hp.com> by Eric Andersen · 24 years ago
  19. 5538070 Added a smallish TODO comment. by Mark Whitley · 24 years ago
  20. 00143ba From Matt Kraai <kraai@alumni.carnegiemellon.edu> by Eric Andersen · 24 years ago
  21. ac48461 Correct argument parsing and other minor cleanups. by Matt Kraai · 24 years ago
  22. 37653aa Added some smallish comments to help folks understand why we have two tables by Mark Whitley · 24 years ago
  23. c41e8c8 Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c by Mark Whitley · 24 years ago
  24. 6f96e67 Patch from Jon McClintock <jonm@bluemug.com> by Eric Andersen · 24 years ago
  25. be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
  26. e58771e Use global applet_name instead of local versions. by Matt Kraai · 24 years ago
  27. e714bce Use global applet_name instead of local versions. by Matt Kraai · 24 years ago
  28. 3ecbe9f The applet name isn't constant. by Matt Kraai · 24 years ago
  29. 97426e0 Changed verbiage. -Erik by Eric Andersen · 24 years ago
  30. 8fbaeec Replaced projects with products/projects. -Erik by Eric Andersen · 24 years ago
  31. 68fda24 Added the Kerbango Internet Radio to projects/products using BusyBox. -Erik by Eric Andersen · 24 years ago
  32. 858c1ad Applied patch from Matt Kraai to call destroy_cmd_strs in atexit(), rather by Mark Whitley · 24 years ago
  33. 7719008 Added applet_name to contain the applet name. by Matt Kraai · 24 years ago
  34. aec27bc Final updates for release. -Erik by Eric Andersen · 24 years ago
  35. 960be79 Final update for the release. by Eric Andersen · 24 years ago
  36. be909b1 Forgot to commit these cleanups it seems. -Erik by Eric Andersen · 24 years ago
  37. d006c9e More changelog updates -Erik by Eric Andersen · 24 years ago
  38. 9ebccb2 Added changelog entries for grep/sed/regex changes. by Mark Whitley · 24 years ago
  39. f1f6d58 Some changelog updates. -Erik by Eric Andersen · 24 years ago
  40. 0c838af Re-enable ln -n in the help. -Erik by Eric Andersen · 24 years ago
  41. 195fa15 Another patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>: by Eric Andersen · 24 years ago
  42. 61dc057 Added 'dumpkmap' to allow people to dump a binary keymap, which can then be by Eric Andersen · 24 years ago
  43. df5f6ba Applied patch from Matt Kraai which does the following: by Mark Whitley · 24 years ago
  44. da9841e Fix dead link. -Matt by Matt Kraai · 24 years ago
  45. da1d1e7 Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009. by Eric Andersen · 24 years ago
  46. cc54d12 Removed all trace of hand-tooled regexp routines. Bye bye, baby. by Mark Whitley · 24 years ago
  47. dd23b8b Added a rule to make tags files for vi(m). by Mark Whitley · 24 years ago
  48. c674d70 Comment on kernel stuff -Erik by Eric Andersen · 24 years ago
  49. 6315ce6 Brand, new sed that uses libc regex routines. by Mark Whitley · 24 years ago
  50. 85c5520 More linux kernel header file removal. -Erik by Eric Andersen · 24 years ago
  51. 9b2297a Remove yet more kernel header dependancies. -Erik by Eric Andersen · 24 years ago
  52. a005373 Remove unused variable. -Erik by Eric Andersen · 24 years ago
  53. 3849f9b Remove the problematic CTRLCHAR macro. -Erik by Eric Andersen · 24 years ago
  54. 9a8243a Put the GROWBY variable inside the get_line_from_file function, as that is the by Mark Whitley · 24 years ago
  55. 928faac Removed unnecessary #include "regexp.h" line from find.c as per Matt Kraai's by Mark Whitley · 24 years ago
  56. 34e1941 Function name cleanup. -Erik by Eric Andersen · 24 years ago
  57. 0b4551f From Matt Kraai <kraai@alumni.carnegiemellon.edu>: by Eric Andersen · 24 years ago
  58. a03d86c Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>: by Eric Andersen · 24 years ago
  59. 44735f8 Applied patch from Matt Kraai as per his email: by Mark Whitley · 24 years ago
  60. 999bf72 More portability updates. Now compiles cleanly vs glibc, libc5, and uclibc by Eric Andersen · 24 years ago
  61. e9b527a include getopt.h -Erik by Eric Andersen · 24 years ago
  62. 161cf93 Fix a bug in get_line_from_file. If the length of the line is (GROWBY * n) + by Eric Andersen · 24 years ago
  63. f12724c The build depends were too strict. I depended on on debhelper (>= 2.0.80) by Eric Andersen · 24 years ago
  64. a57ba4d Argh. More cross libc cleanup. Should be ok now... -Erik by Eric Andersen · 24 years ago
  65. 2cd439f More cleanup on umount -Erik by Eric Andersen · 24 years ago
  66. bd22ed8 Update files to reduce dependance on kernel version... -Erik by Eric Andersen · 24 years ago
  67. 877a71b Add in tinynet -Erik by Eric Andersen · 24 years ago
  68. 9cf44e7 Doc updates to remove sfdisk. -Erik by Eric Andersen · 24 years ago
  69. 8f282f1 Better description of the BB_FEATURE_USE_DEVPS_PATCH option. -Erik by Eric Andersen · 24 years ago
  70. acecc47 Add in my fix for 2.4.x kernels so /proc/mounts will not have useless by Eric Andersen · 24 years ago
  71. e6b9dfa Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn't by Eric Andersen · 24 years ago
  72. 53a9557 Added in Matt Kraai. -Erik by Eric Andersen · 24 years ago
  73. a2c83d8 Fix a dependancy bug for the docs. -Erik by Eric Andersen · 24 years ago
  74. 03f9c81 Naming fix -Erik by Eric Andersen · 24 years ago
  75. bb374a6 Recognize Matt's poweroff fix. -Erik by Eric Andersen · 24 years ago
  76. 4c95a28 Fix for bug #1003 -- BusyBox should now poweroff when asked to by Eric Andersen · 24 years ago
  77. 3312b0b Web page update from Matt Kraai <kraai@alumni.carnegiemellon.edu> -Erik by Eric Andersen · 24 years ago
  78. 2158092 This patch finishes the cleanup of all the commands. It also cleans up by Eric Andersen · 24 years ago
  79. b9eb023 Yet another busybox documentation update from Matt Kraai <kraai@alumni.carnegiemellon.edu> by Eric Andersen · 24 years ago
  80. b0b732b Update 'make release' to remove all the .#filename files by Eric Andersen · 24 years ago
  81. 03f4c27 Turned some stuff into features that really are features, not apps. -Erik by Eric Andersen · 24 years ago
  82. 67536ff Fix doc building so the dependancies work properly. -Erik by Eric Andersen · 24 years ago
  83. 8845adc * Fixed tar creation support when reading from stdin ('tar -cf - . ') by Eric Andersen · 24 years ago
  84. 02bc25b Fixed backspace and delete so they work properly again -- broken by Eric Andersen · 24 years ago
  85. e5cec4e More doc patches from Matt Kraai <kraai@alumni.carnegiemellon.edu>. by Eric Andersen · 24 years ago
  86. 62bb2d0 Remove leftovers of block_device, which disapperared around busybox 0.28. -Erik by Eric Andersen · 24 years ago
  87. a5dbb39 Change order. -Erik by Eric Andersen · 24 years ago
  88. c8c10c5 Added (fixed) the '-n' option to fbset. Renumbered the command parameters to by Eric Andersen · 24 years ago
  89. f86aee7 setkeycodes needs get_console_fd(), so if you disable chvt and deallocvt, but by Eric Andersen · 24 years ago
  90. b1e379f Remove some warning with glibc. -Erik by Eric Andersen · 24 years ago
  91. 78eab2f Comment on kill.c change. -Erik by Eric Andersen · 24 years ago
  92. 3cfa9ec Reorganized signal names for better architecture support -- patch by Eric Andersen · 24 years ago
  93. 6f5e281 DocBook documentation update from Matt Kraai <kraai@alumni.carnegiemellon.edu> by Eric Andersen · 24 years ago
  94. b2731b1 Had an extra tcsetpgrp. -Erik by Eric Andersen · 24 years ago
  95. 1e03add a few minor cleanups. -Erik by Eric Andersen · 24 years ago
  96. 5d893b6 Remove MAXNAMLEN and use BUFSIZ instead. -Erik by Eric Andersen · 24 years ago
  97. 89bc256 Remove misguided klude around for 2.4.x-test* brokenness. Al Viro by Eric Andersen · 24 years ago
  98. f7cf2f7 * Fix to tr so it recognizes standard escape sequences. Merged common by Eric Andersen · 24 years ago
  99. 57ebebf Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu> to by Eric Andersen · 24 years ago
  100. 2086e3d Some cosmetic updates. Changed "OPTIONS" to "Options". -Erik by Eric Andersen · 24 years ago