| Commit message (Expand) | Author | Age | Files | Lines |
* | wget: check for close success; fix chunked; do not bother to send QUIT to ftp | Denys Vlasenko | 2009-12-11 | 1 | -1/+1 |
* | *: introduce and use ffulsh_all() | Denys Vlasenko | 2009-11-02 | 1 | -2/+2 |
* | *: reduce #ifdef forest | Denys Vlasenko | 2009-06-05 | 1 | -29/+25 |
* | ash,hush: add TODO for rare build failure | Denis Vlasenko | 2008-11-25 | 1 | -4/+0 |
* | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko | 2008-07-21 | 1 | -1/+1 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -2/+2 |
* | more -Wall warning fixes. -Wall is enabled now. | Denis Vlasenko | 2008-05-18 | 1 | -2/+2 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 1 | -2/+2 |
* | *: add optimization barrier to all "G trick" locations | Denis Vlasenko | 2008-02-27 | 1 | -2/+0 |
* | libbb: introduce bb_signals and bb_signals_recursive, | Denis Vlasenko | 2008-02-16 | 1 | -3/+5 |
* | nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) | Denis Vlasenko | 2007-12-24 | 1 | -1/+1 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko | 2007-09-27 | 1 | -1/+1 |
* | assorted fixes for breakage found by randomconfig | Denis Vlasenko | 2007-08-17 | 1 | -0/+2 |
* | more: by Tristan Schmelcher <tpkschme@engmail.uwaterloo.ca>: | Denis Vlasenko | 2007-08-15 | 1 | -46/+62 |
* | more: stop using bss | Denis Vlasenko | 2007-05-31 | 1 | -13/+27 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | more: do not mess with "/dev/console" (!); | Denis Vlasenko | 2007-03-10 | 1 | -42/+35 |
* | init: code readability enhancements; very small code changes | Denis Vlasenko | 2007-02-17 | 1 | -1/+3 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | more: fix for case when _FILE_OFFSET_BITS is not #defined. | Denis Vlasenko | 2006-12-10 | 1 | -40/+28 |
* | rename functions to more understandable names | Denis Vlasenko | 2006-10-26 | 1 | -1/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -21/+2 |
* | Fix some warnings in allbareconfig. | Rob Landley | 2006-05-28 | 1 | -5/+2 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen | 2004-03-27 | 1 | -1/+1 |
* | Vladimir N. Oleynik (vodz) writes: | Eric Andersen | 2004-03-27 | 1 | -22/+21 |
* | Brian Pomerantz writes: | Eric Andersen | 2004-03-23 | 1 | -1/+3 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -4/+4 |
* | match changes made to cmdedit | Eric Andersen | 2003-12-23 | 1 | -3/+0 |
* | Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) | Eric Andersen | 2003-09-15 | 1 | -11/+6 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -2/+2 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -2/+2 |
* | Correct some init issues, update email address, last_patch78 by Vladimir | Glenn L McGrath | 2003-01-13 | 1 | -1/+1 |
* | Update some missing copyright notices | Eric Andersen | 2002-04-13 | 1 | -1/+1 |
* | Fix running more on files in the (broken) procfs that claim 0 length | Eric Andersen | 2001-12-06 | 1 | -1/+2 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -6/+6 |
* | Add support for devfs device names. | Matt Kraai | 2001-07-23 | 1 | -2/+2 |
* | Vladimir's last_patch_15 | Glenn L McGrath | 2001-06-26 | 1 | -51/+49 |
* | Remove/replace the "div" call. | Eric Andersen | 2001-05-16 | 1 | -5/+7 |
* | Move messages.c to libbb. Make each string in messages.c be its own .o file. | Eric Andersen | 2001-04-25 | 1 | -3/+0 |
* | Fix return code and don't output spurious newlines. | Matt Kraai | 2001-04-12 | 1 | -10/+8 |
* | An optimization from Vladimir | Eric Andersen | 2001-04-06 | 1 | -4/+2 |
* | more FILE_OFFSET_BITS == 64 adjustments. | Eric Andersen | 2001-04-05 | 1 | -4/+4 |
* | Patch to use xfopen from Jeff Garzik | Eric Andersen | 2001-03-23 | 1 | -1/+1 |
* | Yet another fix. I think I got it this time. | Eric Andersen | 2001-02-23 | 1 | -8/+10 |
* | Account for remainder, and reset page_height for each and every page. | Eric Andersen | 2001-02-22 | 1 | -4/+10 |
* | Adjust the terminal height for any overlap, so that no lines | Eric Andersen | 2001-02-22 | 1 | -5/+16 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |
* | It seems I stupidly checked in a silly test I was making. | Eric Andersen | 2001-02-02 | 1 | -1/+0 |