Age | Commit message (Expand) | Author |
2009-02-23 | - fix typo (thanks to Peter Kjellerstedt for noticing) | Bernhard Reutner-Fischer |
2009-02-22 | - Dual-license the config parser also under "LGLPv2.1 or later" | Bernhard Reutner-Fischer |
2009-02-20 | make modutils compile again | Ned Ludd |
2009-02-19 | depmod: accept and ignore -r (Linux kernle build needs this) | Denis Vlasenko |
2009-02-19 | flash_eraseall: shrink | Denis Vlasenko |
2009-02-18 | - add big busybox logo as transparent png | Bernhard Reutner-Fischer |
2009-02-18 | - bail out if screen resolution does not match PPM dimensions. | Bernhard Reutner-Fischer |
2009-02-18 | - document ppm header and skip whitespace | Bernhard Reutner-Fischer |
2009-02-18 | - update TODOs | Bernhard Reutner-Fischer |
2009-02-18 | - eliminate globals | Bernhard Reutner-Fischer |
2009-02-18 | - make it compile and shrink it a little bit (~-110 bytes) | Bernhard Reutner-Fischer |
2009-02-18 | - add flash_eraseall | Bernhard Reutner-Fischer |
2009-02-16 | - PPMs can have comments in the header. | Bernhard Reutner-Fischer |
2009-02-15 | ash: make dot command search current directory first, as bash does. | Denis Vlasenko |
2009-02-15 | Make "shadowed" numeric config entries (ones which depend on | Denis Vlasenko |
2009-02-15 | volume_id: abort early on read failures. | Denis Vlasenko |
2009-02-14 | init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set' | Denis Vlasenko |
2009-02-14 | - improve wording | Bernhard Reutner-Fischer |
2009-02-14 | - improve helptext | Bernhard Reutner-Fischer |
2009-02-14 | - misc untested shrinkage: | Bernhard Reutner-Fischer |
2009-02-14 | - improve helptext of obsolete devfs stuff.. | Bernhard Reutner-Fischer |
2009-02-14 | - cosmetic typo in helptext | Bernhard Reutner-Fischer |
2009-02-14 | killall and sestatus also need ARGVN scanning | Denis Vlasenko |
2009-02-13 | mdev: if /sys/class/block exists, don't scan /sys/block | Denis Vlasenko |
2009-02-07 | function old new delta | Denis Vlasenko |
2009-02-05 | httpd: tiny optimization | Denis Vlasenko |
2009-02-04 | httpd: | Denis Vlasenko |
2009-02-04 | sendmail: remove erroneous usage lines | Denis Vlasenko |
2009-02-03 | crond,crontab: make cron directory location configurable | Denis Vlasenko |
2009-02-02 | telnetd: do not advertise TELNET_LFLOW, we do not support | Denis Vlasenko |
2009-02-02 | udhcpd: add code which rejects lease files with suspicious or old timestamp. | Denis Vlasenko |
2009-02-02 | login: small simplification by Walter Harms. -10 bytes | Denis Vlasenko |
2009-02-02 | login: cleanup work by Walter Harms. No logic changes. | Denis Vlasenko |
2009-02-01 | dhcpd,dumpleases: write and use 64-bit current time in lease file. | Denis Vlasenko |
2009-01-31 | modutils-24: code shrink | Denis Vlasenko |
2009-01-31 | ionice: new applet, adapted from Linux kernel' example by Walter Harms | Denis Vlasenko |
2009-01-31 | brctl: fix compilation on 2.4.x kernels | Denis Vlasenko |
2009-01-31 | init: remove wait() loop on restart, it may be dangerous | Denis Vlasenko |
2009-01-31 | init: fix a bug where on reload order of entries might be wrong | Denis Vlasenko |
2009-01-31 | modutils-24: use xasprintf and xzalloc where appropriate, | Denis Vlasenko |
2009-01-31 | init: small correction in a comment | Denis Vlasenko |
2009-01-31 | init: major improvement in documentation and signal handling. | Denis Vlasenko |
2009-01-31 | init: preparatory patch, no code changes | Denis Vlasenko |
2009-01-29 | init: reinstate proper handling of !ENABLE_FEATURE_USE_INITTAB | Denis Vlasenko |
2009-01-28 | init: reduce ifdef forest (specially for Rob's happiness) | Denis Vlasenko |
2009-01-27 | - be gentle to syntax highlighting | Bernhard Reutner-Fischer |
2009-01-27 | - update Michele address | Bernhard Reutner-Fischer |
2009-01-25 | awk: in BEGIN section $0 should be "", not "0". | Denis Vlasenko |
2009-01-24 | traceroute: allow -w NUM as small as 1 | Denis Vlasenko |
2009-01-24 | traceroute: rewrite. Do not emit raw IP packets, instead send UDP or ICMP | Denis Vlasenko |