aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-24diff: reordering and renaming of variablesDenis Vlasenko
function old new delta diff_main 843 848 +5 get_recursive_dirlist 177 180 +3 add_to_dirlist 64 66 +2 change 329 326 -3 files_differ 182 176 -6 diffreg 1823 1808 -15 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/3 up/down: 10/-24) Total: -14 bytes
2008-03-24diff: make a few variables localDenis Vlasenko
function old new delta diffreg 1844 1823 -21
2008-03-24diff: make it work on pipes etc (needed for kernel compile)Denis Vlasenko
function old new delta get_recursive_dirlist - 177 +177 make_temp - 144 +144 diffreg 1818 1844 +26 files_differ 175 182 +7 diff_main 842 843 +1 get_dir 177 - -177 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 3/0 up/down: 355/-177) Total: 178 bytes
2008-03-24diff: shrinkDenis Vlasenko
function old new delta check 678 1607 +929 files_differ - 175 +175 do_diff 436 433 -3 asciifile 94 90 -4 print_only 23 16 -7 diff_main 868 842 -26 prepare 339 301 -38 print_status 316 178 -138 diffreg 2993 1818 -1175 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 1/7 up/down: 1104/-1391) Total: -287 bytes
2008-03-24*: whitespace fixes, no code changesDenis Vlasenko
2008-03-24lpr: add more accurate commentsDenis Vlasenko
*: trailing whitespace removal
2008-03-24lpd: much safer against malicious input. Does not fork anymore,Denis Vlasenko
as this is not needed.
2008-03-24lpd: fix OOM vulnerability (was eating arbitrarily large commands)Denis Vlasenko
2008-03-23lpd: maintainer's update: now with spool helpersDenis Vlasenko
function old new delta exec_helper - 227 +227 sane 66 117 +51 packed_usage 23806 23828 +22 lpd_main 486 504 +18 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 3/0 up/down: 318/0) Total: 318 bytes
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko
*: removal of #include <getopt.h>
2008-03-23pscan: fix a typo in help textDenis Vlasenko
2008-03-23pscan: add -c, -b: report closed, blocked portsDenis Vlasenko
2008-03-23tail: fix fallout from tail -c optimizationDenis Vlasenko
2008-03-22bump version to 1.11.0.svnDenis Vlasenko
2008-03-22taskset: fix false failure in testsuiteDenis Vlasenko
2008-03-21webpage: typo fixDenis Vlasenko
2008-03-21Bump version to 1.10.0 and announce it on website.Denis Vlasenko
2008-03-21update defconfigDenis Vlasenko
2008-03-21website: fix double include of menubarDenis Vlasenko
2008-03-21webpage: fix EnglishDenis Vlasenko
2008-03-21website: announce stable point releasesDenis Vlasenko
2008-03-21*: fix build problems found with randomconfigDenis Vlasenko
2008-03-21scripts/bb_release: release script (I nearly lost it last time)Denis Vlasenko
website: update links to latest releases
2008-03-20*: use fopen_or_warn in few more placesDenis Vlasenko
2008-03-20let top build without TERMIOS enabledPaul Fox
2008-03-20termios can be used by either top or more.Paul Fox
2008-03-20inetd: use change_identity().Denis Vlasenko
libbb: shrink our internal initgroups(). httpd: remove stray 'else' and 'index_page = "index.html"' function old new delta httpd_main 750 743 -7 inetd_main 2033 2011 -22 bb_internal_initgroups 251 228 -23 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-52) Total: -52 bytes
2008-03-20small NOMMU fixesDenis Vlasenko
2008-03-20hdparm: do not lie about supporting -q (quiet)Denis Vlasenko
hdparm: interpret_standby() shrink hdparm: make HDIO_GET/SET_QDMA #ifdef more complete (by Joe Krahn <krahn AT niehs.nih.gov>) function old new delta packed_usage 23798 23776 -22 process_dev 5342 5315 -27
2008-03-20gcc compat fix and warning suppressionDenis Vlasenko
by Joe Krahn <krahn AT niehs.nih.gov>
2008-03-20udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings);Denis Vlasenko
code shrink while at it: function old new delta read_config 406 323 -83
2008-03-19tftpd: small trivial shrinkDenis Vlasenko
tftpd_main 502 488 -14
2008-03-19die_if_bad_username: shrink: 88 -> 77 bytesDenis Vlasenko
2008-03-19...and actually adding new file now...Denis Vlasenko
2008-03-19adduser/addgroup: check username for invalid charsDenis Vlasenko
(by Tito <farmatito AT tiscali.it>). +129 bytes when enabled.
2008-03-19*: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)Denis Vlasenko
top: fix "top </dev/null" case (by Cristian Ionescu-Idbohrn)
2008-03-19ifupdown: make it NOMMU-capableDenis Vlasenko
2008-03-19tftpd: fix download: we must change user AFTER bindDenis Vlasenko
tftp_protocol 1466 1468 +2
2008-03-19tftpd: options -c (allow _new_ files to be uploaded) and -u USERDenis Vlasenko
function old new delta tftp_protocol 1316 1466 +150 packed_usage 23774 23798 +24 tftpd_main 509 502 -7 tftp_main 311 252 -59 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/2 up/down: 174/-66) Total: 108 bytes text data bss dec hex filename 797700 641 7380 805721 c4b59 busybox_old 797833 641 7380 805854 c4bde busybox_unstripped
2008-03-19tftp(d): a bit more verbose error reportingDenis Vlasenko
2008-03-19tftpd: make it emit error packetsDenis Vlasenko
telnetd: use login always, not "sometimes login, sometimes shell" text data bss dec hex filename 797612 641 7380 805633 c4b01 busybox_old 797695 641 7380 805716 c4b54 busybox_unstripped
2008-03-18unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko
2008-03-18mount: #ifdef out MOUNT_LABEL code parts if it is not selectedDenis Vlasenko
2008-03-18patch: don't trash permissions of patched fileDenis Vlasenko
2008-03-18tftpd: make open() check r/w permissions instead of doing it ourself.Denis Vlasenko
Add -r "prohibit upload" opt for those lazy people who run tftpd as root. -40 bytes.
2008-03-18tftpd: fix bugs spotted by VladimirDenis Vlasenko
2008-03-17init: do not close all descriptors > 2. We were doing it - sometimes.Denis Vlasenko
Good choices are "do it, always" or "don't do it". Second is smaller.
2008-03-17remove alarm() calls which were functioning as a primitivePaul Fox
watchdog function, presumably to catch infinite loop bugs. (control-C can do the same thing, and the alarms were too short in any case.) also, switch to sigsetjmp/siglongjmp in order to allow repeated use of control-C -- otherwise it works once, then not again.
2008-03-17init: do not use bb_sanitize_stdio(), "/dev/null" may be missing (yet)Denis Vlasenko
2008-03-17httpd: small fixlet for POST upload - skipDenis Vlasenko
whitespace between "Content-length:" and number