1b1cfde1f8
Fix bug#1043 -- hanlde long filenames and links (in this case, by complaining
...
that thay exist and skipping such files when extracting and when archiving.
-Erik
2000-09-24 00:54:37 +00:00
0102a9fd48
Fix an obscure option parsing bug.
2000-09-23 22:36:24 +00:00
2da90d3b58
Force optind=1 for libc5 when doing cp in cp_mv.c
2000-09-23 20:55:59 +00:00
285b446d17
Fix potential memory overrun...
2000-09-23 19:56:46 +00:00
32e95f988d
Fix the bandaid.
2000-09-23 19:55:59 +00:00
96bdde97fb
Fix memory problems, and make behavior correct.
2000-09-23 19:53:31 +00:00
6d66817b6b
update docs for xargs
2000-09-23 06:12:34 +00:00
82e0614101
update usage for xargs
2000-09-23 06:11:03 +00:00
a37d5b772b
rewrite, so it should be firly clean now
2000-09-23 06:10:14 +00:00
5b17693f0a
Use minix xargs instead, and update docs accordingly
...
-Erik
2000-09-22 20:22:28 +00:00
ebc0dd7a8a
Comment on xargs choice.
2000-09-22 20:02:34 +00:00
92a61c1206
Add in xargs
2000-09-22 20:01:23 +00:00
90f580ad5b
Start the great EXIT_{SUCCESS,FAILURE} migration.
2000-09-22 03:45:34 +00:00
d995493987
Clean up error messages.
2000-09-22 03:36:27 +00:00
a2f2a8f8c0
Add support for the -L option to ls.
2000-09-22 03:11:47 +00:00
810d38f850
Fix loop.h dependencies.
2000-09-22 02:33:29 +00:00
a1b35c4512
Apply a bandaid suggested by Jon McClintock <jonm@bluemug.com>, since deallocvt
...
has code for handling no arguments, but the usage checking code aborted if
there are any other than two arguments.
-Erik
2000-09-22 00:40:39 +00:00
8c185f9600
Fix for bug #1042 -- applied the patch from Larry Doolittle
...
<ldoolitt@recycle.lbl.gov > to fix the bug.
-Erik
2000-09-22 00:38:07 +00:00
75610e18b3
Better cross libc compatibility (so Dave Cinege can stop complaining
...
that I broke it).
-Erik
2000-09-22 00:22:10 +00:00
2c1faecba7
Decouple DODEBUG and DOSTATIC
2000-09-21 22:26:02 +00:00
c873d61008
Remove all the kernel headers so it will compile under libc5
...
-Erik
2000-09-21 04:09:58 +00:00
ba35b98444
Fix a potential warning
2000-09-21 04:05:38 +00:00
d2f5677762
Add in exec support (patch from Torbj?rn Axelsson <torax@cendio.se>)
...
and disable backticks (since they are still wierdly broken in some
cases.
2000-09-21 02:48:07 +00:00
d1de4a16ad
Handle 'cat -'
2000-09-21 02:39:50 +00:00
f34aa4c378
Hard code the name of init.
2000-09-21 02:32:11 +00:00
8a2e56c5df
Large file >2Gib support.
2000-09-21 02:23:30 +00:00
350b3f9236
Typo fix.
2000-09-21 02:06:35 +00:00
ae22612792
Ignore loop.h
2000-09-21 02:05:43 +00:00
624cc771da
More portable handling of loop header files, as done in util-linux
2000-09-21 02:04:51 +00:00
8847b9a03a
Remove a warning. Patch from Bryan Rittmeyer <bryan@ixiacom.com>
2000-09-21 01:33:05 +00:00
7c22b77162
Only remove directories when removing recursively.
2000-09-20 23:10:21 +00:00
cff3fe3ae9
Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.
...
-Erik
2000-09-20 19:22:26 +00:00
0cccdfaf36
When mounting a ro fs rw, print warning and then mount it ro. Patch
...
from Dave Cinege.
-Erik
2000-09-20 06:23:36 +00:00
b938e2ff99
Return failure if ping gets no response.
2000-09-20 04:33:30 +00:00
46a98dfb13
Reverted my conversion of tar to getopt to ensure tar can
...
handle traditional semantics (i.e. 'tar -xvf -' or 'tar xvf'
now both work).
-Erik
2000-09-19 21:35:14 +00:00
56f3e353da
Both of these commands were subtly broken. Fortunately when used together the
...
damage was only ugly fscks. Reverted to the static inline code so they work
correctly again,
-Erik
2000-09-19 21:13:55 +00:00
06f64b2370
I think these featires are fairly safe...
...
-Erik
2000-09-19 07:16:39 +00:00
0b2da467a8
Avoid segfaults by not using snprintf to copy strings.
2000-09-19 06:46:44 +00:00
721119e1db
Clean up output.
2000-09-19 05:25:12 +00:00
cd26ff4eac
Only defines functions that will compile and are usefull under the
2000-09-19 02:25:36 +00:00
252bacc9ea
Apply a patch from Chip Rosenthal <chip@unicom.com> to fix NFS mounting,
...
which had been inadvertantly broken...
-Erik
2000-09-19 01:21:13 +00:00
fd3741d712
Remove definition of basename.
...
It was defined out so that it would never be seen, and if it was ever seen it wasnt used for anything. It also stops gunzip compiling under the Hurd.
2000-09-18 10:20:16 +00:00
38c8551cf2
Path count was out by one, fixed it
2000-09-18 09:52:03 +00:00
63dde9d4ce
Simplify and remove dependence on PATH_MAX
...
buf[PATH_MAX] now defined using strlen to the exact size to be used.
removed output that was displayed if which didnt find the command, this makes itmatch the behaviour of GNU's which.
These modifications result in a slight size decrease.
2000-09-18 09:37:40 +00:00
b2f36af157
Updated stdin/stdout treatment to match that of gnu tar.
2000-09-15 22:47:34 +00:00
6fc2a7d04d
Reorganize listing code.
2000-09-15 22:23:41 +00:00
82cfbad216
Allow non-verbose listing to work.
2000-09-15 21:18:43 +00:00
c9db2e8665
Updated to be in sync with the current sample inittab
2000-09-15 17:24:13 +00:00
d2d3aa39ef
Fixed compliance with the DTD
2000-09-15 17:16:40 +00:00
2aee993118
+ credit markw@lineo.com for his contributions
2000-09-15 08:04:42 +00:00