Poul-Henning Kamp
2a7b3781fc
Added routines to read the canonical UNIX configuration file. This will
...
later be applied to a number of programs (inetd for instance) to clean
out the bogus code doing the same thing, modulus all the bugs.
If you need to read a '#'-is-a-comment-file, please use these routines.
I realize that the shlib# should be bumped (for the non-US world:
increased by something), but will defer this until something significant
happens.
1994-11-13 20:47:44 +00:00
David Greenman
24ea4a9671
Fixed bugs in accounting of swap space that resulted in the pager thinking
...
it was out of space when it really wasn't.
Submitted by: John Dyson
1994-11-13 15:36:48 +00:00
David Greenman
bfbfac11c9
Implemented swap locking via P_SWAPPING flag. It was possible for a process
...
to be chosen for swap-in while it was being swapped-out. This was BAD.
Submitted by: John Dyson
1994-11-13 12:47:07 +00:00
David Greenman
0d15e0ac1e
Added P_SWAPPING flag to implement a lock for swap in. It was possible for
...
a process to be chosen for swap-in while it was being swapped-out. This was
BAD.
Submitted by: John Dyson
1994-11-13 12:46:08 +00:00
David Greenman
07d0d0fc9c
Added support for SIOCSIFMTU ioctl. Fixed bug that caused panic at boot time
...
related to interrupts being enabled before the device attach. The interrupt
should be mapped *after* the device attach.
1994-11-13 12:39:38 +00:00
Justin T. Gibbs
e424e8bfac
Add ep0 line to kernel config files.
1994-11-13 10:17:07 +00:00
Justin T. Gibbs
72f30c2bd3
Andres Vega Garcia's improvements to the ep driver. This driver is a merging
...
of the 1.1.5 driver, a recent version of the NetBSD driver, Andres'
transmission start threshold code, and all other relavent changes to the driver
since it was brought into 2.0. The multicast support from NetBSD has not be
folded in yet. I've tested it under high loads for two weeks and it is now
robust enough to be included in the GENERIC kernel.
Reviewed by: gibbs
Submitted by: vega@sophia.inria.fr (Andres Vega Garcia)
1994-11-13 10:12:37 +00:00
Nate Williams
412ac969ed
Add Matt Thomas' le0 DEPCA driver to the GENERIC kernel. This works
...
but I can't test to see if it walks on other ethernet drivers. Can the
install folks add this driver to the install script?
1994-11-13 09:42:07 +00:00
Nate Williams
e369a78c55
Added VLB to the list of PC busses supported since this question comes up
...
often on USENET.
Added comments regarding the new 'extended IDE' controllers, which work with
FreeBSD but do not use the extended features.
Minor formatting changes.
1994-11-13 09:19:04 +00:00
Paul Richards
1ab772898b
Fix some bugs with forms that have only text fields.
...
Add an extern form to forms.h for apps to pick up.
1994-11-13 07:43:43 +00:00
Jordan K. Hubbard
c4115cc446
There were some bogons with redirection to /dev/ttyv1 lurking here.
...
Fix them.
1994-11-13 07:27:36 +00:00
David Greenman
ef53d2f8b6
Nuked ed2 - it was added for the common 16bit card case where the
...
irq is 10. This is auto-sensed/configured now in the 'ed' driver.
1994-11-13 07:20:03 +00:00
David Greenman
fed69e2fd2
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 Richards
0d18307afc
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
Jordan K. Hubbard
e2855afcca
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
Jordan K. Hubbard
c9902b6aaa
Fix merge conflicts.
1994-11-13 06:11:02 +00:00
Jordan K. Hubbard
be25b01844
Michael Reifenberger's libg++ port
...
Submitted by: mr
1994-11-13 05:57:35 +00:00
Jordan K. Hubbard
b3f6f5fbb3
Michael Reifenberger's libg++ 2.6.1 port.
...
Submitted by: mr
1994-11-13 05:54:27 +00:00
Jordan K. Hubbard
b8565ceeb3
I buggered the last commit. Make sysinstall work again (^$&*!! missing
...
comma!).
1994-11-13 04:20:23 +00:00
Jordan K. Hubbard
1d9dacf401
Support ufs installations.
1994-11-13 03:48:55 +00:00
Jordan K. Hubbard
5ece1e4625
Whoops! Update the size of the main menu to 7 items. I'm sleepy.
1994-11-13 02:06:50 +00:00
Jordan K. Hubbard
501cc59d80
I *almost* had it right. Skip over the rest of the command if it's
...
abbreviated.
1994-11-13 01:55:33 +00:00
Jordan K. Hubbard
0429030d68
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
Jordan K. Hubbard
a47758ac19
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
Jordan K. Hubbard
89dcf33514
Change the name of the TROUBLE-2.0 file to TROUBLESHOOTING; it just makes
...
more sense.
1994-11-13 01:20:37 +00:00
Jordan K. Hubbard
65890857c5
Now I know what this message is really supposed to say.. :-)
1994-11-13 01:14:38 +00:00
Jordan K. Hubbard
95ea0c1390
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
Jordan K. Hubbard
7bb4591ed9
Whoops, make the comment match the new reality while we're at it.
1994-11-13 00:43:29 +00:00
Jordan K. Hubbard
b5cd0f92f4
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 Fredriksen
5d07694903
Delete duplicate pppd entry. Also move pppstats in the right spot lexically.
1994-11-12 22:24:17 +00:00
Jordan K. Hubbard
4cdfb89cfd
Install the soon-to-be-written troubleshooting file.
1994-11-12 20:40:14 +00:00
Jordan K. Hubbard
21c3b39552
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
Jordan K. Hubbard
2da486aa70
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
Jordan K. Hubbard
ed9a3c50d8
Add dmesg.
1994-11-12 20:36:28 +00:00
Jordan K. Hubbard
c6c612c2c6
Add hooks for a short trouble shooting document.
1994-11-12 20:34:18 +00:00
Jordan K. Hubbard
5231231d03
Add back ed2. Harrumph..
1994-11-12 20:27:24 +00:00
Lars Fredriksen
ab0f6b123c
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 Fredriksen
665583d21a
pppd was missing from the SUBDIRS.
1994-11-12 19:15:01 +00:00
Andrey A. Chernov
8e3327c9e3
Use CDIOCALLOW before CDIOCEJECT
1994-11-12 18:25:03 +00:00
Andrey A. Chernov
f1c0b3ad97
Implement CDIOCALLOW as dummy function (for xcdplayer)
1994-11-12 18:18:20 +00:00
Andreas Schulz
9055754b40
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
Andrey A. Chernov
b27a526947
Revision 1.6 fix was lost: don't write 0 to RTC_DIAG
1994-11-12 16:24:54 +00:00
Andrey A. Chernov
a4d451dbae
cdplay added
1994-11-12 16:05:43 +00:00
Andrey A. Chernov
cc35e837fa
Very simple non-X CD player for testing purposes,
...
better than nothing
1994-11-12 16:03:14 +00:00
Andrey A. Chernov
0e60e64d95
Wrong raw device was created for cd/mcd: d instead of c
1994-11-12 15:48:54 +00:00
Andrey A. Chernov
9c971e7df2
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
Andrey A. Chernov
866c34f93a
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
Jordan K. Hubbard
263f1796af
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
Jordan K. Hubbard
d86019dd9b
Drat! For CDROM, we need to mount_cd9660 not just mount (slap!).
1994-11-12 06:22:25 +00:00
Jordan K. Hubbard
46cf4f38ae
Remove ed2.
1994-11-12 06:12:27 +00:00