Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-29 | randomconfig fixes | Denis Vlasenko | |
2008-10-29 | another small defconfig update | Denis Vlasenko | |
2008-10-29 | update defconfig | Denis Vlasenko | |
2008-10-29 | runsvdir: kill another global | Denis Vlasenko | |
2008-10-29 | runsvdir: fx a recent vda's buglet (was pausing even if not signaled). | Denis Vlasenko | |
stop spawning children immediately if signaled. Kill one global. | |||
2008-10-29 | id: better wording in comments, no code changes | Denis Vlasenko | |
2008-10-29 | runsvdir: shrink (by Vladimir) | Denis Vlasenko | |
2008-10-29 | runsvdir: do not exit if we are pid 1. | Denis Vlasenko | |
2008-10-29 | more whitespace fixes | Denis Vlasenko | |
2008-10-29 | whitespace fixes, no code changes | Denis Vlasenko | |
2008-10-29 | vi: fix uninitialized last_search_pattern (bug 5794) | Denis Vlasenko | |
2008-10-29 | id: coreutils compat by Tito + test script | Denis Vlasenko | |
2008-10-27 | - typo in documentation | Bernhard Reutner-Fischer | |
2008-10-27 | ash: add testcase for bug 5304 | Denis Vlasenko | |
2008-10-27 | ash: fix "while kill -0 $child; do true; done" looping forever. | Denis Vlasenko | |
2008-10-27 | udhcp: simplify SO_BINDTODEVICE call | Denis Vlasenko | |
2008-10-27 | ls: trim help text | Denis Vlasenko | |
2008-10-27 | ping: trivial code shrink | Denis Vlasenko | |
function old new delta ping6_main 31 30 -1 ping_main 405 370 -35 | |||
2008-10-26 | cpio: emit TRAILER even when hard links were found. | Denis Vlasenko | |
by Pascal Bellard (pascal.bellard AT ads-lu.com) | |||
2008-10-26 | devmem: fixlet in cleanup code | Denis Vlasenko | |
2008-10-26 | devmem: make it more script-friendly; don't do any reads | Denis Vlasenko | |
and output nothing if writing was requested. -100 bytes | |||
2008-10-26 | less: correctly wrap lines with tabs | Denis Vlasenko | |
2008-10-26 | devmem: new applet | Denis Vlasenko | |
2008-10-26 | less: FEATURE_LESS_LINENUMS depends on FEATURE_LESS_DASHCMD | Denis Vlasenko | |
2008-10-26 | read_key is actually written by Rob, add him to copyright notice | Denis Vlasenko | |
2008-10-26 | less: disable _ command, it's useless bloat | Denis Vlasenko | |
2008-10-25 | read_key: add comments how Shift and Meta keys looks like. | Denis Vlasenko | |
no code changes | |||
2008-10-25 | less: reuse former vi's key reading code. Improve SIGWINCH handling. | Denis Vlasenko | |
function old new delta less_main 2056 2097 +41 getch_nowait 248 273 +25 read_key 310 321 +11 static.esccmds 61 69 +8 count_lines 72 74 +2 less_gets 166 142 -24 less_getch 172 43 -129 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 6/5 up/down: 91/-170) Total: -79 bytes text data bss dec hex filename | |||
2008-10-25 | libbb: add forgotten file from previous commit :( | Denis Vlasenko | |
2008-10-25 | vi: move key reading routine out of vi into llbbb | Denis Vlasenko | |
function old new delta read_key - 310 +310 .... static.esccmds 170 61 -109 readit 286 60 -226 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 9/10 up/down: 349/-367) Total: -18 bytes | |||
2008-10-25 | tar: fix typo in comment | Denis Vlasenko | |
2008-10-24 | tar: fix bug 3844: non-root tar does not preserve perms | Denis Vlasenko | |
2008-10-24 | less: add optional line number toggle and resizing on SIGWINCH. | Denis Vlasenko | |
2008-10-24 | - improve wording and fix alphabetical order | Bernhard Reutner-Fischer | |
2008-10-24 | less: add less v.418 help text doc. No code changes. | Denis Vlasenko | |
2008-10-24 | build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM; | Denis Vlasenko | |
disable parsing test applet. | |||
2008-10-24 | less: experimental code to enable wrap/no-wrap | Denis Vlasenko | |
and adapting to resized xterm windows. disabled for now. | |||
2008-10-23 | less: more sane way of line numbering. Prepares for | Denis Vlasenko | |
wrap/unwrap and line numbers to be toggleable. | |||
2008-10-23 | - give glob a chance | Bernhard Reutner-Fischer | |
CROSS_COMPILE=~/foo-bar-baz would fail otherwise See http://www.uclibc.org/lists/buildroot/2008-October/011191.html | |||
2008-10-21 | - use sys/inotify.h | Bernhard Reutner-Fischer | |
2008-10-21 | init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent people | Denis Vlasenko | |
from selecting it in error. It has to be used ONLY for debugging init, never in production, as resulting init has serious differences. | |||
2008-10-21 | awk: fix typo in atan2 code. closes bug 5594. | Denis Vlasenko | |
2008-10-21 | - fix ip route rejecting dotted quads as prefix | Bernhard Reutner-Fischer | |
- adjust error message for wrong prefix not to mention address Previously e.g. ip route add 127.0.0.0/255.0.0.0 dev dummy0 was rejected, saying ip: an inet address is expected rather than "127.0.0.0/255.0.0.0" function old new delta get_prefix_1 201 309 +108 get_prefix 55 73 +18 get_addr 55 73 +18 get_addr32 48 58 +10 get_addr_1 249 204 -45 .rodata 114569 114524 -45 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 4/2 up/down: 154/-90) Total: 64 bytes | |||
2008-10-21 | getopt: reinstate erroneously removed getopt() reset code. | Denis Vlasenko | |
2008-10-20 | vi: handle chars 0x80, 0x81... correctly | Denis Vlasenko | |
2008-10-20 | dc: conditionalize parts which require libm | Denis Vlasenko | |
2008-10-20 | ash: fix NOEXEC mode - we were forgetting to pass environment! | Denis Vlasenko | |
env: promote to NOEXEC hd: promote to NOEXEC, as hexdump is NOEXEC already | |||
2008-10-20 | ash: fix a bug in standalone mode (corrupted getopt() state) | Denis Vlasenko | |
2008-10-19 | add comment explaining previous change | Denis Vlasenko | |
2008-10-19 | volume identification: abolish /proc/partitions and /proc/cdroms | Denis Vlasenko | |
scanning. It does not catch volume managers and such. Adding even more cruft is bad, so I decided to simply scan /dev/* for any block devices. See how much better it finds devices now: # ./busybox_old blkid /dev/sda1: LABEL="/boot" UUID="7931e231-dcb4-4b6d-9301-f7354ae24061" /dev/dm-0: LABEL="Fedora-9-Live-x8" UUID="bb491e1e-1145-4f5b-b0ab-cbd2baf4f15a" /dev/dm-1: UUID="edc2a920-ef83-437e-ba64-d3b6dc851267" /dev/sdb1: UUID="6F84-ED0F" # ./busybox blkid /dev/sdb1: UUID="6F84-ED0F" /dev/root: LABEL="Fedora-9-Live-x8" UUID="bb491e1e-1145-4f5b-b0ab-cbd2baf4f15a" /dev/dm-1: UUID="edc2a920-ef83-437e-ba64-d3b6dc851267" /dev/dm-0: LABEL="Fedora-9-Live-x8" UUID="bb491e1e-1145-4f5b-b0ab-cbd2baf4f15a" /dev/sda1: LABEL="/boot" UUID="7931e231-dcb4-4b6d-9301-f7354ae24061" /dev/mapper/VolGroup00-LogVol01: UUID="edc2a920-ef83-437e-ba64-d3b6dc851267" /dev/mapper/VolGroup00-LogVol00: LABEL="Fedora-9-Live-x8" UUID="bb491e1e-1145-4f5b-b0ab-cbd2baf4f15a" function old new delta static.drive_name_string 12 - -12 append_mount_options 205 190 -15 volume_id_open_node 37 18 -19 uuidcache_check_device 485 257 -228 uuidcache_init 637 36 -601 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 0/4 up/down: 0/-875) Total: -875 bytes text data bss dec hex filename 792218 592 6648 799458 c32e2 busybox_old 791260 592 6648 798500 c2f24 busybox_unstripped |