Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-16 | fix discrepancy in GPL version number. Pointed out by "Marsh David" ↵ | Denis Vlasenko | |
<dmarsh@bigw.com.au> | |||
2007-07-13 | FAQ: add timezone Q | Denis Vlasenko | |
2007-07-13 | remove last source id | Mike Frysinger | |
2007-06-30 | web site: announce 1.6.1 | Denis Vlasenko | |
2007-06-28 | document firmware support | Mike Frysinger | |
2007-06-10 | top: add config option and code for global CPU % display | Denis Vlasenko | |
2007-06-09 | - also note where to checkout the 1_6_stable branch | Bernhard Reutner-Fischer | |
2007-06-08 | rmp: add optional support for bz2 data. +50 bytes of code | Denis Vlasenko | |
2007-06-08 | - Add a FAQ entry on "how do i cross compile busybox" | Bernhard Reutner-Fischer | |
2007-06-01 | website: announce 1.6.0 | Denis Vlasenko | |
2007-05-30 | whitespace fixes | Denis Vlasenko | |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko | |
*: s/include "busybox.h"/include "libbb.h" | |||
2007-05-20 | busybox.net: announce 1.5.1 on the web site. | Denis Vlasenko | |
2007-05-08 | cryptpw: new applet (a bit less than 3k added) | Denis Vlasenko | |
(by Thomas Lundquist <lists@zelow.no>) | |||
2007-04-15 | doc: fix code example which may provoke warning | Denis Vlasenko | |
2007-04-15 | update style-guide.txt | Denis Vlasenko | |
2007-04-11 | fix typo in doc | Denis Vlasenko | |
2007-04-11 | rename: run_applet_by_name -> run_applet_and_exit | Denis Vlasenko | |
2007-04-11 | Add NOFORK/NOEXEC documentation. | Denis Vlasenko | |
2007-04-07 | busybox.net: micro fix | Denis Vlasenko | |
2007-04-07 | busybox.net: update "screenshot" | Denis Vlasenko | |
2007-04-07 | docs: "how to add a patch" | Denis Vlasenko | |
2007-03-31 | website: link to post-1.5.0 fixes, fix dangling link | Denis Vlasenko | |
2007-03-26 | sed: 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-22 | Announce 1.5.0 and move svn to 1.6.0.svn | Denis Vlasenko | |
2007-03-21 | add info about gcc's sadistic alignment - and how to disable it | Denis Vlasenko | |
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 | |