2001-07-30 |
Matt Kraai | Rework option handling to save space. |
tree | commitdiff |
2001-07-26 |
Matt Kraai | Rename dirname variable to pathname to eliminate namesp... |
tree | commitdiff |
2001-07-23 |
Matt Kraai | Add support for devfs device names. |
tree | commitdiff |
2001-07-17 |
Eric Andersen | This is vodz' latest patch. Sorry it took so long... |
tree | commitdiff |
2001-07-05 |
Matt Kraai | Fix a thinko (the symptoms of which were reported by |
tree | commitdiff |
2001-06-26 |
Glenn L McGrath | Vladimir's last_patch_15 |
tree | commitdiff |
2001-06-03 |
Matt Kraai | Don't whine about already mounted filesystems when... |
tree | commitdiff |
2001-05-21 |
Eric Andersen | Patch from Gernot Poerner <gp@it-netservice.de>. Adds in |
tree | commitdiff |
2001-05-16 |
Eric Andersen | Remove/replace the "div" call. |
tree | commitdiff |
2001-05-16 |
Matt Kraai | Add xgethostbyname and herror_msg* functions. |
tree | commitdiff |
2001-05-15 |
Eric Andersen | Patch from Vladimir: |
tree | commitdiff |
2001-05-07 |
Glenn L McGrath | Actually we dont need to check if the device is nfs... |
tree | commitdiff |
2001-05-07 |
Glenn L McGrath | woops, i shouldnt be so presumtuous? about what the... |
tree | commitdiff |
2001-05-07 |
Glenn L McGrath | Device may not be a real filename |
tree | commitdiff |
2001-05-04 |
Matt Kraai | Fix two bugs reported by Ralph Jones. |
tree | commitdiff |
2001-05-02 |
Matt Kraai | Canonicalize path before trying to unmount it. |
tree | commitdiff |
2001-05-02 |
Matt Kraai | Fix bug #1108 by always canonicalizing arguments. |
tree | commitdiff |
2001-04-25 |
Mark Whitley | Moved some #ifdefs down below #include "busybox.h"... |
tree | commitdiff |
2001-04-25 |
Eric Andersen | Move messages.c to libbb. Make each string in messages... |
tree | commitdiff |
2001-04-23 |
Mark Whitley | Applied patch from Larry Doolittle to remove some strle... |
tree | commitdiff |
2001-04-17 |
Matt Kraai | Convert mount to use getopt. |
tree | commitdiff |
2001-04-17 |
Matt Kraai | Further cleanup of mount option handling. |
tree | commitdiff |
2001-04-17 |
Matt Kraai | Fix -a support (broken by previous patch). |
tree | commitdiff |
2001-04-17 |
Matt Kraai | Fix segfault on `mount -t nfs' reported by Gratien... |
tree | commitdiff |
2001-04-12 |
Matt Kraai | Fix return code and don't output spurious newlines. |
tree | commitdiff |
2001-04-06 |
Eric Andersen | An optimization from Vladimir |
tree | commitdiff |
2001-04-05 |
Eric Andersen | more FILE_OFFSET_BITS == 64 adjustments. |
tree | commitdiff |
2001-04-05 |
Eric Andersen | A number of cleanups. Now compiles with libc5, glibc... |
tree | commitdiff |
2001-04-01 |
Eric Andersen | Move the mtab support stuff into libbb |
tree | commitdiff |
2001-03-30 |
Glenn L McGrath | Dont try and automount devfs, rename some variables |
tree | commitdiff |
2001-03-23 |
Eric Andersen | Patch to use xfopen from Jeff Garzik |
tree | commitdiff |
2001-03-21 |
Eric Andersen | Clean up more local vars which shadow globals |
tree | commitdiff |
2001-03-21 |
Eric Andersen | A nice patch from Larry Doolittle that adds -Wshadow and |
tree | commitdiff |
2001-03-19 |
Eric Andersen | Another cleanup patch from Jeff Garzik <jgarzik@mandrak... |
tree | commitdiff |
2001-03-19 |
Eric Andersen | Size optimization for rdate from Vladimir |
tree | commitdiff |
2001-03-15 |
Eric Andersen | Update the documentation so examples are autoincluded... |
tree | commitdiff |
2001-03-14 |
Mark Whitley | The patch I previously applied from Brian Webb was... |
tree | commitdiff |
2001-03-12 |
Mark Whitley | Applied a patch from Brian Webb to fix a problem with... |
tree | commitdiff |
2001-03-09 |
Eric Andersen | Silence a silly warning |
tree | commitdiff |
2001-03-09 |
Eric Andersen | A cleanup patch from Jeff Garzik to static-ify a number of |
tree | commitdiff |
2001-03-09 |
Eric Andersen | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com>... |
tree | commitdiff |
2001-03-02 |
Glenn L McGrath | Dont try to automount some specific filesystem types |
tree | commitdiff |
2001-03-01 |
Eric Andersen | Bah. I missed a header file. |
tree | commitdiff |
2001-03-01 |
Eric Andersen | Reduce the size of mount (and bypass /proc/filesystems... |
tree | commitdiff |
2001-02-28 |
Matt Kraai | Keep trying if an NFS mount fails, and eliminate a... |
tree | commitdiff |
2001-02-26 |
Mark Whitley | Applied patch from Magnus Damm <damm@opensource.se... |
tree | commitdiff |
2001-02-24 |
Eric Andersen | Stub out the syscall, not the whole application. The... |
tree | commitdiff |
2001-02-23 |
Eric Andersen | Stub out pivot_root so it won't fail to compile. |
tree | commitdiff |
2001-02-23 |
Eric Andersen | Yet another fix. I think I got it this time. |
tree | commitdiff |
2001-02-22 |
Eric Andersen | Account for remainder, and reset page_height for each... |
tree | commitdiff |
2001-02-22 |
Eric Andersen | Adjust the terminal height for any overlap, so that... |
tree | commitdiff |
2001-02-20 |
Eric Andersen | It turns out that DODMALLOC was broken when I reorganiz... |
tree | commitdiff |
2001-02-18 |
Eric Andersen | Remove leftover junk |
tree | commitdiff |
2001-02-16 |
Eric Andersen | Do usage messages the same way all other apps fo them. |
tree | commitdiff |
2001-02-16 |
Glenn L McGrath | Fix warning for implicit declaration of time() |
tree | commitdiff |
2001-02-14 |
Eric Andersen | This patch, put together by Manuel Novoa III, is a... |
tree | commitdiff |
2001-02-13 |
Eric Andersen | Apply a patch from Evin Robertson -- new pivot_root... |
tree | commitdiff |
2001-02-02 |
Eric Andersen | It seems I stupidly checked in a silly test I was making. |
tree | commitdiff |
2001-02-01 |
Eric Andersen | Apply a patch from Larry Doolittle to add "-all" and... |
tree | commitdiff |
2001-02-01 |
Mark Whitley | Applied patch from Chris Jaeger <cjaeger@ensim.com... |
tree | commitdiff |
2001-01-31 |
Eric Andersen | Make old compilers not choke -- define the attribute... |
tree | commitdiff |
2001-01-31 |
Matt Kraai | Removed trailing \n from error_msg{,_and_die} messages. |
tree | commitdiff |
2001-01-31 |
Eric Andersen | Cleanup patch from Vladimir N. Oleynik. |
tree | commitdiff |
2001-01-30 |
Mark Whitley | Applied patch from Larry Doolittle to use preprocessor... |
tree | commitdiff |
2001-01-27 |
Eric Andersen | Fix up copyright msgs. Bump version to 0.49 in prepara... 0_49 |
tree | commitdiff |
2001-01-27 |
Eric Andersen | Fix header file usage -- there were many unnecessary... |
tree | commitdiff |
2001-01-26 |
Eric Andersen | Make cin be static |
tree | commitdiff |
2001-01-23 |
Mark Whitley | #define -> static const int. Also got rid of some big... |
tree | commitdiff |
2001-01-20 |
Eric Andersen | More printf cleanups |
tree | commitdiff |
2001-01-18 |
Matt Kraai | Eliminate calls of the form "fprintf(stdout,". Thanks... |
tree | commitdiff |
2001-01-17 |
Matt Kraai | Fix the exit status of umount -a, a casualty of the... |
tree | commitdiff |
2001-01-02 |
Eric Andersen | Be more careful about dmalloc handling |
tree | commitdiff |
2000-12-30 |
Matt Kraai | Improvements from Vladimir N. Oleynik. |
tree | commitdiff |
2000-12-22 |
Matt Kraai | Use busybox error handling functions wherever possible. |
tree | commitdiff |
2000-12-20 |
Eric Andersen | Make more things be static (like they are supposed... |
tree | commitdiff |
2000-12-18 |
Matt Kraai | Change calls to error_msg.* and strerror to use perror_... |
tree | commitdiff |
2000-12-12 |
Eric Andersen | Fix from Gennady Feldman for error msg |
tree | commitdiff |
2000-12-12 |
Eric Andersen | Mount error return code fix from Kent Robotti -- we... |
tree | commitdiff |
2000-12-09 |
Glenn L McGrath | NFS_PORT and NFS_FHSIZE are not defined in the kernel... |
tree | commitdiff |
2000-12-09 |
Eric Andersen | Some little cleanups from Larry Doolittle |
tree | commitdiff |
2000-12-07 |
Mark Whitley | Changed names of functions in utility.c and all affecte... |
tree | commitdiff |
2000-12-06 |
Matt Kraai | Fix exit status on failure. |
tree | commitdiff |
2000-12-01 |
Eric Andersen | Remove #ifdef __STDC__ junk. We don't do K&R round... |
tree | commitdiff |
2000-12-01 |
Matt Kraai | Stop using TRUE and FALSE for exit status. |
tree | commitdiff |
2000-11-07 |
Eric Andersen | Cleanup of duplicated symbols -- found by compiling... |
tree | commitdiff |
2000-10-30 |
Eric Andersen | Fix uname problem that was breaking poweroff. |
tree | commitdiff |
2000-10-28 |
Matt Kraai | Make fbset compile with the readmode feature by pulling... |
tree | commitdiff |
2000-10-26 |
Eric Andersen | Silence a warning, |
tree | commitdiff |
2000-10-19 |
Mark Whitley | Put getopt_usage where it belongs and added *_usage... |
tree | commitdiff |
2000-09-27 |
Matt Kraai | Consolidate handling of some fopen failures. |
tree | commitdiff |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
tree | commitdiff |
2000-09-21 |
Eric Andersen | Remove all the kernel headers so it will compile under... |
tree | commitdiff |
2000-09-21 |
Eric Andersen | Fix a potential warning |
tree | commitdiff |
2000-09-21 |
Eric Andersen | Large file >2Gib support. |
tree | commitdiff |
2000-09-21 |
Eric Andersen | Remove a warning. Patch from Bryan Rittmeyer <bryan... |
tree | commitdiff |
2000-09-20 |
Eric Andersen | When mounting a ro fs rw, print warning and then mount... |
tree | commitdiff |
2000-09-19 |
Eric Andersen | Both of these commands were subtly broken. Fortunately... |
tree | commitdiff |
2000-09-19 |
Eric Andersen | Apply a patch from Chip Rosenthal <chip@unicom.com... |
tree | commitdiff |
2000-09-13 |
Matt Kraai | Fix calls to {m,c,re}alloc so that they use x{m,c,re... |
tree | commitdiff |
2000-08-22 |
Pavel Roskin | From Ken Chalmers <chalmers@norscan.com>: |
tree | commitdiff |
next |