812d46667dMore minor fixes. -Erik
Erik Andersen
2000-01-07 18:30:40 +0000
96e2abd084Init is now even more perfect then before. -Erik
Erik Andersen
2000-01-07 11:40:44 +0000
286b0de74dTrivial type fix. -Erik
Erik Andersen
2000-01-07 09:43:38 +0000
d38eaef70bfoo
Erik Andersen
2000-01-07 02:55:55 +0000
0e3782f7c3Init is now _more_ perfect then before. -Erik
Erik Andersen
2000-01-07 02:54:55 +0000
9324b400abmaking note of my changes.
John Beppu
2000-01-07 02:04:58 +0000
9d83165d9eadded uniq_usage message
John Beppu
2000-01-07 01:57:32 +0000
96f1f33e56did tedious stuff
John Beppu
2000-01-06 23:49:21 +0000
3695052813Add in sample inittab file -Erik
Erik Andersen
2000-01-06 01:16:59 +0000
9e7372584finittab is now perfect. The universe will now submit to my will. muhahahaha!!! Phear! -Erik
Erik Andersen
2000-01-06 01:16:13 +0000
0b874ed41fCool. Beppu is doing uniq. -Erik
Erik Andersen
2000-01-06 01:14:56 +0000
abb4772b28i am busybox of borg. unix will be assimilated.
John Beppu
2000-01-06 00:48:21 +0000
0881de706eThe latest and greatest. init basically works, though needs a minor inittab design change to accomodate specifying the device to run each process on. -Erik
Erik Andersen
2000-01-05 09:34:26 +0000
f4a99cc02cheheh. Forgot the fix. Here it is:
Erik Andersen
2000-01-05 05:49:51 +0000
fb62e3225f* Grep -i previously failed on UPPER CASE patterns due to a silly regexp implementation bug that is now fixed.
Erik Andersen
2000-01-05 05:47:11 +0000
7dc160721eBunches of fixes. Typos, bugs, etc. Added 'gunzip -t'. inittab support _almost_ works (but it isn't ready for prime time useage yet). -Erik
Erik Andersen
2000-01-04 01:10:25 +0000
9c88cac5cbFirst pass inittab parser written -Erik
Erik Andersen
1999-12-30 09:25:17 +0000
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
Erik Andersen
1999-12-29 22:19:46 +0000
a89910829cAdd the beginings of some regression testing. Add in the recently contributed loadacm utility (for dealing with unicode fonts) -Erik
Erik Andersen
1999-12-29 03:34:00 +0000
f664c004dbFixed mv so it now does the right thing (same method used in cp). Removed some cruft from cp. -Erik
Erik Andersen
1999-12-29 02:36:29 +0000
2fe08c7afbFixed cp so it works as God intended it to. -Erik
Erik Andersen
1999-12-29 02:10:35 +0000
00266d3df6Fixed a bug where tar would not set the user and group on device special files. -Erik
Erik Andersen
1999-12-28 00:17:46 +0000
69ba6b2956Added changelog -Erik
Erik Andersen
1999-12-27 23:56:17 +0000
98f67e35d8chown(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
Erik Andersen
1999-12-27 23:48:33 +0000
00417a38c1sort is good to go.
John Beppu
1999-12-23 22:46:10 +0000
ee512a3f86implemented numeric sort (sort -g)
John Beppu
1999-12-23 00:02:49 +0000
568cb7b45foops.. qsort(2) misunderstanding on my part. it's ok, now.
John Beppu
1999-12-22 23:02:12 +0000
d19385e160playing w/ $Log$
John Beppu
1999-12-22 22:27:01 +0000
f3e59041b5the base is nearly done. need to implement various comparison functions, now.
John Beppu
1999-12-22 22:24:52 +0000
019513a59fadded hooks for sort
John Beppu
1999-12-22 17:57:31 +0000
38efa7902ework in progress...
John Beppu
1999-12-22 00:30:29 +0000
c0ca473af9this is my work in progress.
John Beppu
1999-12-21 20:00:35 +0000
3fe2ecf0d9Added grep -q, thanks to a patch from "Konstantin Boldyshev" <konst@voshod.com> -Erik
Erik Andersen
1999-12-21 08:52:04 +0000
d387d01f11Sync to my local tree
Erik Andersen
1999-12-21 02:55:11 +0000
f294a0288dFix double quoting bug preventing ininit scripts from running
Erik Andersen
1999-12-21 02:54:37 +0000
021043205cAdd in first draft of insmod. Not yet working (but will Real Soon Now(tm)) -Erik
Erik Andersen
1999-12-17 18:57:34 +0000
10c341af35Make head --version do the right thing. Update TODO list -Erik
Erik Andersen
1999-12-17 18:52:06 +0000
4d1d0113fdReworked 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
Erik Andersen
1999-12-17 18:44:15 +0000
6da0ae8183Minor fixes to rmmod. First pass at insmod (not yet working). -Erik
Erik Andersen
1999-12-17 01:08:27 +0000
c144e330c0Fixed correctness of comment in rmmod.c - MKW
Mark Whitley
1999-12-17 00:01:46 +0000
2129b146dbAdded an AUTHORS file to acknowledge the folks that have done stuff. -Erik
Erik Andersen
1999-12-16 23:26:57 +0000
3d7e3414daWrote rmmod for busybox. -Erik
Erik Andersen
1999-12-16 23:04:20 +0000
0aa6118167killed an elusive bug in du -s.
John Beppu
1999-12-16 21:16:47 +0000
1c5b2589d1Fix bugs in logger and syslogd. Add fbset. -Erik
Erik Andersen
1999-12-16 20:59:36 +0000
6f23cec5d0Added lsmod -Erik
Erik Andersen
1999-12-15 22:14:12 +0000
935fb3886fmade note of my recent changes
John Beppu
1999-12-15 19:35:02 +0000
25ab653457fixed an embarrasing segfault (head w/ no args used to die (but now it lives))
John Beppu
1999-12-15 19:29:09 +0000
e1618e42a8Implemented du -s
John Beppu
1999-12-15 18:52:17 +0000
3cd5d2541fTurn off loadkmap and loadfont. We won't be needing those. -Erik
Erik Andersen
1999-12-15 08:20:08 +0000
0f0fcecf7fAdded the list of available commands. -Erik
Eric Andersen
1999-12-12 05:32:52 +0000
664584b50eFixed spelling of my name. Geez. Ah kant evun spel mi nam. -Erik
Eric Andersen
1999-12-11 23:25:59 +0000
19db07b3d4Ok, so this is reallt 0.38... -Erik
Eric Andersen
1999-12-11 08:41:28 +0000
59248bad97Set version to 0.39 -Erik
Eric Andersen
1999-12-11 04:21:50 +0000
84b009256fMinor updates
Eric Andersen
1999-12-11 04:16:51 +0000
b52a218c95Removed a redundant call du(); Save cpu cycles.
John Beppu
1999-12-10 15:23:47 +0000
59017e80dadamnit. removed mkfifo from the TODO list.
John Beppu
1999-12-10 08:44:54 +0000
cf53687376Fixed John's email address again. John. Your email address is "john@lineo.com" not @line.com. :) -Erik
Eric Andersen
1999-12-10 08:29:20 +0000
2cb55077e2Added poweroff (and adjusted init to use it). Inlined function calls to code only called once in tee. Made BB_KLOGD and option. -Erik
Eric Andersen
1999-12-10 08:25:07 +0000
c5ff0165adless TODO
John Beppu
1999-12-10 07:48:34 +0000
3157b1fba9Implemented head(1). tried to mimic GNU behaviour.
John Beppu
1999-12-10 07:42:50 +0000
a3e0d7928bchanged tee_usage from being a function to a char[] that gets used be usage();
John Beppu
1999-12-10 07:41:03 +0000
9835541c54Fixed bug when dealing with files specified on the command line that didn't exist.
John Beppu
1999-12-10 07:40:08 +0000
21818c8a80Make sure the world knows who "beppu" is. -Erik
Eric Andersen
1999-12-10 06:48:10 +0000
70e2f0b111Fix beppu's email address. BTW, John, go to sleep. It is late. :) -Erik
Eric Andersen
1999-12-10 06:45:42 +0000
14c82b64c9Fleshed out du_main(). I'm not sure which options to support.
John Beppu
1999-12-10 06:15:27 +0000
2ad2afd05cless TODO
John Beppu
1999-12-10 06:14:28 +0000
059f152a7aImplemented tee(1).
John Beppu
1999-12-10 05:27:16 +0000
29fcc90f3eminor changelog update
John Beppu
1999-12-09 23:33:04 +0000
6805d5d69eAdjustments for Johns init stuff, -Erik
Eric Andersen
1999-12-09 22:39:55 +0000
f95ca97d1bfindInitPid() has been implemented and it seems to work. reboot has been changed to take advantage of findInitPid();
John Beppu
1999-12-09 22:10:18 +0000
395b216a2edu is done
John Beppu
1999-12-09 18:37:56 +0000
7a98606d85Modified to include du
John Beppu
1999-12-09 18:29:29 +0000
0f5e1ab949This is my preliminary du implementation. It was written from scratch (doesn't use recursiveAction). I still need to flesh out du_main().
John Beppu
1999-12-09 18:23:54 +0000
f0758dd6ba* Fixed rebooting from init. I'd left some debugging code in which blocked reboots. Oops. -Erik
Eric Andersen
1999-12-09 07:57:58 +0000
1792f8c489Tail now works (costs 6k). Several other updates. -Erik
Eric Andersen
1999-12-09 06:11:36 +0000
c24db7b591Added an empty line for no reason. -Erik
Eric Andersen
1999-12-09 01:29:12 +0000
8cd6a1f9a2Fixed spelling error -Erik
Eric Andersen
1999-12-09 01:26:38 +0000
48091fb3d3* my_getid was leaking file descriptors, causing 'ls -l' on long directories to fail -Erik
Eric Andersen
1999-12-09 01:15:52 +0000
abc0f4f8f9Latest and greatest
Eric Andersen
1999-12-08 23:19:36 +0000
2285f367e2Stuf
Eric Andersen
1999-12-08 04:23:30 +0000
fcdb57a0fcFixes
Eric Andersen
1999-12-08 04:13:59 +0000
d29edf34d6Stuf
Eric Andersen
1999-12-08 04:13:44 +0000
485b9550fdStuf
Eric Andersen
1999-12-07 23:14:59 +0000
d00c262847Stuf
Eric Andersen
1999-12-07 08:37:31 +0000
0ecb54a0f3Stuf
Eric Andersen
1999-12-05 23:24:55 +0000
14ec6cf3c2syslogd and klogd work now. -Erik
Eric Andersen
1999-12-05 22:17:02 +0000
de1d61268eFixes
Eric Andersen
1999-12-03 15:14:25 +0000
b186d980d6Stuf
Eric Andersen
1999-12-03 09:19:54 +0000
77619b9ddaSqtuf
Eric Andersen
1999-11-29 04:31:50 +0000
bb58702833Fix up changelog
Eric Andersen
1999-11-29 04:30:12 +0000
03018f7551Fixed tar so uid/gud/permissions on extracted tarballs will be correct. -Erik
Eric Andersen
1999-11-29 04:29:13 +0000
1667fb4b63Fixes
Eric Andersen
1999-11-27 20:34:28 +0000
c054b21f7dStuf
Eric Andersen
1999-11-27 17:41:29 +0000
4c78147755Changes
Eric Andersen
1999-11-26 08:12:56 +0000
ec33d45e89Stuf
Eric Andersen
1999-11-26 01:51:02 +0000
befda6e4edStuf
Eric Andersen
1999-11-25 08:06:22 +0000
3843e96252Stuf
Eric Andersen
1999-11-25 07:30:46 +0000
b99df0fd65First draft
Eric Andersen
1999-11-24 09:04:33 +0000
394f764e7dStuf
Eric Andersen
1999-11-23 21:38:12 +0000
cb41c2e83bBug fixes
Eric Andersen
1999-11-22 07:41:00 +0000