Denis Vlasenko
f9dba6e226
trim webpage text a bit
2008-08-21 12:07:38 +00:00
Bernhard Reutner-Fischer
557f9c4b31
- drop outdated paragraph (which additionally contained some mistyped html-like junk)
2008-08-21 11:54:23 +00:00
Bernhard Reutner-Fischer
5f52150536
- misc. minor tweaks
2008-08-21 11:52:12 +00:00
Bernhard Reutner-Fischer
beb6ea47c3
- point people to the current stable branch
2008-08-21 11:43:36 +00:00
Bernhard Reutner-Fischer
78c41b2dc5
- tweak markup
2008-08-21 11:38:22 +00:00
Denis Vlasenko
14a79381d0
more cosmetic fixes on the website
2008-08-21 11:36:24 +00:00
Denis Vlasenko
68cef20f5d
cosmetic fixes on the webpage
2008-08-21 11:34:57 +00:00
Bernhard Reutner-Fischer
b22fbfefc8
- tweak markup
2008-08-21 11:34:46 +00:00
Bernhard Reutner-Fischer
a0420aba1c
- bump copyright year
2008-08-21 11:23:42 +00:00
Bernhard Reutner-Fischer
158f1d4ea6
- fix markup
2008-08-21 11:19:52 +00:00
Bernhard Reutner-Fischer
8c8601cfbc
- fix some wrong markup.
...
sed -i -e 's, href=\([^"][^>]*\)>, href="\1">,g' *.html
The proper way to specify an attribute is to quote the val: theattrib="val"
2008-08-21 10:54:55 +00:00
Bernhard Reutner-Fischer
040feada1e
- correct release date for 1.12.0 and fix a few typos
2008-08-21 10:35:26 +00:00
Denis Vlasenko
c1b39edee1
announce 1.12.0
2008-08-21 10:19:28 +00:00
Denis Vlasenko
2a7031bb12
Bump version to 1.13.0.svn
2008-08-20 23:30:42 +00:00
Denis Vlasenko
261cf4784f
This is 1.12.0
2008-08-20 23:29:10 +00:00
Denis Vlasenko
e417be6697
getopt32: do not return pointer to alloca() areas
2008-08-20 23:03:38 +00:00
Denis Vlasenko
b9c262b029
envdir: fix "envdir with no params" case
2008-08-20 22:19:27 +00:00
Denis Vlasenko
99b4083647
findfs: make it use setuid-ness of busybox binary
2008-08-20 08:50:02 +00:00
Denis Vlasenko
b9f5d59893
fsck: use getmntent_r instead of open-coded parsing. By Vladimir
...
function old new delta
create_fs_device 125 158 +33
parse_word 41 - -41
parse_escape 55 - -55
fsck_main 2246 1893 -353
------------------------------------------------------------------------------
(add/remove: 0/2 grow/shrink: 1/1 up/down: 33/-449) Total: -416 bytes
2008-08-20 02:38:48 +00:00
Denis Vlasenko
f31c3b677d
linedit: fix use-after-free
2008-08-20 00:46:32 +00:00
Denis Vlasenko
4301616b27
libbb: getopt32() should not ever touch argv[0] (even read)
2008-08-20 00:15:42 +00:00
Denis Vlasenko
1c45a505eb
libbb: fix mishandling of "all argv are opts" in getopt32()
...
function old new delta
top_main 1100 1095 -5
getopt32 1398 1361 -37
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-42) Total: -42 bytes
2008-08-20 00:12:22 +00:00
Denis Vlasenko
6c4eb44113
ifupdown: fixes for shutdown of DHCP-managed interfaces
...
from Wade Berrier <wberrier AT gmail.com>
2008-08-19 23:02:23 +00:00
Denis Vlasenko
625ed8e027
Updating defconfig, fixing a typo in Config.in
2008-08-19 22:26:05 +00:00
Bernhard Reutner-Fischer
c77e843c09
- add new applet rdev (Grant Erickson)
...
- fixes and shrink (me)
2008-08-19 11:28:52 +00:00
Denis Vlasenko
d7cc2e601d
showkey: new applet by Vladimir
2008-08-17 14:17:48 +00:00
Denis Vlasenko
c8d02aa959
setfont: new applet by Vladimir
2008-08-17 14:12:26 +00:00
Denis Vlasenko
eb084779d7
libbb: use ptsname_r, it's smaller
...
function old new delta
xgetpty 91 81 -10
ptsname 33 - -33
text data bss dec hex filename
793828 592 6692 801112 c3958 busybox_old
793796 592 6660 801048 c3918 busybox_unstripped
2008-08-17 12:47:19 +00:00
Denis Vlasenko
34c73c499b
ash: fix "(cat < file)" hang introduced by rev 22944.
2008-08-16 11:48:02 +00:00
Denis Vlasenko
8334db13c3
cut: fix buffer overflow (bug 4544).
2008-08-15 21:20:23 +00:00
Denis Vlasenko
69ed30928e
chpst: fix "envdir dir" case (bug 4574).
2008-08-15 21:03:17 +00:00
Denis Vlasenko
ec7e7aec8a
arp: without -H <type>, assume "ether". closes 4564
2008-08-15 20:14:23 +00:00
Denis Vlasenko
c80191c1d9
install: fix long option not taking params (bug 4584)
2008-08-15 19:56:24 +00:00
Denis Vlasenko
11152e30e3
mkdir: fix "uname 0222; mkdir foo/bar" case
...
(by Doug Graham <dgraham AT nortel.com>)
function old new delta
bb_make_directory 291 280 -11
2008-08-15 19:18:35 +00:00
Denis Vlasenko
cd785fb716
nmeter: fix read past the end if a buffer. Closes 4594
2008-08-14 21:57:43 +00:00
Denis Vlasenko
ee777c4e5f
ifupdown: fixes for custom MAC address, by Wade Berrier <wberrier AT gmail.com>
2008-08-12 01:35:34 +00:00
Denis Vlasenko
8d07560eef
sendmail: work around (bogus) gcc warning
2008-08-10 20:46:39 +00:00
Denis Vlasenko
63e49fa56f
fix byte-swapping of compressed help on big-endian machines
2008-08-09 20:31:57 +00:00
Denis Vlasenko
69f4f9a6f4
optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)
...
function old new delta
bb_get_chunk_with_continuation - 176 +176
find_pair 169 187 +18
...
process_stdin 443 433 -10
config_read 549 456 -93
bb_get_chunk_from_file 139 7 -132
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 7/7 up/down: 215/-254) Total: -39 bytes
2008-08-09 17:16:40 +00:00
Denis Vlasenko
3fd15e197e
grep: option to use GNU regex matching instead of POSIX one.
...
This fixes problems with NULs in files being scanned, but
costs +800 bytes. The same can be done to sed (TODO).
2008-08-09 16:15:14 +00:00
Bernhard Reutner-Fischer
fb5902ca5c
- support relatime / norelatime
2008-08-06 18:14:38 +00:00
Bernhard Reutner-Fischer
1dbc643dd3
- fix typo
2008-08-06 17:39:30 +00:00
Denis Vlasenko
8e80411151
modprobe-small: fix infinite looping, by Timo Teras
2008-08-06 09:41:09 +00:00
Denis Vlasenko
728161b556
fix bug 4464 for real. I am dumb.
2008-08-06 08:44:09 +00:00
Denis Vlasenko
9ddc0045ec
modprobe: semi-trivial code shrink
...
function old new delta
build_dep 870 859 -11
already_loaded 134 112 -22
modprobe_main 449 368 -81
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-114) Total: -114 bytes
2008-08-06 00:51:43 +00:00
Denis Vlasenko
2afd5ab62c
*: use get_console_fd() as appropriate, and make it fail on open error -
...
get_console_fd_or_die().
function old new delta
get_console_fd_or_die - 163 +163
loadkmap_main 211 201 -10
loadfont_main 440 430 -10
dumpkmap_main 218 208 -10
kbd_mode_main 158 146 -12
setkeycodes_main 156 143 -13
get_console_fd 163 - -163
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 0/5 up/down: 163/-218) Total: -55 bytes
2008-08-05 23:32:27 +00:00
Denis Vlasenko
e0143a1aad
kbd_mode: remove erroneous & from &var. By Vladimir.
2008-08-05 23:01:01 +00:00
Denis Vlasenko
db29f5e73e
libbb: fix thinko in latest xrealloc_vector change
2008-08-05 21:12:00 +00:00
Bernhard Reutner-Fischer
e6ce824edd
- reinstate commented out _FORTIFY_SOURCE that was somehow dropped by Denys?
2008-08-05 19:06:35 +00:00
Denis Vlasenko
ec73d30322
randomconfig fixes
2008-08-05 17:43:29 +00:00