Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-11 | ftpd: stop unconditional logging to syslog. This was the only applet | Denis Vlasenko | |
which was doing it. Added option -S to enable it when desired. function old new delta packed_usage 25647 25666 +19 ftpd_main 1826 1825 -1 | |||
2009-03-11 | docs/logging_and_backgrounding.txt: new mini-doc | Denis Vlasenko | |
dnsd: remove statics, remove nerly-useless SIGINT handler crond: correct more of logfile to 0666 (as usual, umask allows user to remove unwanted bits). nameif: print errors to stderr too, not just to syslog function old new delta udhcp_read_interface 308 306 -2 ttl 4 - -4 fileconf 4 - -4 dnsentry 4 - -4 interrupt 19 - -19 dnsd_main 1463 1394 -69 ------------------------------------------------------------------------------ (add/remove: 0/4 grow/shrink: 0/2 up/down: 0/-102) Total: -102 bytes text data bss dec hex filename 808161 476 7864 816501 c7575 busybox_old 807994 468 7856 816318 c74be busybox_unstripped | |||
2009-03-08 | website: mention fixes to syslogd | Denis Vlasenko | |
2009-03-08 | website: announce 1.13.3 | Denis Vlasenko | |
2009-02-18 | - add big busybox logo as transparent png | Bernhard Reutner-Fischer | |
2009-01-10 | - use https for bugzilla URLs | Bernhard Reutner-Fischer | |
2008-12-31 | website: announce 1.13.2 amd 1.12.4 | Denis Vlasenko | |
2008-12-18 | Add fancy svn browser thingy (via Lance Albertson of OSL) | Bernhard Reutner-Fischer | |
2008-12-18 | Update links to new site locations (via Lance Albertson at OSL) | Bernhard Reutner-Fischer | |
2008-11-29 | acpid: new applet by Vladimir. +737 bytes | Denis Vlasenko | |
2008-11-29 | Announce 1.13.1 and 1.12.3 | Denis Vlasenko | |
2008-11-10 | webpage: announce 1.13.0 and 1.12.2 | Denis Vlasenko | |
2008-11-08 | move documentation to docs/ | Denis Vlasenko | |
2008-10-07 | - add some anchors | Bernhard Reutner-Fischer | |
2008-09-28 | website: announce 1.12.1 and 1.11.3 | Denis Vlasenko | |
2008-09-25 | - update my name. No obj-code changes ;) | Bernhard Reutner-Fischer | |
2008-09-25 | whitespace fixes | Denis Vlasenko | |
2008-09-20 | webpage: add "RD129 embedded board from ELPA" to product page | Denis Vlasenko | |
split it into "projects" (software) and "products" (hardware) parts | |||
2008-09-20 | website: add a product using bbox - EMTEC MovieCube R700 | Denis Vlasenko | |
2008-09-07 | watchdog: add -T option | Denis Vlasenko | |
function old new delta watchdog_main 159 219 +60 mdev: support match by major,minor. See bug 4714. +100 bytes. | |||
2008-09-01 | - add ether-wake to the hardcoded(argh!) list of APPLET_ODDNAME | Bernhard Reutner-Fischer | |
2008-08-31 | build system: fix "Possible unintended interpolation of @host" | Denis Vlasenko | |
message | |||
2008-08-25 | reinstate sponsor's links | Denis Vlasenko | |
2008-08-22 | tweak web page | Denis Vlasenko | |
2008-08-22 | - move some older news to the news archive (the main page was once again ↵ | Bernhard Reutner-Fischer | |
over 30kib big) | |||
2008-08-21 | Announce 1.11.2 | Denis Vlasenko | |
2008-08-21 | - tweak markup. No relevant changes | Bernhard Reutner-Fischer | |
2008-08-21 | - cleanup urls | Bernhard Reutner-Fischer | |
2008-08-21 | - fix typo | Bernhard Reutner-Fischer | |
2008-08-21 | - fix markup | Bernhard Reutner-Fischer | |
2008-08-21 | - do not advertise the standalone udhcpd. It is actively maintained in ↵ | Bernhard Reutner-Fischer | |
busybox only. | |||
2008-08-21 | - fix markup | Bernhard Reutner-Fischer | |
2008-08-21 | - add note about CONFIG_CROSS_COMPILER_PREFIX while cleanup up markup. | Bernhard Reutner-Fischer | |
2008-08-21 | - fix typo of mine | Bernhard Reutner-Fischer | |
2008-08-21 | - improve documentation a bit | Bernhard Reutner-Fischer | |
2008-08-21 | - some more nitpicks | Bernhard Reutner-Fischer | |
2008-08-21 | - some more markup fixes | Bernhard Reutner-Fischer | |
2008-08-21 | - fix typo | Bernhard Reutner-Fischer | |
2008-08-21 | more of pointless beautifuing on the web page | Denis Vlasenko | |
2008-08-21 | trim webpage text a bit | Denis Vlasenko | |
2008-08-21 | - drop outdated paragraph (which additionally contained some mistyped ↵ | Bernhard Reutner-Fischer | |
html-like junk) | |||
2008-08-21 | - misc. minor tweaks | Bernhard Reutner-Fischer | |
2008-08-21 | - point people to the current stable branch | Bernhard Reutner-Fischer | |
2008-08-21 | - tweak markup | Bernhard Reutner-Fischer | |
2008-08-21 | more cosmetic fixes on the website | Denis Vlasenko | |
2008-08-21 | cosmetic fixes on the webpage | Denis Vlasenko | |
2008-08-21 | - tweak markup | Bernhard Reutner-Fischer | |
2008-08-21 | - bump copyright year | Bernhard Reutner-Fischer | |
2008-08-21 | - fix markup | Bernhard Reutner-Fischer | |
2008-08-21 | - fix some wrong markup. | Bernhard Reutner-Fischer | |
sed -i -e 's, href=\([^"][^>]*\)>, href="\1">,g' *.html The proper way to specify an attribute is to quote the val: theattrib="val" |