Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-28 | sendmail: new applet by dronnikov at gmail.com | Denis Vlasenko | |
2008-01-28 | *: tidy up usage of char **environ | Denis Vlasenko | |
2008-01-28 | microcom: undo #define trick, gcc fails to take advantage of it | Denis Vlasenko | |
2008-01-27 | mkswap, readahead: stop using fdlength, it is reported to be unreliable | Denis Vlasenko | |
2008-01-27 | stty: fix mishandling of 'control' keywords (Ralf Friedl ↵ | Denis Vlasenko | |
<Ralf.Friedl@online.de>) | |||
2008-01-27 | microcom: update from the author | Denis Vlasenko | |
2008-01-27 | tentatively fix getopt state corruption for NOFORK applets | Denis Vlasenko | |
2008-01-27 | - fix conflicting decls of syslog related facilitynames and prioritynames tables | Bernhard Reutner-Fischer | |
2008-01-27 | do not respect CONFIG_MODULES as it breaks building if it is defined in the ↵ | Mike Frysinger | |
build env | |||
2008-01-25 | udhcpc: filter unwanted packets in kernel | Denis Vlasenko | |
(Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>) | |||
2008-01-25 | fdisk: comment out unused function | Denis Vlasenko | |
2008-01-25 | udhcpc: fix wrong options in decline and release packets | Denis Vlasenko | |
(Jonas Danielsson <jonas.danielsson at axis.com>) | |||
2008-01-24 | fdisk: fix a case where break was reached only for DOS labels | Denis Vlasenko | |
2008-01-24 | halt: write wtmp entry if wtmp support is enabled | Denis Vlasenko | |
2008-01-24 | halt: update help text | Denis Vlasenko | |
2008-01-24 | comment fix | Denis Vlasenko | |
2008-01-24 | crond: small code shrink and readability enhancements | Denis Vlasenko | |
2008-01-24 | grep: fix wrong filename in error message | Denis Vlasenko | |
2008-01-23 | as reported by George Boudreau, make sure we properly skip blank lines | Mike Frysinger | |
2008-01-19 | - Fix hdparm's ioctl parameter passing (John Brandwood) | Bernhard Reutner-Fischer | |
2008-01-18 | eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savings | Paul Fox | |
was small, compared to the total size of the command-line editing features, and it removed key bindings that most wouldn't consider "fancy", like ^U, and 'l' and 'h' in vi mode, ^F and ^B in emacs mode. | |||
2008-01-17 | - correct helptext of stat (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
2008-01-14 | - implement brctl setpathcost, setportprio, setbridgeprio, stp | Bernhard Reutner-Fischer | |
text data bss dec hex filename 907 20 0 927 39f networking/brctl.o | |||
2008-01-14 | - mention strtod code-duplication as TODO for cleanup | Bernhard Reutner-Fischer | |
2008-01-13 | - shrink a bit and implement time related fancy features. Improve help texts. | Bernhard Reutner-Fischer | |
text data bss dec hex filename 253 20 0 273 111 networking/brctl.o.bare 613 20 0 633 279 networking/brctl.o.fancy-time | |||
2008-01-13 | - fix commentary typo | Bernhard Reutner-Fischer | |
2008-01-13 | - save four bytes by manually hoisting the br assignment | Bernhard Reutner-Fischer | |
2008-01-13 | - update defconfig | Bernhard Reutner-Fischer | |
2008-01-13 | - new applet brctl | Bernhard Reutner-Fischer | |
text data bss dec hex filename 289 20 0 309 135 networking/brctl.o 335 23 0 358 166 networking/brctl-verbose-ops.o | |||
2008-01-11 | - add ipsvd | Bernhard Reutner-Fischer | |
2008-01-11 | enable use of ^V prefix to allow forced insertion of any character. in | Paul Fox | |
particular, without this it's impossible to enter a TAB on the commandline (whether tab completion is enabled or not). | |||
2008-01-11 | allow 8-bit characters | Paul Fox | |
2008-01-09 | tac: handle NULs properly. +145 bytes | Denis Vlasenko | |
2008-01-08 | hush: report [v]fork failures | Denis Vlasenko | |
hush: more correct handling of piping config: add CONFIG_NOMMU | |||
2008-01-07 | whitespace fixes | Denis Vlasenko | |
2008-01-07 | ps: fix yet another buglet from recent ulltoa conversion :( | Denis Vlasenko | |
2008-01-07 | ps: fix COMMAND column adjustment | Denis Vlasenko | |
2008-01-07 | tac: *really* add tac.c now | Denis Vlasenko | |
2008-01-07 | ps: fix build breakage from vda's recent commit | Denis Vlasenko | |
*: whitespace fixes | |||
2008-01-07 | syslogd: fix shmat error check | Denis Vlasenko | |
2008-01-06 | tac: new applet. ~240 bytes. | Denis Vlasenko | |
Copyright (C) 2003 Yang Xiaopeng <yxp at hanwang.com.cn> Copyright (C) 2007 Natanael Copa <natanael.copa@gmail.com> Copyright (C) 2007 Tito Ragusa <farmatito@tiscali.it> | |||
2008-01-06 | ps: fix overflow in USER and VSZ columns | Denis Vlasenko | |
function old new delta smart_ulltoa4 - 280 +280 smart_ulltoa5 283 408 +125 ulltoa6_and_space - 25 +25 scale 28 38 +10 bbunpack 358 366 +8 ps_main 259 261 +2 glob3 35 37 +2 fill_bounds 172 174 +2 process_stdin 456 446 -10 smart_ulltoa6 406 - -406 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 6/1 up/down: 454/-416) Total: 38 bytes | |||
2008-01-05 | ps: add conditional support for -o [e]time | Denis Vlasenko | |
2008-01-04 | Makefile.help: removing allbareconfig target from help | Denis Vlasenko | |
applet_tables: fix allnoconfig | |||
2008-01-04 | ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var) | Denis Vlasenko | |
2008-01-04 | init: wait for orphaned children too while waiting | Denis Vlasenko | |
for sysinit-like processes (Harald Küthe <harald-tuxbox@arcor.de>) | |||
2008-01-03 | syslogd: avoid excessive tine() system calls | Denis Vlasenko | |
function old new delta timestamp_and_log_internal - 24 +24 log_locally 741 744 +3 timestamp_and_log 313 314 +1 syslogd_main 904 897 -7 quit_signal 101 94 -7 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/2 up/down: 28/-14) Total: 14 bytes | |||
2008-01-03 | syslogd: don't die if remote host's IP cannot be resolved. | Denis Vlasenko | |
retry resolutions every two minutes instead. function old new delta syslogd_main 865 904 +39 timestamp_and_log 324 313 -11 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 39/-11) Total: 28 bytes | |||
2008-01-02 | libbb: introduce and use safe_waitpid (loops in EINTR) | Denis Vlasenko | |
*: use more approproate (shorter) versions of wait() function old new delta safe_waitpid - 48 +48 wait_any_nohang - 17 +17 send_tree 365 369 +4 processorstop 432 435 +3 text_yank 110 108 -2 make_human_readable_str 202 200 -2 crond_main 1368 1366 -2 handle_sigchld 49 43 -6 reapchild 166 159 -7 custom 260 250 -10 checkscript 191 177 -14 wait_nohang 17 - -17 wait_pid 43 - -43 ------------------------------------------------------------------------------ (add/remove: 2/2 grow/shrink: 2/7 up/down: 72/-103) Total: -31 bytes | |||
2007-12-30 | adding libbb/printable.c | Denis Vlasenko | |