Erik Andersen
d7a44c76fe
Forgot some debugging noise.
...
-Erik
2000-01-27 23:00:01 +00:00
Erik Andersen
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
Erik Andersen
ccc7488615
Fixed ls formatting for 8 char user names.
...
-Erik
2000-01-27 02:40:21 +00:00
Erik Andersen
de7965ca7e
Shuffle location of generic code into utility.c
...
-Erik
2000-01-26 23:49:21 +00:00
Erik Andersen
5cbdd712f5
mount and umount could leak loop device allocations causing the system to
...
quickly run out. Also disable init's SIGHUP handler during shutdown.
-Erik
2000-01-26 20:06:48 +00:00
Erik Andersen
3fe39dce5d
Some busybox updates. See the changelog for details if you care.
...
-Erik
2000-01-25 18:13:53 +00:00
John Beppu
bf3a838aac
put #if's around the lchown, because
...
older glibc versions don't have it.
2000-01-24 12:06:22 +00:00
Erik Andersen
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
John Beppu
9bc7e89fc1
Making note of my changes
2000-01-23 13:54:15 +00:00
John Beppu
a4a8fd05f4
Went ahead and fixed bug #301 (chown not working on symlinks)
...
in fileAction(), I changed the chown() to lchown(); Hopefully, that
doesn't break anything. (I don't think it does).
nested ?:?:?: madness in chmod_chown_chgrp.c
2000-01-23 13:38:32 +00:00
Erik Andersen
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
Erik Andersen
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
Erik Andersen
f4acea8cf5
Better way to check for namespace aliasing.
...
-Erik
2000-01-22 04:55:32 +00:00
Erik Andersen
b2660c703d
Tell what I did
...
-Erik
2000-01-20 19:51:48 +00:00
Erik Andersen
8ad12e32c8
Fix a namespace aliasing problem wereby du and dutmp, or
...
rm and rmmod symlinks would be created when only du or rm
was included.
-Erik
2000-01-20 19:32:32 +00:00
John Beppu
4581b4cdd9
foreach (@busybox_command) {
...
put_help_message_in_busybox_pod($_);
}
2000-01-19 15:04:41 +00:00
John Beppu
08fe43d3f9
added a little more content.
2000-01-19 12:39:16 +00:00
Erik Andersen
a2f69e5485
Bug fix. grep wasn't printing file names they way it was supposed to.
...
-Erik
2000-01-19 04:30:37 +00:00
John Beppu
46a4e76243
fleshed out a bit more... just wanted to put the current
...
changes under version control.
2000-01-18 22:33:11 +00:00
John Beppu
3a1b6be7d8
the beginnings of a proper man page for busybox.
2000-01-18 15:45:59 +00:00
Erik Andersen
05100cd477
tar creation support is now optional.
...
-Erik
2000-01-16 01:30:52 +00:00
Erik Andersen
83865e3e90
Ready for release
2000-01-15 22:33:09 +00:00
Erik Andersen
3163821967
Sync up busybox with the latest and greatest. This is not stuff for
...
the Embedix release.
-Erik
2000-01-15 22:28:50 +00:00
Erik Andersen
b7cc49d992
* Added -o loop option for mount, and support in umount for loop
...
devices. Support is toggled by MOUNT_LOOP feature -- Ben Collins
<bcollins@debian.org>
-Erik
2000-01-13 06:38:14 +00:00
Erik Andersen
05df239ed9
Bug fixes.
...
-Erik
2000-01-13 04:43:48 +00:00
Erik Andersen
9a9a261569
Fix a logger bug.
...
-Erik
2000-01-09 06:49:08 +00:00
Erik Andersen
ac6e71f0c4
Possible fixes...
...
-Erik
2000-01-08 22:04:33 +00:00
Erik Andersen
766f9c7a19
Oops. left debug on.
...
-Erik
2000-01-08 21:20:49 +00:00
Erik Andersen
1dbc17f630
Fix cp and mv so 'cp foo/README bar' where foo and bar are directories,
...
and README is a file.
-Erik
2000-01-08 21:16:29 +00:00
Erik Andersen
5338ce19c8
foo
2000-01-07 23:30:07 +00:00
Erik Andersen
5f2df6ccb4
Remove some leftover debug noise.
...
-Erik
2000-01-07 23:11:00 +00:00
Erik Andersen
9b5c0b7611
More adjustments
...
-Erik
2000-01-07 18:33:06 +00:00
Erik Andersen
812d46667d
More minor fixes.
...
-Erik
2000-01-07 18:30:40 +00:00
Erik Andersen
96e2abd084
Init is now even more perfect then before.
...
-Erik
2000-01-07 11:40:44 +00:00
Erik Andersen
286b0de74d
Trivial type fix.
...
-Erik
2000-01-07 09:43:38 +00:00
Erik Andersen
d38eaef70b
foo
2000-01-07 02:55:55 +00:00
Erik Andersen
0e3782f7c3
Init is now _more_ perfect then before.
...
-Erik
2000-01-07 02:54:55 +00:00
John Beppu
9324b400ab
making note of my changes.
2000-01-07 02:04:58 +00:00
John Beppu
9d83165d9e
added uniq_usage message
2000-01-07 01:57:32 +00:00
John Beppu
96f1f33e56
did tedious stuff
2000-01-06 23:49:21 +00:00
Erik Andersen
3695052813
Add in sample inittab file
...
-Erik
2000-01-06 01:16:59 +00:00
Erik Andersen
9e7372584f
inittab is now perfect. The universe will now submit to my
...
will. muhahahaha!!! Phear!
-Erik
2000-01-06 01:16:13 +00:00
Erik Andersen
0b874ed41f
Cool. Beppu is doing uniq.
...
-Erik
2000-01-06 01:14:56 +00:00
John Beppu
abb4772b28
i am busybox of borg. unix will be assimilated.
2000-01-06 00:48:21 +00:00
Erik Andersen
0881de706e
The latest and greatest. init basically works, though needs
...
a minor inittab design change to accomodate specifying the device
to run each process on.
-Erik
2000-01-05 09:34:26 +00:00
Erik Andersen
f4a99cc02c
heheh. Forgot the fix. Here it is:
...
* Grep -i previously failed on UPPER CASE patterns due to a silly
regexp implementation bug that is now fixed.
-Erik
2000-01-05 05:49:51 +00:00
Erik Andersen
fb62e3225f
* Grep -i previously failed on UPPER CASE patterns due to a silly
...
regexp implementation bug that is now fixed.
-Erik
2000-01-05 05:47:11 +00:00
Erik Andersen
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
Erik Andersen
9c88cac5cb
First pass inittab parser written
...
-Erik
1999-12-30 09:25:17 +00:00
Erik Andersen
1266a13e1f
* sed now supports addresses (numeric or regexp, with negation) and
...
has an append command, thanks to Marco Pantaleoni <panta@prosa.it>
* Fixed dmesg. It wasn't parsing its options (-n or -s) properly.
* Some cosmetic fixes to ls output formatting to make it behave more
like GNU ls.
-Erik
1999-12-29 22:19:46 +00:00