| Commit message (Expand) | Author | Files | Lines |
2005-09-04 | General cleanup of command line parsing to allow "busybox" to work as a prefix. | landley | 5 | -127/+185 |
2005-09-02 | touchup some grammar, formatting, and remove some outdated notes | vapier | 1 | -12/+17 |
2005-09-02 | update the verbage describing what is needed for developer access | andersen | 1 | -3/+9 |
2005-09-02 | This goes along with the new testsuite code... | landley | 3 | -12/+0 |
2005-09-02 | Working on a new test harness. Moved the sort tests into it. | landley | 4 | -1/+143 |
2005-09-02 | Missing break was screwing up 'y//' command. Bug #248. | landley | 1 | -0/+1 |
2005-09-01 | Fix for bug 383: attempting to "tar c /" would error out because stripping | landley | 1 | -1/+1 |
2005-09-01 | According to bug #63, crond is unhappy with crontab lines that don't end in a | landley | 2 | -8/+10 |
2005-09-01 | Tracking system but #4: php needs the environment variable SCRIPT_FILENAME. | landley | 1 | -1/+6 |
2005-09-01 | Bernhard Fischer trimmed down dos2unix a bit. | landley | 1 | -45/+33 |
2005-09-01 | Patch -i support from Berhnard Fischer. | landley | 3 | -14/+26 |
2005-09-01 | Bernhard Fischer suggested that get_terminal_width_height() should return | landley | 2 | -23/+8 |
2005-09-01 | Off by one error in max_leases sanity check. Bug 349, apparently. | landley | 1 | -1/+1 |
2005-09-01 | Bernhard Fischer sent a patch to make "make sizes" work when building in | landley | 1 | -2/+3 |
2005-09-01 | Busybox should only multiplex based on argv[1] when it's called as "busybox". | landley | 1 | -4/+0 |
2005-08-31 | Anand Avati hit an integer overflow problem in our unzip code. | landley | 1 | -1/+1 |
2005-08-30 | Don't comment warnings, _FIX_ warnings. (And putting in #warnings about | landley | 1 | -48/+22 |
2005-08-30 | Why have a separate CONFIG_INIT_SWAPON when we already have CONFIG_SWAPONOFF? | landley | 2 | -72/+14 |
2005-08-30 | Bug system entry #1 says that when busybox doesn't have swapoff, | landley | 1 | -3/+1 |
2005-08-30 | Amir Shalem found some bugs in the new mount code; unknown options didn't get | landley | 1 | -2/+4 |
2005-08-30 | Dirk Clemens pointed out how easy it is to support bzip2 compression, since we | landley | 1 | -18/+15 |
2005-08-28 | point to busybox.net | andersen | 1 | -2/+2 |
2005-08-28 | Dumb little hack, "make sizes". Try it. | landley | 1 | -0/+4 |
2005-08-27 | make sure __NF_sysfs exists before trying to use it | vapier | 1 | -0/+9 |
2005-08-27 | some portability fixes by rmh in Bug 395 | vapier | 2 | -3/+3 |
2005-08-24 | Bernhard Fischer submitted a couple of Makefile patches: | landley | 3 | -12/+14 |
2005-08-23 | Remove something we did, not that I'm doing something, and add something we | landley | 1 | -3/+5 |
2005-08-23 | When compiling with FEATURE_MTAB_SUPPORT disabled, the call to erase_mtab() | landley | 1 | -1/+3 |
2005-08-22 | Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles. | landley | 2 | -4/+3 |
2005-08-20 | Bernhard Fischer provided a mountpoint(1) applet. This is apparently something | landley | 5 | -0/+94 |
2005-08-17 | Announce busybox 1.01. | landley | 1 | -0/+7 |
2005-08-17 | Tito (among others) writes: previous patch was wrong, please stop screwing th... | vapier | 1 | -2/+2 |
2005-08-17 | When doing 'make release' nuke the .svn directories, not the | andersen | 1 | -1/+1 |
2005-08-16 | the () around isspace actually matters | vapier | 1 | -2/+4 |
2005-08-16 | Bernhard Fischer says: use xmalloc() instead of malloc() | vapier | 3 | -3/+3 |
2005-08-16 | Bernhard Fischer says: fix comment typo | vapier | 1 | -1/+1 |
2005-08-15 | Bernhard Fischer writes: fix devfsd usage | vapier | 1 | -2/+2 |
2005-08-14 | If we goto singlemount, do _not_ try to continue through the loop we jumped | landley | 1 | -1/+1 |
2005-08-14 | Patch from Stephane Billiart to improve ash error message. | landley | 1 | -1/+1 |
2005-08-14 | Stephane Billiart noticed that the return code of the new mount was horked. | landley | 1 | -4/+4 |
2005-08-13 | Very minor tweak to tail. | landley | 1 | -4/+1 |
2005-08-11 | make sure distclean punts include/bbconfigopts.h | vapier | 1 | -1/+1 |
2005-08-10 | Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk | landley | 12 | -922/+543 |
2005-08-09 | implemented a builtin echo command in ash. moved the guts of the | pgf | 7 | -172/+204 |
2005-08-04 | commiting: | pgf | 5 | -34/+390 |
2005-08-04 | applying jim bauer's patch to eliminate modprobe's dependency | pgf | 2 | -13/+54 |
2005-08-02 | In bb_config.h, replace AUTOCONF_INCLUDED guard with the more reasonable and | landley | 1 | -1/+1 |
2005-08-02 | Do not define 'AUTOCONF_INCLUDED' | andersen | 1 | -1/+0 |
2005-08-01 | commiting: | pgf | 5 | -0/+62 |
2005-08-01 | fix bbconfigopts.h depend | vapier | 1 | -3/+2 |