5e1189e187
More documentation updates, and minor fixes to make things sync
...
up with the docs.
-Erik
2000-04-15 16:34:54 +00:00
95c1c1e05f
Fix a tar bug: tar removed leading '/'s for symlink targets.
...
Fix a syslogd bug: Only the first sizeof(buffer) was read from the
/dev/log socket, causing (for most cases) only every other log item to be logged.
-Erik
2000-04-14 21:45:29 +00:00
61677feff7
Upates to include copyright 2000 to everything
...
-Erik
2000-04-13 01:18:56 +00:00
0817d1372c
This makes tar work perfectly, and adds in "--exclude" as an option
...
-Erik
2000-04-09 15:17:40 +00:00
84e09e4437
Fix tar checksum calculation bug.
...
-Erik
2000-04-08 20:58:35 +00:00
ecd512453c
Latest and greatest
...
-Erik
2000-04-08 03:08:21 +00:00
6a34b539db
Slightly better fringe case handling and GNU tar like error messages.
...
-Erik
2000-04-07 06:55:38 +00:00
825aead68b
Patch to make killall actually kill all PIDs with the specified name,
...
rather then busylooping trying to kill the first one until it dies.
Should be more efficient now, and will only send one signal to each
specified process.
-Erik
2000-04-07 06:00:07 +00:00
5661fe078e
Tar now works perfectly. It behaves much better now then it
...
used to. Only thing left to do is add in exclude (-X) option.
-Erik
2000-04-05 01:00:52 +00:00
68a9ea4208
Update tar so creation of tarballs is much closer to working...
...
-Erik
2000-04-04 18:39:50 +00:00
3364d78b18
Yet another installment in the ongoing tar saga
...
-Erik
2000-03-28 00:58:14 +00:00
6acaa40f27
First stages of (re-)writing busybox's tar creation support.
...
-Erik
2000-03-26 14:03:20 +00:00
deea048bec
Latest and greatest
...
-Erik
2000-03-25 23:09:29 +00:00
1ad302ac90
The new tar for busybox is now done, and works just fine
...
for extracting files. Creation of tarballs is next...
-Erik
2000-03-24 00:54:46 +00:00
e454fb68a3
More changes that are broken. It doesn't compile
...
yet, but is closer.
-Erik
2000-03-23 04:27:58 +00:00
298854f029
My latest ramblings.
...
-Erik
2000-03-23 01:09:18 +00:00
1dbe340eba
more minor fixes
...
-Erik
2000-03-19 10:46:06 +00:00
e272915e1f
Some updates for the day,
...
-Erik
2000-02-18 21:34:17 +00:00
9ffdaa647e
Updates
...
-Erik
2000-02-11 21:55:04 +00:00
e49d5ecbbe
Some formatting updates (ran the code through indent)
...
-Erik
2000-02-08 19:58:47 +00:00
fac10d7c59
A few minor updates. ;-)
...
Seriously though, read the Changelog for busybox 0.42,
which this is about to become...
-Erik
2000-02-07 05:29:42 +00:00
ce5b466bcc
copyFile could call chmod on a symlink, changing the perms
...
of the pointed to file. Minor fix to tar for directory handling.
-Erik
2000-01-27 19:50:47 +00:00
3fe39dce5d
Some busybox updates. See the changelog for details if you care.
...
-Erik
2000-01-25 18:13:53 +00:00
5509af7073
* added (and documented) "-n" option for head -
...
contributed Friedrich Vedder <fwv@myrtle.lahn.de >
* Cleanup for a number of usage messages -- also
contributed Friedrich Vedder <fwv@myrtle.lahn.de >
-Erik
2000-01-23 18:19:02 +00:00
06936df164
Fix a bug where tar could change perms and ownership of dirs pointed
...
to by symlink within a tarball.
-Erik
2000-01-23 02:14:20 +00:00
de552874d2
Some busybox updates. You no longer _have_ to put a "-" in front of tar
...
options, logger is better behaved and has a "-t" option now. init now supports
the kernel chroot patch, so you can chroot to a new device and umount the old
root.
-Erik
2000-01-23 01:34:05 +00:00
05100cd477
tar creation support is now optional.
...
-Erik
2000-01-16 01:30:52 +00:00
7dc160721e
Bunches of fixes. Typos, bugs, etc.
...
Added 'gunzip -t'. inittab support _almost_ works (but it isn't
ready for prime time useage yet).
-Erik
2000-01-04 01:10:25 +00:00
00266d3df6
Fixed a bug where tar would not set the user and group on device
...
special files.
-Erik
1999-12-28 00:17:46 +00:00
98f67e35d8
chown(2) clears S_ISUID and S_ISGID, even when chown is
...
called as root. Changed ordering of chown and chmod so
SGID and SUID file permissions don't get munged.
-Erik
1999-12-27 23:48:33 +00:00
4d1d0113fd
Reworked the source so it will compile and run under glibc 2.0.7
...
and linux kernel 2.0.36 (though the dubious reasons why someone
would want to do that defy imagination ;)
-Erik
1999-12-17 18:44:15 +00:00
03018f7551
Fixed tar so uid/gud/permissions on extracted tarballs will be correct.
...
-Erik
1999-11-29 04:29:13 +00:00
08b1034f4f
Stuf
1999-11-19 02:38:58 +00:00
b052b47722
Forgot this.
1999-11-18 00:21:59 +00:00
d80e851dc0
Stuf
1999-11-16 00:46:00 +00:00
b6a44b8d39
updates for the day
1999-11-13 04:47:09 +00:00
96bcfd346b
Latest and greatest
...
-Erik
1999-11-12 01:30:18 +00:00
0dfac6b9ce
Stuff
1999-11-11 05:46:32 +00:00
c296b54827
Stuf
1999-11-11 01:36:55 +00:00
d73dc5b073
Updates to usage, and made tar work.
...
-Erik
1999-11-10 23:13:02 +00:00
5556c1874b
Maybe works now...
...
-Erik
1999-11-10 19:27:58 +00:00
50d6360771
Stuff
1999-11-09 01:47:36 +00:00
350577c5a0
Minor stuf
1999-11-06 06:34:20 +00:00
be971d6b69
More init fixes. Fixed sync segfault.
...
-Erik
1999-11-03 16:52:50 +00:00
d143e8f2bd
Stuf
1999-10-23 07:09:58 +00:00
c49960189a
Fixed up copyright notices and such
1999-10-20 22:08:37 +00:00
e77ae3a2c0
Added sfdisk. Ststic-ified a bunch of stuff.
1999-10-19 20:03:34 +00:00
cb6e25655f
More stuff
1999-10-16 15:48:40 +00:00
f6be944a6a
More stuff
1999-10-13 21:12:06 +00:00
1b61f41f57
More stuff
1999-10-13 18:56:42 +00:00