Update web page...
[oweals/busybox.git] / util-linux /
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_...
2000-12-12 Eric AndersenFix from Gennady Feldman for error msg
2000-12-12 Eric AndersenMount error return code fix from Kent Robotti -- we...
2000-12-09 Glenn L McGrathNFS_PORT and NFS_FHSIZE are not defined in the kernel...
2000-12-09 Eric AndersenSome little cleanups from Larry Doolittle
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-06 Matt KraaiFix exit status on failure.
2000-12-01 Eric AndersenRemove #ifdef __STDC__ junk. We don't do K&R round...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-07 Eric AndersenCleanup of duplicated symbols -- found by compiling...
2000-10-30 Eric AndersenFix uname problem that was breaking poweroff.
2000-10-28 Matt KraaiMake fbset compile with the readmode feature by pulling...
2000-10-26 Eric AndersenSilence a warning,
2000-10-19 Mark WhitleyPut getopt_usage where it belongs and added *_usage...
2000-09-27 Matt KraaiConsolidate handling of some fopen failures.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-21 Eric AndersenRemove all the kernel headers so it will compile under...
2000-09-21 Eric AndersenFix a potential warning
2000-09-21 Eric AndersenLarge file >2Gib support.
2000-09-21 Eric AndersenRemove a warning. Patch from Bryan Rittmeyer <bryan...
2000-09-20 Eric AndersenWhen mounting a ro fs rw, print warning and then mount...
2000-09-19 Eric AndersenBoth of these commands were subtly broken. Fortunately...
2000-09-19 Eric AndersenApply a patch from Chip Rosenthal <chip@unicom.com...
2000-09-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-08-22 Pavel RoskinFrom Ken Chalmers <chalmers@norscan.com>:
2000-08-21 Eric AndersenOops. Forgot to commit rdate.c.
2000-08-21 Eric AndersenAdded getopt(1) from "Alfred M. Szmidt" <ams@trillian...
2000-08-10 Eric AndersenSome #include updates.
2000-08-02 Eric AndersenFixed the "-f" option.
next