Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-20 | small doc update | Denis Vlasenko | |
2007-03-20 | fix accumulated whitespace and indentation damage | Denis Vlasenko | |
2007-03-20 | update docs | Denis Vlasenko | |
2007-03-19 | expand documentation | Denis Vlasenko | |
2007-03-18 | Announce 1.4.2 | Denis Vlasenko | |
2007-03-16 | - touchup wording a bit | Bernhard Reutner-Fischer | |
2007-03-15 | mkfs_minix: stop using lots of bss/data. | Denis Vlasenko | |
data -3500 bytes, code -300 bytes keep_data_small: expand/fix | |||
2007-03-15 | modify ptr_to_globals trick so that we do not violate | Denis Vlasenko | |
type safety (well, sort of ;)) | |||
2007-03-14 | cosmetic documentation change | Denis Vlasenko | |
2007-03-14 | gzip: use common bbunzip infrastructure - ~700 bytes code less | Denis Vlasenko | |
2007-02-14 | create a document for mdev so people dont have to rtfs | Mike Frysinger | |
2007-02-11 | Add CGI docs | Denis Vlasenko | |
2007-02-03 | s/PREFIX/CONFIG_PREFIX/ | Denis Vlasenko | |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko | |
no preceding prototype | |||
2007-01-26 | add link to post 1.4.1 patches | Denis Vlasenko | |
2007-01-25 | announce 1.4.1 | Denis Vlasenko | |
2007-01-22 | add link to fixes-1.4.0 | Denis Vlasenko | |
2007-01-22 | - not sure if we want a timestamp there, so put one in | Bernhard 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-20 | Announce 1.3.2 and 1.4.0 on busybox.net | Denis Vlasenko | |
2007-01-11 | Trailing whitespace removal over entire tree | Denis Vlasenko | |
2006-12-30 | about.html: update maintainer name | Denis Vlasenko | |
libbb/Kbuild: less needs xregcomp.o | |||
2006-12-28 | Add link to post-1.3.1 patches to website | Denis Vlasenko | |
2006-12-27 | news.html: Fix bad English | Denis Vlasenko | |
2006-12-27 | fix typo | Denis Vlasenko | |
2006-12-27 | Announce 1.3.1 | Denis Vlasenko | |
2006-12-15 | site: add link to directory with patches | Denis Vlasenko | |
2006-12-14 | Update busybox.net webpage with 1.3.0 announcement | Denis 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_shell | Bernhard Reutner-Fischer | |
easily. | |||
2006-11-27 | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | |
2006-11-26 | added small doc about tar 'pax header' format | Denis Vlasenko | |
2006-11-18 | Add names of people historically linked to bbox project | Denis Vlasenko | |
2006-11-07 | small ipv6 doc changes; nslookup a tiny bit smaller | Denis Vlasenko | |
2006-10-31 | add usefun info on SIGINT handling peculiarities | Denis Vlasenko | |
2006-10-29 | website: fix link | Denis Vlasenko | |
2006-10-29 | website: announce 1.2.2.1 | Denis Vlasenko | |
2006-10-26 | add ipv6 developer doc | Denis Vlasenko | |
2006-10-24 | Put 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-03 | bb_applet_name -> applet_name | Denis Vlasenko | |
2006-10-03 | getopt_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-29 | Mention the new gpl@busybox.net address. | Rob Landley | |
2006-09-20 | License clarification. | Rob Landley | |
2006-09-17 | whitespace cleanup | Denis Vlasenko | |
2006-09-14 | svn 15355 replaced "BusyBox is licensed under the GNU General Public Public | Rob 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-13 | Add Larry Doolittle's ntpclient, plus some formatting tweaks. | Rob Landley | |
2006-09-06 | Denis Vlasenko has started to put stuff on his BusyBox home page, so index it. | Rob Landley | |
2006-09-01 | Walter Harms contributed a section on scripting languages. (I trimmed it | Rob Landley | |
a bit.) | |||
2006-08-28 | - it's a mistake to remove lib-specific prefixes from libraries; still the ↵ | Bernhard Reutner-Fischer | |
removal should be complete. |