Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | crond: put tasks in separate process groups | Denis Vlasenko | 2008-12-02 | 1 | -0/+4 | |
| | ||||||
* | mountpoint: add -n option (by Vladimir) | Denis Vlasenko | 2008-11-29 | 1 | -37/+43 | |
| | | | | | | | text data bss dec hex filename 799859 560 7748 808167 c54e7 busybox_old 799845 560 7748 808153 c54d9 busybox_unstripped | |||||
* | inotifyd: save resourses by closing unused inotify descriptors | Denis Vlasenko | 2008-11-29 | 1 | -4/+3 | |
| | ||||||
* | timeout: fix a few bugs. vda is stupid | Denis Vlasenko | 2008-11-24 | 1 | -115/+2 | |
| | ||||||
* | timeout: new applet. 370 bytes. by Roberto Foglietta. | Denis Vlasenko | 2008-11-24 | 3 | -0/+236 | |
| | ||||||
* | strings: code shrink -22 bytes by Tito | Denis Vlasenko | 2008-11-23 | 1 | -5/+4 | |
| | ||||||
* | inotifyd: exit if x event happened for all files | Denis Vlasenko | 2008-11-20 | 1 | -13/+29 | |
| | | | | | | | | | | | | | 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 | |||||
* | inotify: add x, o, and u events | Denis Vlasenko | 2008-11-17 | 1 | -18/+27 | |
| | ||||||
* | man: better check for duplicated MANPATH. Also -10 bytes. | Denis Vlasenko | 2008-11-16 | 1 | -47/+56 | |
| | ||||||
* | inotifyd: fix "inotifyd with no params" case | Denis Vlasenko | 2008-11-14 | 1 | -1/+1 | |
| | ||||||
* | inotify: document waiting behavior | Denis Vlasenko | 2008-11-14 | 1 | -1/+1 | |
| | ||||||
* | inotify: fix buffer overflow and "unreaped zombies" problem | Denis Vlasenko | 2008-11-14 | 1 | -22/+29 | |
| | ||||||
* | build system: reorder less' options in config so that | Denis Vlasenko | 2008-11-10 | 1 | -16/+16 | |
| | | | | | they are properly indented | |||||
* | build system: tidying up CONFIG_xxx names (suggested by Rob) | Denis Vlasenko | 2008-11-06 | 2 | -6/+6 | |
| | ||||||
* | less: fix pasting into search line ('/' cmd) - | Denis Vlasenko | 2008-11-02 | 1 | -11/+17 | |
| | | | | | | it was mishandled because pasting "types" very fast and read_key eats many chars. +30 bytes. | |||||
* | less: fix newly-introduced case of less spinning forever | Denis Vlasenko | 2008-10-31 | 1 | -6/+10 | |
| | | | | | on pty's closed etc | |||||
* | dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com) | Denis Vlasenko | 2008-10-30 | 1 | -6/+32 | |
| | | | | | | | | | | 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 | |||||
* | randomconfig fixes | Denis Vlasenko | 2008-10-29 | 1 | -0/+2 | |
| | ||||||
* | devmem: fixlet in cleanup code | Denis Vlasenko | 2008-10-26 | 1 | -1/+1 | |
| | ||||||
* | devmem: make it more script-friendly; don't do any reads | Denis Vlasenko | 2008-10-26 | 1 | -37/+42 | |
| | | | | | and output nothing if writing was requested. -100 bytes | |||||
* | less: correctly wrap lines with tabs | Denis Vlasenko | 2008-10-26 | 1 | -27/+27 | |
| | ||||||
* | devmem: new applet | Denis Vlasenko | 2008-10-26 | 3 | -0/+131 | |
| | ||||||
* | less: FEATURE_LESS_LINENUMS depends on FEATURE_LESS_DASHCMD | Denis Vlasenko | 2008-10-26 | 2 | -2/+3 | |
| | ||||||
* | less: disable _ command, it's useless bloat | Denis Vlasenko | 2008-10-26 | 1 | -0/+5 | |
| | ||||||
* | less: reuse former vi's key reading code. Improve SIGWINCH handling. | Denis Vlasenko | 2008-10-25 | 1 | -84/+53 | |
| | | | | | | | | | | | | | | | 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 | |||||
* | less: add optional line number toggle and resizing on SIGWINCH. | Denis Vlasenko | 2008-10-24 | 2 | -65/+106 | |
| | ||||||
* | less: add less v.418 help text doc. No code changes. | Denis Vlasenko | 2008-10-24 | 1 | -2/+209 | |
| | ||||||
* | less: experimental code to enable wrap/no-wrap | Denis Vlasenko | 2008-10-24 | 1 | -1/+136 | |
| | | | | | and adapting to resized xterm windows. disabled for now. | |||||
* | less: more sane way of line numbering. Prepares for | Denis Vlasenko | 2008-10-23 | 1 | -22/+53 | |
| | | | | | wrap/unwrap and line numbers to be toggleable. | |||||
* | - use sys/inotify.h | Bernhard Reutner-Fischer | 2008-10-21 | 1 | -1/+1 | |
| | ||||||
* | dc: conditionalize parts which require libm | Denis Vlasenko | 2008-10-20 | 2 | -0/+12 | |
| | ||||||
* | watchdog: WDIOC_SETTIMEOUT accepts seconds, not milliseconds | Denis Vlasenko | 2008-10-04 | 1 | -0/+2 | |
| | | | | | klogd: handle many lines at once, by Steve Bennett (steveb AT workware.net.au) | |||||
* | style fixes, no code changes | Denis Vlasenko | 2008-09-27 | 1 | -6/+6 | |
| | ||||||
* | - add less -I to be able to search case-insensitively | Bernhard Reutner-Fischer | 2008-09-26 | 1 | -2/+4 | |
| | | | | | | | | | | | +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 | |||||
* | - update my name. No obj-code changes ;) | Bernhard Reutner-Fischer | 2008-09-25 | 6 | -6/+6 | |
| | ||||||
* | crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e) | Denis Vlasenko | 2008-09-21 | 1 | -9/+10 | |
| | | | | | | | | | | 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 | |||||
* | init: set stderr to NONBLOCK | Denis Vlasenko | 2008-09-20 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | *: 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 | |||||
* | man: do not use default if /etc/man.conf has different MANPATH | Denis Vlasenko | 2008-09-14 | 1 | -3/+5 | |
| | | | | | do not warn if /etc/man.conf does not exist | |||||
* | man: use default MANPATH of "/usr/man"; do not search paths twice | Denis Vlasenko | 2008-09-14 | 1 | -4/+12 | |
| | ||||||
* | runsvd: shrink by Vladimir | Denis Vlasenko | 2008-09-11 | 2 | -23/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *: 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 | |||||
* | watchdog: add -T option | Denis Vlasenko | 2008-09-07 | 1 | -26/+33 | |
| | | | | | | | | function old new delta watchdog_main 159 219 +60 mdev: support match by major,minor. See bug 4714. +100 bytes. | |||||
* | man: teach it to use .lzma if requested by .config | Denis Vlasenko | 2008-08-05 | 1 | -23/+45 | |
| | | | | | man: fix a case when a full pathname to manpage is given | |||||
* | man: yet another fixlet to "manpage link" code | Denis Vlasenko | 2008-08-05 | 1 | -2/+3 | |
| | ||||||
* | man: fixlet for man links | Denis Vlasenko | 2008-08-05 | 1 | -12/+17 | |
| | ||||||
* | man: add handling of "man links", by Ivana Varekova <varekova AT redhat.com> | Denis Vlasenko | 2008-08-05 | 1 | -11/+62 | |
| | | | | | | | | | | 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 | |||||
* | libbb: make xrealloc_vector zero out the realloc'ed tail | Denis Vlasenko | 2008-08-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | 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 | |||||
* | makedevs: shrink by Vladimir | Denis Vlasenko | 2008-08-03 | 1 | -17/+17 | |
| | | | | | | | function old new delta makedevs_main 1071 1049 -22 packed_usage 24744 24708 -36 | |||||
* | makedevs: shrink (by Vladimir); testsuite | Denis Vlasenko | 2008-08-01 | 1 | -86/+64 | |
| | | | | | | function old new delta makedevs_main 1153 1071 -82 | |||||
* | whitespace fix | Denis Vlasenko | 2008-07-26 | 1 | -16/+16 | |
| | ||||||
* | man: a forgotten chunk of lask commit (config file parser fixes) | Denis Vlasenko | 2008-07-26 | 1 | -20/+16 | |
| |