Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-02 | crond: put tasks in separate process groups | Denis Vlasenko | |
2008-11-29 | mountpoint: add -n option (by Vladimir) | Denis Vlasenko | |
text data bss dec hex filename 799859 560 7748 808167 c54e7 busybox_old 799845 560 7748 808153 c54d9 busybox_unstripped | |||
2008-11-29 | inotifyd: save resourses by closing unused inotify descriptors | Denis Vlasenko | |
2008-11-24 | timeout: fix a few bugs. vda is stupid | Denis Vlasenko | |
2008-11-24 | timeout: new applet. 370 bytes. by Roberto Foglietta. | Denis Vlasenko | |
2008-11-23 | strings: code shrink -22 bytes by Tito | Denis Vlasenko | |
2008-11-20 | inotifyd: exit if x event happened for all files | Denis Vlasenko | |
fix FIONREAD parameter type fix default mask code shrink help text function old new delta inotifyd_main 497 506 +9 packed_usage 25446 25431 -15 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 9/-15) Total: -6 bytes | |||
2008-11-17 | inotify: add x, o, and u events | Denis Vlasenko | |
2008-11-16 | man: better check for duplicated MANPATH. Also -10 bytes. | Denis Vlasenko | |
2008-11-14 | inotifyd: fix "inotifyd with no params" case | Denis Vlasenko | |
2008-11-14 | inotify: document waiting behavior | Denis Vlasenko | |
2008-11-14 | inotify: fix buffer overflow and "unreaped zombies" problem | Denis Vlasenko | |
2008-11-10 | build system: reorder less' options in config so that | Denis Vlasenko | |
they are properly indented | |||
2008-11-06 | build system: tidying up CONFIG_xxx names (suggested by Rob) | Denis Vlasenko | |
2008-11-02 | less: fix pasting into search line ('/' cmd) - | Denis Vlasenko | |
it was mishandled because pasting "types" very fast and read_key eats many chars. +30 bytes. | |||
2008-10-31 | less: fix newly-introduced case of less spinning forever | Denis Vlasenko | |
on pty's closed etc | |||
2008-10-30 | dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com) | Denis Vlasenko | |
function old new delta print_base 87 176 +89 set_output_base 81 95 +14 static.bases - 5 +5 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/0 up/down: 108/0) Total: 108 bytes | |||
2008-10-29 | randomconfig fixes | Denis Vlasenko | |
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 | less: disable _ command, it's useless bloat | Denis Vlasenko | |
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-24 | less: add optional line number toggle and resizing on SIGWINCH. | Denis Vlasenko | |
2008-10-24 | less: add less v.418 help text doc. No code changes. | Denis Vlasenko | |
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-21 | - use sys/inotify.h | Bernhard Reutner-Fischer | |
2008-10-20 | dc: conditionalize parts which require libm | Denis Vlasenko | |
2008-10-04 | watchdog: WDIOC_SETTIMEOUT accepts seconds, not milliseconds | Denis Vlasenko | |
klogd: handle many lines at once, by Steve Bennett (steveb AT workware.net.au) | |||
2008-09-27 | style fixes, no code changes | Denis Vlasenko | |
2008-09-26 | - add less -I to be able to search case-insensitively | Bernhard Reutner-Fischer | |
+17b, but the helptext is quite elaborate, thus: function old new delta .rodata 118995 119032 +37 packed_usage 24731 24767 +36 regex_process 284 300 +16 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 89/0) Total: 89 bytes | |||
2008-09-25 | - update my name. No obj-code changes ;) | Bernhard Reutner-Fischer | |
2008-09-21 | crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e) | Denis Vlasenko | |
vi: deal with EOF/error on stdin and with input NULs function old new delta crontab_main 623 642 +19 edit_file 901 906 +5 readit 331 318 -13 | |||
2008-09-20 | init: set stderr to NONBLOCK | Denis Vlasenko | |
*: s/setenv(a,b,1)/xsetenv(a,b)/ function old new delta init_main 856 895 +39 message 146 144 -2 crond_main 1418 1416 -2 run 661 658 -3 zcip_main 1409 1403 -6 edit_file 910 901 -9 environment 20 - -20 | |||
2008-09-14 | man: do not use default if /etc/man.conf has different MANPATH | Denis Vlasenko | |
do not warn if /etc/man.conf does not exist | |||
2008-09-14 | man: use default MANPATH of "/usr/man"; do not search paths twice | Denis Vlasenko | |
2008-09-11 | runsvd: shrink by Vladimir | Denis Vlasenko | |
*: use unified trivial signal handler function old new delta record_signo - 10 +10 process_stdin 433 443 +10 bbunpack 383 391 +8 wc_main 598 605 +7 conescape 293 296 +3 nmeter_main 670 672 +2 fallbackSort 1717 1719 +2 bb_got_signal - 1 +1 microcom_main 713 712 -1 signalled 2 - -2 pack_gzip 1661 1659 -2 evalvar 1376 1374 -2 compare_keys 737 735 -2 parse_command 1460 1456 -4 expand 1748 1744 -4 s_term 37 29 -8 s_hangup 8 - -8 fgotsig 10 - -10 find_pair 187 169 -18 signal_handler 190 170 -20 runsvdir_main 1701 1583 -118 ------------------------------------------------------------------------------ (add/remove: 2/3 grow/shrink: 6/10 up/down: 43/-199) Total: -156 bytes | |||
2008-09-07 | watchdog: add -T option | Denis Vlasenko | |
function old new delta watchdog_main 159 219 +60 mdev: support match by major,minor. See bug 4714. +100 bytes. | |||
2008-08-05 | man: teach it to use .lzma if requested by .config | Denis Vlasenko | |
man: fix a case when a full pathname to manpage is given | |||
2008-08-05 | man: yet another fixlet to "manpage link" code | Denis Vlasenko | |
2008-08-05 | man: fixlet for man links | Denis Vlasenko | |
2008-08-05 | man: add handling of "man links", by Ivana Varekova <varekova AT redhat.com> | Denis Vlasenko | |
function old new delta run_pipe 102 354 +252 show_manpage - 126 +126 man_main 705 615 -90 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 1/1 up/down: 378/-90) Total: 288 bytes | |||
2008-08-04 | libbb: make xrealloc_vector zero out the realloc'ed tail | Denis Vlasenko | |
function old new delta xrealloc_vector_helper 51 76 +25 man_main 712 705 -7 act 250 234 -16 create_list 91 70 -21 getopt_main 695 664 -31 load_dep_bb 281 248 -33 fileAction 744 709 -35 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/6 up/down: 25/-143) Total: -118 bytes | |||
2008-08-03 | makedevs: shrink by Vladimir | Denis Vlasenko | |
function old new delta makedevs_main 1071 1049 -22 packed_usage 24744 24708 -36 | |||
2008-08-01 | makedevs: shrink (by Vladimir); testsuite | Denis Vlasenko | |
function old new delta makedevs_main 1153 1071 -82 | |||
2008-07-26 | whitespace fix | Denis Vlasenko | |
2008-07-26 | man: a forgotten chunk of lask commit (config file parser fixes) | Denis Vlasenko | |