Commit Graph

1185 Commits

Author SHA1 Message Date
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
3157b1fba9 Implemented head(1).
tried to mimic GNU behaviour.
1999-12-10 07:42:50 +00:00
a3e0d7928b changed tee_usage from being a function to a char[]
that gets used be usage();
1999-12-10 07:41:03 +00:00
9835541c54 Fixed bug when dealing with files specified
on the command line that didn't exist.
1999-12-10 07:40:08 +00:00
70e2f0b111 Fix beppu's email address.
BTW, John, go to sleep.  It is late. :)
 -Erik
1999-12-10 06:45:42 +00:00
14c82b64c9 Fleshed out du_main().
I'm not sure which options to support.
1999-12-10 06:15:27 +00:00
059f152a7a Implemented tee(1). 1999-12-10 05:27:16 +00:00
0f5e1ab949 This is my preliminary
du implementation.  It
    was written from scratch
    (doesn't use recursiveAction).
    I still need to flesh out
    du_main().
1999-12-09 18:23:54 +00:00
1792f8c489 Tail now works (costs 6k). Several other updates.
-Erik
1999-12-09 06:11:36 +00:00
abc0f4f8f9 Latest and greatest 1999-12-08 23:19:36 +00:00
b186d980d6 Stuf 1999-12-03 09:19:54 +00:00
c054b21f7d Stuf 1999-11-27 17:41:29 +00:00
394f764e7d Stuf 1999-11-23 21:38:12 +00:00
cb41c2e83b Bug fixes 1999-11-22 07:41:00 +00:00
e1850ddde4 Stuf 1999-11-19 05:42:32 +00:00
6a76e652aa Stuf 1999-11-19 05:31:45 +00:00
08b1034f4f Stuf 1999-11-19 02:38:58 +00:00
ded6259f62 Latest and greatest 1999-11-18 00:19:26 +00:00
d80e851dc0 Stuf 1999-11-16 00:46:00 +00:00
a9c95ea655 Updates 1999-11-15 17:33:30 +00:00
b6a44b8d39 updates for the day 1999-11-13 04:47:09 +00:00