aboutsummaryrefslogtreecommitdiff
path: root/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* website: announce 1.14.0 and 1.13.41_14_0Denis Vlasenko2009-04-151-0/+160
| | | | | Makefile: bump version to 1.14.0
* website: update ActionTec URL to http://opensource.actiontec.com/Denis Vlasenko2009-04-141-1/+1
|
* website: fix obsoleteDenis Vlasenko2009-04-141-2/+2
| | | | | | | "svn co svn://busybox.net/branches/busybox_1_12_stable" example
* website: add http://www.dream-multimedia-tv.de/ to list of productsDenis Vlasenko2009-04-131-0/+1
| | | | | using bbox
* trailing whitespace removalDenis Vlasenko2009-04-011-3/+3
|
* ftpd: stop unconditional logging to syslog. This was the only appletDenis Vlasenko2009-03-111-8/+15
| | | | | | | | | 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
* docs/logging_and_backgrounding.txt: new mini-docDenis Vlasenko2009-03-111-0/+89
| | | | | | | | | | | | | | | | | | | | | 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
* website: mention fixes to syslogdDenis Vlasenko2009-03-081-1/+1
|
* website: announce 1.13.3Denis Vlasenko2009-03-081-0/+11
|
* - add big busybox logo as transparent pngBernhard Reutner-Fischer2009-02-181-0/+0
|
* - use https for bugzilla URLsBernhard Reutner-Fischer2009-01-103-4/+4
|
* website: announce 1.13.2 amd 1.12.4Denis Vlasenko2008-12-311-0/+15
|
* Add fancy svn browser thingy (via Lance Albertson of OSL)Bernhard Reutner-Fischer2008-12-182-0/+200
|
* Update links to new site locations (via Lance Albertson at OSL)Bernhard Reutner-Fischer2008-12-185-32/+32
|
* acpid: new applet by Vladimir. +737 bytesDenis Vlasenko2008-11-291-2/+2
|
* Announce 1.13.1 and 1.12.3Denis Vlasenko2008-11-291-0/+17
|
* webpage: announce 1.13.0 and 1.12.2Denis Vlasenko2008-11-101-3/+101
|
* move documentation to docs/Denis Vlasenko2008-11-081-0/+424
|
* - add some anchorsBernhard Reutner-Fischer2008-10-071-4/+4
|
* website: announce 1.12.1 and 1.11.3Denis Vlasenko2008-09-281-0/+14
|
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-252-4/+5
|
* whitespace fixesDenis Vlasenko2008-09-251-1/+1
|
* webpage: add "RD129 embedded board from ELPA" to product pageDenis Vlasenko2008-09-201-107/+99
| | | | | split it into "projects" (software) and "products" (hardware) parts
* website: add a product using bbox - EMTEC MovieCube R700Denis Vlasenko2008-09-201-0/+2
|
* watchdog: add -T optionDenis Vlasenko2008-09-071-2/+4
| | | | | | | | function old new delta watchdog_main 159 219 +60 mdev: support match by major,minor. See bug 4714. +100 bytes.
* - add ether-wake to the hardcoded(argh!) list of APPLET_ODDNAMEBernhard Reutner-Fischer2008-09-011-0/+3
|
* build system: fix "Possible unintended interpolation of @host"Denis Vlasenko2008-08-311-0/+1
| | | | | message
* reinstate sponsor's linksDenis Vlasenko2008-08-251-0/+20
|
* tweak web pageDenis Vlasenko2008-08-221-2/+2
|
* - move some older news to the news archive (the main page was once again ↵Bernhard Reutner-Fischer2008-08-222-286/+285
| | | | over 30kib big)
* Announce 1.11.2Denis Vlasenko2008-08-211-3/+9
|
* - tweak markup. No relevant changesBernhard Reutner-Fischer2008-08-215-285/+291
|
* - cleanup urlsBernhard Reutner-Fischer2008-08-213-3/+3
|
* - fix typoBernhard Reutner-Fischer2008-08-211-1/+1
|
* - fix markupBernhard Reutner-Fischer2008-08-211-1/+1
|
* - do not advertise the standalone udhcpd. It is actively maintained in ↵Bernhard Reutner-Fischer2008-08-211-2/+2
| | | | busybox only.
* - fix markupBernhard Reutner-Fischer2008-08-211-10/+12
|
* - add note about CONFIG_CROSS_COMPILER_PREFIX while cleanup up markup.Bernhard Reutner-Fischer2008-08-211-0/+7
|
* - fix typo of mineBernhard Reutner-Fischer2008-08-211-2/+1
|
* - improve documentation a bitBernhard Reutner-Fischer2008-08-211-5/+6
|
* - some more nitpicksBernhard Reutner-Fischer2008-08-211-8/+11
|
* - some more markup fixesBernhard Reutner-Fischer2008-08-211-12/+14
|
* - fix typoBernhard Reutner-Fischer2008-08-211-2/+1
|
* more of pointless beautifuing on the web pageDenis Vlasenko2008-08-211-10/+10
|
* trim webpage text a bitDenis Vlasenko2008-08-211-2/+0
|
* - drop outdated paragraph (which additionally contained some mistyped ↵Bernhard Reutner-Fischer2008-08-211-11/+1
| | | | html-like junk)
* - misc. minor tweaksBernhard Reutner-Fischer2008-08-212-8/+9
|
* - point people to the current stable branchBernhard Reutner-Fischer2008-08-211-1/+1
|
* - tweak markupBernhard Reutner-Fischer2008-08-211-10/+5
|
* more cosmetic fixes on the websiteDenis Vlasenko2008-08-211-2/+1
|