aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko
2007-07-16fix discrepancy in GPL version number. Pointed out by "Marsh David" ↵Denis Vlasenko
<dmarsh@bigw.com.au>
2007-07-13FAQ: add timezone QDenis Vlasenko
2007-07-13remove last source idMike Frysinger
2007-06-30web site: announce 1.6.1Denis Vlasenko
2007-06-28document firmware supportMike Frysinger
2007-06-10top: add config option and code for global CPU % displayDenis Vlasenko
2007-06-09- also note where to checkout the 1_6_stable branchBernhard Reutner-Fischer
2007-06-08rmp: add optional support for bz2 data. +50 bytes of codeDenis Vlasenko
2007-06-08- Add a FAQ entry on "how do i cross compile busybox"Bernhard Reutner-Fischer
2007-06-01website: announce 1.6.0Denis Vlasenko
2007-05-30whitespace fixesDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
*: s/include "busybox.h"/include "libbb.h"
2007-05-20busybox.net: announce 1.5.1 on the web site.Denis Vlasenko
2007-05-08cryptpw: new applet (a bit less than 3k added)Denis Vlasenko
(by Thomas Lundquist <lists@zelow.no>)
2007-04-15doc: fix code example which may provoke warningDenis Vlasenko
2007-04-15update style-guide.txtDenis Vlasenko
2007-04-11fix typo in docDenis Vlasenko
2007-04-11rename: run_applet_by_name -> run_applet_and_exitDenis Vlasenko
2007-04-11Add NOFORK/NOEXEC documentation.Denis Vlasenko
2007-04-07busybox.net: micro fixDenis Vlasenko
2007-04-07busybox.net: update "screenshot"Denis Vlasenko
2007-04-07docs: "how to add a patch"Denis Vlasenko
2007-03-31website: link to post-1.5.0 fixes, fix dangling linkDenis Vlasenko
2007-03-26sed: a communal variable managed to slip past 'size'Denis Vlasenko
('size' happily displays 0 bytes in data and bss, but in reality sed.o used 180 bytes of it). Oh well. function old new delta pipe_putc 67 76 +9 sed_main 627 633 +6 get_next_line 161 166 +5 bbg 180 - -180 (add/remove: 0/1 grow/shrink: 3/0 up/down: 20/-180) Total: -160 bytes sed: also make sed -i failure message less cryptic
2007-03-22Announce 1.5.0 and move svn to 1.6.0.svnDenis Vlasenko
2007-03-21add info about gcc's sadistic alignment - and how to disable itDenis Vlasenko
2007-03-20small doc updateDenis Vlasenko
2007-03-20fix accumulated whitespace and indentation damageDenis Vlasenko
2007-03-20update docsDenis Vlasenko
2007-03-19expand documentationDenis Vlasenko
2007-03-18Announce 1.4.2Denis Vlasenko
2007-03-16- touchup wording a bitBernhard Reutner-Fischer
2007-03-15mkfs_minix: stop using lots of bss/data.Denis Vlasenko
data -3500 bytes, code -300 bytes keep_data_small: expand/fix
2007-03-15modify ptr_to_globals trick so that we do not violateDenis Vlasenko
type safety (well, sort of ;))
2007-03-14cosmetic documentation changeDenis Vlasenko
2007-03-14gzip: use common bbunzip infrastructure - ~700 bytes code lessDenis Vlasenko
2007-02-14create a document for mdev so people dont have to rtfsMike Frysinger
2007-02-11Add CGI docsDenis Vlasenko
2007-02-03s/PREFIX/CONFIG_PREFIX/Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
no preceding prototype
2007-01-26add link to post 1.4.1 patchesDenis Vlasenko
2007-01-25announce 1.4.1Denis Vlasenko
2007-01-22add link to fixes-1.4.0Denis Vlasenko
2007-01-22- not sure if we want a timestamp there, so put one inBernhard Reutner-Fischer
2007-01-22- sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer
2007-01-20- point to correct version. Thanks to Yann E. MORIN.Bernhard Reutner-Fischer
2007-01-20Announce 1.3.2 and 1.4.0 on busybox.netDenis Vlasenko
2007-01-11Trailing whitespace removal over entire treeDenis Vlasenko
2006-12-30about.html: update maintainer nameDenis Vlasenko
libbb/Kbuild: less needs xregcomp.o