812d46667d
More minor fixes. -Erik
Erik Andersen
2000-01-07 18:30:40 +00:00
96e2abd084
Init is now even more perfect then before. -Erik
Erik Andersen
2000-01-07 11:40:44 +00:00
286b0de74d
Trivial type fix. -Erik
Erik Andersen
2000-01-07 09:43:38 +00:00
d38eaef70b
foo
Erik Andersen
2000-01-07 02:55:55 +00:00
0e3782f7c3
Init is now _more_ perfect then before. -Erik
Erik Andersen
2000-01-07 02:54:55 +00:00
9324b400ab
making note of my changes.
John Beppu
2000-01-07 02:04:58 +00:00
9d83165d9e
added uniq_usage message
John Beppu
2000-01-07 01:57:32 +00:00
96f1f33e56
did tedious stuff
John Beppu
2000-01-06 23:49:21 +00:00
3695052813
Add in sample inittab file -Erik
Erik Andersen
2000-01-06 01:16:59 +00:00
9e7372584f
inittab is now perfect. The universe will now submit to my will. muhahahaha!!! Phear! -Erik
Erik Andersen
2000-01-06 01:16:13 +00:00
0b874ed41f
Cool. Beppu is doing uniq. -Erik
Erik Andersen
2000-01-06 01:14:56 +00:00
abb4772b28
i am busybox of borg. unix will be assimilated.
John Beppu
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
Erik Andersen
2000-01-05 09:34:26 +00:00
f4a99cc02c
heheh. Forgot the fix. Here it is:
Erik Andersen
2000-01-05 05:49:51 +00:00
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 +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
Erik Andersen
2000-01-04 01:10:25 +00:00
9c88cac5cb
First pass inittab parser written -Erik
Erik Andersen
1999-12-30 09:25:17 +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
Erik Andersen
1999-12-29 22:19:46 +00:00
a89910829c
Add 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 +00:00
f664c004db
Fixed 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 +00:00
2fe08c7afb
Fixed cp so it works as God intended it to. -Erik
Erik Andersen
1999-12-29 02:10:35 +00:00
00266d3df6
Fixed a bug where tar would not set the user and group on device special files. -Erik
Erik Andersen
1999-12-28 00:17:46 +00:00
69ba6b2956
Added changelog -Erik
Erik Andersen
1999-12-27 23:56:17 +00:00
98f67e35d8
chown(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 +00:00
00417a38c1
sort is good to go.
John Beppu
1999-12-23 22:46:10 +00:00
568cb7b45f
oops.. qsort(2) misunderstanding on my part. it's ok, now.
John Beppu
1999-12-22 23:02:12 +00:00
d19385e160
playing w/ $Log$
John Beppu
1999-12-22 22:27:01 +00:00
f3e59041b5
the base is nearly done. need to implement various comparison functions, now.
John Beppu
1999-12-22 22:24:52 +00:00
019513a59f
added hooks for sort
John Beppu
1999-12-22 17:57:31 +00:00
38efa7902e
work in progress...
John Beppu
1999-12-22 00:30:29 +00:00
c0ca473af9
this is my work in progress.
John Beppu
1999-12-21 20:00:35 +00:00
3fe2ecf0d9
Added grep -q, thanks to a patch from "Konstantin Boldyshev" <konst@voshod.com> -Erik
Erik Andersen
1999-12-21 08:52:04 +00:00
d387d01f11
Sync to my local tree
Erik Andersen
1999-12-21 02:55:11 +00:00
f294a0288d
Fix double quoting bug preventing ininit scripts from running
Erik Andersen
1999-12-21 02:54:37 +00:00
021043205c
Add in first draft of insmod. Not yet working (but will Real Soon Now(tm)) -Erik
Erik Andersen
1999-12-17 18:57:34 +00:00
10c341af35
Make head --version do the right thing. Update TODO list -Erik
Erik Andersen
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
Erik Andersen
1999-12-17 18:44:15 +00:00
6da0ae8183
Minor fixes to rmmod. First pass at insmod (not yet working). -Erik
Erik Andersen
1999-12-17 01:08:27 +00:00
c144e330c0
Fixed correctness of comment in rmmod.c - MKW
Mark Whitley
1999-12-17 00:01:46 +00:00
2129b146db
Added an AUTHORS file to acknowledge the folks that have done stuff. -Erik
Erik Andersen
1999-12-16 23:26:57 +00:00
3d7e3414da
Wrote rmmod for busybox. -Erik
Erik Andersen
1999-12-16 23:04:20 +00:00
0aa6118167
killed an elusive bug in du -s.
John Beppu
1999-12-16 21:16:47 +00:00
1c5b2589d1
Fix bugs in logger and syslogd. Add fbset. -Erik
Erik Andersen
1999-12-16 20:59:36 +00:00
6f23cec5d0
Added lsmod -Erik
Erik Andersen
1999-12-15 22:14:12 +00:00
935fb3886f
made note of my recent changes
John Beppu
1999-12-15 19:35:02 +00:00
25ab653457
fixed an embarrasing segfault (head w/ no args used to die (but now it lives))
John Beppu
1999-12-15 19:29:09 +00:00
e1618e42a8
Implemented du -s
John Beppu
1999-12-15 18:52:17 +00:00
3cd5d2541f
Turn off loadkmap and loadfont. We won't be needing those. -Erik
Erik Andersen
1999-12-15 08:20:08 +00:00
0f0fcecf7f
Added the list of available commands. -Erik
Eric Andersen
1999-12-12 05:32:52 +00:00
664584b50e
Fixed spelling of my name. Geez. Ah kant evun spel mi nam. -Erik
Eric Andersen
1999-12-11 23:25:59 +00:00
19db07b3d4
Ok, so this is reallt 0.38... -Erik
Eric Andersen
1999-12-11 08:41:28 +00:00
59248bad97
Set version to 0.39 -Erik
Eric Andersen
1999-12-11 04:21:50 +00:00
84b009256f
Minor updates
Eric Andersen
1999-12-11 04:16:51 +00:00
b52a218c95
Removed a redundant call du(); Save cpu cycles.
John Beppu
1999-12-10 15:23:47 +00:00
59017e80da
damnit. removed mkfifo from the TODO list.
John Beppu
1999-12-10 08:44:54 +00:00
cf53687376
Fixed 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 +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
Eric Andersen
1999-12-10 08:25:07 +00:00
c5ff0165ad
less TODO
John Beppu
1999-12-10 07:48:34 +00:00
3157b1fba9
Implemented head(1). tried to mimic GNU behaviour.
John Beppu
1999-12-10 07:42:50 +00:00
a3e0d7928b
changed tee_usage from being a function to a char[] that gets used be usage();
John Beppu
1999-12-10 07:41:03 +00:00
9835541c54
Fixed bug when dealing with files specified on the command line that didn't exist.
John Beppu
1999-12-10 07:40:08 +00:00
21818c8a80
Make sure the world knows who "beppu" is. -Erik
Eric Andersen
1999-12-10 06:48:10 +00:00
70e2f0b111
Fix beppu's email address. BTW, John, go to sleep. It is late. :) -Erik
Eric Andersen
1999-12-10 06:45:42 +00:00
14c82b64c9
Fleshed out du_main(). I'm not sure which options to support.
John Beppu
1999-12-10 06:15:27 +00:00
2ad2afd05c
less TODO
John Beppu
1999-12-10 06:14:28 +00:00
059f152a7a
Implemented tee(1).
John Beppu
1999-12-10 05:27:16 +00:00
29fcc90f3e
minor changelog update
John Beppu
1999-12-09 23:33:04 +00:00
6805d5d69e
Adjustments for Johns init stuff, -Erik
Eric Andersen
1999-12-09 22:39:55 +00:00
f95ca97d1b
findInitPid() 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 +00:00
395b216a2e
du is done
John Beppu
1999-12-09 18:37:56 +00:00
7a98606d85
Modified to include du
John Beppu
1999-12-09 18:29:29 +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().
John Beppu
1999-12-09 18:23:54 +00:00
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 +00:00
1792f8c489
Tail now works (costs 6k). Several other updates. -Erik
Eric Andersen
1999-12-09 06:11:36 +00:00
c24db7b591
Added an empty line for no reason. -Erik
Eric Andersen
1999-12-09 01:29:12 +00:00
8cd6a1f9a2
Fixed spelling error -Erik
Eric Andersen
1999-12-09 01:26:38 +00:00
48091fb3d3
* my_getid was leaking file descriptors, causing 'ls -l' on long directories to fail -Erik
Eric Andersen
1999-12-09 01:15:52 +00:00
abc0f4f8f9
Latest and greatest
Eric Andersen
1999-12-08 23:19:36 +00:00
2285f367e2
Stuf
Eric Andersen
1999-12-08 04:23:30 +00:00
fcdb57a0fc
Fixes
Eric Andersen
1999-12-08 04:13:59 +00:00
d29edf34d6
Stuf
Eric Andersen
1999-12-08 04:13:44 +00:00
485b9550fd
Stuf
Eric Andersen
1999-12-07 23:14:59 +00:00
d00c262847
Stuf
Eric Andersen
1999-12-07 08:37:31 +00:00
0ecb54a0f3
Stuf
Eric Andersen
1999-12-05 23:24:55 +00:00
14ec6cf3c2
syslogd and klogd work now. -Erik
Eric Andersen
1999-12-05 22:17:02 +00:00
de1d61268e
Fixes
Eric Andersen
1999-12-03 15:14:25 +00:00
b186d980d6
Stuf
Eric Andersen
1999-12-03 09:19:54 +00:00
77619b9dda
Sqtuf
Eric Andersen
1999-11-29 04:31:50 +00:00
bb58702833
Fix up changelog
Eric Andersen
1999-11-29 04:30:12 +00:00
03018f7551
Fixed tar so uid/gud/permissions on extracted tarballs will be correct. -Erik
Eric Andersen
1999-11-29 04:29:13 +00:00
1667fb4b63
Fixes
Eric Andersen
1999-11-27 20:34:28 +00:00
c054b21f7d
Stuf
Eric Andersen
1999-11-27 17:41:29 +00:00
4c78147755
Changes
Eric Andersen
1999-11-26 08:12:56 +00:00
ec33d45e89
Stuf
Eric Andersen
1999-11-26 01:51:02 +00:00
befda6e4ed
Stuf
Eric Andersen
1999-11-25 08:06:22 +00:00
3843e96252
Stuf
Eric Andersen
1999-11-25 07:30:46 +00:00
b99df0fd65
First draft
Eric Andersen
1999-11-24 09:04:33 +00:00
394f764e7d
Stuf
Eric Andersen
1999-11-23 21:38:12 +00:00
cb41c2e83b
Bug fixes
Eric Andersen
1999-11-22 07:41:00 +00:00