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