Silence a silly warning
[oweals/busybox.git] / util-linux /
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.
2000-08-02 Eric AndersenMerge in two patches from Dave Cinege:
2000-07-25 Eric AndersenUse BB_FEATURE_CLEAN_UP where appropriate
2000-07-19 Matt KraaiCentralize handling of --help.
2000-07-17 Pavel RoskinIt is now possible to select in busybox.def.h whether...
2000-07-17 Pavel RoskinThe result of getopt() is "int" and should be treated...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiDon't use strings directly in calls to usage(). This...
2000-07-14 Eric AndersenGetopt'ed by Marc Nijdam <marc_nijdam@hp.com>
2000-07-14 Pavel RoskinMore fixes for "missing initializers"
2000-07-14 Eric AndersenA couple of minor warning cleanups.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-12 Eric AndersenPatch from Jon McClintock <jonm@bluemug.com>
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-12 Matt KraaiUse global applet_name instead of local versions.
2000-07-11 Eric AndersenForgot to commit these cleanups it seems.
2000-07-10 Eric AndersenFixed NFS so it supports 2.4.x kernels and NFSv3. ...
2000-07-10 Eric AndersenComment on kernel stuff
2000-07-10 Eric AndersenMore linux kernel header file removal.
2000-07-10 Eric AndersenRemove yet more kernel header dependancies.
2000-07-08 Eric AndersenArgh. More cross libc cleanup. Should be ok now...
2000-07-08 Eric AndersenMore cleanup on umount
2000-07-08 Eric AndersenUpdate files to reduce dependance on kernel version...
2000-07-06 Eric AndersenTurned some stuff into features that really are feature...
2000-07-06 Eric AndersenAdded (fixed) the '-n' option to fbset. Renumbered...
2000-07-06 Eric AndersenRemove some warning with glibc.
2000-07-06 Eric Andersena few minor cleanups.
2000-07-05 Eric AndersenRemove misguided klude around for 2.4.x-test* brokennes...
2000-07-04 Eric AndersenSome cosmetic updates. Changed "OPTIONS" to "Options".
2000-06-26 Eric AndersenUpdates to handle Linux 2.4.0 kernels (kludged around...
2000-06-21 Mark WhitleyCleaned up some #ifdef spiderwebs.
2000-06-19 Eric AndersenFinish off the libc5 porting effort. Everything now...
2000-06-19 Eric AndersenMake umount work and compile cleanly under libc5 and...
2000-06-19 Eric AndersenMake swaponoff compile cleanly under both libc5 and...
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
next