oweals/busybox.git
24 years ago made note of my recent changes
John Beppu [Wed, 15 Dec 1999 19:35:02 +0000 (19:35 -0000)]
made note of my recent changes

24 years ago fixed an embarrasing segfault (head w/ no args
John Beppu [Wed, 15 Dec 1999 19:29:09 +0000 (19:29 -0000)]
fixed an embarrasing segfault (head w/ no args
used to die (but now it lives))

24 years ago Implemented du -s
John Beppu [Wed, 15 Dec 1999 18:52:17 +0000 (18:52 -0000)]
Implemented du -s

24 years agoTurn off loadkmap and loadfont. We won't be needing those.
Erik Andersen [Wed, 15 Dec 1999 08:20:08 +0000 (08:20 -0000)]
Turn off loadkmap and loadfont.  We won't be needing those.
 -Erik

24 years agoAdded the list of available commands.
Eric Andersen [Sun, 12 Dec 1999 05:32:52 +0000 (05:32 -0000)]
Added the list of available commands.
 -Erik

24 years agoFixed spelling of my name. Geez.
Eric Andersen [Sat, 11 Dec 1999 23:25:59 +0000 (23:25 -0000)]
Fixed spelling of my name.  Geez.
Ah kant evun spel mi nam.
 -Erik

24 years agoOk, so this is reallt 0.38...
Eric Andersen [Sat, 11 Dec 1999 08:41:28 +0000 (08:41 -0000)]
Ok, so this is reallt 0.38...
 -Erik

24 years agoSet version to 0.39 0_39
Eric Andersen [Sat, 11 Dec 1999 04:21:50 +0000 (04:21 -0000)]
Set version to 0.39
 -Erik

24 years agoMinor updates
Eric Andersen [Sat, 11 Dec 1999 04:16:51 +0000 (04:16 -0000)]
Minor updates

24 years ago Removed a redundant call du(); Save cpu cycles.
John Beppu [Fri, 10 Dec 1999 15:23:47 +0000 (15:23 -0000)]
Removed a redundant call du();  Save cpu cycles.

24 years ago damnit.
John Beppu [Fri, 10 Dec 1999 08:44:54 +0000 (08:44 -0000)]
damnit.
    removed mkfifo from the TODO list.

    I didn't implement it, because I realized (too late) that
    mknod already existed, and it can do anything that mkfifo
    would have done.

24 years agoFixed John's email address again.
Eric Andersen [Fri, 10 Dec 1999 08:29:20 +0000 (08:29 -0000)]
Fixed John's email address again.
John.  Your email address is "john@lineo.com" not @line.com. :)
 -Erik

24 years agoAdded poweroff (and adjusted init to use it). Inlined function
Eric Andersen [Fri, 10 Dec 1999 08:25:07 +0000 (08:25 -0000)]
Added poweroff (and adjusted init to use it).  Inlined function
calls to code only called once in tee.  Made BB_KLOGD and option.
 -Erik

24 years ago less TODO
John Beppu [Fri, 10 Dec 1999 07:48:34 +0000 (07:48 -0000)]
less TODO

24 years ago Implemented head(1).
John Beppu [Fri, 10 Dec 1999 07:42:50 +0000 (07:42 -0000)]
Implemented head(1).
    tried to mimic GNU behaviour.

24 years ago changed tee_usage from being a function to a char[]
John Beppu [Fri, 10 Dec 1999 07:41:03 +0000 (07:41 -0000)]
changed tee_usage from being a function to a char[]
    that gets used be usage();

24 years ago Fixed bug when dealing with files specified
John Beppu [Fri, 10 Dec 1999 07:40:08 +0000 (07:40 -0000)]
Fixed bug when dealing with files specified
    on the command line that didn't exist.

24 years agoMake sure the world knows who "beppu" is.
Eric Andersen [Fri, 10 Dec 1999 06:48:10 +0000 (06:48 -0000)]
Make sure the world knows who "beppu" is.
 -Erik

24 years agoFix beppu's email address.
Eric Andersen [Fri, 10 Dec 1999 06:45:42 +0000 (06:45 -0000)]
Fix beppu's email address.
BTW, John, go to sleep.  It is late. :)
 -Erik

24 years ago Fleshed out du_main().
John Beppu [Fri, 10 Dec 1999 06:15:27 +0000 (06:15 -0000)]
Fleshed out du_main().
    I'm not sure which options to support.

