aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* crond: put tasks in separate process groupsDenis Vlasenko2008-12-021-0/+4
|
* mountpoint: add -n option (by Vladimir)Denis Vlasenko2008-11-291-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 descriptorsDenis Vlasenko2008-11-291-4/+3
|
* timeout: fix a few bugs. vda is stupidDenis Vlasenko2008-11-241-115/+2
|
* timeout: new applet. 370 bytes. by Roberto Foglietta.Denis Vlasenko2008-11-243-0/+236
|
* strings: code shrink -22 bytes by TitoDenis Vlasenko2008-11-231-5/+4
|
* inotifyd: exit if x event happened for all filesDenis Vlasenko2008-11-201-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 eventsDenis Vlasenko2008-11-171-18/+27
|
* man: better check for duplicated MANPATH. Also -10 bytes.Denis Vlasenko2008-11-161-47/+56
|
* inotifyd: fix "inotifyd with no params" caseDenis Vlasenko2008-11-141-1/+1
|
* inotify: document waiting behaviorDenis Vlasenko2008-11-141-1/+1
|
* inotify: fix buffer overflow and "unreaped zombies" problemDenis Vlasenko2008-11-141-22/+29
|
* build system: reorder less' options in config so thatDenis Vlasenko2008-11-101-16/+16
| | | | | they are properly indented
* build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko2008-11-062-6/+6
|
* less: fix pasting into search line ('/' cmd) -Denis Vlasenko2008-11-021-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 foreverDenis Vlasenko2008-10-311-6/+10
| | | | | on pty's closed etc
* dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com)Denis Vlasenko2008-10-301-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 fixesDenis Vlasenko2008-10-291-0/+2
|
* devmem: fixlet in cleanup codeDenis Vlasenko2008-10-261-1/+1
|
* devmem: make it more script-friendly; don't do any readsDenis Vlasenko2008-10-261-37/+42
| | | | | and output nothing if writing was requested. -100 bytes
* less: correctly wrap lines with tabsDenis Vlasenko2008-10-261-27/+27
|
* devmem: new appletDenis Vlasenko2008-10-263-0/+131
|
* less: FEATURE_LESS_LINENUMS depends on FEATURE_LESS_DASHCMDDenis Vlasenko2008-10-262-2/+3
|
* less: disable _ command, it's useless bloatDenis Vlasenko2008-10-261-0/+5
|
* less: reuse former vi's key reading code. Improve SIGWINCH handling.Denis Vlasenko2008-10-251-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 Vlasenko2008-10-242-65/+106
|
* less: add less v.418 help text doc. No code changes.Denis Vlasenko2008-10-241-2/+209
|
* less: experimental code to enable wrap/no-wrapDenis Vlasenko2008-10-241-1/+136
| | | | | and adapting to resized xterm windows. disabled for now.
* less: more sane way of line numbering. Prepares forDenis Vlasenko2008-10-231-22/+53
| | | | | wrap/unwrap and line numbers to be toggleable.
* - use sys/inotify.hBernhard Reutner-Fischer2008-10-211-1/+1
|
* dc: conditionalize parts which require libmDenis Vlasenko2008-10-202-0/+12
|
* watchdog: WDIOC_SETTIMEOUT accepts seconds, not millisecondsDenis Vlasenko2008-10-041-0/+2
| | | | | klogd: handle many lines at once, by Steve Bennett (steveb AT workware.net.au)
* style fixes, no code changesDenis Vlasenko2008-09-271-6/+6
|
* - add less -I to be able to search case-insensitivelyBernhard Reutner-Fischer2008-09-261-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-Fischer2008-09-256-6/+6
|
* crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e)Denis Vlasenko2008-09-211-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 NONBLOCKDenis Vlasenko2008-09-202-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 MANPATHDenis Vlasenko2008-09-141-3/+5
| | | | | do not warn if /etc/man.conf does not exist
* man: use default MANPATH of "/usr/man"; do not search paths twiceDenis Vlasenko2008-09-141-4/+12
|
* runsvd: shrink by VladimirDenis Vlasenko2008-09-112-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 optionDenis Vlasenko2008-09-071-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 .configDenis Vlasenko2008-08-051-23/+45
| | | | | man: fix a case when a full pathname to manpage is given
* man: yet another fixlet to "manpage link" codeDenis Vlasenko2008-08-051-2/+3
|
* man: fixlet for man linksDenis Vlasenko2008-08-051-12/+17
|
* man: add handling of "man links", by Ivana Varekova <varekova AT redhat.com>Denis Vlasenko2008-08-051-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 tailDenis Vlasenko2008-08-041-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 VladimirDenis Vlasenko2008-08-031-17/+17
| | | | | | | function old new delta makedevs_main 1071 1049 -22 packed_usage 24744 24708 -36
* makedevs: shrink (by Vladimir); testsuiteDenis Vlasenko2008-08-011-86/+64
| | | | | | function old new delta makedevs_main 1153 1071 -82
* whitespace fixDenis Vlasenko2008-07-261-16/+16
|
* man: a forgotten chunk of lask commit (config file parser fixes)Denis Vlasenko2008-07-261-20/+16
|