Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | seq: fix testsuite failures | Denys Vlasenko | 2009-06-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Update POSIX compliance table | Denys Vlasenko | 2009-06-12 | 1 | -128/+172 |
| | | | | | Signed-off-by: Max Panasenkov <panmax@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | tweak docs | Denys Vlasenko | 2009-06-03 | 1 | -28/+9 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | POSIX conformance documentation for busybox | David Krakov | 2009-05-26 | 1 | -0/+698 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Attached a start for POSIX conformance documentation for busybox (see TODO file and discussion last week). A table of all options as defined by POSIX and as implemented by busybox (see for a FreeBSD example http://people.freebsd.org/~schweikh/posix-utilities.html). Only the tools that are stand-alone applets are documented (not ash built-ins as 'read'), as there are multiple shells. When there are two versions (echo) the stand-alone version was checked. I think this may be the wrong way to go, as most users will probably use the built-in version - but which shell? The table was auto-generated by running, for each POSIX utility, latest git allyesconfig* "busybox <tool> --help" and parsing the output, and comparing that to tool options extracted from its man page at http://www.opengroup.org/onlinepubs/9699919799/. This means that it the usage string is not correct, the table is also wrong. I noticed that for 'kill', for example, the usage string does not mention the -s, -q, -o options. For each option is set whether it exists in busybox and if it is, is it compliant to the standard. Of course, checking compliance can only be done manually - a process which will probably take some time (see 'cat' for example). I didn't post the auto-generation script (python, ugly) because the table will now change manually; I can post it if there is anyone interested. As for the tools not implemented by busybox at all, I think most of them are indeed fairly esotetic. Some I was suprised to see missing are link, file, newgrp, unlink. * Well, almost allyesconfig - but nothing very POSIX-y was disabled. Signed-off-by: David Krakov <krakov@gmail.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | split website off into dedicated git repo | Mike Frysinger | 2009-05-13 | 41 | -5512/+0 |
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | TODO: add some | Denys Vlasenko | 2009-05-13 | 1 | -4/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Adjust names, link contributing info in main index | Bernhard Reutner-Fischer | 2009-05-11 | 2 | -26/+50 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | add .gitignore files | Mike Frysinger | 2009-05-05 | 1 | -0/+4 |
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | 2009-04-21 | 2 | -3/+3 |
| | | | | | | and SKIP_XXXX to IF_NOT_XXXX - the second one was especially badly named. It was not skipping anything! | ||||
* | website: another tweak | Denis Vlasenko | 2009-04-15 | 1 | -8/+5 |
| | |||||
* | website: yet another small tweak | Denis Vlasenko | 2009-04-15 | 1 | -3/+2 |
| | |||||
* | website: another tiny tweak | Denis Vlasenko | 2009-04-15 | 1 | -1/+1 |
| | |||||
* | website: textual fixes in 1.14.0 announcement text | Denis Vlasenko | 2009-04-15 | 1 | -30/+21 |
| | |||||
* | website: announce 1.14.0 and 1.13.41_14_0 | Denis Vlasenko | 2009-04-15 | 1 | -0/+160 |
| | | | | | Makefile: bump version to 1.14.0 | ||||
* | website: update ActionTec URL to http://opensource.actiontec.com/ | Denis Vlasenko | 2009-04-14 | 1 | -1/+1 |
| | |||||
* | website: fix obsolete | Denis Vlasenko | 2009-04-14 | 1 | -2/+2 |
| | | | | | | | "svn co svn://busybox.net/branches/busybox_1_12_stable" example | ||||
* | website: add http://www.dream-multimedia-tv.de/ to list of products | Denis Vlasenko | 2009-04-13 | 1 | -0/+1 |
| | | | | | using bbox | ||||
* | trailing whitespace removal | Denis Vlasenko | 2009-04-01 | 1 | -3/+3 |
| | |||||
* | ftpd: stop unconditional logging to syslog. This was the only applet | Denis Vlasenko | 2009-03-11 | 1 | -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-doc | Denis Vlasenko | 2009-03-11 | 1 | -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 syslogd | Denis Vlasenko | 2009-03-08 | 1 | -1/+1 |
| | |||||
* | website: announce 1.13.3 | Denis Vlasenko | 2009-03-08 | 1 | -0/+11 |
| | |||||
* | - add big busybox logo as transparent png | Bernhard Reutner-Fischer | 2009-02-18 | 1 | -0/+0 |
| | |||||
* | - use https for bugzilla URLs | Bernhard Reutner-Fischer | 2009-01-10 | 3 | -4/+4 |
| | |||||
* | website: announce 1.13.2 amd 1.12.4 | Denis Vlasenko | 2008-12-31 | 1 | -0/+15 |
| | |||||
* | Add fancy svn browser thingy (via Lance Albertson of OSL) | Bernhard Reutner-Fischer | 2008-12-18 | 2 | -0/+200 |
| | |||||
* | Update links to new site locations (via Lance Albertson at OSL) | Bernhard Reutner-Fischer | 2008-12-18 | 5 | -32/+32 |
| | |||||
* | acpid: new applet by Vladimir. +737 bytes | Denis Vlasenko | 2008-11-29 | 1 | -2/+2 |
| | |||||
* | Announce 1.13.1 and 1.12.3 | Denis Vlasenko | 2008-11-29 | 1 | -0/+17 |
| | |||||
* | webpage: announce 1.13.0 and 1.12.2 | Denis Vlasenko | 2008-11-10 | 1 | -3/+101 |
| | |||||
* | move documentation to docs/ | Denis Vlasenko | 2008-11-08 | 1 | -0/+424 |
| | |||||
* | - add some anchors | Bernhard Reutner-Fischer | 2008-10-07 | 1 | -4/+4 |
| | |||||
* | website: announce 1.12.1 and 1.11.3 | Denis Vlasenko | 2008-09-28 | 1 | -0/+14 |
| | |||||
* | - update my name. No obj-code changes ;) | Bernhard Reutner-Fischer | 2008-09-25 | 2 | -4/+5 |
| | |||||
* | whitespace fixes | Denis Vlasenko | 2008-09-25 | 1 | -1/+1 |
| | |||||
* | webpage: add "RD129 embedded board from ELPA" to product page | Denis Vlasenko | 2008-09-20 | 1 | -107/+99 |
| | | | | | split it into "projects" (software) and "products" (hardware) parts | ||||
* | website: add a product using bbox - EMTEC MovieCube R700 | Denis Vlasenko | 2008-09-20 | 1 | -0/+2 |
| | |||||
* | watchdog: add -T option | Denis Vlasenko | 2008-09-07 | 1 | -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_ODDNAME | Bernhard Reutner-Fischer | 2008-09-01 | 1 | -0/+3 |
| | |||||
* | build system: fix "Possible unintended interpolation of @host" | Denis Vlasenko | 2008-08-31 | 1 | -0/+1 |
| | | | | | message | ||||
* | reinstate sponsor's links | Denis Vlasenko | 2008-08-25 | 1 | -0/+20 |
| | |||||
* | tweak web page | Denis Vlasenko | 2008-08-22 | 1 | -2/+2 |
| | |||||
* | - move some older news to the news archive (the main page was once again ↵ | Bernhard Reutner-Fischer | 2008-08-22 | 2 | -286/+285 |
| | | | | over 30kib big) | ||||
* | Announce 1.11.2 | Denis Vlasenko | 2008-08-21 | 1 | -3/+9 |
| | |||||
* | - tweak markup. No relevant changes | Bernhard Reutner-Fischer | 2008-08-21 | 5 | -285/+291 |
| | |||||
* | - cleanup urls | Bernhard Reutner-Fischer | 2008-08-21 | 3 | -3/+3 |
| | |||||
* | - fix typo | Bernhard Reutner-Fischer | 2008-08-21 | 1 | -1/+1 |
| | |||||
* | - fix markup | Bernhard Reutner-Fischer | 2008-08-21 | 1 | -1/+1 |
| | |||||
* | - do not advertise the standalone udhcpd. It is actively maintained in ↵ | Bernhard Reutner-Fischer | 2008-08-21 | 1 | -2/+2 |
| | | | | busybox only. | ||||
* | - fix markup | Bernhard Reutner-Fischer | 2008-08-21 | 1 | -10/+12 |
| |