aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* flash_eraseall: shrinkDenis Vlasenko2009-02-191-35/+39
* - add big busybox logo as transparent pngBernhard Reutner-Fischer2009-02-181-0/+0
* - bail out if screen resolution does not match PPM dimensions.Bernhard Reutner-Fischer2009-02-182-14/+28
* - document ppm header and skip whitespaceBernhard Reutner-Fischer2009-02-181-2/+14
* - update TODOsBernhard Reutner-Fischer2009-02-181-7/+2
* - eliminate globalsBernhard Reutner-Fischer2009-02-181-5/+10
* - make it compile and shrink it a little bit (~-110 bytes)Bernhard Reutner-Fischer2009-02-181-36/+33
* - add flash_eraseallBernhard Reutner-Fischer2009-02-186-0/+207
* - PPMs can have comments in the header.Bernhard Reutner-Fischer2009-02-161-24/+21
* ash: make dot command search current directory first, as bash does.Denis Vlasenko2009-02-151-0/+9
* Make "shadowed" numeric config entries (ones which depend onDenis Vlasenko2009-02-151-0/+2
* volume_id: abort early on read failures.Denis Vlasenko2009-02-1520-70/+99
* init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set'Denis Vlasenko2009-02-142-17/+17
* - improve wordingBernhard Reutner-Fischer2009-02-141-1/+1
* - improve helptextBernhard Reutner-Fischer2009-02-141-2/+2
* - misc untested shrinkage:Bernhard Reutner-Fischer2009-02-141-11/+15
* - improve helptext of obsolete devfs stuff..Bernhard Reutner-Fischer2009-02-141-3/+8
* - cosmetic typo in helptextBernhard Reutner-Fischer2009-02-141-1/+1
* killall and sestatus also need ARGVN scanningDenis Vlasenko2009-02-142-8/+13
* mdev: if /sys/class/block exists, don't scan /sys/blockDenis Vlasenko2009-02-131-4/+11
* function old new deltaDenis Vlasenko2009-02-072-10/+50
* httpd: tiny optimizationDenis Vlasenko2009-02-051-7/+6
* httpd:Denis Vlasenko2009-02-044-121/+56
* sendmail: remove erroneous usage linesDenis Vlasenko2009-02-041-2/+0
* crond,crontab: make cron directory location configurableDenis Vlasenko2009-02-033-9/+10
* telnetd: do not advertise TELNET_LFLOW, we do not supportDenis Vlasenko2009-02-022-8/+184
* udhcpd: add code which rejects lease files with suspicious or old timestamp.Denis Vlasenko2009-02-0211-44/+46
* login: small simplification by Walter Harms. -10 bytesDenis Vlasenko2009-02-021-10/+8
* login: cleanup work by Walter Harms. No logic changes.Denis Vlasenko2009-02-021-46/+56
* dhcpd,dumpleases: write and use 64-bit current time in lease file.Denis Vlasenko2009-02-012-18/+52
* modutils-24: code shrinkDenis Vlasenko2009-01-311-37/+30
* ionice: new applet, adapted from Linux kernel' example by Walter HarmsDenis Vlasenko2009-01-315-1/+117
* brctl: fix compilation on 2.4.x kernelsDenis Vlasenko2009-01-311-0/+14
* init: remove wait() loop on restart, it may be dangerousDenis Vlasenko2009-01-311-15/+22
* init: fix a bug where on reload order of entries might be wrongDenis Vlasenko2009-01-311-83/+89
* modutils-24: use xasprintf and xzalloc where appropriate,Denis Vlasenko2009-01-314-89/+63
* init: small correction in a commentDenis Vlasenko2009-01-311-1/+1
* init: major improvement in documentation and signal handling.Denis Vlasenko2009-01-311-297/+374
* init: preparatory patch, no code changesDenis Vlasenko2009-01-315-31/+31
* init: reinstate proper handling of !ENABLE_FEATURE_USE_INITTABDenis Vlasenko2009-01-291-28/+31
* init: reduce ifdef forest (specially for Rob's happiness)Denis Vlasenko2009-01-281-12/+4
* - be gentle to syntax highlightingBernhard Reutner-Fischer2009-01-271-0/+1
* - update Michele addressBernhard Reutner-Fischer2009-01-271-2/+1
* awk: in BEGIN section $0 should be "", not "0".Denis Vlasenko2009-01-252-13/+16
* traceroute: allow -w NUM as small as 1Denis Vlasenko2009-01-241-1/+1
* traceroute: rewrite. Do not emit raw IP packets, instead send UDP or ICMPDenis Vlasenko2009-01-241-559/+166
* traceroute: preparatory trivial cleanupsDenis Vlasenko2009-01-242-125/+95
* tunctl: new applet by VladimirDenis Vlasenko2009-01-235-0/+172
* - add CONFIG_EXTRA_CFLAGS (thanks to keesj)Bernhard Reutner-Fischer2009-01-222-0/+11
* tar: stop changing net tarfile's mode, GNU tar doesn't do itDenis Vlasenko2009-01-201-2/+0