Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen | 2001-01-27 | 1 | -1/+1 |
| | | | | | a release. Update the website with release details. -Erik | ||||
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -0/+2 |
| | | | | | | | 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 | ||||
* | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 2001-01-23 | 1 | -4/+4 |
| | |||||
* | Fix the exit status of umount -a, a casualty of the TRUE/FALSE normalization. | Matt Kraai | 2001-01-17 | 1 | -4/+4 |
| | | | | Thanks to Francois-R Boyer <boyerf@IRO.UMontreal.CA> for the report. | ||||
* | Use busybox error handling functions wherever possible. | Matt Kraai | 2000-12-22 | 1 | -3/+2 |
| | |||||
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -4/+4 |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | ||||
* | Fix exit status on failure. | Matt Kraai | 2000-12-06 | 1 | -1/+1 |
| | |||||
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -3/+6 |
| | |||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Use BB_FEATURE_CLEAN_UP where appropriate | Eric Andersen | 2000-07-25 | 1 | -1/+4 |
| | | | | -Erik | ||||
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -22/+0 |
| | |||||
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 1 | -5/+3 |
| | |||||
* | Always report the applet name when doing error reporting. | Matt Kraai | 2000-07-12 | 1 | -1/+1 |
| | |||||
* | Argh. More cross libc cleanup. Should be ok now... | Eric Andersen | 2000-07-08 | 1 | -18/+5 |
| | | | | -Erik | ||||
* | More cleanup on umount | Eric Andersen | 2000-07-08 | 1 | -5/+17 |
| | | | | -Erik | ||||
* | Update files to reduce dependance on kernel version... | Eric Andersen | 2000-07-08 | 1 | -10/+10 |
| | | | | -Erik | ||||
* | Finish off the libc5 porting effort. Everything now works with libc5 | Eric Andersen | 2000-06-19 | 1 | -1/+1 |
| | | | | | except for md5sum, which uses the GNU libc addition getline(). -Erik | ||||
* | Make umount work and compile cleanly under libc5 and libc6. | Eric Andersen | 2000-06-19 | 1 | -5/+16 |
| | | | | -Erik | ||||
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 1 | -2/+5 |
| | | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | ||||
* | Add support for "noatime" and "nodiratime" mount flags to mount. | Erik Andersen | 2000-05-05 | 1 | -3/+21 |
| | | | | | | | Change umount "-f" to mean force, and actually use umount2. Change umount "-l" to mean "Do not free loop device". Updates docs accordingly. -Erik | ||||
* | Remove BB_FEATURE_REMOUNT (small, and should always be present) | Erik Andersen | 2000-05-03 | 1 | -8/+0 |
| | | | | | | and fix documentation dependancy checks, so it is only built when it should be built. -Erik | ||||
* | Upates to include copyright 2000 to everything | Erik Andersen | 2000-04-13 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | minor changes to mount/umount to support-by-ignoring the "-v" flag. | Erik Andersen | 2000-04-04 | 1 | -0/+2 |
| | | | | | | Added optional core dumping as a feature for init, and include a rewrite of syslogd so that it now supports multiple concurrent connections. -Erik | ||||
* | My latest ramblings. | Erik Andersen | 2000-03-23 | 1 | -0/+4 |
| | | | | -Erik | ||||
* | Use the nice new find_real_root_device function to find the | Erik Andersen | 2000-03-22 | 1 | -6/+4 |
| | | | | | | name of the root device, instead of having libc read whatever lies happen to be in /etc/mtab. -Erik | ||||
* | * all mallocs now use xmalloc (and so are OOM error safe), and | Erik Andersen | 2000-03-21 | 1 | -2/+1 |
| | | | | | | the common error handling saves a few bytes. Thanks to Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. -Erik | ||||
* | Some bug fixes I forgot to check-in the other day. | Erik Andersen | 2000-03-13 | 1 | -1/+14 |
| | | | | | | Mounting loop devices w/o specifying the filesystem type choked if it didn't guess right the first time. -Erik | ||||
* | Fixed rebooting when init runs as /linuxrc | Erik Andersen | 2000-02-23 | 1 | -0/+4 |
| | | | | -Erik | ||||
* | Fixed the init problem where it wouldn't unmount filesystems | Erik Andersen | 2000-02-09 | 1 | -95/+97 |
| | | | | | on reboot. Also fixed swapoff -a so it works. -Erik | ||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -141/+150 |
| | | | | -Erik | ||||
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 1 | -55/+142 |
| | | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik | ||||
* | mount and umount could leak loop device allocations causing the system to | Erik Andersen | 2000-01-26 | 1 | -52/+18 |
| | | | | | quickly run out. Also disable init's SIGHUP handler during shutdown. -Erik | ||||
* | * added (and documented) "-n" option for head - | Erik Andersen | 2000-01-23 | 1 | -1/+1 |
| | | | | | | | contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik | ||||
* | * Added -o loop option for mount, and support in umount for loop | Erik Andersen | 2000-01-13 | 1 | -8/+64 |
| | | | | | | | devices. Support is toggled by MOUNT_LOOP feature -- Ben Collins <bcollins@debian.org> -Erik | ||||
* | Stuf | Eric Andersen | 1999-12-07 | 1 | -7/+0 |
| | |||||
* | Stuf | Eric Andersen | 1999-12-07 | 1 | -0/+6 |
| | |||||
* | Fixes | Eric Andersen | 1999-11-27 | 1 | -2/+7 |
| | |||||
* | updates for the day | Eric Andersen | 1999-11-13 | 1 | -1/+1 |
| | |||||
* | Updates to usage, and made tar work. | Eric Andersen | 1999-11-10 | 1 | -3/+3 |
| | | | | -Erik | ||||
* | More stuff -- ready for release.0_32 | Eric Andersen | 1999-11-05 | 1 | -4/+5 |
| | | | | -Erik | ||||
* | More stuff. | Eric Andersen | 1999-11-04 | 1 | -15/+53 |
| | |||||
* | Fixed up copyright notices and such | Eric Andersen | 1999-10-20 | 1 | -1/+3 |
| | |||||
* | Added sfdisk. Ststic-ified a bunch of stuff. | Eric Andersen | 1999-10-19 | 1 | -1/+1 |
| | |||||
* | More stuff. | Eric Andersen | 1999-10-18 | 1 | -4/+2 |
| | | | | -Erik | ||||
* | More fixes | Eric Andersen | 1999-10-18 | 1 | -2/+5 |
| | |||||
* | Fixed cp -[aR] and some other stuf. | Eric Andersen | 1999-10-14 | 1 | -4/+4 |
| | |||||
* | More stuff. | Eric Andersen | 1999-10-09 | 1 | -118/+78 |
| | |||||
* | Initial revision0_29alpha2 | Eric Andersen | 1999-10-05 | 1 | -0/+135 |