1. 0933a92 bother. It seems I can't read. by Eric Andersen · 21 years ago
  2. f295b5a doh! by Eric Andersen · 21 years ago
  3. a8d82fe Try to accomodate systems that do not define PAGE_SHIFT by Eric Andersen · 21 years ago
  4. f62ea20 Use low level file descriptors to match bb_copyfd_eof by Glenn L McGrath · 21 years ago
  5. ffccf6e Change interface to bb_lookup_host, dont try and set port inside this by Glenn L McGrath · 21 years ago
  6. 28c111e Allow escaped 8 bit characters in bb_opt_complementaly by Glenn L McGrath · 21 years ago
  7. 850b05f Fix a bug preventing use of escaped characters that use the signed bit by Glenn L McGrath · 21 years ago
  8. a1fece2 Get vfork_daemon_rexec working under uclinux by Russ Dill · 21 years ago
  9. c3498f6 When a size of 0 is passed to copyfd_size, dont do anything, it was by Glenn L McGrath · 21 years ago
  10. f0515da Fix warning by Glenn L McGrath · 21 years ago
  11. 7ffe133 As we no longer use function pointers for read in common archiving code by Glenn L McGrath · 21 years ago
  12. 78cd84d Dont over-read fd, use function pointer for hash function. by Glenn L McGrath · 21 years ago
  13. 0413af0 Superficial changes by Glenn L McGrath · 21 years ago
  14. d2a897a Merge common parts of sha1sum and md5sum, which is everything except the by Glenn L McGrath · 21 years ago
  15. 04d055f Fix rdate and ftpget/ftpput so they compile with the new xconnect. by Eric Andersen · 21 years ago
  16. e6dc439 Rework wget, the xconnect interface, and its various clients by Eric Andersen · 21 years ago
  17. 9ef6c93 Patch from Arthur Othieno to fix a compiler warning by Eric Andersen · 21 years ago
  18. 976a55e make this a little bit less messy by Eric Andersen · 21 years ago
  19. fe4704e Fix an ommision preventing building, patch by Tito. by Glenn L McGrath · 21 years ago
  20. dae099b We did not have a safe_write, which is the analog to safe_read. Convert by Eric Andersen · 21 years ago
  21. 9d1a33c Vodz last_patch_105 without his xargs patch which doenst apply cleanly by Glenn L McGrath · 21 years ago
  22. eebcc1d Add the "install" applet, move get_ug_id to libbb as its used by chown, by Glenn L McGrath · 21 years ago
  23. 2570b43 Configuration option to define wether to follows GNU sed's behaviour by Glenn L McGrath · 21 years ago
  24. 96fd1b9 Compile get_terminal_width_height by Glenn L McGrath · 21 years ago
  25. 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
  26. 99bd5ad more crond+crontab integrating with loginutil libbb functions and deleted by Glenn L McGrath · 21 years ago
  27. dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
  28. 005f83a Fix compile error and reducing size for libbb/get_console.c to previous size. by Glenn L McGrath · 21 years ago
  29. 502907f The default behaviour for run-parts is corrected to continue if an error by Glenn L McGrath · 21 years ago
  30. 72f5f02 Remove some unwanted code, patch from Holger Schurig, confirmed by vodz by Glenn L McGrath · 21 years ago
  31. b54a748 Fix for compiling with ipv6 by Glenn L McGrath · 21 years ago
  32. 97e2426 "staywithu" writes: by Eric Andersen · 21 years ago
  33. 062913f Fix a bug reported by junkio@cox.net involving the mode_chars index. by Manuel Novoa III · 21 years ago
  34. 9089844 Latest dash update from vodz by Eric Andersen · 21 years ago
  35. 481772a Patch from vodz to cleanup libbb/obscure.c:password_check() by Eric Andersen · 21 years ago
  36. 5378fbc Joe.C writes: by Eric Andersen · 21 years ago
  37. b1d5b74 Save 0.5K. by Manuel Novoa III · 21 years ago
  38. 3124a9e Vladimir N. Oleynik writes: by Eric Andersen · 21 years ago
  39. 2a18689 Bruno Randolf writes: by Eric Andersen · 21 years ago
  40. 35e643b last_patch95 from vodz: by Eric Andersen · 21 years ago
  41. f96675b James Petterson writes: by Eric Andersen · 21 years ago
  42. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  43. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  44. 9f894f4 Fixup compile problem with dmalloc by Eric Andersen · 21 years ago
  45. 9e48045 Patch from Russell Coker: by Eric Andersen · 21 years ago
  46. a5c4884 Using safe_read seems, well, safer... by Eric Andersen · 21 years ago
  47. a3bb3e6 Geir Thomassen wrote, regarding networking/httpd.c line 1358 by Eric Andersen · 21 years ago
  48. dd92c77 Don't shadow a paramater by Eric Andersen · 21 years ago
  49. 8876fb2 last_patch89 from vodz: by Eric Andersen · 21 years ago
  50. 2483343 Vodz, last_patch_88 by Glenn L McGrath · 22 years ago
  51. d130973 Put this back the way it was. I misunderstood what vodz was doing. by Eric Andersen · 22 years ago
  52. 82ab3d7 Make all syscall declarations use the syscall() function by Eric Andersen · 22 years ago
  53. b0cfca7 This was doing some silly stuff that is not necessary when using by Eric Andersen · 22 years ago
  54. fab3e12 Skip printing "/proc/%d/cmdline" stuff when it is not relevant by Eric Andersen · 22 years ago
  55. 64191c3 Remove cruft by Eric Andersen · 22 years ago
  56. 393183d Vodz, last_patch_86 by Glenn L McGrath · 22 years ago
  57. 74fcbb0 Fix \l so it doesnt print the character as well as the tty, from old by Glenn L McGrath · 22 years ago
  58. 7b3edeb Patch from Dmitry V. Levin to fix a fd leak by Eric Andersen · 22 years ago
  59. 923dd79 sync with waldi by Glenn L McGrath · 22 years ago
  60. 4a11e0f Patch from David Updegraff to use calloc so that forward pointers start out by Eric Andersen · 22 years ago
  61. 3436585 Minor .o file naming change by Eric Andersen · 22 years ago
  62. ea4c434 Restrict octal perms to <= 07777. Cosmetic error message change. by Manuel Novoa III · 22 years ago
  63. 1cb1b64 Obligatory forgotten item. by Manuel Novoa III · 22 years ago
  64. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  65. 6067c08 With nightmares of libbb ending up with 100 .c files starting by Eric Andersen · 22 years ago
  66. a9c6bc4 Define bb_xgetlarg as a standard interface for extracting by Eric Andersen · 22 years ago
  67. a0ac452 Write all the help text for the util-linux utilities. Allow by Eric Andersen · 22 years ago
  68. 883d484 Fix compiler warnings, patch by Steven Scholz by Glenn L McGrath · 22 years ago
  69. 6af21c2 Login prompt function, part of waldi's telnetd from inetd patch by Glenn L McGrath · 22 years ago
  70. 9e5d6c0 run telnet from inetd, present login prompt if login is configured, by Glenn L McGrath · 22 years ago
  71. 2e51a14 New test mode that allows run_parts to fail silently if the directory by Glenn L McGrath · 22 years ago
  72. aad465e Make test mode output same as official version by Glenn L McGrath · 22 years ago
  73. ab4e19a Eliminate most instances where we use linux kernel headers -Erik by Eric Andersen · 22 years ago
  74. b4a1baa Correct some init issues, update email address, last_patch78 by Vladimir by Glenn L McGrath · 22 years ago
  75. cf93274 rmmod -a removed modules recursively by Tim Riker · 22 years ago
  76. 25fe94f Merge copyfd and copy_file_chunk by Glenn L McGrath · 22 years ago
  77. 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
  78. 346cdb1 Re-sort filenames to alphebetical order. by Glenn L McGrath · 22 years ago
  79. 4a6b4e3 Commit to reverse my previous commit, isnt cvs supposed to have some undo command ? by Glenn L McGrath · 22 years ago
  80. 4e05b9b include "busybox" after the libc includes tofix compile errors by Glenn L McGrath · 22 years ago
  81. deca106 Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not by Eric Andersen · 22 years ago
  82. bf91f2e Save 10 bytes or so, last_patch_70 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  83. 09adaca last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  84. b963875 Move compare_string_array to libbb by Glenn L McGrath · 22 years ago
  85. 68d9499 Use error_msg instead of fprintf(stderr by Glenn L McGrath · 22 years ago
  86. b2e28a0 Use error_msg instead of fprintf(stderr by Glenn L McGrath · 22 years ago
  87. b122217 Use error_msg( instead of fprintf(stderr by Glenn L McGrath · 22 years ago
  88. 642f289 Use error_msg instead of fprintf(stderr, other minor cleanups by Glenn L McGrath · 22 years ago
  89. 30db423 Style, minor cleanups by Glenn L McGrath · 22 years ago
  90. 8ae4cab use #ifdef CONFIG_* instead of #if CONFIG_* by Glenn L McGrath · 22 years ago
  91. d7fb1b3 Use #ifdef instead of #if by Glenn L McGrath · 22 years ago
  92. 393ad1a Handle name entries that have a \0 in them, last_patch_65 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  93. 5b11087 Dont need a seperate function by Glenn L McGrath · 22 years ago
  94. 822e7fd When making parent directories set permissions based on the base parent tree rather than the new directory to be created. by Glenn L McGrath · 22 years ago
  95. 7b1eca2 include libbb after stdlib.h as it breaks dmalloc by Glenn L McGrath · 22 years ago
  96. 157fea5 Fix a vfork bug, by Nick Fedchik and Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  97. 39289b5 Use vfork, by vodz by Glenn L McGrath · 22 years ago
  98. 545106f Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves the guts of run_parts to libbb to be used by ifupdown. by Glenn L McGrath · 22 years ago
  99. 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
  100. 44608e9 Patch last_pach62 from vodz. This patch moves all the /proc parsing by Eric Andersen · 22 years ago