Denis Vlasenko
16b7cb455d
web site: announce 1.6.1
2007-06-30 17:12:14 +00:00
Mike Frysinger
ae7f7ebcb7
document firmware support
2007-06-28 17:13:51 +00:00
Denis Vlasenko
5a65447e30
top: add config option and code for global CPU % display
2007-06-10 17:11:59 +00:00
Bernhard Reutner-Fischer
66db264a5f
- also note where to checkout the 1_6_stable branch
2007-06-09 09:12:45 +00:00
Denis Vlasenko
c14d39e83a
rmp: add optional support for bz2 data. +50 bytes of code
2007-06-08 13:05:39 +00:00
Bernhard Reutner-Fischer
8936a19880
- Add a FAQ entry on "how do i cross compile busybox"
2007-06-08 07:19:06 +00:00
Denis Vlasenko
a0d7508748
website: announce 1.6.0
2007-06-01 14:40:03 +00:00
Denis Vlasenko
4b924f3a5c
whitespace fixes
2007-05-30 00:29:55 +00:00
Denis Vlasenko
b6adbf1be2
usage.c: remove reference to busybox.h
...
*: s/include "busybox.h"/include "libbb.h"
2007-05-26 19:00:18 +00:00
Denis Vlasenko
fe52a74ecf
busybox.net: announce 1.5.1 on the web site.
2007-05-20 17:12:43 +00:00
Denis Vlasenko
7e84e539de
cryptpw: new applet (a bit less than 3k added)
...
(by Thomas Lundquist <lists@zelow.no>)
2007-05-08 17:52:17 +00:00
Denis Vlasenko
84f75b0b94
doc: fix code example which may provoke warning
2007-04-15 11:50:41 +00:00
Denis Vlasenko
91de7c0328
update style-guide.txt
2007-04-15 08:39:39 +00:00
Denis Vlasenko
8fd371276f
fix typo in doc
2007-04-11 19:27:22 +00:00
Denis Vlasenko
e4f2d064b0
rename: run_applet_by_name -> run_applet_and_exit
2007-04-11 17:03:19 +00:00
Denis Vlasenko
0d058361e7
Add NOFORK/NOEXEC documentation.
2007-04-11 16:16:41 +00:00
Denis Vlasenko
ca3484103e
busybox.net: micro fix
2007-04-07 10:49:02 +00:00
Denis Vlasenko
1ae63fc1bc
busybox.net: update "screenshot"
2007-04-07 10:46:33 +00:00
Denis Vlasenko
fdf63a30fe
docs: "how to add a patch"
2007-04-07 09:35:56 +00:00
Denis Vlasenko
9eb51ad6b9
website: link to post-1.5.0 fixes, fix dangling link
2007-03-31 10:32:27 +00:00
Denis Vlasenko
17a1526f9e
sed: a communal variable managed to slip past 'size'
...
('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-26 20:48:46 +00:00
Denis Vlasenko
7d10823f6a
Announce 1.5.0 and move svn to 1.6.0.svn
2007-03-22 23:31:29 +00:00
Denis Vlasenko
b8e72fdde1
add info about gcc's sadistic alignment - and how to disable it
2007-03-21 10:07:01 +00:00
Denis Vlasenko
f363065021
small doc update
2007-03-20 15:53:11 +00:00
Denis Vlasenko
c86e052b81
fix accumulated whitespace and indentation damage
2007-03-20 11:30:28 +00:00
Denis Vlasenko
e84aeb5bcb
update docs
2007-03-20 11:08:39 +00:00
Denis Vlasenko
3d101dd467
expand documentation
2007-03-19 16:04:11 +00:00
Denis Vlasenko
1c86a29aea
Announce 1.4.2
2007-03-18 18:21:44 +00:00
Bernhard Reutner-Fischer
486e7ca6b7
- touchup wording a bit
2007-03-16 11:14:38 +00:00
Denis Vlasenko
4efeaee387
mkfs_minix: stop using lots of bss/data.
...
data -3500 bytes, code -300 bytes
keep_data_small: expand/fix
2007-03-15 19:52:42 +00:00
Denis Vlasenko
972288e62f
modify ptr_to_globals trick so that we do not violate
...
type safety (well, sort of ;))
2007-03-15 00:57:01 +00:00
Denis Vlasenko
9616aff095
cosmetic documentation change
2007-03-14 11:50:34 +00:00
Denis Vlasenko
75605788ff
gzip: use common bbunzip infrastructure - ~700 bytes code less
2007-03-14 00:07:51 +00:00
Mike Frysinger
ae30210d90
create a document for mdev so people dont have to rtfs
2007-02-14 13:20:29 +00:00
Denis Vlasenko
136f42f503
Add CGI docs
2007-02-11 14:52:07 +00:00
Denis Vlasenko
e8ce0626d9
s/PREFIX/CONFIG_PREFIX/
2007-02-03 17:29:14 +00:00
Denis Vlasenko
06af216528
suppress warnings about easch <applet>_main() having
...
no preceding prototype
2007-02-03 17:28:39 +00:00
Denis Vlasenko
5ff8f3d7fd
add link to post 1.4.1 patches
2007-01-26 23:35:12 +00:00
Denis Vlasenko
30abe97940
announce 1.4.1
2007-01-25 21:10:43 +00:00
Denis Vlasenko
52848eecca
add link to fixes-1.4.0
2007-01-22 23:39:08 +00:00
Bernhard Reutner-Fischer
d0f33b3ce8
- not sure if we want a timestamp there, so put one in
2007-01-22 17:12:56 +00:00
Bernhard Reutner-Fischer
bb8c7c041c
- sed -i -e "/\$Id:/d;"
2007-01-22 17:04:53 +00:00
Bernhard Reutner-Fischer
b3f3c23f78
- point to correct version. Thanks to Yann E. MORIN.
2007-01-20 21:46:20 +00:00
Denis Vlasenko
312735878b
Announce 1.3.2 and 1.4.0 on busybox.net
2007-01-20 20:38:57 +00:00
Denis Vlasenko
f7996f3b70
Trailing whitespace removal over entire tree
2007-01-11 17:20:00 +00:00
Denis Vlasenko
4a64c33443
about.html: update maintainer name
...
libbb/Kbuild: less needs xregcomp.o
2006-12-30 22:03:02 +00:00
Denis Vlasenko
c1a339983f
Add link to post-1.3.1 patches to website
2006-12-28 21:44:43 +00:00
Denis Vlasenko
ba092336f0
news.html: Fix bad English
2006-12-27 09:47:53 +00:00
Denis Vlasenko
9cd7a249f1
fix typo
2006-12-27 07:57:29 +00:00
Denis Vlasenko
f959bee0f4
Announce 1.3.1
2006-12-27 05:06:27 +00:00