dg
7c27b70251
In cases where it is possible, use the card's configured irq rather than
...
the one compiled into the kernel. Left in some commented-out shared memory
performance test code.
1994-11-13 07:17:46 +00:00
paul
ec3127d29c
The start of a forms editor library. Currently implements text and
...
input fields. It reads a template file passed to init_forms(char *)
and creates a curses based form editor. See the examples directory
for a basic demo.
1994-11-13 06:45:44 +00:00
jkh
f427ece6c5
Adjust the size of the input box. It looks a bit funkier now,
...
but at least the code is smaller!
1994-11-13 06:32:40 +00:00
jkh
35ae95d68a
Fix merge conflicts.
1994-11-13 06:11:02 +00:00
jkh
e69c9ccd1b
This commit was generated by cvs2svn to compensate for changes in r4422,
...
which included commits to RCS files with non-trunk default branches.
1994-11-13 05:57:35 +00:00
jkh
c21193cc8a
Michael Reifenberger's libg++ port
...
Submitted by: mr
1994-11-13 05:57:35 +00:00
jkh
57230199f6
Michael Reifenberger's libg++ port
...
Submitted by: mr
1994-11-13 05:57:35 +00:00
jkh
7cd72e0da9
This commit was generated by cvs2svn to compensate for changes in r4420,
...
which included commits to RCS files with non-trunk default branches.
1994-11-13 05:54:27 +00:00
jkh
1a97c0026b
Michael Reifenberger's libg++ 2.6.1 port.
...
Submitted by: mr
1994-11-13 05:54:27 +00:00
jkh
7b9ea7d743
I buggered the last commit. Make sysinstall work again (^$&*!! missing
...
comma!).
1994-11-13 04:20:23 +00:00
jkh
715f0a01b5
Support ufs installations.
1994-11-13 03:48:55 +00:00
jkh
cde83c584f
Whoops! Update the size of the main menu to 7 items. I'm sleepy.
1994-11-13 02:06:50 +00:00
jkh
bdf6418231
I *almost* had it right. Skip over the rest of the command if it's
...
abbreviated.
1994-11-13 01:55:33 +00:00
jkh
f7f5dd5ed6
Disable the building of the evil floppy images. We blew through the
...
1.2MB barrier again. I tell ya, Poul, it's a losing game! You shave
50 bytes off, the next change takes 100 back, and this is just ALPHA!
The 1.2MB weenies will _just have to buy new drives_!
1994-11-13 01:46:22 +00:00
jkh
38eaf912e1
Add my first-cut at a very short troubleshooting document. We can add
...
more stuff here as people report it.
1994-11-13 01:21:11 +00:00
jkh
0137006d39
Change the name of the TROUBLE-2.0 file to TROUBLESHOOTING; it just makes
...
more sense.
1994-11-13 01:20:37 +00:00
jkh
67de5d8eaa
Now I know what this message is really supposed to say.. :-)
1994-11-13 01:14:38 +00:00
jkh
6d7f44acc0
Make the command set actually work the way I'd intended - you can abbrevate
...
commands now, as long as whatever you abbreviate them to remains unique.
1994-11-13 00:57:06 +00:00
jkh
01aaa7bddb
Whoops, make the comment match the new reality while we're at it.
1994-11-13 00:43:29 +00:00
jkh
74c4e6d5fb
mem's 2nd arg was incorrectly defined as an integer, not address parameter.
...
I found this out the hard way when I went to do:
mem ed0 0xe8000
And found out that I had to enter the second parameter in decimal.. :-)
1994-11-13 00:42:01 +00:00
lars
01ed7fba28
Delete duplicate pppd entry. Also move pppstats in the right spot lexically.
1994-11-12 22:24:17 +00:00
jkh
e5cb677090
Install the soon-to-be-written troubleshooting file.
1994-11-12 20:40:14 +00:00
jkh
20dc4a7a1f
Erm, on second thought, if it's named `mkextract.sh' then everyone
...
will think that it builds the extract.sh in THIS directory, which it
most certainly doesn't. Rename it to be a bit longer, but more explanatory.
1994-11-12 20:39:15 +00:00
jkh
96fe75d118
Add the mkextract.sh script I use for the XFree86 distribution, just so
...
I have a master copy someplace.
1994-11-12 20:37:41 +00:00
jkh
e23dd47184
Add dmesg.
1994-11-12 20:36:28 +00:00
jkh
0669d98a63
Add hooks for a short trouble shooting document.
1994-11-12 20:34:18 +00:00
jkh
2383a75723
Add back ed2. Harrumph..
1994-11-12 20:27:24 +00:00
lars
71c125fd69
Obtained from: ppp-2.1.2
...
More correct use of __FreeBSD__ and BSD4_4 ifdefs. Fixed kvm_openfile()
call based upon suggestion from Bruce Evans.
1994-11-12 19:33:41 +00:00
lars
01ba00a426
pppd was missing from the SUBDIRS.
1994-11-12 19:15:01 +00:00
ache
edc9bb1c76
Use CDIOCALLOW before CDIOCEJECT
1994-11-12 18:25:03 +00:00
ache
380a01b007
Implement CDIOCALLOW as dummy function (for xcdplayer)
1994-11-12 18:18:20 +00:00
ats
112342be8d
Delete a bogus check that the SCSI_DELAY only works for the first
...
scsi adapter. Let it work on every adapter. Someone want to rewrite
this to be coupled with the adapter specification in the config file,
so that you can say which adapters need it ?
1994-11-12 17:13:23 +00:00
ache
efb0e42fc7
Revision 1.6 fix was lost: don't write 0 to RTC_DIAG
1994-11-12 16:24:54 +00:00
ache
07b3f43db1
cdplay added
1994-11-12 16:05:43 +00:00
ache
ea9399104e
This commit was generated by cvs2svn to compensate for changes in r4392,
...
which included commits to RCS files with non-trunk default branches.
1994-11-12 16:03:14 +00:00
ache
1cf7809d91
Very simple non-X CD player for testing purposes,
...
better than nothing
1994-11-12 16:03:14 +00:00
ache
c890ff0027
Wrong raw device was created for cd/mcd: d instead of c
1994-11-12 15:48:54 +00:00
ache
af46a3adab
Changes from bugress@s069.infonet.net NOT installed (expect one
...
cosmetique) because we already have right things there or his changes
are incorrect.
Fix mcd_subchan to return position, inspired by idea from
bugress@s069.infonet.net , but different implementation.
1994-11-12 14:19:11 +00:00
ache
f5cc91bad7
Add and reorganize new MCD commands from bugress@s069.infonet.net
...
No functionality changes yet, will be next step
1994-11-12 13:26:13 +00:00
jkh
9efef549e2
When this is run manually, the myname protection stuff probably isn't
...
needed in all cases. Guard against this.
1994-11-12 09:55:29 +00:00
jkh
8ddc202ee3
Drat! For CDROM, we need to mount_cd9660 not just mount (slap!).
1994-11-12 06:22:25 +00:00
jkh
ae9cee33f2
Remove ed2.
1994-11-12 06:12:27 +00:00
jkh
158c37c20e
ed2 was actually an impossible entry to reach!
1994-11-12 06:12:01 +00:00
lars
264b12c9b0
This commit was generated by cvs2svn to compensate for changes in r4381,
...
which included commits to RCS files with non-trunk default branches.
1994-11-12 06:07:15 +00:00
lars
b50536d92e
pppstats from ppp-2.1.2
1994-11-12 06:07:15 +00:00
phk
22d93d8107
Try to align to floppy image to a number of sectors to avoid people
...
making bad floppies.
1994-11-12 05:47:28 +00:00
phk
72f0a6c2c9
Don't continue if we don't get a /, swap and a /usr or 80Mb in /.
1994-11-12 05:40:28 +00:00
lars
1b2b8288a5
Added chat
1994-11-12 05:32:46 +00:00
lars
91bf4b94c3
chat for ppp, from ppp 2.1.2
1994-11-12 05:25:32 +00:00
lars
70c6fb82e8
This commit was generated by cvs2svn to compensate for changes in r4374,
...
which included commits to RCS files with non-trunk default branches.
1994-11-12 05:25:32 +00:00