Commits
21
21
adventurous desktop users.
22
22
<p>Changes since previous release:
23
23
<ul>
24
24
<li>find: taking many more of standard options
25
25
<li>ps: POSIX-compliant -o implemented
26
26
<li>cp: added -s, -l
27
27
<li>grep: added -r, fixed -h
28
28
<li>watch: make it exec child like standard one does (was totally
29
29
incompatible)
30
30
<li>tar: fix limitations which were preventing bbox tar usage
31
-
on a big directories: long names and linknames, pax headers
31
+
on big directories: long names and linknames, pax headers
32
32
(Linux kernel tarballs have that). Fixed a number of obscure bugs.
33
33
Raised max file limit (now 64Gb). Security fixes (/../ attacks).
34
34
<li>httpd: added -i (inetd), -f (foreground), support for
35
35
directory indexer CGI (example is included), bugfixes.
36
36
<li>telnetd: fixed/improved IPv6 support, inetd+standalone support,
37
37
other fixes. Useful IPv6 stuff factored out into libbb.
38
38
<li>runit/*: new applets adapted from http://smarden.sunsite.dk/runit/
39
39
(these are my personal favorite small-and-beautiful toys)
40
40
<li>minor bugfixes to: login, dd, mount, umount, chmod, chown, ln, udhcp,
41
41
fdisk, ifconfig, sort, tee, mkswap, wget, insmod.