Removed trailing \n from error_msg{,_and_die} messages.
[oweals/busybox.git] / umount.c
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
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-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-17 Matt KraaiFix the exit status of umount -a, a casualty of the...
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
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 Matt KraaiStop using TRUE and FALSE for exit status.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-07-25 Eric AndersenUse BB_FEATURE_CLEAN_UP where appropriate
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
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-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-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-05 Erik AndersenAdd support for "noatime" and "nodiratime" mount flags...
2000-05-03 Erik AndersenRemove BB_FEATURE_REMOUNT (small, and should always...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-04-04 Erik Andersenminor changes to mount/umount to support-by-ignoring...
2000-03-23 Erik AndersenMy latest ramblings.
2000-03-22 Erik AndersenUse the nice new find_real_root_device function to...
2000-03-21 Erik Andersen* all mallocs now use xmalloc (and so are OOM error...
2000-03-13 Erik AndersenSome bug fixes I forgot to check-in the other day.
2000-02-23 Erik AndersenFixed rebooting when init runs as /linuxrc
2000-02-09 Erik AndersenFixed the init problem where it wouldn't unmount filesy...
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-26 Erik Andersenmount and umount could leak loop device allocations...
2000-01-23 Erik Andersen* added (and documented) "-n" option for head -
2000-01-13 Erik Andersen* Added -o loop option for mount, and support in umount...
1999-12-07 Eric AndersenStuf
1999-12-07 Eric AndersenStuf
1999-11-27 Eric AndersenFixes
1999-11-13 Eric Andersenupdates for the day
1999-11-10 Eric AndersenUpdates to usage, and made tar work.
1999-11-05 Eric AndersenMore stuff -- ready for release. 0_32
1999-11-04 Eric AndersenMore stuff.
1999-10-20 Eric AndersenFixed up copyright notices and such
1999-10-19 Eric AndersenAdded sfdisk. Ststic-ified a bunch of stuff.
1999-10-18 Eric AndersenMore stuff.
1999-10-18 Eric AndersenMore fixes
1999-10-14 Eric AndersenFixed cp -[aR] and some other stuf.
1999-10-09 Eric AndersenMore stuff.
1999-10-05 Eric AndersenInitial revision 0_29alpha2