mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
More stuff.
-Erik
This commit is contained in:
parent
b5966368d7
commit
89960b8af2
@ -12,12 +12,14 @@
|
|||||||
BB_FEATURE_STANDALONE_SHELL is defined, all the busybox commands may
|
BB_FEATURE_STANDALONE_SHELL is defined, all the busybox commands may
|
||||||
be invoked as shell internals. Best used when compiling staticly
|
be invoked as shell internals. Best used when compiling staticly
|
||||||
(i.e. DOSTATIC=true)
|
(i.e. DOSTATIC=true)
|
||||||
* BusyBox sh (lash) internals now behave as expected wrt pipes and redirects.
|
* BusyBox sh (lash) internals now behave as expected wrt pipes
|
||||||
|
and redirects.
|
||||||
* Fixed ping warnings -- fix from Sascha Ziemann <szi@aibon.ping.de>
|
* Fixed ping warnings -- fix from Sascha Ziemann <szi@aibon.ping.de>
|
||||||
* Fixed update segfault
|
* Fixed update segfault
|
||||||
* Fixed mknod -- minor number was always 0
|
* Fixed mknod -- minor number was always 0
|
||||||
* Fixed tar option parsing, so both "tar xvf foo.tar" and "tar -xvf foo.tar"
|
* Fixed tar option parsing, so both "tar xvf foo.tar" and
|
||||||
now work (i.e. no "-" before options) (this was very broken in 0.43).
|
"tar -xvf foo.tar" now work (i.e. no "-" before options)
|
||||||
|
(this was very broken in 0.43).
|
||||||
* Several contributions from Randolph Chung <tausq@debian.org>.
|
* Several contributions from Randolph Chung <tausq@debian.org>.
|
||||||
* cp/mv now accepts the -f flag
|
* cp/mv now accepts the -f flag
|
||||||
* tail can now accept -<num> commands (e.g. -10) for better
|
* tail can now accept -<num> commands (e.g. -10) for better
|
||||||
|
2
TODO
2
TODO
@ -28,6 +28,8 @@ Bugs that need fixing:
|
|||||||
cp -a -a
|
cp -a -a
|
||||||
ln -s -s
|
ln -s -s
|
||||||
rm -f
|
rm -f
|
||||||
|
rm -f -
|
||||||
|
rm -- -
|
||||||
touch -c
|
touch -c
|
||||||
- I believe that swaponoff may also be also broken (check it).
|
- I believe that swaponoff may also be also broken (check it).
|
||||||
- It used to be that BusyBox tar would happily overwrite existing files on
|
- It used to be that BusyBox tar would happily overwrite existing files on
|
||||||
|
Loading…
Reference in New Issue
Block a user