Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Audit bb_common_bufsiz usage, add script which looks for misuse. | Denis Vlasenko | 2007-06-04 | 1 | -27/+24 |
| | | | | | | tr: stop using globals needlessly. code: -103 bytes | ||||
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
| | | | | | *: s/include "busybox.h"/include "libbb.h" | ||||
* | bb_full_fd_action: remove potential xmalloc from NOFORK path | Denis Vlasenko | 2007-04-11 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cat: stop using stdio.h opens libbb: introduce & use open[3]_or_warn function old new delta open3_or_warn - 54 +54 bb_cat 115 144 +29 open_or_warn - 25 +25 unlzma 2404 2412 +8 chattr_main 334 339 +5 xstrtoul_range_sfx 251 255 +4 telnet_main 1514 1510 -4 static.opt 4 - -4 qgravechar 122 118 -4 fuser_add_pid 61 54 -7 fuser_add_inode 154 147 -7 writeFileToTarball 1542 1534 -8 refresh 1156 1148 -8 do_show 856 846 -10 read_leases 212 200 -12 setup_redirects 236 222 -14 iproute_list_or_flush 1582 1568 -14 read_config 427 411 -16 write_leases 284 264 -20 hash_file 338 318 -20 copy_file 1760 1740 -20 do_iproute 2610 2588 -22 bb_full_fd_action 320 269 -51 open_to_or_warn 103 49 -54 fuser_main 1660 1596 -64 .rodata 131160 131096 -64 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 4/19 up/down: 125/-423) Total: -298 bytes | ||||
* | - 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 | ||||
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
| | |||||
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 |
| | | | | | | | | 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. | ||||
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -5/+1 |
| | | | | | | | | | | things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.) | ||||
* | - look at bb_applet_name. Should close bugs #892 and #893 | Bernhard Reutner-Fischer | 2006-06-01 | 1 | -40/+40 |
| | | | | also restructure code a bit so the fix only adds 1 byte.. | ||||
* | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | 2006-05-27 | 1 | -1/+0 |
| | |||||
* | - tito writes: this patch fixes some comments in dos2unix that are wrong | Bernhard Reutner-Fischer | 2006-03-18 | 1 | -4/+2 |
| | | | | or that reports non existent features (that i've ripped out...) | ||||
* | Tito shrank dos2unix. | Rob Landley | 2006-03-14 | 1 | -101/+37 |
| | |||||
* | common BUFSIZ BSS buffer, small reduce code, data and bss | "Vladimir N. Oleynik" | 2005-10-15 | 1 | -1/+2 |
| | |||||
* | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley | 2005-09-11 | 1 | -1/+0 |
| | | | | getopt.h, whitespace changes, typos, etc. | ||||
* | Bernhard Fischer trimmed down dos2unix a bit. | Rob Landley | 2005-09-01 | 1 | -45/+33 |
| | |||||
* | Steve Grubb writes: | Eric Andersen | 2004-05-05 | 1 | -1/+3 |
| | | | | | | | | | | | Hi, I just re-reviewed the patch I just sent...and it needed to be BUFSIZ-3 in dos2unix.c . tempFn is BUFSIZ so the last addressable spot it BUFSIZ-1. The loop increments by 2. That's why it should be BUFSIZ-3. Best Regards, Steve Grubb | ||||
* | Steve Grubb writes: | Eric Andersen | 2004-05-05 | 1 | -1/+1 |
| | | | | | | | | | | | Hello, I found and patched 2 more bugs. The first is a misplaced semi-colon. The second one is a buffer overflow. I doubt the buffer overflow is triggered in real life. But you never know what those wily hackers are up to. Thanks, Steve Grubb | ||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -3/+3 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -9/+11 |
| | |||||
* | Little fix to avoid overflow | Eric Andersen | 2002-07-03 | 1 | -1/+1 |
| | |||||
* | Scrub things and ditch uint64_t and use a custom type name | Eric Andersen | 2001-08-22 | 1 | -7/+13 |
| | | | | to avoid C lib compatibility problems. | ||||
* | Fix dos2unix compile problem with certain glibc versions | Eric Andersen | 2001-08-21 | 1 | -2/+2 |
| | |||||
* | More libc5 fixups | Eric Andersen | 2001-08-02 | 1 | -0/+5 |
| | | | | -Erik | ||||
* | This fixes dos2unix and unix2dos so they behave as expected. dos2unix | Eric Andersen | 2001-07-25 | 1 | -19/+57 |
| | | | | | was broken in the 0.52 release, and unix2dos was pretty lame... -Erik | ||||
* | Fix up some signed char vs int issues that show up on powerpc. | Eric Andersen | 2001-05-24 | 1 | -1/+1 |
| | |||||
* | Fix dos2unix/tr problem noted by Larry Doolittle. | Matt Kraai | 2001-04-12 | 1 | -1/+1 |
| | |||||
* | use tmpfile() and revert my previous changes... convert() belongs here | Glenn L McGrath | 2001-04-12 | 1 | -0/+84 |
| | |||||
* | Move convert to libbb | Glenn L McGrath | 2001-04-12 | 1 | -91/+0 |
| | |||||
* | Add in kent robotti's updated dos2unix.c | Eric Andersen | 2001-02-22 | 1 | -38/+144 |
| | |||||
* | 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 | -1/+1 |
| | | | | | | 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 missing header file. | Matt Kraai | 2001-01-29 | 1 | -0/+1 |
| | |||||
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -1/+1 |
| | |||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com. | Eric Andersen | 2000-09-20 | 1 | -0/+45 |
-Erik |