2001-07-17 |
Eric Andersen | This is vodz' latest patch. Sorry it took so long... |
blob | commitdiff | raw |
2001-07-05 |
Matt Kraai | Fix a thinko (the symptoms of which were reported by |
blob | commitdiff | raw | diff to current |
2001-06-03 |
Matt Kraai | Don't whine about already mounted filesystems when... |
blob | commitdiff | raw | diff to current |
2001-05-21 |
Eric Andersen | Patch from Gernot Poerner <gp@it-netservice.de>. Adds in |
blob | commitdiff | raw | diff to current |
2001-05-15 |
Eric Andersen | Patch from Vladimir: |
blob | commitdiff | raw | diff to current |
2001-05-07 |
Glenn L McGrath | Actually we dont need to check if the device is nfs... |
blob | commitdiff | raw | diff to current |
2001-05-07 |
Glenn L McGrath | woops, i shouldnt be so presumtuous? about what the... |
blob | commitdiff | raw | diff to current |
2001-05-07 |
Glenn L McGrath | Device may not be a real filename |
blob | commitdiff | raw | diff to current |
2001-05-04 |
Matt Kraai | Fix two bugs reported by Ralph Jones. |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Matt Kraai | Fix bug #1108 by always canonicalizing arguments. |
blob | commitdiff | raw | diff to current |
2001-04-25 |
Mark Whitley | Moved some #ifdefs down below #include "busybox.h"... |
blob | commitdiff | raw | diff to current |
2001-04-17 |
Matt Kraai | Convert mount to use getopt. |
blob | commitdiff | raw | diff to current |
2001-04-17 |
Matt Kraai | Further cleanup of mount option handling. |
blob | commitdiff | raw | diff to current |
2001-04-17 |
Matt Kraai | Fix -a support (broken by previous patch). |
blob | commitdiff | raw | diff to current |
2001-04-17 |
Matt Kraai | Fix segfault on `mount -t nfs' reported by Gratien... |
blob | commitdiff | raw | diff to current |
2001-04-05 |
Eric Andersen | A number of cleanups. Now compiles with libc5, glibc... |
blob | commitdiff | raw | diff to current |
2001-04-01 |
Eric Andersen | Move the mtab support stuff into libbb |
blob | commitdiff | raw | diff to current |
2001-03-30 |
Glenn L McGrath | Dont try and automount devfs, rename some variables |
blob | commitdiff | raw | diff to current |
2001-03-14 |
Mark Whitley | The patch I previously applied from Brian Webb was... |
blob | commitdiff | raw | diff to current |
2001-03-12 |
Mark Whitley | Applied a patch from Brian Webb to fix a problem with... |
blob | commitdiff | raw | diff to current |
2001-03-09 |
Eric Andersen | A cleanup patch from Jeff Garzik to static-ify a number of |
blob | commitdiff | raw | diff to current |
2001-03-02 |
Glenn L McGrath | Dont try to automount some specific filesystem types |
blob | commitdiff | raw | diff to current |
2001-03-01 |
Eric Andersen | Bah. I missed a header file. |
blob | commitdiff | raw | diff to current |
2001-03-01 |
Eric Andersen | Reduce the size of mount (and bypass /proc/filesystems... |
blob | commitdiff | raw | diff to current |
2001-02-28 |
Matt Kraai | Keep trying if an NFS mount fails, and eliminate a... |
blob | commitdiff | raw | diff to current |
2001-02-26 |
Mark Whitley | Applied patch from Magnus Damm <damm@opensource.se... |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Eric Andersen | It turns out that DODMALLOC was broken when I reorganiz... |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Eric Andersen | This patch, put together by Manuel Novoa III, is a... |
blob | commitdiff | raw | diff to current |
2001-02-01 |
Eric Andersen | Apply a patch from Larry Doolittle to add "-all" and... |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Matt Kraai | Removed trailing \n from error_msg{,_and_die} messages. |
blob | commitdiff | raw | diff to current |
2001-01-23 |
Mark Whitley | #define -> static const int. Also got rid of some big... |
blob | commitdiff | raw | diff to current |
2001-01-20 |
Eric Andersen | More printf cleanups |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Matt Kraai | Use busybox error handling functions wherever possible. |
blob | commitdiff | raw | diff to current |
2000-12-18 |
Matt Kraai | Change calls to error_msg.* and strerror to use perror_... |
blob | commitdiff | raw | diff to current |
2000-12-12 |
Eric Andersen | Mount error return code fix from Kent Robotti -- we... |
blob | commitdiff | raw | diff to current |
2000-12-07 |
Mark Whitley | Changed names of functions in utility.c and all affecte... |
blob | commitdiff | raw | diff to current |
2000-12-06 |
Matt Kraai | Fix exit status on failure. |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Matt Kraai | Stop using TRUE and FALSE for exit status. |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
blob | commitdiff | raw | diff to current |
2000-09-21 |
Eric Andersen | Remove a warning. Patch from Bryan Rittmeyer <bryan... |
blob | commitdiff | raw | diff to current |
2000-09-20 |
Eric Andersen | When mounting a ro fs rw, print warning and then mount... |
blob | commitdiff | raw | diff to current |
2000-09-19 |
Eric Andersen | Apply a patch from Chip Rosenthal <chip@unicom.com... |
blob | commitdiff | raw | diff to current |
2000-09-13 |
Matt Kraai | Fix calls to {m,c,re}alloc so that they use x{m,c,re... |
blob | commitdiff | raw | diff to current |
2000-08-22 |
Pavel Roskin | From Ken Chalmers <chalmers@norscan.com>: |
blob | commitdiff | raw | diff to current |
2000-08-02 |
Eric Andersen | Fixed the "-f" option. |
blob | commitdiff | raw | diff to current |
2000-08-02 |
Eric Andersen | Merge in two patches from Dave Cinege: |
blob | commitdiff | raw | diff to current |
2000-07-25 |
Eric Andersen | Use BB_FEATURE_CLEAN_UP where appropriate |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Matt Kraai | Extract usage information into a separate file. |
blob | commitdiff | raw | diff to current |
2000-07-14 |
Eric Andersen | A couple of minor warning cleanups. |
blob | commitdiff | raw | diff to current |
2000-07-14 |
Matt Kraai | Use errorMsg rather than fprintf. |
blob | commitdiff | raw | diff to current |
2000-07-12 |
Matt Kraai | Always report the applet name when doing error reporting. |
blob | commitdiff | raw | diff to current |
2000-07-10 |
Eric Andersen | Comment on kernel stuff |
blob | commitdiff | raw | diff to current |
2000-07-08 |
Eric Andersen | Argh. More cross libc cleanup. Should be ok now... |
blob | commitdiff | raw | diff to current |
2000-07-08 |
Eric Andersen | Update files to reduce dependance on kernel version... |
blob | commitdiff | raw | diff to current |
2000-07-05 |
Eric Andersen | Remove misguided klude around for 2.4.x-test* brokennes... |
blob | commitdiff | raw | diff to current |
2000-06-26 |
Eric Andersen | Updates to handle Linux 2.4.0 kernels (kludged around... |
blob | commitdiff | raw | diff to current |
2000-06-07 |
Eric Andersen | * Fixed 'swapon -a' and 'swapoff -a', which were broken. |
blob | commitdiff | raw | diff to current |
2000-06-06 |
Pavel Roskin | "mount" now reports errors from nfsmount() and assumes... |
blob | commitdiff | raw | diff to current |
2000-05-12 |
Erik Andersen | Lots of updates. Finished implementing BB_FEATURE_TRIV... |
blob | commitdiff | raw | diff to current |
2000-05-05 |
Erik Andersen | Add support for "noatime" and "nodiratime" mount flags... |
blob | commitdiff | raw | diff to current |
2000-04-28 |
Erik Andersen | Latest and greatest. Some effort at libc5 (aiming... |
blob | commitdiff | raw | diff to current |
2000-04-13 |
Erik Andersen | More doc updates for BusyBox, with fixes to apps for... |
blob | commitdiff | raw | diff to current |
2000-04-04 |
Erik Andersen | minor changes to mount/umount to support-by-ignoring... |
blob | commitdiff | raw | diff to current |
2000-03-23 |
Erik Andersen | My latest ramblings. |
blob | commitdiff | raw | diff to current |
2000-03-22 |
Erik Andersen | Use the nice new find_real_root_device function to... |
blob | commitdiff | raw | diff to current |
2000-03-13 |
Erik Andersen | Some bug fixes I forgot to check-in the other day. |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Erik Andersen | Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler 0_43pre1 |
blob | commitdiff | raw | diff to current |
2000-03-07 |
Erik Andersen | Wrote killall. |
blob | commitdiff | raw | diff to current |
2000-02-09 |
Erik Andersen | Fixed the init problem where it wouldn't unmount filesy... |
blob | commitdiff | raw | diff to current |
2000-02-08 |
Erik Andersen | Some formatting updates (ran the code through indent) |
blob | commitdiff | raw | diff to current |
2000-01-29 |
Erik Andersen | Clear up some ambiguity with old style assignments. |
blob | commitdiff | raw | diff to current |
2000-01-26 |
Erik Andersen | Shuffle location of generic code into utility.c |
blob | commitdiff | raw | diff to current |
2000-01-26 |
Erik Andersen | mount and umount could leak loop device allocations... |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Erik Andersen | * added (and documented) "-n" option for head - |
blob | commitdiff | raw | diff to current |
2000-01-15 |
Erik Andersen | Sync up busybox with the latest and greatest. This... |
blob | commitdiff | raw | diff to current |
2000-01-13 |
Erik Andersen | * Added -o loop option for mount, and support in umount... |
blob | commitdiff | raw | diff to current |
2000-01-05 |
Erik Andersen | The latest and greatest. init basically works, though... |
blob | commitdiff | raw | diff to current |
1999-12-05 |
Eric Andersen | Stuf |
blob | commitdiff | raw | diff to current |
1999-11-15 |
Eric Andersen | Updates |
blob | commitdiff | raw | diff to current |
1999-11-10 |
Eric Andersen | Updates to usage, and made tar work. |
blob | commitdiff | raw | diff to current |
1999-11-06 |
Eric Andersen | Fixed ln, df, and removed redundant stuff from mtab. |
blob | commitdiff | raw | diff to current |
1999-11-04 |
Eric Andersen | More stuff. |
blob | commitdiff | raw | diff to current |
1999-11-04 |
Eric Andersen | Stuf |
blob | commitdiff | raw | diff to current |
1999-10-20 |
Eric Andersen | Fixed up copyright notices and such |
blob | commitdiff | raw | diff to current |
1999-10-19 |
Eric Andersen | Added sfdisk. Ststic-ified a bunch of stuff. |
blob | commitdiff | raw | diff to current |
1999-10-16 |
Eric Andersen | More stuff |
blob | commitdiff | raw | diff to current |
1999-10-14 |
Eric Andersen | Fixed cp -[aR] and some other stuf. |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Eric Andersen | Finally mount works properly. Made debugging work... |
blob | commitdiff | raw | diff to current |
1999-10-07 |
Eric Andersen | more stuff |
blob | commitdiff | raw | diff to current |
1999-10-05 |
Eric Andersen | Initial revision 0_29alpha2 |
blob | commitdiff | raw | diff to current |
|