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