Erik Andersen
0e3782f7c3
Init is now _more_ perfect then before.
...
-Erik
2000-01-07 02:54:55 +00:00
John Beppu
9324b400ab
making note of my changes.
2000-01-07 02:04:58 +00:00
John Beppu
9d83165d9e
added uniq_usage message
2000-01-07 01:57:32 +00:00
John Beppu
96f1f33e56
did tedious stuff
2000-01-06 23:49:21 +00:00
Erik Andersen
3695052813
Add in sample inittab file
...
-Erik
2000-01-06 01:16:59 +00:00
Erik Andersen
9e7372584f
inittab is now perfect. The universe will now submit to my
...
will. muhahahaha!!! Phear!
-Erik
2000-01-06 01:16:13 +00:00
Erik Andersen
0b874ed41f
Cool. Beppu is doing uniq.
...
-Erik
2000-01-06 01:14:56 +00:00
John Beppu
abb4772b28
i am busybox of borg. unix will be assimilated.
2000-01-06 00:48:21 +00:00
Erik Andersen
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
Erik Andersen
f4a99cc02c
heheh. Forgot the fix. Here it is:
...
* Grep -i previously failed on UPPER CASE patterns due to a silly
regexp implementation bug that is now fixed.
-Erik
2000-01-05 05:49:51 +00:00
Erik Andersen
fb62e3225f
* Grep -i previously failed on UPPER CASE patterns due to a silly
...
regexp implementation bug that is now fixed.
-Erik
2000-01-05 05:47:11 +00:00
Erik Andersen
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
Erik Andersen
9c88cac5cb
First pass inittab parser written
...
-Erik
1999-12-30 09:25:17 +00:00
Erik Andersen
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
Erik Andersen
a89910829c
Add the beginings of some regression testing. Add in the recently
...
contributed loadacm utility (for dealing with unicode fonts)
-Erik
1999-12-29 03:34:00 +00:00
Erik Andersen
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
Erik Andersen
2fe08c7afb
Fixed cp so it works as God intended it to.
...
-Erik
1999-12-29 02:10:35 +00:00
Erik Andersen
00266d3df6
Fixed a bug where tar would not set the user and group on device
...
special files.
-Erik
1999-12-28 00:17:46 +00:00
Erik Andersen
69ba6b2956
Added changelog
...
-Erik
1999-12-27 23:56:17 +00:00
Erik Andersen
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
1999-12-27 23:48:33 +00:00
John Beppu
00417a38c1
sort is good to go.
1999-12-23 22:46:10 +00:00
John Beppu
ee512a3f86
implemented numeric sort (sort -g)
1999-12-23 00:02:49 +00:00
John Beppu
568cb7b45f
oops.. qsort(2) misunderstanding on my part.
...
it's ok, now.
1999-12-22 23:02:12 +00:00
John Beppu
d19385e160
playing w/ $Log$
1999-12-22 22:27:01 +00:00
John Beppu
f3e59041b5
the base is nearly done.
...
need to implement various comparison functions, now.
1999-12-22 22:24:52 +00:00
John Beppu
019513a59f
added hooks for sort
1999-12-22 17:57:31 +00:00
John Beppu
38efa7902e
work in progress...
1999-12-22 00:30:29 +00:00
John Beppu
c0ca473af9
this is my work in progress.
1999-12-21 20:00:35 +00:00
Erik Andersen
3fe2ecf0d9
Added grep -q, thanks to a patch from "Konstantin Boldyshev" <konst@voshod.com>
...
-Erik
1999-12-21 08:52:04 +00:00
Erik Andersen
d387d01f11
Sync to my local tree
1999-12-21 02:55:11 +00:00
Erik Andersen
f294a0288d
Fix double quoting bug preventing ininit scripts from running
1999-12-21 02:54:37 +00:00
Erik Andersen
021043205c
Add in first draft of insmod. Not yet working (but will Real Soon Now(tm))
...
-Erik
1999-12-17 18:57:34 +00:00
Erik Andersen
10c341af35
Make head --version do the right thing. Update TODO list
...
-Erik
1999-12-17 18:52:06 +00:00
Erik Andersen
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
Erik Andersen
6da0ae8183
Minor fixes to rmmod. First pass at insmod (not yet working).
...
-Erik
1999-12-17 01:08:27 +00:00
Mark Whitley
c144e330c0
Fixed correctness of comment in rmmod.c - MKW
1999-12-17 00:01:46 +00:00
Erik Andersen
2129b146db
Added an AUTHORS file to acknowledge the folks that have
...
done stuff.
-Erik
1999-12-16 23:26:57 +00:00
Erik Andersen
3d7e3414da
Wrote rmmod for busybox.
...
-Erik
1999-12-16 23:04:20 +00:00
John Beppu
0aa6118167
killed an elusive bug in du -s.
1999-12-16 21:16:47 +00:00
Erik Andersen
1c5b2589d1
Fix bugs in logger and syslogd. Add fbset.
...
-Erik
1999-12-16 20:59:36 +00:00
Erik Andersen
6f23cec5d0
Added lsmod
...
-Erik
1999-12-15 22:14:12 +00:00
John Beppu
935fb3886f
made note of my recent changes
1999-12-15 19:35:02 +00:00
John Beppu
25ab653457
fixed an embarrasing segfault (head w/ no args
...
used to die (but now it lives))
1999-12-15 19:29:09 +00:00
John Beppu
e1618e42a8
Implemented du -s
1999-12-15 18:52:17 +00:00
Erik Andersen
3cd5d2541f
Turn off loadkmap and loadfont. We won't be needing those.
...
-Erik
1999-12-15 08:20:08 +00:00
Eric Andersen
0f0fcecf7f
Added the list of available commands.
...
-Erik
1999-12-12 05:32:52 +00:00
Eric Andersen
664584b50e
Fixed spelling of my name. Geez.
...
Ah kant evun spel mi nam.
-Erik
1999-12-11 23:25:59 +00:00
Eric Andersen
19db07b3d4
Ok, so this is reallt 0.38...
...
-Erik
1999-12-11 08:41:28 +00:00
Eric Andersen
59248bad97
Set version to 0.39
...
-Erik
1999-12-11 04:21:50 +00:00
Eric Andersen
84b009256f
Minor updates
1999-12-11 04:16:51 +00:00