1. ffccf6e Change interface to bb_lookup_host, dont try and set port inside this by Glenn L McGrath · 21 years ago
  2. 89f10bc Patch from Fillod Stephane: by Eric Andersen · 21 years ago
  3. 07d2f40 vodz noticed we need to cast things back to an unsigned long by Eric Andersen · 21 years ago
  4. d4f7a5e Be certain we use a correct entity when performing the by Eric Andersen · 21 years ago
  5. c1893c5 Doh! I broke automatic filesystem type guessing. Fix mount so by Eric Andersen · 21 years ago
  6. d5c746f Fix indenting. by Eric Andersen · 21 years ago
  7. 50547c0 Do not use the _syscall5 macro -- use syscall(2) instead by Eric Andersen · 21 years ago
  8. 5f28455 Oskar Liljeblad writes: by Eric Andersen · 21 years ago
  9. e0c83af Marc Kleine-Budde noticed a missing semicolon by Eric Andersen · 21 years ago
  10. 04d055f Fix rdate and ftpget/ftpput so they compile with the new xconnect. by Eric Andersen · 21 years ago
  11. f6067be Avoid conflicts with the 2.6 kernel headers, which define by Eric Andersen · 21 years ago
  12. e6dc439 Rework wget, the xconnect interface, and its various clients by Eric Andersen · 21 years ago
  13. e64bf40 Patch from David Meggy to make the swap default to the new version if no by Glenn L McGrath · 21 years ago
  14. 88c916b Andreas Mohr writes: by Eric Andersen · 21 years ago
  15. a55d72b Patch from Steven Scholz, fix some warnings by Glenn L McGrath · 21 years ago
  16. 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
  17. c4f72d1 fix function prototype by Eric Andersen · 21 years ago
  18. 45638df Needs prototype for close() by Eric Andersen · 21 years ago
  19. 7f2935b Remove final \n by Eric Andersen · 21 years ago
  20. e15138a Teach rdate to timeout in 10 seconds to avoid blocking forever by Eric Andersen · 21 years ago
  21. 21aacba Logic error, patch by Matteo Croce by Glenn L McGrath · 21 years ago
  22. 4445668 Removed some debug printfs by Robert Griebl · 21 years ago
  23. 99a75d1 Patch from Kent Robotti to being fdisk in sync with v2.12 final. by Eric Andersen · 21 years ago
  24. d3652bf Patch from vodz: by Eric Andersen · 21 years ago
  25. c774efe extern inline is a bad bad thing. kill it (so mkfs_minix.c will by Eric Andersen · 21 years ago
  26. 25f95de Lars Ekman writes: by Eric Andersen · 21 years ago
  27. 040f440 last_patch100 from vidz updating fdisk to 2.12pre by Eric Andersen · 21 years ago
  28. eef2317 Ronny L Nilsson writes: by Eric Andersen · 21 years ago
  29. 727f529 There should be only one instance of CONFIG_FEATURE_AUTOWIDTH by Eric Andersen · 21 years ago
  30. f231c72 Don't depend on CONFIG_LFS. It is really a suggestion, not a requirement, by Eric Andersen · 21 years ago
  31. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  32. 725db19 Very minor rdate updates by Eric Andersen · 21 years ago
  33. d9fe958 Error out early if people try to build mount with nfs support by Eric Andersen · 21 years ago
  34. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  35. 1eceb12 Use standard types by Eric Andersen · 21 years ago
  36. 96916b7 Require that LFS is enabled to get fdisk by Eric Andersen · 21 years ago
  37. 341170b Remove all the llseek junk and just use regular old lseek. When DOLFS is by Eric Andersen · 21 years ago
  38. 01c3d40 Add the fdformat utility, based on a patch from Kent Robotti, by Eric Andersen · 21 years ago
  39. c48d49a Patch from Kent Robotti updating fdisk to version v2.11z by Eric Andersen · 21 years ago
  40. e5920a2 Patch from Kent Robotti adding a bunch of menuconfig help by Eric Andersen · 21 years ago
  41. 9d7f0f0 Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a by Eric Andersen · 21 years ago
  42. 8c6887c Use xopen instead of xfopen by Glenn L McGrath · 22 years ago
  43. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  44. 77831c1 be more careful about cleaning up by Eric Andersen · 22 years ago
  45. 3719e9e Scrub things a bit, shave off a few bytes. -Erik by Eric Andersen · 22 years ago
  46. 1bc5fa8 Save a few bytes and remove a redundant string by Eric Andersen · 22 years ago
  47. 2afcbe4 audit for proper error handling, apply a few size optimizations -Erik by Eric Andersen · 22 years ago
  48. 5ef4482 There is no good reason to prevent nfs mounts from being mounted by Eric Andersen · 22 years ago
  49. a0ac452 Write all the help text for the util-linux utilities. Allow by Eric Andersen · 22 years ago
  50. b4a1baa Correct some init issues, update email address, last_patch78 by Vladimir by Glenn L McGrath · 22 years ago
  51. 4dcc2dd fdisk writable feature, allows compilation of a small fdisk that can by Glenn L McGrath · 22 years ago
  52. 7ce75f4 > Eliminate dependancy on kernel header files. Naughty naughty. by Robert Griebl · 22 years ago
  53. 80ff944 Eliminate dependancy on kernel header files. Naughty naughty. by Eric Andersen · 22 years ago
  54. acd244a Eliminate dependancy on kernel header files. Naughty naughty. by Eric Andersen · 22 years ago
  55. 8882ea5 Eliminate dependancy on kernel header files. Naughty naughty. by Eric Andersen · 22 years ago
  56. 35631a6 Fix compile warning with OSF by Glenn L McGrath · 22 years ago
  57. c9f20d9 Yet another major rework of the BusyBox config system, using the considerably by Eric Andersen · 22 years ago
  58. deca106 Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not by Eric Andersen · 22 years ago
  59. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  60. 062c74f last_patch_68 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  61. 441e7ef fdisk applet by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  62. 97b141a Test for holes in swapfiles -Erik by Eric Andersen · 22 years ago
  63. db1df5e last_patch64 from vodz: by Eric Andersen · 22 years ago 0_60_5
  64. 927c3bd Support setting depth by Eric Andersen · 22 years ago
  65. 2bec97c Some CML1 grammar fixes -Erik by Eric Andersen · 22 years ago
  66. 8042f65 Run through indent, style by Glenn L McGrath · 22 years ago
  67. 9fef17d Run through indent, fix comments by Glenn L McGrath · 22 years ago
  68. 5f8f32a Inline functions with only one reference in mkfs_minix. I don't know by Aaron Lehmann · 22 years ago
  69. 6069441 minor fixes for fbset bloat by Aaron Lehmann · 22 years ago
  70. 6859d76 - updated a few copyright/left file headers by Robert Griebl · 22 years ago
  71. d0dd3d3 Fix for bug #1255 -- support for mount -t <type> by Robert Griebl · 22 years ago
  72. 2a4a8d8 Add support for /etc/filesystem when searching for an "auto" filesystem by Robert Griebl · 22 years ago
  73. 1cd0445 Initial checkin of a very primitive hwclock replacement by Robert Griebl · 22 years ago
  74. d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
  75. 0b31586 A patch from Bart Visscher <magick@linux-fan.com> to add an by Eric Andersen · 22 years ago
  76. 69d4178 Remove advertising clauses in accordance with by Aaron Lehmann · 22 years ago
  77. 3ece93b Kill dead email address -Erik by Eric Andersen · 22 years ago
  78. 8b1aa4d Apply last_patch46 from vodz, to fix buffer overflows noted by by Eric Andersen · 22 years ago
  79. aa385d4 Entries with "noauto" options are ignored correctly when mounting all by Robert Griebl · 23 years ago
  80. defd998 Patch from Kevin Hilman <khilman@equator.com> to fix potential by Eric Andersen · 23 years ago
  81. 1d1d2f9 Update some missing copyright notices by Eric Andersen · 23 years ago
  82. 85208e2 Completely rework the config system so that it no longer annoys me to work on by Eric Andersen · 23 years ago
  83. fcffa2c Apply lash_patch35 from vodz, which brings several nice size_optimizations. by Eric Andersen · 23 years ago
  84. 83788da * include/applets.h (CONFIG_LOSETUP): New. by Matt Kraai · 23 years ago
  85. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  86. 6834ee9 Avoid NULL pointer problems. Patch from "Frank P. MacLachlan" by Eric Andersen · 23 years ago
  87. 0ee0a8d Fix running more on files in the (broken) procfs that claim 0 length by Eric Andersen · 23 years ago
  88. c822763 Change strdup calls to xstrdup (patch from Steve Merrifield). by Matt Kraai · 23 years ago
  89. 282671b Cleanup some config problems. Add a sane default config that basically by Eric Andersen · 23 years ago
  90. 94f19a8 oops by Eric Andersen · 23 years ago
  91. 7131213 config.in features patch from Giulio Orsero <giulioo@pobox.com> by Eric Andersen · 23 years ago
  92. 6028111 Introduce od and hexdump applets by Glenn L McGrath · 23 years ago
  93. eaecbf3 Fixup some silly prototype warnings by Eric Andersen · 23 years ago
  94. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  95. 74400cc Scrub up some function prototypes. -Erik by Eric Andersen · 23 years ago
  96. 8acbf1d Make mount default to using /proc/filesystems to avoid by Eric Andersen · 23 years ago
  97. bf265da Use xfopen, saves 32 bytes ! by Glenn L McGrath · 23 years ago
  98. c9fc633 Use port 37 by default. by Matt Kraai · 23 years ago
  99. 3b1525e Don't automount things as "usbdevfs" -- patch from by Eric Andersen · 23 years ago
  100. dcbca62 Standard typing (u_int16_t instead of u16, u_int32_t instead by Eric Andersen · 23 years ago