2006-03-03 |
Rob Landley | Typo fixes brought to you by the letters a, l, and... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Eric Andersen | Kill off some unused code that was wasting several... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Rob Landley | Denis Vlasenko noticed that falign=0 is meaningless... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Bernhard Reutner... | - ar cruP doesn't replace ('r') but unconditionally... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Bernhard Reutner... | - remove unused lists *-m |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Bernhard Reutner... | - make sure applets.o is rebuilt when the .config changes. |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Bernhard Reutner... | - allow for make /path/to/dir/file.o |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Bernhard Reutner... | - use absolute path for top_builddir and top_srcdir. |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Bernhard Reutner... | - silence warning about "'free_and_close_stuff' used... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Bernhard Reutner... | Denis Vlasenko writes: make sizes was rebuilding busybo... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Bernhard Reutner... | - fixes parallel builds (make -j) |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Rob Landley | Fixup to make warnings from the last patch go away. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Rob Landley | Selinux fix from Jan Kiszka. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Bernhard Reutner... | - fix compilation of sed. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Rob Landley | Cleanup patch from Denis Vlasenko. Mostly variants... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Rob Landley | When gnu fails this one we shouldn't let it _hang_... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Rob Landley | Yet more sed tests. Passing these is a to-do item... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
"Vladimir N... | use bb_xstrndup vs strndup. Thanks rfelker. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
"Vladimir N... | more busybox's style: close bug 745 |
commit | commitdiff | tree | snapshot |
2006-02-28 |
"Vladimir N... | make grep faster (close bug 758), reduce small memory... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
"Vladimir N... | more security: don't start shell code from argv |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Rob Landley | defconfig shouldn't enable CONFIG_INSTALL_NO_USR, and... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Rob Landley | Cosmetic cleanup from tito. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Rob Landley | Cleanup from Glenn McGrath. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Bernhard Reutner... | - whitespace cleanup from Tito. |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Rob Landley | Patch from Glenn McGrath to remove code that opens... |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Mike Frysinger | remove duplicate license notice |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Mike Frysinger | strip out unneeded comments |
commit | commitdiff | tree | snapshot |
2006-02-25 |
"Vladimir N... | fdisk unmaintained now :( |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Rob Landley | Another clean-up patch from Garrett. |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Rob Landley | Minor cleanup from Garrett Kajmowicz. |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Rob Landley | Cleanup from Denis Vlasenko. |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Rob Landley | I was playing around with a dependency generator a... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Rob Landley | Missed one in the get_line_from_file() update... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Rob Landley | Move FAQ under docs, add programming.html to docs list. |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Rob Landley | Mention patches directory as a read-only svn alternative. |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Rob Landley | A few changes falling out from the effort to make sed... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Rob Landley | Add a test suite for seq. |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Mike Frysinger | add exception for uncuddling brackets |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Rob Landley | Lots of tests the fix to sed needs to pass... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Rob Landley | Documentation update: more detail on vfork. |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Rob Landley | "sed 2 -2 10" was very unhappy. Made the thing bigger... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Bernhard Reutner... | - put NLS stuff in one central place to avoid redefines. |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Rob Landley | Convert all the applets from #include to USE(). Had... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Mike Frysinger | add myself and Bernhard |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Mike Frysinger | test to make sure applets are in alphabetical order |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Mike Frysinger | fix applet order |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Mike Frysinger | document leading + option |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Rob Landley | You don't need an #ifdef around #defines in usage. |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Rob Landley | Patch from Denis Vlasenko to constify things and fix... |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Rob Landley | Tweak my entry. |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Rob Landley | Bug 751: file handle leaks can add up until available... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Rob Landley | Don't build directory libraries unless we're building... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Rob Landley | Small tweak cherry-picked from Devin Bayer's monster... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Rob Landley | Forgot to check this in last night, part of the hash_fd... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Rob Landley | Patch from Devin Bayer to split up hash_fd.c into md5... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Rob Landley | Create /dev/root symlink pointing to real root device... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Rob Landley | Walter Harms added -D to date, and I did a code cleanup... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Mike Frysinger | eat extraneous newlines at the end of applet full usage |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Mike Frysinger | add setarch/linux32/linux64 applet |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Rob Landley | Missed a file in the last checkin, won't build without... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Mike Frysinger | a few more comment touchups |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Mike Frysinger | translate Russian-English to just plain English |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Rob Landley | Patch from Giuseppe Ciotta to specify retry count. |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Rob Landley | Rename UNUSE() to SKIP(). |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Rob Landley | Bug 640: a filename of length exactly 100 could bleed... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Mike Frysinger | add s390x to the list |
commit | commitdiff | tree | snapshot |
2006-02-20 |
"Vladimir N... | sync with mainstream, but check more |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Rob Landley | getdomainname() isn't guaranteed to null terminate... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Rob Landley | Update comment. |
commit | commitdiff | tree | snapshot |
2006-02-20 |
"Vladimir N... | remove #undef strlen, use #define strlen always but... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
"Vladimir N... | correction get(host/domain)name usage, revert 742 bug |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Rob Landley | svn 14077 was completely broken and apparently never... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Rob Landley | The gentoo security guys found another way to segfault... |
commit | commitdiff | tree | snapshot |
2006-02-19 |
Mike Frysinger | rfelker writes in Bug 742: make sure string is null... |
commit | commitdiff | tree | snapshot |
2006-02-19 |
Mike Frysinger | rfelker writes in Bug 740: s/u_char/unsigned char/ |
commit | commitdiff | tree | snapshot |
2006-02-19 |
Mike Frysinger | rfelker writes in Bug 738: sys/sysmacros.h is needed... |
commit | commitdiff | tree | snapshot |
2006-02-19 |
Mike Frysinger | rfelker writes in Bug 736: stty.c includes unneeded... |
commit | commitdiff | tree | snapshot |
2006-02-19 |
Mike Frysinger | rfelker writes in Bug 734: Nothing from err.h is used... |
commit | commitdiff | tree | snapshot |
2006-02-18 |
Mike Frysinger | kill all .depend files |
commit | commitdiff | tree | snapshot |
2006-02-18 |
Mike Frysinger | hide bb_mkdep build |
commit | commitdiff | tree | snapshot |
2006-02-18 |
Mike Frysinger | fix building on ppc64 |
commit | commitdiff | tree | snapshot |
2006-02-17 |
"Vladimir N... | type typo. Thanks, Devin Bayer |
commit | commitdiff | tree | snapshot |
2006-02-17 |
"Vladimir N... | quick copy-paste typo |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Rob Landley | Fix for an integer overflow bug that could cause a... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Rob Landley | The tendency of vi to auto-indent can be really annoyin... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Rob Landley | More whitespace than you can possibly imagine... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Rob Landley | Update Rogues Gallery. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
"Vladimir N... | forgoten new file for 14080 revison |
commit | commitdiff | tree | snapshot |
2006-02-16 |
"Vladimir N... | moved BB_BANNER to applets/version.c file: make kernel... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
"Vladimir N... | removed #undef strlen, use builtins and prototuped... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
"Vladimir N... | isolate and show busybox`s changes |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Rob Landley | Putting together OPTIONFLAGS, sed needs the global... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Rob Landley | When setting an environment variable by piping somethin... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Rob Landley | Rogues gallery. |
commit | commitdiff | tree | snapshot |
2006-02-15 |
"Vladimir N... | add last terminal line |
commit | commitdiff | tree | snapshot |
2006-02-15 |
"Vladimir N... | demo (UN)USE_FEATURE... usage |
commit | commitdiff | tree | snapshot |
2006-02-15 |
"Vladimir N... | full removed config.h, use bb_config.h only |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Rob Landley | Fix bug 674: sum's block count should always round up. |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Rob Landley | Patch from awk maintainer (Dmitry Zakhrov) to fix bugs... |
commit | commitdiff | tree | snapshot |
next |