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