Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-11-28 | Change if(x)free(x); to free(x); | Aaron Lehmann | |
2001-12-20 | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai | |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-Erik | |||
2001-08-02 | Teach libc5 about realpath | Eric Andersen | |
-Erik | |||
2001-05-15 | Patch from Vladimir: | Eric Andersen | |
1) fixed a bug that could crash df, mount, and umount applets if the root device name was longer then the word "root" (/dev/loop1 vs /dev/root) - 2) severl functions needed static declaration in the umount applet 3) update declaration for function in last_char_is() in libbb | |||
2001-05-02 | Canonicalize path before trying to unmount it. | Matt Kraai | |
2001-04-01 | Move the mtab support stuff into libbb | Eric Andersen | |
-Erik | |||
2001-03-21 | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen | |
cleans up most of the now-revealed problems. | |||
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | |
header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik | |||
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | |
done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||
2001-01-31 | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | |
2001-01-27 | Fix up copyright msgs. Bump version to 0.49 in preparation for | Eric Andersen | |
a release. Update the website with release details. -Erik | |||
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | |
busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik | |||
2001-01-23 | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | |
2001-01-17 | Fix the exit status of umount -a, a casualty of the TRUE/FALSE normalization. | Matt Kraai | |
Thanks to Francois-R Boyer <boyerf@IRO.UMontreal.CA> for the report. | |||
2000-12-22 | Use busybox error handling functions wherever possible. | Matt Kraai | |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | |
compliant with the style guide. Everybody rebuild your tags file! | |||
2000-12-06 | Fix exit status on failure. | Matt Kraai | |
2000-12-01 | Stop using TRUE and FALSE for exit status. | Matt Kraai | |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | |
-Erik | |||
2000-07-25 | Use BB_FEATURE_CLEAN_UP where appropriate | Eric Andersen | |
-Erik | |||
2000-07-16 | Extract usage information into a separate file. | Matt Kraai | |
2000-07-14 | Use errorMsg rather than fprintf. | Matt Kraai | |
2000-07-12 | Always report the applet name when doing error reporting. | Matt Kraai | |
2000-07-08 | Argh. More cross libc cleanup. Should be ok now... | Eric Andersen | |
-Erik | |||
2000-07-08 | More cleanup on umount | Eric Andersen | |
-Erik | |||
2000-07-08 | Update files to reduce dependance on kernel version... | Eric Andersen | |
-Erik | |||
2000-06-19 | Finish off the libc5 porting effort. Everything now works with libc5 | Eric Andersen | |
except for md5sum, which uses the GNU libc addition getline(). -Erik | |||
2000-06-19 | Make umount work and compile cleanly under libc5 and libc6. | Eric Andersen | |
-Erik | |||
2000-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | |
which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | |||
2000-05-05 | Add support for "noatime" and "nodiratime" mount flags to mount. | Erik Andersen | |
Change umount "-f" to mean force, and actually use umount2. Change umount "-l" to mean "Do not free loop device". Updates docs accordingly. -Erik | |||
2000-05-03 | Remove BB_FEATURE_REMOUNT (small, and should always be present) | Erik Andersen | |
and fix documentation dependancy checks, so it is only built when it should be built. -Erik | |||
2000-04-13 | Upates to include copyright 2000 to everything | Erik Andersen | |
-Erik | |||
2000-04-04 | minor changes to mount/umount to support-by-ignoring the "-v" flag. | Erik Andersen | |
Added optional core dumping as a feature for init, and include a rewrite of syslogd so that it now supports multiple concurrent connections. -Erik | |||
2000-03-23 | My latest ramblings. | Erik Andersen | |
-Erik | |||
2000-03-22 | Use the nice new find_real_root_device function to find the | Erik Andersen | |
name of the root device, instead of having libc read whatever lies happen to be in /etc/mtab. -Erik | |||
2000-03-21 | * all mallocs now use xmalloc (and so are OOM error safe), and | Erik Andersen | |
the common error handling saves a few bytes. Thanks to Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. -Erik | |||
2000-03-13 | Some bug fixes I forgot to check-in the other day. | Erik Andersen | |
Mounting loop devices w/o specifying the filesystem type choked if it didn't guess right the first time. -Erik | |||
2000-02-23 | Fixed rebooting when init runs as /linuxrc | Erik Andersen | |
-Erik | |||
2000-02-09 | Fixed the init problem where it wouldn't unmount filesystems | Erik Andersen | |
on reboot. Also fixed swapoff -a so it works. -Erik | |||
2000-02-08 | Some formatting updates (ran the code through indent) | Erik Andersen | |
-Erik | |||
2000-02-07 | A few minor updates. ;-) | Erik Andersen | |
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik | |||
2000-01-26 | mount and umount could leak loop device allocations causing the system to | Erik Andersen | |
quickly run out. Also disable init's SIGHUP handler during shutdown. -Erik | |||
2000-01-23 | * added (and documented) "-n" option for head - | Erik Andersen | |
contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik | |||
2000-01-13 | * Added -o loop option for mount, and support in umount for loop | Erik Andersen | |
devices. Support is toggled by MOUNT_LOOP feature -- Ben Collins <bcollins@debian.org> -Erik | |||
1999-12-07 | Stuf | Eric Andersen | |
1999-12-07 | Stuf | Eric Andersen | |
1999-11-27 | Fixes | Eric Andersen | |
1999-11-13 | updates for the day | Eric Andersen | |