Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -1/+0 |
| | | | | | | | function old new delta packed_usage 28706 28623 -83 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | move remaining help text from include/usage.src.h | Pere Orga | 2011-04-11 | 1 | -0/+10 |
| | | | | | Signed-off-by: Pere Orga <gotrunks@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | dmesg: more correct skipping of <N>; use faster putchar for most output | Denys Vlasenko | 2010-10-19 | 1 | -7/+12 |
| | | | | | | | function old new delta dmesg_main 246 291 +45 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
| | | | | | | | This change retains "or later" state! No licensing _changes_ here, only form is adjusted (article, space between "GPL" and "v2" and so on). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | dmesg: try to detect buffer size | Denys Vlasenko | 2009-07-10 | 1 | -12/+18 |
| | | | | | | | | function old new delta dmesg_main 214 246 +32 Signed-off-by: Randy Robertson <rmrobert@vmware.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | - update my name. No obj-code changes ;) | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -1/+1 |
| | |||||
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
| | |||||
* | - Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate. | Bernhard Reutner-Fischer | 2008-05-20 | 1 | -1/+1 |
| | |||||
* | - improve readability | Bernhard Reutner-Fischer | 2008-05-19 | 1 | -5/+10 |
| | |||||
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function old new delta procps_scan 1265 1298 +33 aliascmd 278 283 +5 parse_file_cmd 116 120 +4 dname_enc 373 377 +4 setcmd 90 93 +3 execcmd 57 60 +3 count_lines 72 74 +2 process_command_subs 340 339 -1 test_main 409 407 -2 mknod_main 179 177 -2 handle_incoming_and_exit 2653 2651 -2 argstr 1312 1310 -2 shiftcmd 131 128 -3 exitcmd 46 43 -3 dotcmd 297 294 -3 breakcmd 86 83 -3 evalpipe 353 349 -4 evalcommand 1180 1176 -4 evalcmd 109 105 -4 send_tree 374 369 -5 mkfifo_main 82 77 -5 evalsubshell 152 147 -5 typecmd 75 69 -6 letcmd 61 55 -6 add_cmd 1190 1183 -7 main 891 883 -8 ash_main 1415 1407 -8 parse_stream 1377 1367 -10 alloc_procps_scan 55 - -55 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 7/21 up/down: 54/-148) Total: -94 bytes text data bss dec hex filename 797195 658 7428 805281 c49a1 busybox_old 797101 658 7428 805187 c4943 busybox_unstripped | ||||
* | dmesg,klogd: make code more readable | Denis Vlasenko | 2007-11-16 | 1 | -26/+34 |
| | | | | | | libbb: explain why we declare klogctl libbb: move defs around so that order makes more sense | ||||
* | fbset: fix buglet where we were using wrong pointer | Denis Vlasenko | 2007-11-06 | 1 | -1/+2 |
| | | | | | | readahead: stop using stdio.h *: style fixes | ||||
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
| | | | | | EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so | ||||
* | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko | 2007-09-27 | 1 | -3/+3 |
| | |||||
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
| | | | | | | | | (add/remove: 0/0 grow/shrink: 12/131 up/down: 91/-727) Total: -636 bytes text data bss dec hex filename 773469 1058 11092 785619 bfcd3 busybox_old 772644 1058 11092 784794 bf99a busybox_unstripped | ||||
* | delete tons of extra #includes | Denis Vlasenko | 2007-05-31 | 1 | -2/+1 |
| | |||||
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
| | | | | | *: s/include "busybox.h"/include "libbb.h" | ||||
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -2/+2 |
| | |||||
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
| | | | | no preceding prototype | ||||
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -2/+2 |
| | |||||
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
| | | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit. | ||||
* | Change license statements (and clean up headers) on some of the files that | Rob Landley | 2006-09-22 | 1 | -1/+1 |
| | | | | Erik or I are primary copyright holders on. | ||||
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -2/+2 |
| | |||||
* | Add back in non-ifdef version of FEATURE_PRETTY_PRINT, and get the attribution | Rob Landley | 2006-07-27 | 1 | -3/+20 |
| | | | | right this time. | ||||
* | There's no excuse for adding new #ifdefs to the code like that. None at all. | Rob Landley | 2006-07-27 | 1 | -19/+3 |
| | |||||
* | allow people to display dmesg output without syslog levels | Mike Frysinger | 2006-07-27 | 1 | -3/+19 |
| | |||||
* | de-cuddle if( to if ( | Mike Frysinger | 2006-07-27 | 1 | -1/+1 |
| | |||||
* | Fix three embarassing thinkos in the new dmesg.c: | Rob Landley | 2006-07-06 | 1 | -3/+3 |
| | | | | | | 1) the c argument shouldn't have had a : after that, dunno how that got there. 2) the xgetlarg for level was using size 3) because xgetlarg's error message _SUCKS_ (it does a show_usage() rather than giving any specific info about the range that was violated) I dropped the range down to 2 bytes. (Which works fine, I dunno why we were nit-picking about that...) | ||||
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -1/+2 |
| | |||||
* | Rewrite of dmesg, smaller and simpler. | Rob Landley | 2006-06-13 | 1 | -70/+25 |
| | |||||
* | - shrink dmesg a bit. | Bernhard Reutner-Fischer | 2006-03-29 | 1 | -41/+22 |
| | | | | http://busybox.net/lists/busybox/2006-March/019477.html | ||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -2/+2 |
| | |||||
* | Ronny L Nilsson writes: | Eric Andersen | 2003-07-30 | 1 | -1/+5 |
| | | | | | | If BusyBox was compiled with -DCONFIG_FEATURE_CLEAN_UP dmesg command segfaults if invoked with the "-n" option. (Due to a free() of an uninitialized pointer). | ||||
* | Remove remaining libc5 support code | Eric Andersen | 2003-07-22 | 1 | -8/+1 |
| | |||||
* | 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 | -4/+4 |
| | |||||
* | Save a few bytes and remove a redundant string | Eric Andersen | 2003-03-07 | 1 | -1/+1 |
| | |||||
* | audit for proper error handling, apply a few size optimizations | Eric Andersen | 2003-03-07 | 1 | -27/+34 |
| | | | | -Erik | ||||
* | A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few | Eric Andersen | 2001-04-05 | 1 | -9/+4 |
| | | | | | | shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can handle them sanely and all at once. -Erik | ||||
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |
| | | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik | ||||
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -7/+4 |
| | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | ||||
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -1/+3 |
| | | | | | | | 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 | ||||
* | Use busybox error handling functions wherever possible. | Matt Kraai | 2000-12-22 | 1 | -11/+4 |
| | |||||
* | Some little cleanups from Larry Doolittle | Eric Andersen | 2000-12-09 | 1 | -1/+1 |
| | |||||
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -4/+4 |
| | |||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | The result of getopt() is "int" and should be treated as such | Pavel Roskin | 2000-07-17 | 1 | -1/+2 |
| | |||||
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -10/+0 |
| | |||||
* | Getopt'ed by Marc Nijdam <marc_nijdam@hp.com> | Eric Andersen | 2000-07-14 | 1 | -35/+21 |
| | | | | -Erik | ||||
* | Forgot to commit these cleanups it seems. | Eric Andersen | 2000-07-11 | 1 | -1/+0 |
| | | | | -Erik |