Don't delete source file when decompressing to stdout
[oweals/busybox.git] / util-linux /
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
2001-02-16 Eric AndersenDo usage messages the same way all other apps fo them.
2001-02-16 Glenn L McGrathFix warning for implicit declaration of time()
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-13 Eric AndersenApply a patch from Evin Robertson -- new pivot_root...
2001-02-02 Eric AndersenIt seems I stupidly checked in a silly test I was making.
2001-02-01 Eric AndersenApply a patch from Larry Doolittle to add "-all" and...
2001-02-01 Mark WhitleyApplied patch from Chris Jaeger <cjaeger@ensim.com...
2001-01-31 Eric AndersenMake old compilers not choke -- define the attribute...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-31 Eric AndersenCleanup patch from Vladimir N. Oleynik.
2001-01-30 Mark WhitleyApplied patch from Larry Doolittle to use preprocessor...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-26 Eric AndersenMake cin be static
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-20 Eric AndersenMore printf cleanups
2001-01-18 Matt KraaiEliminate calls of the form "fprintf(stdout,". Thanks...
2001-01-17 Matt KraaiFix the exit status of umount -a, a casualty of the...
2001-01-02 Eric AndersenBe more careful about dmalloc handling
2000-12-30 Matt KraaiImprovements from Vladimir N. Oleynik.
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-20 Eric AndersenMake more things be static (like they are supposed...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
next