1. 7d0c519 In spite of the feature freeze, check in a complete rework of route which by Manuel Novoa III · 21 years ago
  2. 948d490 My bug. :-( by Manuel Novoa III · 21 years ago
  3. 2479445 Fix/eliminate use of atol by Eric Andersen · 21 years ago
  4. adab517 Don't build these support functions for uClibc, as it always supplies versions. by Manuel Novoa III · 21 years ago
  5. d2b860f Patch from Vernon Sauder. by Glenn L McGrath · 21 years ago
  6. 181f077 bb_full_fd_action was incorrectly returning an error message causing by Glenn L McGrath · 21 years ago
  7. 817565a For the time being, revert the changes for detecting copying by Eric Andersen · 21 years ago
  8. 15c3512 Sometimes i get carried away with the use of function pointers, im sure by Glenn L McGrath · 21 years ago
  9. e7d244c Chris Larson (kergoth) writes: by Eric Andersen · 21 years ago
  10. e0cbe48 Chris Larson (kergoth) writes: by Eric Andersen · 21 years ago
  11. ec359e9 Accomodate the fact that newer libc versions may in fact not by Eric Andersen · 21 years ago
  12. ef8cd3b Make the loop support stuff be much less evil, and make it cope by Eric Andersen · 21 years ago
  13. 54426d5 Vladimir N. Oleynik writes: by Eric Andersen · 21 years ago
  14. 4575bbf The variable 'complementaly' used to be allocated with calloc, which zeroed it by Eric Andersen · 21 years ago
  15. 0f56de6 s/u_int/unsigned int/g s/u_short/unsigned short/g by Eric Andersen · 21 years ago
  16. ad84a51 Use proper C99 types throughout. So not use silly typedefs. by Eric Andersen · 21 years ago
  17. ebce2da Support new uClibc stdio core. by Manuel Novoa III · 21 years ago
  18. f88bb72 Apply a couple of optimizations by Eric Andersen · 21 years ago
  19. 242ab83 Teach busybox ps to get the correct uid when displaying stuff by Eric Andersen · 21 years ago
  20. 85c5152 Vodz, last_patch_123, patch have new version getopt_ulflags. by Glenn L McGrath · 21 years ago
  21. a1e4a0e Patch from Atsushi Nemoto, recent MIPS kernel headers by Glenn L McGrath · 21 years ago
  22. 036dbaa Modify bb_lookup_port to allow the protocol to be specified, allowing by Glenn L McGrath · 21 years ago
  23. 1cda715 Fix a bug where mount could check the wrong device. st_rdev is the correct by Eric Andersen · 21 years ago
  24. 447bc2d Patch from Matt Kraai to fix debian bug #227081 by Glenn L McGrath · 21 years ago
  25. 3a5ed56 fix broken formatting by Eric Andersen · 21 years ago
  26. 9cccc18 don't mess up errno by Eric Andersen · 21 years ago
  27. 0933a92 bother. It seems I can't read. by Eric Andersen · 21 years ago
  28. f295b5a doh! by Eric Andersen · 21 years ago
  29. a8d82fe Try to accomodate systems that do not define PAGE_SHIFT by Eric Andersen · 21 years ago
  30. f62ea20 Use low level file descriptors to match bb_copyfd_eof by Glenn L McGrath · 21 years ago
  31. ffccf6e Change interface to bb_lookup_host, dont try and set port inside this by Glenn L McGrath · 21 years ago
  32. 28c111e Allow escaped 8 bit characters in bb_opt_complementaly by Glenn L McGrath · 21 years ago
  33. 850b05f Fix a bug preventing use of escaped characters that use the signed bit by Glenn L McGrath · 21 years ago
  34. a1fece2 Get vfork_daemon_rexec working under uclinux by Russ Dill · 21 years ago
  35. c3498f6 When a size of 0 is passed to copyfd_size, dont do anything, it was by Glenn L McGrath · 21 years ago
  36. f0515da Fix warning by Glenn L McGrath · 21 years ago
  37. 7ffe133 As we no longer use function pointers for read in common archiving code by Glenn L McGrath · 21 years ago
  38. 78cd84d Dont over-read fd, use function pointer for hash function. by Glenn L McGrath · 21 years ago
  39. 0413af0 Superficial changes by Glenn L McGrath · 21 years ago
  40. d2a897a Merge common parts of sha1sum and md5sum, which is everything except the by Glenn L McGrath · 21 years ago
  41. 04d055f Fix rdate and ftpget/ftpput so they compile with the new xconnect. by Eric Andersen · 21 years ago
  42. e6dc439 Rework wget, the xconnect interface, and its various clients by Eric Andersen · 21 years ago
  43. 9ef6c93 Patch from Arthur Othieno to fix a compiler warning by Eric Andersen · 21 years ago
  44. 976a55e make this a little bit less messy by Eric Andersen · 21 years ago
  45. fe4704e Fix an ommision preventing building, patch by Tito. by Glenn L McGrath · 21 years ago
  46. dae099b We did not have a safe_write, which is the analog to safe_read. Convert by Eric Andersen · 21 years ago
  47. 9d1a33c Vodz last_patch_105 without his xargs patch which doenst apply cleanly by Glenn L McGrath · 21 years ago
  48. eebcc1d Add the "install" applet, move get_ug_id to libbb as its used by chown, by Glenn L McGrath · 21 years ago
  49. 2570b43 Configuration option to define wether to follows GNU sed's behaviour by Glenn L McGrath · 21 years ago
  50. 96fd1b9 Compile get_terminal_width_height by Glenn L McGrath · 21 years ago
  51. 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
  52. 99bd5ad more crond+crontab integrating with loginutil libbb functions and deleted by Glenn L McGrath · 21 years ago
  53. dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
  54. 005f83a Fix compile error and reducing size for libbb/get_console.c to previous size. by Glenn L McGrath · 21 years ago
  55. 502907f The default behaviour for run-parts is corrected to continue if an error by Glenn L McGrath · 21 years ago
  56. 72f5f02 Remove some unwanted code, patch from Holger Schurig, confirmed by vodz by Glenn L McGrath · 21 years ago
  57. b54a748 Fix for compiling with ipv6 by Glenn L McGrath · 21 years ago
  58. 97e2426 "staywithu" writes: by Eric Andersen · 21 years ago
  59. 062913f Fix a bug reported by junkio@cox.net involving the mode_chars index. by Manuel Novoa III · 21 years ago
  60. 9089844 Latest dash update from vodz by Eric Andersen · 21 years ago
  61. 481772a Patch from vodz to cleanup libbb/obscure.c:password_check() by Eric Andersen · 21 years ago
  62. 5378fbc Joe.C writes: by Eric Andersen · 21 years ago
  63. b1d5b74 Save 0.5K. by Manuel Novoa III · 21 years ago
  64. 3124a9e Vladimir N. Oleynik writes: by Eric Andersen · 21 years ago
  65. 2a18689 Bruno Randolf writes: by Eric Andersen · 21 years ago
  66. 35e643b last_patch95 from vodz: by Eric Andersen · 21 years ago
  67. f96675b James Petterson writes: by Eric Andersen · 21 years ago
  68. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  69. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  70. 9f894f4 Fixup compile problem with dmalloc by Eric Andersen · 21 years ago
  71. 9e48045 Patch from Russell Coker: by Eric Andersen · 21 years ago
  72. a5c4884 Using safe_read seems, well, safer... by Eric Andersen · 21 years ago
  73. a3bb3e6 Geir Thomassen wrote, regarding networking/httpd.c line 1358 by Eric Andersen · 21 years ago
  74. dd92c77 Don't shadow a paramater by Eric Andersen · 22 years ago
  75. 8876fb2 last_patch89 from vodz: by Eric Andersen · 22 years ago
  76. 2483343 Vodz, last_patch_88 by Glenn L McGrath · 22 years ago
  77. d130973 Put this back the way it was. I misunderstood what vodz was doing. by Eric Andersen · 22 years ago
  78. 82ab3d7 Make all syscall declarations use the syscall() function by Eric Andersen · 22 years ago
  79. b0cfca7 This was doing some silly stuff that is not necessary when using by Eric Andersen · 22 years ago
  80. fab3e12 Skip printing "/proc/%d/cmdline" stuff when it is not relevant by Eric Andersen · 22 years ago
  81. 64191c3 Remove cruft by Eric Andersen · 22 years ago
  82. 393183d Vodz, last_patch_86 by Glenn L McGrath · 22 years ago
  83. 74fcbb0 Fix \l so it doesnt print the character as well as the tty, from old by Glenn L McGrath · 22 years ago
  84. 7b3edeb Patch from Dmitry V. Levin to fix a fd leak by Eric Andersen · 22 years ago
  85. 923dd79 sync with waldi by Glenn L McGrath · 22 years ago
  86. 4a11e0f Patch from David Updegraff to use calloc so that forward pointers start out by Eric Andersen · 22 years ago
  87. 3436585 Minor .o file naming change by Eric Andersen · 22 years ago
  88. ea4c434 Restrict octal perms to <= 07777. Cosmetic error message change. by Manuel Novoa III · 22 years ago
  89. 1cb1b64 Obligatory forgotten item. by Manuel Novoa III · 22 years ago
  90. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  91. 6067c08 With nightmares of libbb ending up with 100 .c files starting by Eric Andersen · 22 years ago
  92. a9c6bc4 Define bb_xgetlarg as a standard interface for extracting by Eric Andersen · 22 years ago
  93. a0ac452 Write all the help text for the util-linux utilities. Allow by Eric Andersen · 22 years ago
  94. 883d484 Fix compiler warnings, patch by Steven Scholz by Glenn L McGrath · 22 years ago
  95. 6af21c2 Login prompt function, part of waldi's telnetd from inetd patch by Glenn L McGrath · 22 years ago
  96. 9e5d6c0 run telnet from inetd, present login prompt if login is configured, by Glenn L McGrath · 22 years ago
  97. 2e51a14 New test mode that allows run_parts to fail silently if the directory by Glenn L McGrath · 22 years ago
  98. aad465e Make test mode output same as official version by Glenn L McGrath · 22 years ago
  99. ab4e19a Eliminate most instances where we use linux kernel headers -Erik by Eric Andersen · 22 years ago
  100. b4a1baa Correct some init issues, update email address, last_patch78 by Vladimir by Glenn L McGrath · 22 years ago