1. 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
  2. 8690572 Added some missing declarations and fixed some typos. I have to by Matt Kraai · 24 years ago
  3. ae6eae0 Moved some code and add a coupld #defines to support use of dmalloc. -Erik by Eric Andersen · 24 years ago
  4. cc8a66b Moved functions used by "lsmod" from cat.c to utility.c by Pavel Roskin · 24 years ago
  5. 21ddb38 Now it's possible to compile Busybox with only one app defined by Pavel Roskin · 24 years ago
  6. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  7. fad04fd More cleanups. -Erik by Eric Andersen · 24 years ago
  8. e7413a9 A couple of minor warning cleanups. -Erik by Eric Andersen · 24 years ago
  9. c41e8c8 Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c by Mark Whitley · 24 years ago
  10. 3ecbe9f The applet name isn't constant. by Matt Kraai · 24 years ago
  11. 7719008 Added applet_name to contain the applet name. by Matt Kraai · 24 years ago
  12. be909b1 Forgot to commit these cleanups it seems. -Erik by Eric Andersen · 24 years ago
  13. 61dc057 Added 'dumpkmap' to allow people to dump a binary keymap, which can then be by Eric Andersen · 24 years ago
  14. df5f6ba Applied patch from Matt Kraai which does the following: by Mark Whitley · 24 years ago
  15. da1d1e7 Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009. by Eric Andersen · 24 years ago
  16. 0b4551f From Matt Kraai <kraai@alumni.carnegiemellon.edu>: by Eric Andersen · 24 years ago
  17. 62bb2d0 Remove leftovers of block_device, which disapperared around busybox 0.28. -Erik by Eric Andersen · 24 years ago
  18. f7cf2f7 * Fix to tr so it recognizes standard escape sequences. Merged common by Eric Andersen · 24 years ago
  19. 1ca4177 Yanked out the cstring_alloc() and cstring_lineFromFile() functions from by Mark Whitley · 24 years ago
  20. a44790f Better cross libc support. -Erik by Eric Andersen · 24 years ago
  21. 10dc9d4 Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in by Eric Andersen · 24 years ago
  22. 7ac06a3 Removed all vestiges of "math" by Pavel Roskin · 24 years ago
  23. 0021679 + added dc (aka the function formerly known as math) by John Beppu · 24 years ago
  24. e63ad9b Special case the memcopy stuff so it isn't enabled for uclibc -Erik by Eric Andersen · 24 years ago
  25. bd4a75f Finish off the libc5 porting effort. Everything now works with libc5 by Eric Andersen · 24 years ago
  26. be5023a Update internal.h to conditionally include asm/string.h -Erik by Eric Andersen · 24 years ago
  27. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  28. 74c66ad Fix some spelling errors in the source as well. -Erik by Eric Andersen · 24 years ago
  29. 2b6ab3c Add new apps md5sum uudecode uuencode, fix some minor formatting things. -Erik by Eric Andersen · 24 years ago
  30. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 24 years ago
  31. 8ea7d8c First pass at fixing tar segfault, and more portability updates. -Erik by Erik Andersen · 24 years ago
  32. 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 24 years ago
  33. 5b46d79 Some more portability updates -Erik by Erik Andersen · 24 years ago
  34. bcd6177 BusyBox shell (lash) can now be used as a standalone shell when by Erik Andersen · 24 years ago
  35. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  36. 59b9e87 * cp -fa now works as expected for symlinks (it didn't before) by Erik Andersen · 24 years ago
  37. 94f5e0b Some accrued fixes/updates. by Erik Andersen · 24 years ago
  38. 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 24 years ago
  39. 227a59b Several more updates -Erik by Erik Andersen · 24 years ago
  40. 5a728cf + in the interest of robustness, I added by John Beppu · 24 years ago
  41. f0657d3 Some enhancements I've been working on over the weekend, -Erik by Erik Andersen · 24 years ago
  42. 825aead Patch to make killall actually kill all PIDs with the specified name, by Erik Andersen · 24 years ago
  43. 93d6513 Some more minor updates to better use some gcc attributes. -Erik by Erik Andersen · 24 years ago
  44. b99ca13 usleep contributed by Nicolas Pitre <nico@cam.org> -Erik by Erik Andersen · 24 years ago
  45. 3364d78 Yet another installment in the ongoing tar saga -Erik by Erik Andersen · 24 years ago
  46. 1ad302a The new tar for busybox is now done, and works just fine by Erik Andersen · 24 years ago
  47. 298854f My latest ramblings. -Erik by Erik Andersen · 24 years ago
  48. ec5bd90 Use the nice new find_real_root_device function to find the by Erik Andersen · 25 years ago
  49. c7c634b Some more stuff. -Erik by Erik Andersen · 25 years ago
  50. d75af99 Major build system updates... -Erik by Erik Andersen · 25 years ago
  51. 3522eb1 First pass at writing a shell for busybox. by Erik Andersen · 25 years ago
  52. 246cc6d Wrote killall. by Erik Andersen · 25 years ago
  53. fb002d0 Add in tr and dirname -Erik by Erik Andersen · 25 years ago
  54. 66be5e7 Wrote uptime. Doesn't use /proc. :) -Erik by Erik Andersen · 25 years ago
  55. 6437170 Add in freeramdisk.c, which (duh) frees ramdisks. If you have any by Erik Andersen · 25 years ago
  56. 029011b A few updates (including the cp fix the Craig has been looking for) -Erik by Erik Andersen · 25 years ago
  57. f7c49ef Sync up a few things. Add in a new telnet implementation (still by Erik Andersen · 25 years ago
  58. e272915 Some updates for the day, -Erik by Erik Andersen · 25 years ago
  59. 9ffdaa6 Updates -Erik by Erik Andersen · 25 years ago
  60. e132f4b Fixed the init problem where it wouldn't unmount filesystems by Erik Andersen · 25 years ago
  61. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  62. d0480c2 Forgot a semicolon. -Erik by Erik Andersen · 25 years ago
  63. 31cf8e0 device_open is common code -- moved into utility.c -Erik by Erik Andersen · 25 years ago
  64. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  65. b332e77 by John Beppu · 25 years ago
  66. de7965c Shuffle location of generic code into utility.c -Erik by Erik Andersen · 25 years ago
  67. 5cbdd71 mount and umount could leak loop device allocations causing the system to by Erik Andersen · 25 years ago
  68. 3fe39dc Some busybox updates. See the changelog for details if you care. -Erik by Erik Andersen · 25 years ago
  69. 5509af7 * added (and documented) "-n" option for head - by Erik Andersen · 25 years ago
  70. 06936df Fix a bug where tar could change perms and ownership of dirs pointed by Erik Andersen · 25 years ago
  71. 3163821 Sync up busybox with the latest and greatest. This is not stuff for by Erik Andersen · 25 years ago
  72. 05df239 Bug fixes. -Erik by Erik Andersen · 25 years ago
  73. abb4772 i am busybox of borg. unix will be assimilated. by John Beppu · 25 years ago
  74. 0881de7 The latest and greatest. init basically works, though needs by Erik Andersen · 25 years ago
  75. 7dc1607 Bunches of fixes. Typos, bugs, etc. by Erik Andersen · 25 years ago
  76. a899108 Add the beginings of some regression testing. Add in the recently by Erik Andersen · 25 years ago
  77. 019513a added hooks for sort by John Beppu · 25 years ago
  78. 6da0ae8 Minor fixes to rmmod. First pass at insmod (not yet working). -Erik by Erik Andersen · 25 years ago
  79. 3d7e341 Wrote rmmod for busybox. -Erik by Erik Andersen · 25 years ago
  80. 1c5b258 Fix bugs in logger and syslogd. Add fbset. -Erik by Erik Andersen · 25 years ago
  81. 6f23cec Added lsmod -Erik by Erik Andersen · 25 years ago
  82. 19db07b Ok, so this is reallt 0.38... -Erik by Eric Andersen · 25 years ago
  83. 2cb5507 Added poweroff (and adjusted init to use it). Inlined function by Eric Andersen · 25 years ago
  84. 3157b1f Implemented head(1). tried to mimic GNU behaviour. by John Beppu · 25 years ago
  85. 059f152 Implemented tee(1). by John Beppu · 25 years ago
  86. f95ca97 by John Beppu · 25 years ago
  87. 7a98606 Modified to include du by John Beppu · 25 years ago
  88. 1792f8c Tail now works (costs 6k). Several other updates. -Erik by Eric Andersen · 25 years ago
  89. abc0f4f Latest and greatest by Eric Andersen · 25 years ago
  90. 485b955 Stuf by Eric Andersen · 25 years ago
  91. b186d98 Stuf by Eric Andersen · 25 years ago
  92. 3843e96 Stuf by Eric Andersen · 25 years ago
  93. 08b1034 Stuf by Eric Andersen · 25 years ago
  94. d80e851 Stuf by Eric Andersen · 25 years ago
  95. a9c95ea Updates by Eric Andersen · 25 years ago
  96. d73dc5b Updates to usage, and made tar work. -Erik by Eric Andersen · 25 years ago
  97. 29d2e36 Fixed ln, df, and removed redundant stuff from mtab. by Eric Andersen · 25 years ago
  98. d0246fb More stuff. by Eric Andersen · 25 years ago
  99. c1525e8 Stuff by Eric Andersen · 25 years ago
  100. 0460ff2 Stuf by Eric Andersen · 25 years ago