- 8c6887c Use xopen instead of xfopen by Glenn L McGrath · 22 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- 77831c1 be more careful about cleaning up by Eric Andersen · 22 years ago
- 3719e9e Scrub things a bit, shave off a few bytes. -Erik by Eric Andersen · 22 years ago
- 1bc5fa8 Save a few bytes and remove a redundant string by Eric Andersen · 22 years ago
- 2afcbe4 audit for proper error handling, apply a few size optimizations -Erik by Eric Andersen · 22 years ago
- 5ef4482 There is no good reason to prevent nfs mounts from being mounted by Eric Andersen · 22 years ago
- a0ac452 Write all the help text for the util-linux utilities. Allow by Eric Andersen · 22 years ago
- b4a1baa Correct some init issues, update email address, last_patch78 by Vladimir by Glenn L McGrath · 22 years ago
- 4dcc2dd fdisk writable feature, allows compilation of a small fdisk that can by Glenn L McGrath · 22 years ago
- 7ce75f4 > Eliminate dependancy on kernel header files. Naughty naughty. by Robert Griebl · 22 years ago
- 80ff944 Eliminate dependancy on kernel header files. Naughty naughty. by Eric Andersen · 22 years ago
- acd244a Eliminate dependancy on kernel header files. Naughty naughty. by Eric Andersen · 22 years ago
- 8882ea5 Eliminate dependancy on kernel header files. Naughty naughty. by Eric Andersen · 22 years ago
- 35631a6 Fix compile warning with OSF by Glenn L McGrath · 22 years ago
- c9f20d9 Yet another major rework of the BusyBox config system, using the considerably by Eric Andersen · 22 years ago
- deca106 Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not by Eric Andersen · 22 years ago
- a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
- 062c74f last_patch_68 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
- 441e7ef fdisk applet by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
- 97b141a Test for holes in swapfiles -Erik by Eric Andersen · 22 years ago
- db1df5e last_patch64 from vodz: by Eric Andersen · 22 years ago
- 927c3bd Support setting depth by Eric Andersen · 22 years ago
- 2bec97c Some CML1 grammar fixes -Erik by Eric Andersen · 22 years ago
- 8042f65 Run through indent, style by Glenn L McGrath · 22 years ago
- 9fef17d Run through indent, fix comments by Glenn L McGrath · 22 years ago
- 5f8f32a Inline functions with only one reference in mkfs_minix. I don't know by Aaron Lehmann · 22 years ago
- 6069441 minor fixes for fbset bloat by Aaron Lehmann · 22 years ago
- 6859d76 - updated a few copyright/left file headers by Robert Griebl · 22 years ago
- d0dd3d3 Fix for bug #1255 -- support for mount -t <type> by Robert Griebl · 22 years ago
- 2a4a8d8 Add support for /etc/filesystem when searching for an "auto" filesystem by Robert Griebl · 22 years ago
- 1cd0445 Initial checkin of a very primitive hwclock replacement by Robert Griebl · 22 years ago
- d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
- 0b31586 A patch from Bart Visscher <magick@linux-fan.com> to add an by Eric Andersen · 22 years ago
- 69d4178 Remove advertising clauses in accordance with by Aaron Lehmann · 22 years ago
- 3ece93b Kill dead email address -Erik by Eric Andersen · 22 years ago
- 8b1aa4d Apply last_patch46 from vodz, to fix buffer overflows noted by by Eric Andersen · 22 years ago
- aa385d4 Entries with "noauto" options are ignored correctly when mounting all by Robert Griebl · 22 years ago
- defd998 Patch from Kevin Hilman <khilman@equator.com> to fix potential by Eric Andersen · 23 years ago
- 1d1d2f9 Update some missing copyright notices by Eric Andersen · 23 years ago
- 85208e2 Completely rework the config system so that it no longer annoys me to work on by Eric Andersen · 23 years ago
- fcffa2c Apply lash_patch35 from vodz, which brings several nice size_optimizations. by Eric Andersen · 23 years ago
- 83788da * include/applets.h (CONFIG_LOSETUP): New. by Matt Kraai · 23 years ago
- 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
- 6834ee9 Avoid NULL pointer problems. Patch from "Frank P. MacLachlan" by Eric Andersen · 23 years ago
- 0ee0a8d Fix running more on files in the (broken) procfs that claim 0 length by Eric Andersen · 23 years ago
- c822763 Change strdup calls to xstrdup (patch from Steve Merrifield). by Matt Kraai · 23 years ago
- 282671b Cleanup some config problems. Add a sane default config that basically by Eric Andersen · 23 years ago
- 94f19a8 oops by Eric Andersen · 23 years ago
- 7131213 config.in features patch from Giulio Orsero <giulioo@pobox.com> by Eric Andersen · 23 years ago
- 6028111 Introduce od and hexdump applets by Glenn L McGrath · 23 years ago
- eaecbf3 Fixup some silly prototype warnings by Eric Andersen · 23 years ago
- bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
- 74400cc Scrub up some function prototypes. -Erik by Eric Andersen · 23 years ago
- 8acbf1d Make mount default to using /proc/filesystems to avoid by Eric Andersen · 23 years ago
- bf265da Use xfopen, saves 32 bytes ! by Glenn L McGrath · 23 years ago
- c9fc633 Use port 37 by default. by Matt Kraai · 23 years ago
- 3b1525e Don't automount things as "usbdevfs" -- patch from by Eric Andersen · 23 years ago
- dcbca62 Standard typing (u_int16_t instead of u16, u_int32_t instead by Eric Andersen · 23 years ago
- a7cecbc Commit Vladimir's simplify_path. by Matt Kraai · 23 years ago
- 8a91588 Teach libc5 about realpath -Erik by Eric Andersen · 23 years ago
- 13cb842 Rework option handling to save space. by Matt Kraai · 23 years ago
- f9d6aa0 Rename dirname variable to pathname to eliminate namespace conflict. by Matt Kraai · 23 years ago
- 439e3df Add support for devfs device names. by Matt Kraai · 23 years ago
- 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
- 94f3a57 Fix a thinko (the symptoms of which were reported by by Matt Kraai · 23 years ago
- 78b0e37 Vladimir's last_patch_15 by Glenn L McGrath · 23 years ago
- 9344f75 Don't whine about already mounted filesystems when invoked with -a. by Matt Kraai · 23 years ago
- 2f6e1f8 Patch from Gernot Poerner <gp@it-netservice.de>. Adds in mount bind support. by Eric Andersen · 23 years ago
- 2439a59 Remove/replace the "div" call. by Eric Andersen · 23 years ago
- c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 23 years ago
- c911a43 Patch from Vladimir: by Eric Andersen · 23 years ago
- cc0aa0f Actually we dont need to check if the device is nfs as it wont be stat'ed by Glenn L McGrath · 24 years ago
- 1b62619 woops, i shouldnt be so presumtuous? about what the error will be by Glenn L McGrath · 24 years ago
- 3aae100 Device may not be a real filename by Glenn L McGrath · 24 years ago
- e6bf66e Fix two bugs reported by Ralph Jones. by Matt Kraai · 24 years ago
- adcbc12 Canonicalize path before trying to unmount it. by Matt Kraai · 24 years ago
- 3425111 Fix bug #1108 by always canonicalizing arguments. by Matt Kraai · 24 years ago
- 4b541a8 Moved some #ifdefs down below #include "busybox.h" where they belong. by Mark Whitley · 24 years ago
- 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago
- af03049 Applied patch from Larry Doolittle to remove some strlen calls, and add one by Mark Whitley · 24 years ago
- a3045df Convert mount to use getopt. by Matt Kraai · 24 years ago
- 1240082 Further cleanup of mount option handling. by Matt Kraai · 24 years ago
- 24ed3be Fix -a support (broken by previous patch). by Matt Kraai · 24 years ago
- 3d406da Fix segfault on `mount -t nfs' reported by Gratien D'haese. by Matt Kraai · 24 years ago
- d6cde0b Fix return code and don't output spurious newlines. by Matt Kraai · 24 years ago
- aa21e0f An optimization from Vladimir by Eric Andersen · 24 years ago
- 250a221 more FILE_OFFSET_BITS == 64 adjustments. by Eric Andersen · 24 years ago
- e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 24 years ago
- c4cef5a Move the mtab support stuff into libbb -Erik by Eric Andersen · 24 years ago
- 1e117b4 Dont try and automount devfs, rename some variables by Glenn L McGrath · 24 years ago
- 21af752 Patch to use xfopen from Jeff Garzik by Eric Andersen · 24 years ago
- 851895a Clean up more local vars which shadow globals -Erik by Eric Andersen · 24 years ago
- 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 24 years ago
- 92d2324 Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> by Eric Andersen · 24 years ago
- 40eaa9f Size optimization for rdate from Vladimir by Eric Andersen · 24 years ago
- 0d3a02e Update the documentation so examples are autoincluded in the output text. by Eric Andersen · 24 years ago
- 20f61d3 The patch I previously applied from Brian Webb was 2 lines off. Oops. by Mark Whitley · 24 years ago
- bd2e42f Applied a patch from Brian Webb to fix a problem with mount on the Agenda PDA. by Mark Whitley · 24 years ago
- 4aaf89f Silence a silly warning by Eric Andersen · 24 years ago