Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - improve helptext of obsolete devfs stuff.. | Bernhard Reutner-Fischer | 2009-02-14 | 1 | -3/+8 | |
| | ||||||
* | crond,crontab: make cron directory location configurable | Denis Vlasenko | 2009-02-03 | 3 | -9/+10 | |
| | ||||||
* | ionice: new applet, adapted from Linux kernel' example by Walter Harms | Denis Vlasenko | 2009-01-31 | 3 | -0/+107 | |
| | | | | | | | text data bss dec hex filename 1050316 924 10952 1062192 103530 busybox_old 1050758 924 10952 1062634 1036ea busybox_unstripped | |||||
* | - update Michele address | Bernhard Reutner-Fischer | 2009-01-27 | 1 | -2/+1 | |
| | ||||||
* | dc: fix the "base 2" patch omission of base not being set | Denis Vlasenko | 2008-12-30 | 1 | -1/+3 | |
| | ||||||
* | libbb: add bb_unsetenv (taken from hush). | Denis Vlasenko | 2008-12-30 | 1 | -7/+5 | |
| | | | | | | | | | | | | | | | | | | | udhcpc: stop filtering environment passed to the script. crond: fix uncovered potential bug (failing unsetenv) mdev: fix uncovered potential bug (failing unsetenv) tcp, udpsvd: fix uncovered potential bug (failing unsetenv) function old new delta safe_setenv - 58 +58 bb_unsetenv - 55 +55 builtin_unset 139 138 -1 tcpudpsvd_main 1843 1830 -13 free_strings_and_unsetenv 87 53 -34 udhcp_run_script 1186 1133 -53 safe_setenv4 62 - -62 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 0/4 up/down: 113/-163) Total: -50 bytes | |||||
* | watchdog: build fixes, no code changes | Denis Vlasenko | 2008-12-14 | 1 | -2/+7 | |
| | ||||||
* | libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/ | Denis Vlasenko | 2008-12-10 | 1 | -3/+1 | |
| | | | | | less: small optimization -15 bytes | |||||
* | clarify which version of crond is known to put tasks in separate pgrps | Denis Vlasenko | 2008-12-04 | 1 | -2/+2 | |
| | ||||||
* | libbb: introduce and use xgetpwnam. ~ -150 bytes. | Denis Vlasenko | 2008-12-03 | 1 | -3/+1 | |
| | ||||||
* | crond: use bb_setpgrp, not setpgrp | Denis Vlasenko | 2008-12-03 | 1 | -2/+2 | |
| | | | | | platform.h: make a bit more readable | |||||
* | libbb: password/group function helpers rewritten by Tito: | Denis Vlasenko | 2008-12-02 | 1 | -5/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | function old new delta xgetpwuid - 27 +27 uid2uname_utoa - 22 +22 gid2group_utoa - 22 +22 uid2uname - 18 +18 gid2group - 18 +18 buffer_fill_and_print 179 196 +17 print_user 12 24 +12 print_group 12 24 +12 get_cached 89 99 +10 ... print_common 134 120 -14 vlock_main 415 396 -19 logger_main 410 387 -23 crontab_main 642 609 -33 bb_getpwuid 42 - -42 bb_getgrgid 42 - -42 bb_getug 80 - -80 ------------------------------------------------------------------------------ (add/remove: 6/3 grow/shrink: 9/11 up/down: 187/-296) Total: -109 bytes | |||||
* | 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 |