aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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
2006-12-28Add link to post-1.3.1 patches to websiteDenis Vlasenko
2006-12-27news.html: Fix bad EnglishDenis Vlasenko
2006-12-27fix typoDenis Vlasenko
2006-12-27Announce 1.3.1Denis Vlasenko
2006-12-15site: add link to directory with patchesDenis Vlasenko
2006-12-14Update busybox.net webpage with 1.3.0 announcementDenis Vlasenko
2006-12-12- remove functions marked as LEGACY in SUSv3 and use their modern counterparts.Bernhard Reutner-Fischer
2006-12-10- add an anchor to let me point people to FAQ.html#standalone_shellBernhard Reutner-Fischer
easily.
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko
2006-11-26added small doc about tar 'pax header' formatDenis Vlasenko
2006-11-18Add names of people historically linked to bbox projectDenis Vlasenko
2006-11-07small ipv6 doc changes; nslookup a tiny bit smallerDenis Vlasenko
2006-10-31add usefun info on SIGINT handling peculiaritiesDenis Vlasenko
2006-10-29website: fix linkDenis Vlasenko
2006-10-29website: announce 1.2.2.1Denis Vlasenko
2006-10-26add ipv6 developer docDenis Vlasenko
2006-10-24Put up BusyBox 1.2.2 and get out of Denis' way. Also minor tweak to Rob Landley
autodocifier.pl so USAGE_ macros that haven't been converted to USE_ yet get correctly stripped out when generating BusyBox.html.
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit.
2006-09-29Mention the new gpl@busybox.net address.Rob Landley
2006-09-20License clarification.Rob Landley
2006-09-17whitespace cleanupDenis Vlasenko
2006-09-14svn 15355 replaced "BusyBox is licensed under the GNU General Public PublicRob Landley
License" with "BusyBox is licensed under the GNU General Public License version 2 or later... (This is the same license the Linux kernel is under...)" Except that the Linux kernel isn't under GPLv2 or later, it's just under GPLv2. Now they match again.
2006-09-13Add Larry Doolittle's ntpclient, plus some formatting tweaks.Rob Landley
2006-09-06Denis Vlasenko has started to put stuff on his BusyBox home page, so index it.Rob Landley