Stop linian warning about statically linked binary
[oweals/busybox.git] / util-linux /
2002-12-08 Glenn L McGrathFix compile warning with OSF
2002-12-05 Eric AndersenYet another major rework of the BusyBox config system...
2002-12-05 Eric AndersenKill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch...
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-11-27 Glenn L McGrathlast_patch_68 from Vladimir N. Oleynik
2002-11-26 Glenn L McGrathfdisk applet by Vladimir N. Oleynik
2002-11-03 Eric AndersenTest for holes in swapfiles
2002-10-26 Eric Andersenlast_patch64 from vodz: 0_60_5
2002-09-17 Eric AndersenSupport setting depth
2002-09-01 Eric AndersenSome CML1 grammar fixes
2002-08-23 Glenn L McGrathRun through indent, style
2002-08-22 Glenn L McGrathRun through indent, fix comments
2002-08-21 Aaron LehmannInline functions with only one reference in mkfs_minix...
2002-08-13 Aaron Lehmannminor fixes for fbset bloat
2002-08-05 Robert Griebl- updated a few copyright/left file headers
2002-07-25 Robert GrieblFix for bug #1255 -- support for mount -t <type>
2002-07-24 Robert GrieblAdd support for /etc/filesystem when searching for...
2002-07-21 Robert GrieblInitial checkin of a very primitive hwclock replacement
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2002-07-03 Eric AndersenA patch from Bart Visscher <magick@linux-fan.com> to...
2002-06-23 Aaron LehmannRemove advertising clauses in accordance with
2002-06-22 Eric AndersenKill dead email address
2002-06-22 Eric AndersenApply last_patch46 from vodz, to fix buffer overflows...
2002-05-14 Robert GrieblEntries with "noauto" options are ignored correctly...
2002-04-13 Eric AndersenPatch from Kevin Hilman <khilman@equator.com> to fix...
2002-04-13 Eric AndersenUpdate some missing copyright notices
2002-04-12 Eric AndersenCompletely rework the config system so that it no longe...
2002-04-06 Eric AndersenApply lash_patch35 from vodz, which brings several...
2002-03-20 Matt Kraai* include/applets.h (CONFIG_LOSETUP): New.
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-12-06 Eric AndersenAvoid NULL pointer problems. Patch from "Frank P....
2001-12-06 Eric AndersenFix running more on files in the (broken) procfs that...
2001-11-12 Matt KraaiChange strdup calls to xstrdup (patch from Steve Merrif...
2001-11-10 Eric AndersenCleanup some config problems. Add a sane default confi...
2001-11-10 Eric Andersenoops
2001-11-10 Eric Andersenconfig.in features patch from Giulio Orsero <giulioo...
2001-11-02 Glenn L McGrathIntroduce od and hexdump applets
2001-10-31 Eric AndersenFixup some silly prototype warnings
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-18 Eric AndersenScrub up some function prototypes.
2001-10-18 Eric AndersenMake mount default to using /proc/filesystems to avoid
2001-10-05 Glenn L McGrathUse xfopen, saves 32 bytes !
2001-10-01 Matt KraaiUse port 37 by default.
2001-09-03 Eric AndersenDon't automount things as "usbdevfs" -- patch from
2001-08-29 Eric AndersenStandard typing (u_int16_t instead of u16, u_int32_t...
2001-08-10 Matt KraaiCommit Vladimir's simplify_path.
2001-08-02 Eric AndersenTeach libc5 about realpath
2001-07-30 Matt KraaiRework option handling to save space.
2001-07-26 Matt KraaiRename dirname variable to pathname to eliminate namesp...
2001-07-23 Matt KraaiAdd support for devfs device names.
2001-07-17 Eric AndersenThis is vodz' latest patch. Sorry it took so long...
2001-07-05 Matt KraaiFix a thinko (the symptoms of which were reported by
2001-06-26 Glenn L McGrathVladimir's last_patch_15
2001-06-03 Matt KraaiDon't whine about already mounted filesystems when...
2001-05-21 Eric AndersenPatch from Gernot Poerner <gp@it-netservice.de>. Adds in
2001-05-16 Eric AndersenRemove/replace the "div" call.
2001-05-16 Matt KraaiAdd xgethostbyname and herror_msg* functions.
2001-05-15 Eric AndersenPatch from Vladimir:
2001-05-07 Glenn L McGrathActually we dont need to check if the device is nfs...
2001-05-07 Glenn L McGrathwoops, i shouldnt be so presumtuous? about what the...
2001-05-07 Glenn L McGrathDevice may not be a real filename
2001-05-04 Matt KraaiFix two bugs reported by Ralph Jones.
2001-05-02 Matt KraaiCanonicalize path before trying to unmount it.
2001-05-02 Matt KraaiFix bug #1108 by always canonicalizing arguments.
2001-04-25 Mark WhitleyMoved some #ifdefs down below #include "busybox.h"...
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-23 Mark WhitleyApplied patch from Larry Doolittle to remove some strle...
2001-04-17 Matt KraaiConvert mount to use getopt.
2001-04-17 Matt KraaiFurther cleanup of mount option handling.
2001-04-17 Matt KraaiFix -a support (broken by previous patch).
2001-04-17 Matt KraaiFix segfault on `mount -t nfs' reported by Gratien...
2001-04-12 Matt KraaiFix return code and don't output spurious newlines.
2001-04-06 Eric AndersenAn optimization from Vladimir
2001-04-05 Eric Andersenmore FILE_OFFSET_BITS == 64 adjustments.
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-04-01 Eric AndersenMove the mtab support stuff into libbb
2001-03-30 Glenn L McGrathDont try and automount devfs, rename some variables
2001-03-23 Eric AndersenPatch to use xfopen from Jeff Garzik
2001-03-21 Eric AndersenClean up more local vars which shadow globals
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-03-19 Eric AndersenAnother cleanup patch from Jeff Garzik <jgarzik@mandrak...
2001-03-19 Eric AndersenSize optimization for rdate from Vladimir
2001-03-15 Eric AndersenUpdate the documentation so examples are autoincluded...
2001-03-14 Mark WhitleyThe patch I previously applied from Brian Webb was...
2001-03-12 Mark WhitleyApplied a patch from Brian Webb to fix a problem with...
2001-03-09 Eric AndersenSilence a silly warning
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-03-09 Eric AndersenPatchs from Jeff Garzik <jgarzik@mandrakesoft.com>...
2001-03-02 Glenn L McGrathDont try to automount some specific filesystem types
2001-03-01 Eric AndersenBah. I missed a header file.
2001-03-01 Eric AndersenReduce the size of mount (and bypass /proc/filesystems...
2001-02-28 Matt KraaiKeep trying if an NFS mount fails, and eliminate a...
2001-02-26 Mark WhitleyApplied patch from Magnus Damm <damm@opensource.se...
2001-02-24 Eric AndersenStub out the syscall, not the whole application. The...
2001-02-23 Eric AndersenStub out pivot_root so it won't fail to compile.
2001-02-23 Eric AndersenYet another fix. I think I got it this time.
2001-02-22 Eric AndersenAccount for remainder, and reset page_height for each...
2001-02-22 Eric AndersenAdjust the terminal height for any overlap, so that...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-18 Eric AndersenRemove leftover junk
next