24 years ago less TODO
John Beppu [Fri, 10 Dec 1999 06:14:28 +0000 (06:14 -0000)]
less TODO

24 years ago Implemented tee(1).
John Beppu [Fri, 10 Dec 1999 05:27:16 +0000 (05:27 -0000)]
Implemented tee(1).

24 years agominor changelog update
John Beppu [Thu, 9 Dec 1999 23:33:04 +0000 (23:33 -0000)]
minor changelog update

24 years agoAdjustments for Johns init stuff,
Eric Andersen [Thu, 9 Dec 1999 22:39:55 +0000 (22:39 -0000)]
Adjustments for Johns init stuff,
 -Erik

24 years ago findInitPid() has been implemented and it seems to work.
John Beppu [Thu, 9 Dec 1999 22:10:18 +0000 (22:10 -0000)]
findInitPid() has been implemented and it seems to work.
    reboot has been changed to take advantage of findInitPid();

24 years ago du is done
John Beppu [Thu, 9 Dec 1999 18:37:56 +0000 (18:37 -0000)]
du is done

24 years ago Modified to include du
John Beppu [Thu, 9 Dec 1999 18:29:29 +0000 (18:29 -0000)]
Modified to include du

24 years ago This is my preliminary
John Beppu [Thu, 9 Dec 1999 18:23:54 +0000 (18:23 -0000)]
This is my preliminary
    du implementation.  It
    was written from scratch
    (doesn't use recursiveAction).
    I still need to flesh out
    du_main().

24 years ago* Fixed rebooting from init. I'd left some debugging code in
Eric Andersen [Thu, 9 Dec 1999 07:57:58 +0000 (07:57 -0000)]
* Fixed rebooting from init.  I'd left some debugging code in
    which blocked reboots.  Oops.
 -Erik

24 years agoTail now works (costs 6k). Several other updates.
Eric Andersen [Thu, 9 Dec 1999 06:11:36 +0000 (06:11 -0000)]
Tail now works (costs 6k).  Several other updates.
 -Erik

24 years agoAdded an empty line for no reason.
Eric Andersen [Thu, 9 Dec 1999 01:29:12 +0000 (01:29 -0000)]
Added an empty line for no reason.
 -Erik

24 years agoFixed spelling error
Eric Andersen [Thu, 9 Dec 1999 01:26:38 +0000 (01:26 -0000)]
Fixed spelling error
 -Erik

24 years ago* my_getid was leaking file descriptors, causing 'ls -l' on long
Eric Andersen [Thu, 9 Dec 1999 01:15:52 +0000 (01:15 -0000)]
* my_getid was leaking file descriptors, causing 'ls -l' on long
    directories to fail
 -Erik

24 years agoLatest and greatest
Eric Andersen [Wed, 8 Dec 1999 23:19:36 +0000 (23:19 -0000)]
Latest and greatest

24 years agoStuf
Eric Andersen [Wed, 8 Dec 1999 04:23:30 +0000 (04:23 -0000)]
Stuf

24 years agoFixes
Eric Andersen [Wed, 8 Dec 1999 04:13:59 +0000 (04:13 -0000)]
Fixes

24 years agoStuf
Eric Andersen [Wed, 8 Dec 1999 04:13:44 +0000 (04:13 -0000)]
Stuf

24 years agoStuf
Eric Andersen [Tue, 7 Dec 1999 23:14:59 +0000 (23:14 -0000)]
Stuf

24 years agoStuf
Eric Andersen [Tue, 7 Dec 1999 08:37:31 +0000 (08:37 -0000)]
Stuf

24 years agoStuf
Eric Andersen [Sun, 5 Dec 1999 23:24:55 +0000 (23:24 -0000)]
Stuf

24 years agosyslogd and klogd work now.
Eric Andersen [Sun, 5 Dec 1999 22:17:02 +0000 (22:17 -0000)]
syslogd and klogd work now.
 -Erik

24 years agoFixes
Eric Andersen [Fri, 3 Dec 1999 15:14:25 +0000 (15:14 -0000)]
Fixes

24 years agoStuf
Eric Andersen [Fri, 3 Dec 1999 09:19:54 +0000 (09:19 -0000)]
Stuf

24 years agoSqtuf
Eric Andersen [Mon, 29 Nov 1999 04:31:50 +0000 (04:31 -0000)]
Sqtuf

24 years agoFix up changelog
Eric Andersen [Mon, 29 Nov 1999 04:30:12 +0000 (04:30 -0000)]
Fix up changelog

24 years agoFixed tar so uid/gud/permissions on extracted tarballs will be correct.
Eric Andersen [Mon, 29 Nov 1999 04:29:13 +0000 (04:29 -0000)]
Fixed tar so uid/gud/permissions on extracted tarballs will be correct.
 -Erik

24 years agoFixes
Eric Andersen [Sat, 27 Nov 1999 20:34:28 +0000 (20:34 -0000)]
Fixes

24 years agoStuf
Eric Andersen [Sat, 27 Nov 1999 17:41:29 +0000 (17:41 -0000)]
Stuf

24 years agoChanges
Eric Andersen [Fri, 26 Nov 1999 08:12:56 +0000 (08:12 -0000)]
Changes

24 years agoStuf
Eric Andersen [Fri, 26 Nov 1999 01:51:02 +0000 (01:51 -0000)]
Stuf

24 years agoStuf
Eric Andersen [Thu, 25 Nov 1999 08:06:22 +0000 (08:06 -0000)]
Stuf

24 years agoStuf
Eric Andersen [Thu, 25 Nov 1999 07:30:46 +0000 (07:30 -0000)]
Stuf

24 years agoFirst draft
Eric Andersen [Wed, 24 Nov 1999 09:04:33 +0000 (09:04 -0000)]
First draft

24 years agoStuf
Eric Andersen [Tue, 23 Nov 1999 21:38:12 +0000 (21:38 -0000)]
Stuf

24 years agoBug fixes
Eric Andersen [Mon, 22 Nov 1999 07:41:00 +0000 (07:41 -0000)]
Bug fixes

24 years agoStuf
Eric Andersen [Mon, 22 Nov 1999 06:01:01 +0000 (06:01 -0000)]
Stuf

24 years agoFix bugs
Eric Andersen [Mon, 22 Nov 1999 05:57:09 +0000 (05:57 -0000)]
Fix bugs

24 years agoStuf
Eric Andersen [Sun, 21 Nov 1999 21:50:07 +0000 (21:50 -0000)]
Stuf

24 years agoLatest n greatest
Eric Andersen [Fri, 19 Nov 1999 06:24:35 +0000 (06:24 -0000)]
Latest n greatest

24 years agoStuf
Eric Andersen [Fri, 19 Nov 1999 05:42:32 +0000 (05:42 -0000)]
Stuf

24 years agoStuf
Eric Andersen [Fri, 19 Nov 1999 05:31:45 +0000 (05:31 -0000)]
Stuf

24 years agoStuf
Eric Andersen [Fri, 19 Nov 1999 02:38:58 +0000 (02:38 -0000)]
Stuf

24 years agoStuf
Eric Andersen [Thu, 18 Nov 1999 20:33:45 +0000 (20:33 -0000)]
Stuf

24 years agoStuff
Eric Andersen [Thu, 18 Nov 1999 07:58:07 +0000 (07:58 -0000)]
Stuff

24 years agoForgot this.
Eric Andersen [Thu, 18 Nov 1999 00:21:59 +0000 (00:21 -0000)]
Forgot this.

24 years agoLatest and greatest 0_36
Eric Andersen [Thu, 18 Nov 1999 00:19:26 +0000 (00:19 -0000)]
Latest and greatest

24 years agoStuf
Eric Andersen [Tue, 16 Nov 1999 00:46:00 +0000 (00:46 -0000)]
Stuf

24 years agoUpdates
Eric Andersen [Mon, 15 Nov 1999 17:33:30 +0000 (17:33 -0000)]
Updates

24 years agoFix makefile
Eric Andersen [Sat, 13 Nov 1999 04:51:47 +0000 (04:51 -0000)]
Fix makefile

24 years agoupdates for the day
Eric Andersen [Sat, 13 Nov 1999 04:47:09 +0000 (04:47 -0000)]
updates for the day

24 years agoAdjust install a bit...
Eric Andersen [Fri, 12 Nov 1999 08:03:23 +0000 (08:03 -0000)]
Adjust install a bit...

24 years agoLatest and greatest
Eric Andersen [Fri, 12 Nov 1999 01:30:18 +0000 (01:30 -0000)]
Latest and greatest
 -Erik

24 years agoStuff
Eric Andersen [Thu, 11 Nov 1999 05:46:32 +0000 (05:46 -0000)]
Stuff

24 years agoStuf
Eric Andersen [Thu, 11 Nov 1999 01:36:55 +0000 (01:36 -0000)]
Stuf

24 years agoUpdates to usage, and made tar work.
Eric Andersen [Wed, 10 Nov 1999 23:13:02 +0000 (23:13 -0000)]
Updates to usage, and made tar work.
 -Erik

24 years agospelling fixes
Eric Andersen [Wed, 10 Nov 1999 20:17:47 +0000 (20:17 -0000)]
spelling fixes

24 years agoMaybe works now...
Eric Andersen [Wed, 10 Nov 1999 19:27:58 +0000 (19:27 -0000)]
Maybe works now...
 -Erik

24 years agoStuf 0_34
Eric Andersen [Tue, 9 Nov 1999 03:12:29 +0000 (03:12 -0000)]
Stuf

24 years agoLAtest and greatest
Eric Andersen [Tue, 9 Nov 1999 03:10:26 +0000 (03:10 -0000)]
LAtest and greatest

24 years agoStuf
Eric Andersen [Tue, 9 Nov 1999 01:51:02 +0000 (01:51 -0000)]
Stuf

24 years agoStuff
Eric Andersen [Tue, 9 Nov 1999 01:47:36 +0000 (01:47 -0000)]
Stuff

24 years agoStuff
Eric Andersen [Mon, 8 Nov 1999 17:00:52 +0000 (17:00 -0000)]
Stuff
 -Erik

24 years agoinit and ls -l fixes
Eric Andersen [Sun, 7 Nov 1999 07:38:08 +0000 (07:38 -0000)]
init and ls -l fixes

24 years agoStuf
Eric Andersen [Sat, 6 Nov 1999 07:34:50 +0000 (07:34 -0000)]
Stuf

24 years agoMinor stuf 0_33
Eric Andersen [Sat, 6 Nov 1999 06:34:20 +0000 (06:34 -0000)]
Minor stuf

24 years agoFixed ln, df, and removed redundant stuff from mtab.
Eric Andersen [Sat, 6 Nov 1999 06:07:27 +0000 (06:07 -0000)]
Fixed ln, df, and removed redundant stuff from mtab.

24 years agoForgot this file...
Eric Andersen [Sat, 6 Nov 1999 04:56:00 +0000 (04:56 -0000)]
Forgot this file...

24 years agoUpdate
Eric Andersen [Sat, 6 Nov 1999 03:02:42 +0000 (03:02 -0000)]
Update

24 years agoFixed init so it won't hang on reboot...
Eric Andersen [Fri, 5 Nov 1999 04:23:05 +0000 (04:23 -0000)]
Fixed init so it won't hang on reboot...

24 years agoChangelog fix
Eric Andersen [Fri, 5 Nov 1999 01:21:49 +0000 (01:21 -0000)]
Changelog fix

24 years agoMore stuff -- ready for release. 0_32
Eric Andersen [Fri, 5 Nov 1999 00:31:46 +0000 (00:31 -0000)]
More stuff -- ready for release.
 -Erik

24 years agoMore stuff.
Eric Andersen [Thu, 4 Nov 1999 21:18:07 +0000 (21:18 -0000)]
More stuff.

24 years agoStuf
Eric Andersen [Thu, 4 Nov 1999 01:13:21 +0000 (01:13 -0000)]
Stuf

24 years agoMore init fixes. Fixed sync segfault.
Eric Andersen [Wed, 3 Nov 1999 16:52:50 +0000 (16:52 -0000)]
More init fixes.  Fixed sync segfault.
 -Erik

24 years agoStuf
Eric Andersen [Tue, 2 Nov 1999 19:43:01 +0000 (19:43 -0000)]
Stuf

24 years agoHa! Got init working.
Eric Andersen [Mon, 1 Nov 1999 23:59:44 +0000 (23:59 -0000)]
Ha!  Got init working.
 -Erik

24 years agoStuf
Eric Andersen [Fri, 29 Oct 1999 23:36:31 +0000 (23:36 -0000)]
Stuf

24 years agoFixed it.
Eric Andersen [Fri, 29 Oct 1999 23:12:50 +0000 (23:12 -0000)]
Fixed it.

24 years agoMore stuf. sed works.
Eric Andersen [Fri, 29 Oct 1999 23:09:13 +0000 (23:09 -0000)]
More stuf. sed works.

24 years agoStuf
Eric Andersen [Fri, 29 Oct 1999 06:50:17 +0000 (06:50 -0000)]
Stuf