1. df5f6ba Applied patch from Matt Kraai which does the following: by Mark Whitley · 24 years ago
  2. da9841e Fix dead link. -Matt by Matt Kraai · 24 years ago
  3. da1d1e7 Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009. by Eric Andersen · 24 years ago
  4. cc54d12 Removed all trace of hand-tooled regexp routines. Bye bye, baby. by Mark Whitley · 24 years ago
  5. dd23b8b Added a rule to make tags files for vi(m). by Mark Whitley · 24 years ago
  6. c674d70 Comment on kernel stuff -Erik by Eric Andersen · 24 years ago
  7. 6315ce6 Brand, new sed that uses libc regex routines. by Mark Whitley · 24 years ago
  8. 85c5520 More linux kernel header file removal. -Erik by Eric Andersen · 24 years ago
  9. 9b2297a Remove yet more kernel header dependancies. -Erik by Eric Andersen · 24 years ago
  10. a005373 Remove unused variable. -Erik by Eric Andersen · 24 years ago
  11. 3849f9b Remove the problematic CTRLCHAR macro. -Erik by Eric Andersen · 24 years ago
  12. 9a8243a Put the GROWBY variable inside the get_line_from_file function, as that is the by Mark Whitley · 24 years ago
  13. 928faac Removed unnecessary #include "regexp.h" line from find.c as per Matt Kraai's by Mark Whitley · 24 years ago
  14. 34e1941 Function name cleanup. -Erik by Eric Andersen · 24 years ago
  15. 0b4551f From Matt Kraai <kraai@alumni.carnegiemellon.edu>: by Eric Andersen · 24 years ago
  16. a03d86c Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>: by Eric Andersen · 24 years ago
  17. 44735f8 Applied patch from Matt Kraai as per his email: by Mark Whitley · 24 years ago
  18. 999bf72 More portability updates. Now compiles cleanly vs glibc, libc5, and uclibc by Eric Andersen · 24 years ago
  19. e9b527a include getopt.h -Erik by Eric Andersen · 24 years ago
  20. 161cf93 Fix a bug in get_line_from_file. If the length of the line is (GROWBY * n) + by Eric Andersen · 24 years ago
  21. f12724c The build depends were too strict. I depended on on debhelper (>= 2.0.80) by Eric Andersen · 24 years ago
  22. a57ba4d Argh. More cross libc cleanup. Should be ok now... -Erik by Eric Andersen · 24 years ago
  23. 2cd439f More cleanup on umount -Erik by Eric Andersen · 24 years ago
  24. bd22ed8 Update files to reduce dependance on kernel version... -Erik by Eric Andersen · 24 years ago
  25. 877a71b Add in tinynet -Erik by Eric Andersen · 24 years ago
  26. 9cf44e7 Doc updates to remove sfdisk. -Erik by Eric Andersen · 24 years ago
  27. 8f282f1 Better description of the BB_FEATURE_USE_DEVPS_PATCH option. -Erik by Eric Andersen · 24 years ago
  28. acecc47 Add in my fix for 2.4.x kernels so /proc/mounts will not have useless by Eric Andersen · 24 years ago
  29. e6b9dfa Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn't by Eric Andersen · 24 years ago
  30. 53a9557 Added in Matt Kraai. -Erik by Eric Andersen · 24 years ago
  31. a2c83d8 Fix a dependancy bug for the docs. -Erik by Eric Andersen · 24 years ago
  32. 03f9c81 Naming fix -Erik by Eric Andersen · 24 years ago
  33. bb374a6 Recognize Matt's poweroff fix. -Erik by Eric Andersen · 24 years ago
  34. 4c95a28 Fix for bug #1003 -- BusyBox should now poweroff when asked to by Eric Andersen · 24 years ago
  35. 3312b0b Web page update from Matt Kraai <kraai@alumni.carnegiemellon.edu> -Erik by Eric Andersen · 24 years ago
  36. 2158092 This patch finishes the cleanup of all the commands. It also cleans up by Eric Andersen · 24 years ago
  37. b9eb023 Yet another busybox documentation update from Matt Kraai <kraai@alumni.carnegiemellon.edu> by Eric Andersen · 24 years ago
  38. b0b732b Update 'make release' to remove all the .#filename files by Eric Andersen · 24 years ago
  39. 03f4c27 Turned some stuff into features that really are features, not apps. -Erik by Eric Andersen · 24 years ago
  40. 67536ff Fix doc building so the dependancies work properly. -Erik by Eric Andersen · 24 years ago
  41. 8845adc * Fixed tar creation support when reading from stdin ('tar -cf - . ') by Eric Andersen · 24 years ago
  42. 02bc25b Fixed backspace and delete so they work properly again -- broken by Eric Andersen · 24 years ago
  43. e5cec4e More doc patches from Matt Kraai <kraai@alumni.carnegiemellon.edu>. by Eric Andersen · 24 years ago
  44. 62bb2d0 Remove leftovers of block_device, which disapperared around busybox 0.28. -Erik by Eric Andersen · 24 years ago
  45. a5dbb39 Change order. -Erik by Eric Andersen · 24 years ago
  46. c8c10c5 Added (fixed) the '-n' option to fbset. Renumbered the command parameters to by Eric Andersen · 24 years ago
  47. f86aee7 setkeycodes needs get_console_fd(), so if you disable chvt and deallocvt, but by Eric Andersen · 24 years ago
  48. b1e379f Remove some warning with glibc. -Erik by Eric Andersen · 24 years ago
  49. 78eab2f Comment on kill.c change. -Erik by Eric Andersen · 24 years ago
  50. 3cfa9ec Reorganized signal names for better architecture support -- patch by Eric Andersen · 24 years ago
  51. 6f5e281 DocBook documentation update from Matt Kraai <kraai@alumni.carnegiemellon.edu> by Eric Andersen · 24 years ago
  52. b2731b1 Had an extra tcsetpgrp. -Erik by Eric Andersen · 24 years ago
  53. 1e03add a few minor cleanups. -Erik by Eric Andersen · 24 years ago
  54. 5d893b6 Remove MAXNAMLEN and use BUFSIZ instead. -Erik by Eric Andersen · 24 years ago
  55. 89bc256 Remove misguided klude around for 2.4.x-test* brokenness. Al Viro by Eric Andersen · 24 years ago
  56. f7cf2f7 * Fix to tr so it recognizes standard escape sequences. Merged common by Eric Andersen · 24 years ago
  57. 57ebebf Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu> to by Eric Andersen · 24 years ago
  58. 2086e3d Some cosmetic updates. Changed "OPTIONS" to "Options". -Erik by Eric Andersen · 24 years ago
  59. 028fb62 More doc updates -Erik by Eric Andersen · 24 years ago
  60. 5331025 A first pass at integrating the SGML docs into the Makefile. by Eric Andersen · 24 years ago
  61. b02c54e * Fix to init.c from Stuart Menefy <Stuart.Menefy@st.com> so that by Eric Andersen · 24 years ago
  62. 72965e3 Fixed a potential infinite loop. First delete any chars after the by Eric Andersen · 24 years ago
  63. b54833c sh fixes from Marius Groeger <mag@sysgo.de> -Erik by Eric Andersen · 24 years ago
  64. 7c31ea4 Added support for ignoring '-g' per GNU ls, thanks to David Vrabel by Eric Andersen · 24 years ago
  65. 5d41d60 Added support for being a login shell, so things like '-su' or '-sh' (stuff by Eric Andersen · 24 years ago
  66. 2e1148b Fixed comment. by Mark Whitley · 24 years ago
  67. 8bd891c Added support for reading from stdin with '-' as file name arg. by Mark Whitley · 24 years ago
  68. 1ca4177 Yanked out the cstring_alloc() and cstring_lineFromFile() functions from by Mark Whitley · 24 years ago
  69. d372189 Brand, spankin', new grep that uses libc regex routines instead of the by Mark Whitley · 24 years ago
  70. 268b8c4 Moved some function decls, a struct, and a #define from regexp.h into here. by Mark Whitley · 24 years ago
  71. 0c96eba Removed some function decls (regex, regcomp, etc.) and put them in regexp.c by Mark Whitley · 24 years ago
  72. a44790f Better cross libc support. -Erik by Eric Andersen · 24 years ago
  73. a2db097 Forgot -- targeted the wrong release. -Erik by Eric Andersen · 24 years ago
  74. 1c314ad * Fixed a _horrible_ bug where 'tar -tvf' could unlink by Eric Andersen · 24 years ago
  75. 47cac67 Updates for the .deb -Erik by Eric Andersen · 24 years ago
  76. eb02833 by John Beppu · 24 years ago
  77. 7cdc76d + busybox --install [-s] by John Beppu · 24 years ago
  78. d0edef3 Remove stuff now moved into the bug tracking system. -Erik by Eric Andersen · 24 years ago
  79. 495869f by John Beppu · 24 years ago
  80. cb1d841 This kernel patch is no longer needed, with the change I made to init by Eric Andersen · 24 years ago
  81. 27b5924 by John Beppu · 24 years ago
  82. 8f425db by John Beppu · 24 years ago
  83. 83a949c Just converted busybox.pod to busybox.sgml using the Pod::DocBook Perl module. by Mark Whitley · 24 years ago
  84. 1386e70 Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport. by Eric Andersen · 24 years ago
  85. ef40aa8 * Fixed insmod module option parsing for options lacking an '='. by Eric Andersen · 24 years ago
  86. 3adffb7 readlink(2) does not NULL terminate the buffer it reads in, but tar expected it by Eric Andersen · 24 years ago
  87. 10dc9d4 Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in by Eric Andersen · 24 years ago
  88. 8a24a67 Better error checking in insmod. Remove left over %m's -Erik by Eric Andersen · 24 years ago
  89. 4a971ae Minor web page update. -Erik by Eric Andersen · 24 years ago
  90. 3c37598 Fix version # -Erik by Eric Andersen · 24 years ago
  91. a29dec2 More doc updates -Erik by Eric Andersen · 24 years ago
  92. ccd32cb Merged two TODO items into one by Mark Whitley · 24 years ago
  93. 9d9610b Update the list. -Erik by Eric Andersen · 24 years ago
  94. 6f9985e Pavel Roskin <proski@gnu.org> just found a nasty memory by Eric Andersen · 24 years ago
  95. addc9c2 Document 'ln --' -Erik by Eric Andersen · 24 years ago
  96. 4fa84e6 Cleaned up some #ifdef spiderwebs. by Mark Whitley · 24 years ago
  97. c6cdf58 Bump version number to 0.45 -Erik by Eric Andersen · 24 years ago
  98. 07edff4 Added an implicit rule for #defining BB_FEATURE_USE_TERMIOS if by Mark Whitley · 24 years ago
  99. 45087b1 More doc updates. -Erik by Eric Andersen · 24 years ago
  100. 766c012 Web site updates. -Erik by Eric Andersen · 24 years ago