summaryrefslogtreecommitdiff
path: root/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* website: link to post-1.5.0 fixes, fix dangling linkDenis Vlasenko2007-03-312-2/+3
|
* sed: a communal variable managed to slip past 'size'Denis Vlasenko2007-03-261-1/+1
| | | | | | | | | | | | | ('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
* Announce 1.5.0 and move svn to 1.6.0.svnDenis Vlasenko2007-03-221-0/+38
|
* add info about gcc's sadistic alignment - and how to disable itDenis Vlasenko2007-03-211-2/+26
|
* small doc updateDenis Vlasenko2007-03-201-7/+13
|
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-203-79/+79
|
* update docsDenis Vlasenko2007-03-201-31/+51
|
* expand documentationDenis Vlasenko2007-03-191-0/+29
|
* Announce 1.4.2Denis Vlasenko2007-03-181-0/+8
|
* - touchup wording a bitBernhard Reutner-Fischer2007-03-161-3/+3
|
* mkfs_minix: stop using lots of bss/data.Denis Vlasenko2007-03-151-16/+52
| | | | | data -3500 bytes, code -300 bytes keep_data_small: expand/fix
* modify ptr_to_globals trick so that we do not violateDenis Vlasenko2007-03-151-7/+10
| | | | type safety (well, sort of ;))
* cosmetic documentation changeDenis Vlasenko2007-03-141-16/+16
|
* gzip: use common bbunzip infrastructure - ~700 bytes code lessDenis Vlasenko2007-03-141-0/+88
|
* create a document for mdev so people dont have to rtfsMike Frysinger2007-02-141-0/+68
|
* Add CGI docsDenis Vlasenko2007-02-116-0/+3057
|
* s/PREFIX/CONFIG_PREFIX/Denis Vlasenko2007-02-031-5/+5
|
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
| | | | no preceding prototype
* add link to post 1.4.1 patchesDenis Vlasenko2007-01-261-1/+2
|
* announce 1.4.1Denis Vlasenko2007-01-251-0/+7
|
* add link to fixes-1.4.0Denis Vlasenko2007-01-221-1/+2
|
* - not sure if we want a timestamp there, so put one inBernhard Reutner-Fischer2007-01-221-0/+1
|
* - sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer2007-01-222-2/+0
|
* - point to correct version. Thanks to Yann E. MORIN.Bernhard Reutner-Fischer2007-01-201-1/+1
|
* Announce 1.3.2 and 1.4.0 on busybox.netDenis Vlasenko2007-01-201-0/+41
|
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-114-128/+128
|
* about.html: update maintainer nameDenis Vlasenko2006-12-301-1/+2
| | | | libbb/Kbuild: less needs xregcomp.o
* Add link to post-1.3.1 patches to websiteDenis Vlasenko2006-12-281-0/+1
|
* news.html: Fix bad EnglishDenis Vlasenko2006-12-271-1/+1
|
* fix typoDenis Vlasenko2006-12-271-1/+1
|
* Announce 1.3.1Denis Vlasenko2006-12-271-0/+7
|
* site: add link to directory with patchesDenis Vlasenko2006-12-151-1/+2
|
* Update busybox.net webpage with 1.3.0 announcementDenis Vlasenko2006-12-141-0/+35
|
* - remove functions marked as LEGACY in SUSv3 and use their modern counterparts.Bernhard Reutner-Fischer2006-12-121-1/+1
|
* - add an anchor to let me point people to FAQ.html#standalone_shellBernhard Reutner-Fischer2006-12-101-2/+11
| | | | easily.
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-2/+2
|
* added small doc about tar 'pax header' formatDenis Vlasenko2006-11-261-0/+239
|
* Add names of people historically linked to bbox projectDenis Vlasenko2006-11-181-18/+18
|
* small ipv6 doc changes; nslookup a tiny bit smallerDenis Vlasenko2006-11-071-1/+2
|
* add usefun info on SIGINT handling peculiaritiesDenis Vlasenko2006-10-311-0/+627
|
* website: fix linkDenis Vlasenko2006-10-291-1/+1
|
* website: announce 1.2.2.1Denis Vlasenko2006-10-291-0/+7
|
* add ipv6 developer docDenis Vlasenko2006-10-261-0/+222
|
* Put up BusyBox 1.2.2 and get out of Denis' way. Also minor tweak to Rob Landley2006-10-244-3/+31
| | | | | autodocifier.pl so USAGE_ macros that haven't been converted to USE_ yet get correctly stripped out when generating BusyBox.html.
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
|
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
| | | | | | | | 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.
* Mention the new gpl@busybox.net address.Rob Landley2006-09-292-1/+6
|
* License clarification.Rob Landley2006-09-201-4/+43
|
* whitespace cleanupDenis Vlasenko2006-09-175-8/+8
|
* svn 15355 replaced "BusyBox is licensed under the GNU General Public PublicRob Landley2006-09-141-1/+1
| | | | | | | | | 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.