3364d78b18
Yet another installment in the ongoing tar saga
...
-Erik
2000-03-28 00:58:14 +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
298854f029
My latest ramblings.
...
-Erik
2000-03-23 01:09:18 +00:00
ec5bd90916
Use the nice new find_real_root_device function to find the
...
name of the root device, instead of having libc read whatever
lies happen to be in /etc/mtab.
-Erik
2000-03-22 07:12:05 +00:00
0d068a2067
* all mallocs now use xmalloc (and so are OOM error safe), and
...
the common error handling saves a few bytes. Thanks to
Bob Tinsley <bob@earthrise.demon.co.uk > for the patch.
-Erik
2000-03-21 22:32:57 +00:00
13456d1fcd
Forgot these files...
...
-Erik
2000-03-16 08:09:57 +00:00
692a4502b0
+ changed a static array (FileList) into a dynamically allocated one
...
in an attempt to make the .bss section smaller.
2000-03-08 00:14:35 +00:00
fb002d0df0
Add in tr and dirname
...
-Erik
2000-03-05 08:07:00 +00:00
029011b9ee
A few updates (including the cp fix the Craig has been looking for)
...
-Erik
2000-03-04 21:19:32 +00:00
42387e4964
Forgot to add basename. More fixes to du from
...
Friedrich Vedder <fwv@myrtle.lahn.de >.
-Erik
2000-02-21 17:27:17 +00:00
27fdd081ef
Fixed du. Now behaves just like GNU du (only less so).
...
-Erik
2000-02-19 18:16:49 +00:00
e272915e1f
Some updates for the day,
...
-Erik
2000-02-18 21:34:17 +00:00
08c965a0a1
- I suspect the problem has something to do w/ symlinks.
...
- It's not completely in agreement w/ GNU/du, but
+ the answer is much closer than before.
- Some of the right-shifts seem to have mysteriously disappeared.
I put them back in.
2000-02-13 04:10:57 +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
04e97024e7
Clear up some ambiguity with old style assignments.
...
-Erik
2000-01-29 07:06:24 +00:00
ccc7488615
Fixed ls formatting for 8 char user names.
...
-Erik
2000-01-27 02:40:21 +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
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
05df239ed9
Bug fixes.
...
-Erik
2000-01-13 04:43:48 +00:00
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
812d46667d
More minor fixes.
...
-Erik
2000-01-07 18:30:40 +00:00
9d83165d9e
added uniq_usage message
2000-01-07 01:57:32 +00:00
96f1f33e56
did tedious stuff
2000-01-06 23:49:21 +00:00
0b874ed41f
Cool. Beppu is doing uniq.
...
-Erik
2000-01-06 01:14:56 +00:00
abb4772b28
i am busybox of borg. unix will be assimilated.
2000-01-06 00:48:21 +00:00
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
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
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
f664c004db
Fixed mv so it now does the right thing (same method used in cp). Removed
...
some cruft from cp.
-Erik
1999-12-29 02:36:29 +00:00
2fe08c7afb
Fixed cp so it works as God intended it to.
...
-Erik
1999-12-29 02:10:35 +00:00
00417a38c1
sort is good to go.
1999-12-23 22:46:10 +00:00
ee512a3f86
implemented numeric sort (sort -g)
1999-12-23 00:02:49 +00:00
568cb7b45f
oops.. qsort(2) misunderstanding on my part.
...
it's ok, now.
1999-12-22 23:02:12 +00:00
d19385e160
playing w/ $Log$
1999-12-22 22:27:01 +00:00
f3e59041b5
the base is nearly done.
...
need to implement various comparison functions, now.
1999-12-22 22:24:52 +00:00
019513a59f
added hooks for sort
1999-12-22 17:57:31 +00:00
38efa7902e
work in progress...
1999-12-22 00:30:29 +00:00
c0ca473af9
this is my work in progress.
1999-12-21 20:00:35 +00:00
10c341af35
Make head --version do the right thing. Update TODO list
...
-Erik
1999-12-17 18:52:06 +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
0aa6118167
killed an elusive bug in du -s.
1999-12-16 21:16:47 +00:00
25ab653457
fixed an embarrasing segfault (head w/ no args
...
used to die (but now it lives))
1999-12-15 19:29:09 +00:00
e1618e42a8
Implemented du -s
1999-12-15 18:52:17 +00:00
19db07b3d4
Ok, so this is reallt 0.38...
...
-Erik
1999-12-11 08:41:28 +00:00
b52a218c95
Removed a redundant call du(); Save cpu cycles.
1999-12-10 15:23:47 +00:00
cf53687376
Fixed John's email address again.
...
John. Your email address is "john@lineo.com " not @line.com. :)
-Erik
1999-12-10 08:29:20 +00:00
2cb55077e2
Added poweroff (and adjusted init to use it). Inlined function
...
calls to code only called once in tee. Made BB_KLOGD and option.
-Erik
1999-12-10 08:25:07 +00:00