1. 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
  2. 2971ef1 Fix a bug that corrupted the string followed commands that had no arguments (Closes #1304) by Glenn L McGrath · 21 years ago
  3. 737f5fb Patch from Jonas Holmberg, adjusted by Robert Schwebel, and by Eric Andersen · 21 years ago
  4. d2b8118 oops. args shuffled. by Eric Andersen · 21 years ago
  5. c3b2dbe Fix obviously wrong names from older busybox by Eric Andersen · 21 years ago
  6. 92b7e7b Patch from Tito Ragusa: by Eric Andersen · 21 years ago
  7. 3f1cf45 cope with crappy windoze ftp servers by Eric Andersen · 21 years ago
  8. e68afef Avoid potential rendering problems by Eric Andersen · 21 years ago
  9. 4157a8a fix n, add N, P by Glenn L McGrath · 21 years ago
  10. ff724fb add the 'n' command by Glenn L McGrath · 21 years ago
  11. bed4033 Add the q (quit) option by Glenn L McGrath · 21 years ago
  12. f3bd7c4 Fix a delimiter matching bug i introduced. by Glenn L McGrath · 21 years ago
  13. f50ce31 Support grouped commands, i.e. {cmd1;cmd2} by Glenn L McGrath · 21 years ago
  14. 4c6523a alloc array for commands, use string ptr in parse_command_string() by Glenn L McGrath · 21 years ago
  15. e7a8bc9 use typedef for struct sed_cmd by Glenn L McGrath · 21 years ago
  16. 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 · 21 years ago
  17. 2f8a401 Woops, remove the code i didnt mean to commit by Glenn L McGrath · 21 years ago
  18. d5eadea Mention the opengroup sed reference, add a check which is disabled at present. by Glenn L McGrath · 21 years ago
  19. 505bd0f Fix matching for the $ address (last line) by Glenn L McGrath · 21 years ago
  20. 77831c1 be more careful about cleaning up by Eric Andersen · 21 years ago
  21. 3719e9e Scrub things a bit, shave off a few bytes. -Erik by Eric Andersen · 21 years ago
  22. 1bc5fa8 Save a few bytes and remove a redundant string by Eric Andersen · 21 years ago
  23. 6067c08 With nightmares of libbb ending up with 100 .c files starting by Eric Andersen · 21 years ago
  24. 2afcbe4 audit for proper error handling, apply a few size optimizations -Erik by Eric Andersen · 21 years ago
  25. a9c6bc4 Define bb_xgetlarg as a standard interface for extracting by Eric Andersen · 21 years ago
  26. bae7c1a Explicitly define -DNDEBUG so asserts don't clutter release code by Eric Andersen · 21 years ago
  27. 08f4a4c Add all the syslogd help text by Eric Andersen · 21 years ago
  28. 5ef4482 There is no good reason to prevent nfs mounts from being mounted by Eric Andersen · 21 years ago
  29. a0ac452 Write all the help text for the util-linux utilities. Allow by Eric Andersen · 21 years ago
  30. ee6da55 mention "katamaran" by Eric Andersen · 21 years ago
  31. 008c019 Fix for big endian machines by Glenn L McGrath · 21 years ago
  32. ae0f1e7 New applet sha1sum by Glenn L McGrath · 21 years ago
  33. 4a4c677 Patch from Bastian Blank by Glenn L McGrath · 21 years ago
  34. 3238ea1 Merge fileutils, textutils and shellutils into coreuils by Glenn L McGrath · 21 years ago
  35. 858fad7 sync with udhcp bug fixes by Russ Dill · 21 years ago
  36. 496411b Don't use HZ -- use sysconf(_SC_CLK_TCK) by Eric Andersen · 21 years ago
  37. c284356 Fix compile error... header problems. by Manuel Novoa III · 21 years ago
  38. ae494a9 last_patch83 by Vladimir N. Oleynik by Glenn L McGrath · 21 years ago
  39. b1207b3 Fix compile error, last_patch82 by Vladimir N. Oleynik by Glenn L McGrath · 21 years ago
  40. 3d2405c Fix compile error, last_patch81 by Vladimir N. Oleynik by Glenn L McGrath · 21 years ago
  41. 18d8a3b udhcpc is supposed to be in /sbin, not /usr/sbin/ by Eric Andersen · 21 years ago
  42. 883d484 Fix compiler warnings, patch by Steven Scholz by Glenn L McGrath · 21 years ago
  43. 826b48b Woops, my gunzip fix broke unzip, these cant be static by Glenn L McGrath · 21 years ago
  44. a837e2d Minor update to arping, patch from Nick Fedchik by Glenn L McGrath · 21 years ago
  45. 06e9565 New applet, inetd, make httpd features more configurable, update authors, last_patch_80 by Glenn L McGrath · 21 years ago
  46. 877d418 Dont die if logging remotely fails, patch by Joshua Jackson by Glenn L McGrath · 21 years ago
  47. def85e8 Specify install path, patch by Nick Fedchik by Glenn L McGrath · 21 years ago
  48. 1d21fb3 Moved to libunarchive/unzip.c by Glenn L McGrath · 21 years ago
  49. cc61692 Fix endian probelm on PPC, i had different types for an extern variable. by Glenn L McGrath · 21 years ago
  50. a88cb50 Patch from mathuria, compatability with solaris by Glenn L McGrath · 21 years ago
  51. 3aeaee3 Patch from Joshua Jackson, make md5 the default hash algorithm by Glenn L McGrath · 21 years ago
  52. b4f3d7f Rewrite by Manuel Novoa III, very compact implimentation. by Glenn L McGrath · 21 years ago
  53. cb66509 Patch from Nick Fedchik, CONFIG_SYSLOGD should determine getty's behaviour. by Glenn L McGrath · 21 years ago
  54. a486f46 Mention penguru by Eric Andersen · 21 years ago
  55. 46c203a Fix a couple more ifupdown bugs by Eric Andersen · 21 years ago
  56. 21110a0 Fix long standing bug with old gnu tar files, add a check so tar will by Glenn L McGrath · 21 years ago
  57. a995343 Don't wipe the config system on 'make clean' by Eric Andersen · 21 years ago
  58. 66a3af9 This seems sufficient for ifup and ifdown to actually work by Eric Andersen · 21 years ago
  59. 2223701 Fix a silly compile error, thanks to a patch from Wen-chien Jesse Sung by Eric Andersen · 21 years ago
  60. ee9441f Patch from Brett Hunt at micron.com to fixup potential segfaults by Eric Andersen · 21 years ago
  61. bf77f61 Patch from Jason McMullan @ linuxcare.com adding insmod by Eric Andersen · 21 years ago
  62. 853c494 A patch from John F. Kelly to add in a utility for configuring by Eric Andersen · 21 years ago
  63. 97d86f2 Apply patch from Ghozlane Toumi to add -inum support to find. by Eric Andersen · 21 years ago
  64. be65c35 Patch from Artem Egorkine to support the -m option by Eric Andersen · 21 years ago
  65. 889dd20 Patch from Joel Vallier to add modules symbols to the kernel symbol by Eric Andersen · 21 years ago
  66. 8eb214e Patch from Basitan Blank to fix nasty bug by Glenn L McGrath · 21 years ago
  67. d8fdf0c Fix a typo that broke it so busybox won't build by Eric Andersen · 21 years ago
  68. 6393d69 merge fixes with udhcp by Russ Dill · 21 years ago
  69. 6af21c2 Login prompt function, part of waldi's telnetd from inetd patch by Glenn L McGrath · 21 years ago
  70. 9e5d6c0 run telnet from inetd, present login prompt if login is configured, by Glenn L McGrath · 21 years ago
  71. 4c51202 re-order config options, part of a patch from Bastian Blank by Glenn L McGrath · 21 years ago
  72. 5cc9ada header update by Glenn L McGrath · 21 years ago
  73. 2e51a14 New test mode that allows run_parts to fail silently if the directory by Glenn L McGrath · 21 years ago
  74. aad465e Make test mode output same as official version by Glenn L McGrath · 21 years ago
  75. a9adef0 Dont use getopt_long, minor usage changes, patch by Nick Fedchik by Glenn L McGrath · 21 years ago
  76. e6ae6e3 fix missed option argument for -I <device>, interface name checks by Glenn L McGrath · 21 years ago
  77. f2ba45e Compile option to avoid using /usr directory, patch by Bastian Blank by Glenn L McGrath · 21 years ago
  78. 77c60e5 Use vsyslog instead of syslog, improve initalisation and cleanup of by Glenn L McGrath · 21 years ago
  79. 8573704 Fix leading spaces bug, free line buffer, redo next_word, save some space. by Glenn L McGrath · 21 years ago
  80. 147a3ca Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian Blank by Glenn L McGrath · 21 years ago
  81. fc4a0fd last_patch75_2 from vodz, by Eric Andersen · 21 years ago
  82. 85d9d80 Ensure consistant sort order, sed behavior, etc -Erik by Eric Andersen · 21 years ago
  83. ab4e19a Eliminate most instances where we use linux kernel headers -Erik by Eric Andersen · 21 years ago
  84. 92a06d0 Clean config binsries on 'make clean' by Eric Andersen · 21 years ago
  85. 8004bb7 Eliminate use of kernel header file -Erik by Eric Andersen · 21 years ago
  86. e0716ba Fixup addgroup help text by Eric Andersen · 21 years ago
  87. 4b525ad Only call free if it is necessary by Eric Andersen · 21 years ago
  88. 65ddf77 Patch from Tito to rework strings applet, and some testsuite by Eric Andersen · 21 years ago
  89. b4a1baa Correct some init issues, update email address, last_patch78 by Vladimir by Glenn L McGrath · 21 years ago
  90. d66370c Option to allow ifupdown use ip commands instead of ifconfig, add flush by Glenn L McGrath · 21 years ago
  91. 4e486a5 Kiss Gabor noticed that ping compiled without BB_FEATURE_FANCY_PING by Eric Andersen · 21 years ago
  92. 1dcf218 Patch from Daniel J Walsh at redhat to make free work for systems by Eric Andersen · 21 years ago
  93. 575c782 Patch from Robert Schwebel -- support ncurses installed in /usr/local by Eric Andersen · 21 years ago
  94. b1c9469 Patch from Robert Schwebel fixing a missing \n by Eric Andersen · 21 years ago
  95. aaab46b Fix an obvious mistake by Eric Andersen · 21 years ago
  96. f05fd44 Fix addgroup so it actually works -Erik by Eric Andersen · 22 years ago
  97. e931909 Additional patch from Tito to fix some anomolies by Eric Andersen · 22 years ago
  98. 9e59841 arping applet by Nick Fedchik by Glenn L McGrath · 22 years ago
  99. dd3461a Make output the same as upstream, patch by Tito by Glenn L McGrath · 22 years ago
  100. a69fd2e Patch by Stewart Brodie to terminate the string array correctly by Glenn L McGrath · 22 years ago