2005-09-08 |
Rob Landley | Tito sent in a few patches converting instances of... |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Paul Fox | committing: |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Rob Landley | Yeah, Linus is the original author of three of our... |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Rob Landley | Fix warnings. |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Rob Landley | This code exists to compensate for ancient broken build... |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Rob Landley | Don't comment warnings. Don't put #warnings about... |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Mike Frysinger | Amir Shalem writes: |
commit | commitdiff | tree | snapshot |
2005-09-06 |
"Vladimir N... | - sync traceroute with Slackware-10.1 |
commit | commitdiff | tree | snapshot |
2005-09-06 |
"Vladimir N... | typo, thanks, Bernhard Fischer |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Rob Landley | Whitespace-level changes. Replace s0,s1,e0,e1 with... |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Rob Landley | get_terminal_width_height.c was in there twice. |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Rob Landley | Bernhard Fischer pointed out that CONFIG_FEATURE_MOUNT_... |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Rob Landley | Regarding 11330: when you fix a bug that the testsuite... |
commit | commitdiff | tree | snapshot |
2005-09-05 |
"Vladimir N... | destroy bug [0000381] |
commit | commitdiff | tree | snapshot |
2005-09-05 |
"Vladimir N... | destroy bug [0000404] |
commit | commitdiff | tree | snapshot |
2005-09-05 |
"Vladimir N... | - usage fresh bb_getopt_ulflags for ls -- very size... |
commit | commitdiff | tree | snapshot |
2005-09-05 |
"Vladimir N... | 1) bb_opt_complementaly -> bb_opt_complementally |
commit | commitdiff | tree | snapshot |
2005-09-05 |
"Vladimir N... | 1) sync with dash_0.5.2-7 |
commit | commitdiff | tree | snapshot |
2005-09-05 |
"Vladimir N... | remove infinity loop ./busybox --help busybox |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Rob Landley | The previous commit left confdata writing out: |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Rob Landley | Now that "make sizes" is in, the faq should mention... |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Rob Landley | Fix the warnings, and fix the following two obvious... |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Rob Landley | Actually returning ret might be good. |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Rob Landley | Fixes so "make allnoconfig" works again. |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Rob Landley | Remove trailing crud from busybox.tests. (Sleep depriv... |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Rob Landley | General cleanup of command line parsing to allow "busyb... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Mike Frysinger | touchup some grammar, formatting, and remove some outda... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Eric Andersen | update the verbage describing what is needed for develo... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Rob Landley | This goes along with the new testsuite code... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Rob Landley | Working on a new test harness. Moved the sort tests... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Rob Landley | Missing break was screwing up 'y//' command. Bug ... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Rob Landley | Fix for bug 383: attempting to "tar c /" would error... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Rob Landley | According to bug #63, crond is unhappy with crontab... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Rob Landley | Tracking system but #4: php needs the environment varia... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Rob Landley | Bernhard Fischer trimmed down dos2unix a bit. |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Rob Landley | Patch -i support from Berhnard Fischer. |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Rob Landley | Bernhard Fischer suggested that get_terminal_width_hei... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Rob Landley | Off by one error in max_leases sanity check. Bug 349... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Rob Landley | Bernhard Fischer sent a patch to make "make sizes"... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Rob Landley | Busybox should only multiplex based on argv[1] when... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Rob Landley | Anand Avati hit an integer overflow problem in our... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Rob Landley | Don't comment warnings, _FIX_ warnings. (And putting... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Rob Landley | Why have a separate CONFIG_INIT_SWAPON when we already... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Rob Landley | Bug system entry #1 says that when busybox doesn't... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Rob Landley | Amir Shalem found some bugs in the new mount code;... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Rob Landley | Dirk Clemens pointed out how easy it is to support... |
commit | commitdiff | tree | snapshot |
2005-08-28 |
Eric Andersen | point to busybox.net |
commit | commitdiff | tree | snapshot |
2005-08-28 |
Rob Landley | Dumb little hack, "make sizes". Try it. |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Mike Frysinger | make sure __NF_sysfs exists before trying to use it |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Mike Frysinger | some portability fixes by rmh in Bug 395 |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Rob Landley | Bernhard Fischer submitted a couple of Makefile patches: |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Rob Landley | Remove something we did, not that I'm doing something... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Rob Landley | When compiling with FEATURE_MTAB_SUPPORT disabled,... |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Rob Landley | Two FEATURE_CLEAN_UP patches from Shaun Jackman, closin... |
commit | commitdiff | tree | snapshot |
2005-08-20 |
Rob Landley | Bernhard Fischer provided a mountpoint(1) applet. ... |
commit | commitdiff | tree | snapshot |
2005-08-17 |
Rob Landley | Announce busybox 1.01. |
commit | commitdiff | tree | snapshot |
2005-08-17 |
Mike Frysinger | Tito (among others) writes: previous patch was wrong... |
commit | commitdiff | tree | snapshot |
2005-08-17 |
Eric Andersen | When doing 'make release' nuke the .svn directories... |
commit | commitdiff | tree | snapshot |
2005-08-16 |
Mike Frysinger | the () around isspace actually matters |
commit | commitdiff | tree | snapshot |
2005-08-16 |
Mike Frysinger | Bernhard Fischer says: use xmalloc() instead of malloc() |
commit | commitdiff | tree | snapshot |
2005-08-16 |
Mike Frysinger | Bernhard Fischer says: fix comment typo |
commit | commitdiff | tree | snapshot |
2005-08-15 |
Mike Frysinger | Bernhard Fischer writes: fix devfsd usage |
commit | commitdiff | tree | snapshot |
2005-08-14 |
Rob Landley | If we goto singlemount, do _not_ try to continue throug... |
commit | commitdiff | tree | snapshot |
2005-08-14 |
Rob Landley | Patch from Stephane Billiart to improve ash error message. |
commit | commitdiff | tree | snapshot |
2005-08-14 |
Rob Landley | Stephane Billiart noticed that the return code of the... |
commit | commitdiff | tree | snapshot |
2005-08-13 |
Rob Landley | Very minor tweak to tail. |
commit | commitdiff | tree | snapshot |
2005-08-11 |
Mike Frysinger | make sure distclean punts include/bbconfigopts.h |
commit | commitdiff | tree | snapshot |
2005-08-10 |
Rob Landley | Major rewrite of mount, umount, losetup. Untangled... |
commit | commitdiff | tree | snapshot |
2005-08-09 |
Paul Fox | implemented a builtin echo command in ash. moved the... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Paul Fox | commiting: |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Paul Fox | applying jim bauer's patch to eliminate modprobe's... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Rob Landley | In bb_config.h, replace AUTOCONF_INCLUDED guard with... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Eric Andersen | Do not define 'AUTOCONF_INCLUDED' |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Paul Fox | commiting: |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Mike Frysinger | fix bbconfigopts.h depend |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Mike Frysinger | screw around with whitespace |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Paul Fox | commiting: |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Paul Fox | commiting patch from bug 71: |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Paul Fox | applying patch for bug 72: |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Paul Fox | applying patch from bug 24: |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Paul Fox | new config display applet, from bug 46. i've changed... |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Paul Fox | allow suppression of default client-id. fixes bug... |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Mike Frysinger | patch by pkj in Bug 3 to not export all make variables |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Mike Frysinger | patch by apgo in Bug 345 to not use ether_hostton(... |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Mike Frysinger | patch by srowe in Bug 359 to fix fgrep aliasing |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Mike Frysinger | typecast to int |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Mike Frysinger | use socklen_t instead of size_t with socket related... |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Mike Frysinger | move -s from LDFLAGS to STRIPCMD |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Mike Frysinger | use defines instead of const integers |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Mike Frysinger | shrink the flag setting by reversing the operation |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Mike Frysinger | eat leading whitespace with preprocessor |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Mike Frysinger | replace for loops with one function call |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Rob Landley | Ahem: add new faq entry to list at top of FAQ.html |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Rob Landley | Fix "nm --size-sort" on the busybox binary and document... |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Mike Frysinger | only declare do_swap if we need it |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Mike Frysinger | touchup syntax |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Mike Frysinger | cleanup the error message so we dont use glibcism of... |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Mike Frysinger | cleanup syntax |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Mike Frysinger | tell people to ignore the dups/e0 warnings |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Mike Frysinger | punt unused variable |
commit | commitdiff | tree | snapshot |
next |