Age | Commit message (Expand) | Author |
2002-08-05 | - updated a few copyright/left file headers | Robert Griebl |
2002-07-25 | Fix for bug #1255 -- support for mount -t <type> | Robert Griebl |
2002-07-24 | Add support for /etc/filesystem when searching for an "auto" filesystem | Robert Griebl |
2002-07-21 | Initial checkin of a very primitive hwclock replacement | Robert Griebl |
2002-07-19 | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | Robert Griebl |
2002-07-03 | A patch from Bart Visscher <magick@linux-fan.com> to add an | Eric Andersen |
2002-06-23 | Remove advertising clauses in accordance with | Aaron Lehmann |
2002-06-22 | Kill dead email address | Eric Andersen |
2002-06-22 | Apply last_patch46 from vodz, to fix buffer overflows noted by | Eric Andersen |
2002-05-14 | Entries with "noauto" options are ignored correctly when mounting all | Robert Griebl |
2002-04-13 | Patch from Kevin Hilman <khilman@equator.com> to fix potential | Eric Andersen |
2002-04-13 | Update some missing copyright notices | Eric Andersen |
2002-04-12 | Completely rework the config system so that it no longer annoys me to work on | Eric Andersen |
2002-04-06 | Apply lash_patch35 from vodz, which brings several nice size_optimizations. | Eric Andersen |
2002-03-20 | * include/applets.h (CONFIG_LOSETUP): New. | Matt Kraai |
2001-12-20 | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai |
2001-12-06 | Avoid NULL pointer problems. Patch from "Frank P. MacLachlan" | Eric Andersen |
2001-12-06 | Fix running more on files in the (broken) procfs that claim 0 length | Eric Andersen |
2001-11-12 | Change strdup calls to xstrdup (patch from Steve Merrifield). | Matt Kraai |
2001-11-10 | Cleanup some config problems. Add a sane default config that basically | Eric Andersen |
2001-11-10 | oops | Eric Andersen |
2001-11-10 | config.in features patch from Giulio Orsero <giulioo@pobox.com> | Eric Andersen |
2001-11-02 | Introduce od and hexdump applets | Glenn L McGrath |
2001-10-31 | Fixup some silly prototype warnings | Eric Andersen |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-10-18 | Scrub up some function prototypes. | Eric Andersen |
2001-10-18 | Make mount default to using /proc/filesystems to avoid | Eric Andersen |
2001-10-05 | Use xfopen, saves 32 bytes ! | Glenn L McGrath |
2001-10-01 | Use port 37 by default. | Matt Kraai |
2001-09-03 | Don't automount things as "usbdevfs" -- patch from | Eric Andersen |
2001-08-29 | Standard typing (u_int16_t instead of u16, u_int32_t instead | Eric Andersen |
2001-08-10 | Commit Vladimir's simplify_path. | Matt Kraai |
2001-08-02 | Teach libc5 about realpath | Eric Andersen |
2001-07-30 | Rework option handling to save space. | Matt Kraai |
2001-07-26 | Rename dirname variable to pathname to eliminate namespace conflict. | Matt Kraai |
2001-07-23 | Add support for devfs device names. | Matt Kraai |
2001-07-17 | This is vodz' latest patch. Sorry it took so long... | Eric Andersen |
2001-07-05 | Fix a thinko (the symptoms of which were reported by | Matt Kraai |
2001-06-26 | Vladimir's last_patch_15 | Glenn L McGrath |
2001-06-03 | Don't whine about already mounted filesystems when invoked with -a. | Matt Kraai |
2001-05-21 | Patch from Gernot Poerner <gp@it-netservice.de>. Adds in | Eric Andersen |
2001-05-16 | Remove/replace the "div" call. | Eric Andersen |
2001-05-16 | Add xgethostbyname and herror_msg* functions. | Matt Kraai |
2001-05-15 | Patch from Vladimir: | Eric Andersen |
2001-05-07 | Actually we dont need to check if the device is nfs as it wont be stat'ed | Glenn L McGrath |
2001-05-07 | woops, i shouldnt be so presumtuous? about what the error will be | Glenn L McGrath |
2001-05-07 | Device may not be a real filename | Glenn L McGrath |
2001-05-04 | Fix two bugs reported by Ralph Jones. | Matt Kraai |
2001-05-02 | Canonicalize path before trying to unmount it. | Matt Kraai |
2001-05-02 | Fix bug #1108 by always canonicalizing arguments. | Matt Kraai |