Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | website: link to post-1.5.0 fixes, fix dangling link | Denis Vlasenko | 2007-03-31 | 2 | -2/+3 | |
| | ||||||
* | sed: a communal variable managed to slip past 'size' | Denis Vlasenko | 2007-03-26 | 1 | -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.svn | Denis Vlasenko | 2007-03-22 | 1 | -0/+38 | |
| | ||||||
* | add info about gcc's sadistic alignment - and how to disable it | Denis Vlasenko | 2007-03-21 | 1 | -2/+26 | |
| | ||||||
* | small doc update | Denis Vlasenko | 2007-03-20 | 1 | -7/+13 | |
| | ||||||
* | fix accumulated whitespace and indentation damage | Denis Vlasenko | 2007-03-20 | 3 | -79/+79 | |
| | ||||||
* | update docs | Denis Vlasenko | 2007-03-20 | 1 | -31/+51 | |
| | ||||||
* | expand documentation | Denis Vlasenko | 2007-03-19 | 1 | -0/+29 | |
| | ||||||
* | Announce 1.4.2 | Denis Vlasenko | 2007-03-18 | 1 | -0/+8 | |
| | ||||||
* | - touchup wording a bit | Bernhard Reutner-Fischer | 2007-03-16 | 1 | -3/+3 | |
| | ||||||
* | mkfs_minix: stop using lots of bss/data. | Denis Vlasenko | 2007-03-15 | 1 | -16/+52 | |
| | | | | | data -3500 bytes, code -300 bytes keep_data_small: expand/fix | |||||
* | modify ptr_to_globals trick so that we do not violate | Denis Vlasenko | 2007-03-15 | 1 | -7/+10 | |
| | | | | type safety (well, sort of ;)) | |||||
* | cosmetic documentation change | Denis Vlasenko | 2007-03-14 | 1 | -16/+16 | |
| | ||||||
* | gzip: use common bbunzip infrastructure - ~700 bytes code less | Denis Vlasenko | 2007-03-14 | 1 | -0/+88 | |
| | ||||||
* | create a document for mdev so people dont have to rtfs | Mike Frysinger | 2007-02-14 | 1 | -0/+68 | |
| | ||||||
* | Add CGI docs | Denis Vlasenko | 2007-02-11 | 6 | -0/+3057 | |
| | ||||||
* | s/PREFIX/CONFIG_PREFIX/ | Denis Vlasenko | 2007-02-03 | 1 | -5/+5 | |
| | ||||||
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 | |
| | | | | no preceding prototype | |||||
* | add link to post 1.4.1 patches | Denis Vlasenko | 2007-01-26 | 1 | -1/+2 | |
| | ||||||
* | announce 1.4.1 | Denis Vlasenko | 2007-01-25 | 1 | -0/+7 | |
| | ||||||
* | add link to fixes-1.4.0 | Denis Vlasenko | 2007-01-22 | 1 | -1/+2 | |
| | ||||||
* | - not sure if we want a timestamp there, so put one in | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -0/+1 | |
| | ||||||
* | - sed -i -e "/\$Id:/d;" | Bernhard Reutner-Fischer | 2007-01-22 | 2 | -2/+0 | |
| | ||||||
* | - point to correct version. Thanks to Yann E. MORIN. | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -1/+1 | |
| | ||||||
* | Announce 1.3.2 and 1.4.0 on busybox.net | Denis Vlasenko | 2007-01-20 | 1 | -0/+41 | |
| | ||||||
* | Trailing whitespace removal over entire tree | Denis Vlasenko | 2007-01-11 | 4 | -128/+128 | |
| | ||||||
* | about.html: update maintainer name | Denis Vlasenko | 2006-12-30 | 1 | -1/+2 | |
| | | | | libbb/Kbuild: less needs xregcomp.o | |||||
* | Add link to post-1.3.1 patches to website | Denis Vlasenko | 2006-12-28 | 1 | -0/+1 | |
| | ||||||
* | news.html: Fix bad English | Denis Vlasenko | 2006-12-27 | 1 | -1/+1 | |
| | ||||||
* | fix typo | Denis Vlasenko | 2006-12-27 | 1 | -1/+1 | |
| | ||||||
* | Announce 1.3.1 | Denis Vlasenko | 2006-12-27 | 1 | -0/+7 | |
| | ||||||
* | site: add link to directory with patches | Denis Vlasenko | 2006-12-15 | 1 | -1/+2 | |
| | ||||||
* | Update busybox.net webpage with 1.3.0 announcement | Denis Vlasenko | 2006-12-14 | 1 | -0/+35 | |
| | ||||||
* | - remove functions marked as LEGACY in SUSv3 and use their modern counterparts. | Bernhard Reutner-Fischer | 2006-12-12 | 1 | -1/+1 | |
| | ||||||
* | - add an anchor to let me point people to FAQ.html#standalone_shell | Bernhard Reutner-Fischer | 2006-12-10 | 1 | -2/+11 | |
| | | | | easily. | |||||
* | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | 2006-11-27 | 1 | -2/+2 | |
| | ||||||
* | added small doc about tar 'pax header' format | Denis Vlasenko | 2006-11-26 | 1 | -0/+239 | |
| | ||||||
* | Add names of people historically linked to bbox project | Denis Vlasenko | 2006-11-18 | 1 | -18/+18 | |
| | ||||||
* | small ipv6 doc changes; nslookup a tiny bit smaller | Denis Vlasenko | 2006-11-07 | 1 | -1/+2 | |
| | ||||||
* | add usefun info on SIGINT handling peculiarities | Denis Vlasenko | 2006-10-31 | 1 | -0/+627 | |
| | ||||||
* | website: fix link | Denis Vlasenko | 2006-10-29 | 1 | -1/+1 | |
| | ||||||
* | website: announce 1.2.2.1 | Denis Vlasenko | 2006-10-29 | 1 | -0/+7 | |
| | ||||||
* | add ipv6 developer doc | Denis Vlasenko | 2006-10-26 | 1 | -0/+222 | |
| | ||||||
* | Put up BusyBox 1.2.2 and get out of Denis' way. Also minor tweak to | Rob Landley | 2006-10-24 | 4 | -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_name | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 | |
| | ||||||
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -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 Landley | 2006-09-29 | 2 | -1/+6 | |
| | ||||||
* | License clarification. | Rob Landley | 2006-09-20 | 1 | -4/+43 | |
| | ||||||
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 5 | -8/+8 | |
| | ||||||
* | svn 15355 replaced "BusyBox is licensed under the GNU General Public Public | Rob Landley | 2006-09-14 | 1 | -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. |