1. 4a11e0f Patch from David Updegraff to use calloc so that forward pointers start out by Eric Andersen · 21 years ago
  2. 2894266 Patch from David Updegraff to avoid corrupting memory while parsing the by Eric Andersen · 21 years ago
  3. 3436585 Minor .o file naming change by Eric Andersen · 21 years ago
  4. 7cb6ef7 enable CONFIG_USE_BB_PWD_GRP for the debian installer, by Eric Andersen · 21 years ago
  5. fc4cb4d Fix logic error in grouped commands by Glenn L McGrath · 21 years ago
  6. d4185b0 Fix up indenting by Glenn L McGrath · 21 years ago
  7. d7fe39b Really fix the 'r' command by Glenn L McGrath · 21 years ago
  8. d87a7ac Fix the sed 'r' command by Glenn L McGrath · 21 years ago
  9. 2410386 fix substitution when replacing with &, we shouldnt check for an escape charcter. Its already been taken care of _somewhere_ else by Glenn L McGrath · 21 years ago
  10. bd9b32b Label ends at a newline, update comments, rename linked list field by Glenn L McGrath · 21 years ago
  11. 8d6395d Run through indent by Glenn L McGrath · 21 years ago
  12. c1d9507 Fixes block commands to correctly identify end of block, recognise the #n directive, fix substitue command when regex isnt specified by Glenn L McGrath · 21 years ago
  13. 7ce9e24 Add hold space commands 'g', 'h', 'x' by Glenn L McGrath · 21 years ago
  14. c6adada Rename "line" to pattern_space to be more descriptive and closer to the POSIX description by Glenn L McGrath · 21 years ago
  15. 4957fc7 Sync with waldi's package by Glenn L McGrath · 21 years ago
  16. 8353fe9 Preparation for the new net-udeb based on required applets documented at by Glenn L McGrath · 21 years ago
  17. 982da3e Add more help text by Eric Andersen · 21 years ago
  18. 4762a48 Test that cvs commit messages are working properly -Erik by Eric Andersen · 21 years ago
  19. 0c236a0 Fix 'thinko'. by Manuel Novoa III · 21 years ago
  20. 8320b42 Yet another rather large face lift. It now works for me as expected. -Erik by Eric Andersen · 21 years ago
  21. a71c704 Avoid errors with buggy preprocessors by Eric Andersen · 21 years ago
  22. f3def27 Update config to new menu options by Glenn L McGrath · 21 years ago
  23. 1b6dfa7 Rename, to specify kernel by Glenn L McGrath · 21 years ago
  24. 9a52bb6 Group common string by Glenn L McGrath · 21 years ago
  25. 30b47df Small fix for sed 'y' command by Glenn L McGrath · 21 years ago
  26. f01b46d sed 'y' command, simplify some other code by Glenn L McGrath · 21 years ago
  27. 0c51832 Experimental support for embeded newline. (im evil) by Glenn L McGrath · 21 years ago
  28. b5b5ac3 trivial fix to make sure we have sufficient arguments before by Eric Andersen · 21 years ago
  29. a0f0f0c Still fine tunning the printing of the substitute command by Glenn L McGrath · 21 years ago
  30. 595a6a4 sed 't' branching command by Glenn L McGrath · 21 years ago
  31. ccd43a8 Fix sed 's' command's 'p' flag, so it can print line twice by Glenn L McGrath · 21 years ago
  32. b08e3e8 fix q command by Glenn L McGrath · 21 years ago
  33. 961c6c1 Add basic branching support, sed ':' and 'b' commands by Glenn L McGrath · 21 years ago
  34. 56c633c make sed cleanup use linked list by Glenn L McGrath · 21 years ago
  35. c949bfa Use a linked list for sed commands in preparation for branching support by Glenn L McGrath · 21 years ago
  36. 3a9b0bf Oops... had != but meant ==. by Manuel Novoa III · 21 years ago
  37. 4baef0c Minor cleanups. Document the cmp -l option. by Manuel Novoa III · 21 years ago
  38. ea4c434 Restrict octal perms to <= 07777. Cosmetic error message change. by Manuel Novoa III · 21 years ago
  39. 1cb1b64 Obligatory forgotten item. by Manuel Novoa III · 21 years ago
  40. 4eff181 Things my compiler didn't catch... by Manuel Novoa III · 21 years ago
  41. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  42. e01f966 Match newlines, this fixes matching of ^ or $ when there is a '\n' in the pattern being matched. This fixes cases when the N command is used. by Glenn L McGrath · 21 years ago
  43. 2971ef1 Fix a bug that corrupted the string followed commands that had no arguments (Closes #1304) by Glenn L McGrath · 21 years ago
  44. 737f5fb Patch from Jonas Holmberg, adjusted by Robert Schwebel, and by Eric Andersen · 21 years ago
  45. d2b8118 oops. args shuffled. by Eric Andersen · 21 years ago
  46. c3b2dbe Fix obviously wrong names from older busybox by Eric Andersen · 21 years ago
  47. 92b7e7b Patch from Tito Ragusa: by Eric Andersen · 21 years ago
  48. 3f1cf45 cope with crappy windoze ftp servers by Eric Andersen · 21 years ago
  49. e68afef Avoid potential rendering problems by Eric Andersen · 21 years ago
  50. 4157a8a fix n, add N, P by Glenn L McGrath · 22 years ago
  51. ff724fb add the 'n' command by Glenn L McGrath · 22 years ago
  52. bed4033 Add the q (quit) option by Glenn L McGrath · 22 years ago
  53. f3bd7c4 Fix a delimiter matching bug i introduced. by Glenn L McGrath · 22 years ago
  54. f50ce31 Support grouped commands, i.e. {cmd1;cmd2} by Glenn L McGrath · 22 years ago
  55. 4c6523a alloc array for commands, use string ptr in parse_command_string() by Glenn L McGrath · 22 years ago
  56. e7a8bc9 use typedef for struct sed_cmd by Glenn L McGrath · 22 years ago
  57. 1fb4467 redo get_addres(). save some space. possible fix a bug where the command might be set to 0 if no second address is given. dont parse sed_cmd struct to get_address, we only need the delim field. by Glenn L McGrath · 22 years ago
  58. 2f8a401 Woops, remove the code i didnt mean to commit by Glenn L McGrath · 22 years ago
  59. d5eadea Mention the opengroup sed reference, add a check which is disabled at present. by Glenn L McGrath · 22 years ago
  60. 505bd0f Fix matching for the $ address (last line) by Glenn L McGrath · 22 years ago
  61. 77831c1 be more careful about cleaning up by Eric Andersen · 22 years ago
  62. 3719e9e Scrub things a bit, shave off a few bytes. -Erik by Eric Andersen · 22 years ago
  63. 1bc5fa8 Save a few bytes and remove a redundant string by Eric Andersen · 22 years ago
  64. 6067c08 With nightmares of libbb ending up with 100 .c files starting by Eric Andersen · 22 years ago
  65. 2afcbe4 audit for proper error handling, apply a few size optimizations -Erik by Eric Andersen · 22 years ago
  66. a9c6bc4 Define bb_xgetlarg as a standard interface for extracting by Eric Andersen · 22 years ago
  67. bae7c1a Explicitly define -DNDEBUG so asserts don't clutter release code by Eric Andersen · 22 years ago
  68. 08f4a4c Add all the syslogd help text by Eric Andersen · 22 years ago
  69. 5ef4482 There is no good reason to prevent nfs mounts from being mounted by Eric Andersen · 22 years ago
  70. a0ac452 Write all the help text for the util-linux utilities. Allow by Eric Andersen · 22 years ago
  71. ee6da55 mention "katamaran" by Eric Andersen · 22 years ago
  72. 008c019 Fix for big endian machines by Glenn L McGrath · 22 years ago
  73. ae0f1e7 New applet sha1sum by Glenn L McGrath · 22 years ago
  74. 4a4c677 Patch from Bastian Blank by Glenn L McGrath · 22 years ago
  75. 3238ea1 Merge fileutils, textutils and shellutils into coreuils by Glenn L McGrath · 22 years ago
  76. 858fad7 sync with udhcp bug fixes by Russ Dill · 22 years ago
  77. 496411b Don't use HZ -- use sysconf(_SC_CLK_TCK) by Eric Andersen · 22 years ago
  78. c284356 Fix compile error... header problems. by Manuel Novoa III · 22 years ago
  79. ae494a9 last_patch83 by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  80. b1207b3 Fix compile error, last_patch82 by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  81. 3d2405c Fix compile error, last_patch81 by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  82. 18d8a3b udhcpc is supposed to be in /sbin, not /usr/sbin/ by Eric Andersen · 22 years ago
  83. 883d484 Fix compiler warnings, patch by Steven Scholz by Glenn L McGrath · 22 years ago
  84. 826b48b Woops, my gunzip fix broke unzip, these cant be static by Glenn L McGrath · 22 years ago
  85. a837e2d Minor update to arping, patch from Nick Fedchik by Glenn L McGrath · 22 years ago
  86. 06e9565 New applet, inetd, make httpd features more configurable, update authors, last_patch_80 by Glenn L McGrath · 22 years ago
  87. 877d418 Dont die if logging remotely fails, patch by Joshua Jackson by Glenn L McGrath · 22 years ago
  88. def85e8 Specify install path, patch by Nick Fedchik by Glenn L McGrath · 22 years ago
  89. 1d21fb3 Moved to libunarchive/unzip.c by Glenn L McGrath · 22 years ago
  90. cc61692 Fix endian probelm on PPC, i had different types for an extern variable. by Glenn L McGrath · 22 years ago
  91. a88cb50 Patch from mathuria, compatability with solaris by Glenn L McGrath · 22 years ago
  92. 3aeaee3 Patch from Joshua Jackson, make md5 the default hash algorithm by Glenn L McGrath · 22 years ago
  93. b4f3d7f Rewrite by Manuel Novoa III, very compact implimentation. by Glenn L McGrath · 22 years ago
  94. cb66509 Patch from Nick Fedchik, CONFIG_SYSLOGD should determine getty's behaviour. by Glenn L McGrath · 22 years ago
  95. a486f46 Mention penguru by Eric Andersen · 22 years ago
  96. 46c203a Fix a couple more ifupdown bugs by Eric Andersen · 22 years ago
  97. 21110a0 Fix long standing bug with old gnu tar files, add a check so tar will by Glenn L McGrath · 22 years ago
  98. a995343 Don't wipe the config system on 'make clean' by Eric Andersen · 22 years ago
  99. 66a3af9 This seems sufficient for ifup and ifdown to actually work by Eric Andersen · 22 years ago
  100. 2223701 Fix a silly compile error, thanks to a patch from Wen-chien Jesse Sung by Eric Andersen · 22 years ago