Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-05 | tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau ↵ | Denis Vlasenko | |
<landau_alex@yahoo.com>) | |||
2007-09-05 | busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" message | Denis Vlasenko | |
libbb: comment out realpath, add readlink which doesn't warn | |||
2007-09-04 | tar: conditionally don't wait for vforked child to exec, as it always | Denis Vlasenko | |
works right on Linux, and anyway mayresult only on less-than-clear error message only, it will not cause tar to misbehave. function old new delta open_transformer 98 80 -18 writeTarFile 714 547 -167 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-185) Total: -185 bytes text data bss dec hex filename 770651 1051 10764 782466 bf082 busybox_old 770463 1051 10764 782278 befc6 busybox_unstripped | |||
2007-09-04 | mount: ignore NFS bg option on NOMMU machines | Denis Vlasenko | |
2007-09-03 | du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>) | Denis Vlasenko | |
$ ./.cmk bloatcheck function old new delta du_main 340 348 +8 print 39 40 +1 status 129 125 -4 slink_depth 4 - -4 print_files 4 - -4 one_file_system 4 - -4 max_print_depth 4 - -4 du_depth 4 - -4 disp_hr 4 - -4 count_hardlinks 4 - -4 du 407 401 -6 dir_dev 8 - -8 ------------------------------------------------------------------------------ (add/remove: 0/8 grow/shrink: 2/2 up/down: 9/-46) Total: -37 bytes text data bss dec hex filename 864 12 28 904 388 busybox.t3/coreutils/du.o 867 0 0 867 363 busybox.t4/coreutils/du.o 770647 1063 10788 782498 bf0a2 busybox.t3/busybox_unstripped 770651 1051 10764 782466 bf082 busybox.t4/busybox_unstripped | |||
2007-09-03 | login: do reject wrong passwords with PAM auth | Denis Vlasenko | |
2007-09-03 | trylink: reinstate accidentally deleted --verbose | Denis Vlasenko | |
trylink: remove commented-out parts | |||
2007-09-02 | - IFUPDOWN_IFSTATE_PATH depends on IFUPDOWN | Bernhard Reutner-Fischer | |
2007-09-02 | - Generally strip off -l that does not pull in a lib. | Bernhard Reutner-Fischer | |
If l_list is non-empty then add the group flags. | |||
2007-09-02 | - fix bug where we linked again -lm even though it is not needed. | Bernhard Reutner-Fischer | |
For BBOX_LIB_LIST="crypt m" trylink ... with just applet true, we pulled in libm because in this case we tried to use invalid flags (plain "-l" without a lib) which of course failed, thus the script thought that -lm was needed. The fix is not to pass "-l" without a lib if we are about to check if any or the last remaining lib is really needed. | |||
2007-08-31 | isrv: use monotonic_sec | Denis Vlasenko | |
runsv: do not use clock_gettime if !MONOTONIC_CLOCK | |||
2007-08-29 | top: another readability fix | Denis Vlasenko | |
2007-08-29 | vsz and rss are unsigned longs (ulong ~= width of void* => | Denis Vlasenko | |
suitable for expressing total RAM in system). We account for "32 bit in 64 bit" systems by storing kbytes, not bytes there. Should allow for up to ~2000 Gb RAM on 32 bits. | |||
2007-08-29 | top: don't wait before final bailout (try top -b -n1). | Denis Vlasenko | |
top: make code a bit more readable. | |||
2007-08-29 | mount: allow (and ignore) -i | Denis Vlasenko | |
2007-08-28 | smart_ulltoa5: emit small letters k,m,g... - makes top | Denis Vlasenko | |
more readable | |||
2007-08-28 | top: use poll instead of select for waiting on one descriptor | Denis Vlasenko | |
smart_ulltoa5: make it more cryptic. -50 bytes. function old new delta passwd_main 1095 1103 +8 getNum 557 565 +8 buffer_fill_and_print 73 76 +3 udhcpc_main 2393 2395 +2 mkfs_minix_main 3071 3070 -1 dname_enc 377 373 -4 expmeta 480 472 -8 smart_ulltoa5 334 283 -51 top_main 911 815 -96 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 4/5 up/down: 21/-160) Total: -139 bytes text data bss dec hex filename 770872 1063 10788 782723 bf183 busybox_old 770732 1063 10788 782583 bf0f7 busybox_unstripped | |||
2007-08-28 | mount: don't close fd twice in NFS code | Denis Vlasenko | |
2007-08-27 | cp: fix recursion check to not waste bytes remembering names of dirs | Denis Vlasenko | |
2007-08-27 | cp: detect and prevent infinite recursion | Denis Vlasenko | |
2007-08-26 | ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes) | Denis Vlasenko | |
2007-08-26 | add links to vda's pet projects | Denis Vlasenko | |
2007-08-26 | install: shrink a bit, fix two buglets | Denis Vlasenko | |
2007-08-25 | Start a small document "why ifupdown is bad" | Denis Vlasenko | |
2007-08-25 | make copy_file() a bit easier to understand, and smaller | Denis Vlasenko | |
function old new delta copy_file 1565 1447 -118 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-118) Total: -118 bytes text data bss dec hex filename 770938 1063 10788 782789 bf1c5 busybox_old 770814 1063 10788 782665 bf149 busybox_unstripped | |||
2007-08-25 | support "#!/bin/busybox"-style wrappers. Needed for SELinux. | Denis Vlasenko | |
Patch by Yuichi Nakamura <ynakam@hitachisoft.jp> | |||
2007-08-25 | - add Yann's email-addr | Bernhard Reutner-Fischer | |
2007-08-24 | cp,mv: simpler arg[cv] handling -> smallish code savings | Denis Vlasenko | |
2007-08-24 | - cosmetic html cleanup | Bernhard Reutner-Fischer | |
2007-08-24 | - obfuscate addrs a little bit | Bernhard Reutner-Fischer | |
2007-08-24 | cp: make POSIX-me-harder mode complain with a bit less insane message | Denis Vlasenko | |
2007-08-24 | spelling fixes to website | Denis Vlasenko | |
2007-08-24 | Cosmetic fixes to webpage | Denis Vlasenko | |
2007-08-24 | add missed attribution to httpd sendfile support | Denis Vlasenko | |
2007-08-24 | Start 1.8.x cycle | Denis Vlasenko | |
2007-08-24 | news.html: add 1.7.0 announcement | Denis Vlasenko | |
2007-08-24 | Update defconfig; fix comments | Denis Vlasenko | |
2007-08-23 | build system: stop moaning about unset integer CONFIGs. | Denis Vlasenko | |
2007-08-23 | *: compile fixes for 64-bit build | Denis Vlasenko | |
2007-08-23 | httpd: code shrink of dir indexer example | Denis Vlasenko | |
2007-08-22 | login: fixes for PAM build | Denis Vlasenko | |
2007-08-22 | httpd: style fix in indexer example | Denis Vlasenko | |
2007-08-22 | httpd: replace shell-based dir indexer cgi example with C-based one. | Denis Vlasenko | |
2007-08-21 | httpd: fix buglet in hex conversion. Remove alloca NULL checks | Denis Vlasenko | |
(never happens, app just crashes if stack overflows) svlogd: cosmetic messages and style fixes | |||
2007-08-21 | login: optional support for PAM | Denis Vlasenko | |
2007-08-21 | s/communal/common/ part 2 | Denis Vlasenko | |
2007-08-21 | s/communal/common/ | Denis Vlasenko | |
2007-08-21 | httpd: add optional support for error pages | Denis Vlasenko | |
(by Pierre Metras <genepi@sympatico.ca>) | |||
2007-08-20 | runit/*: get rid of tai[a] time abstraction, it's too bloaty. | Denis Vlasenko | |
text data bss dec hex filename 772537 1058 11092 784687 bf92f busybox.t0/busybox 772459 1058 11060 784577 bf8c1 busybox.t1/busybox 772326 1058 11028 784412 bf81c busybox.t2/busybox 772158 1058 10980 784196 bf744 busybox.t3/busybox 771490 1055 10988 783533 bf4ad busybox.t4/busybox | |||
2007-08-19 | removed stray debugging comments | Denis Vlasenko | |