Jordan K. Hubbard
25719d742a
Remove the evil I perpetrated on this file in the name of the Cyclades driver,
...
now we're back to the old way. By way of amends, I cleaned up all the
casting evils and generally neated this file up as much as possible. It
still, however, needs to die.
1995-02-11 05:54:04 +00:00
Jordan K. Hubbard
6469abd9ba
Remove dead sound blaster driver entry.
1995-02-11 05:43:44 +00:00
Poul-Henning Kamp
7c89a442ad
/var/games -> games dist.
1995-02-11 05:35:37 +00:00
Poul-Henning Kamp
d80a026702
Make sure that info files never hit the "bin" dist.
1995-02-11 05:28:31 +00:00
Poul-Henning Kamp
499454c6e9
Intels App Note AP-485 applied.
...
We will now tell a good deal more about the CPU if Intel made it.
What is a i486DX2 Write-Back Enhanced CPU ?
1995-02-11 04:21:24 +00:00
David Greenman
914a63ebd4
Wire the page table before doing the vm_fault(). Fixes a panic that
...
happens when using gdb.
Submitted by: John Dyson
1995-02-10 22:36:11 +00:00
Andreas Schulz
77357d7355
Fix a little typo. Change the "race record" to a "trace record" :-).
1995-02-10 22:07:42 +00:00
Martin Renters
d65161535c
Added FIFO restore capability.
1995-02-10 21:57:02 +00:00
Bruce Evans
0e229bc0a8
Add chowns for pty's, ttyv's and ttyd's. Correct the chown for lptctl's.
...
The group was wrong if MAKEDEV was run in a directory with group other
than wheel. This may have messed up the group in recent SNAPs
(sysinstall/obj should have group bin).
Reset the umask to 77 after running MAKEDEV.local. Some cases depend on
the 77 default. MAKEDEV.local and all cases should probably set the
umask explictly and not depend on a default. Most cases already set it.
1995-02-10 20:08:25 +00:00
Bruce Evans
24d4540cff
Use the correct block number for updating the backup copy of the FAT when
...
deleting a file. Deleting a large file used to scramble the backup copy.
1995-02-10 18:39:45 +00:00
Stefan Eßer
045de8d38f
Block interrupts in more places and warn about the NCR exception handler
...
being called at inappropriate times (should never happen !).
Reviewed by: se
Submitted by: wolf@kintaro.cologne.de (Wolfgang Stanglmeier)
1995-02-10 13:24:52 +00:00
David Greenman
459a929e36
Changed extended memory test so that it's non-destructive and not a
...
complete test (it never was "complete", which is why it was bogus). Now
only a single longword is checked in each page.
1995-02-10 07:44:03 +00:00
Jordan K. Hubbard
3e68f6e616
Link to /sys in extract.
1995-02-10 07:22:39 +00:00
David Greenman
3c632e1f0c
Removed obsolete and unused vmtime() function.
1995-02-10 07:17:46 +00:00
Jordan K. Hubbard
15b07edd97
Fix a small punctuation typo I just noticed.
1995-02-10 06:52:16 +00:00
David Greenman
b1e4a738e0
Removed unnecessary check for pr_scale in the AST/OWEUPC case.
1995-02-10 06:43:47 +00:00
David Greenman
5a32829d98
Check P_PROFIL flag for profiling rather than pr_scale as it makes more
...
sense.
1995-02-10 06:25:14 +00:00
David Greenman
95b44faffd
Turn on "Capture Effect" avoidence. This modifies the collision algorithm
...
so that the interface won't have the effect of blocking other senders
during bulk transfers (i.e. hogging the ethernet). It improves performance
in all of my tests by reducing collisions and I believe it to be a Good
Thing.
1995-02-10 06:06:42 +00:00
Poul-Henning Kamp
99b3da9348
A better fix for the newfs floppy problem
1995-02-10 06:04:58 +00:00
Jordan K. Hubbard
e599dc2c51
Merge in some cosmetic changes - clean the two kernel images we depend
...
on when a `make clean' is done - prevents a Feb 2nd BOOTFLP kernel going
onto a Feb 10th boot.flp, as now almost happened.. :-)
1995-02-10 05:51:01 +00:00
Atsushi Murai
b60d4a5d98
Delete a redundant line - "options TUN" and Add explanation for
...
"pseudo-device tun" as same as other device.
1995-02-10 05:42:24 +00:00
Poul-Henning Kamp
ae9548f6ba
A bit of unexpected fallout from the newfs change.
...
newfs'ing a floppy fails now, unless we tell it geometry. I thought at
disktype would take precedence.
1995-02-10 05:41:10 +00:00
Poul-Henning Kamp
833ccb5d7a
Clean up some details, to make it clear to gcc that we do not try to do
...
something stupid.
1995-02-10 05:25:00 +00:00
Jordan K. Hubbard
070b9f121a
On second thought, only do extract if select returns success.
1995-02-10 05:05:41 +00:00
Jordan K. Hubbard
63a5c45719
Clean up some of the english, make things more explanatory.
1995-02-10 05:02:33 +00:00
Jordan K. Hubbard
d80fe64d6e
Eliminate gratuitous select step.
1995-02-10 04:53:01 +00:00
Garrett Wollman
8075d17ee2
mtree * MD5 = better security
...
Idea from: Dr. John T. Wroclawski
1995-02-10 03:12:42 +00:00
Jordan K. Hubbard
982a35748b
Prepare for 950210-SNAP
1995-02-10 01:13:27 +00:00
Garrett Wollman
35c13fa033
Implement TCP MIB variables.
1995-02-09 23:16:17 +00:00
Garrett Wollman
a0292f2375
Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> and
...
Bob Braden <braden@isi.edu>.
NB: This has not had David's TCP ACK hack re-integrated. It is not clear
what the correct solution to this problem is, if any. If a better solution
doesn't pop up in response to this message, I'll put David's code back in
(or he's welcome to do so himself).
1995-02-09 23:13:27 +00:00
Stefan Eßer
fd65acba73
Try to detect overlapping PCI memory assignment.
...
(This can only happen with devices that are mapped
by the BIOS.)
Reviewed by: se
Submitted by: wolf (Wolfgang Stanglmeier)
1995-02-09 20:20:33 +00:00
Stefan Eßer
6f22585dd4
Initialisation of interrupt masks changed.
...
Reviewed by: se
Submitted by: wolf (Wolfgang Stanglmeier)
1995-02-09 20:16:19 +00:00
Bruce Evans
1e30185a78
Don't allow the alternate superblock block number for one file system
...
to apply to others (except when it is given on the command line).
1995-02-09 15:58:31 +00:00
Bruce Evans
db23157e7c
Add ctm and sgsc. ctm is has proved useful and sgsc seems to have been
...
forgotten.
1995-02-09 15:36:08 +00:00
David Greenman
a7fa409d30
Killed MACHVMCOMPAT function prototypes as the functions don't exist.
1995-02-09 14:16:07 +00:00
David Greenman
94aade54ff
Killed MACHVMCOMPAT code. It doesn't compile, and in its present state
...
would require some work to make it not a serious security problem. It's
non-standard and not very useful anyway.
1995-02-09 14:14:13 +00:00
David Greenman
62f8f85b7e
Clean up after Jordan's commit: add d_read_t and d_write_t types for
...
compatibility with the screwy conf.c macros.
1995-02-09 13:51:25 +00:00
Ugen J.S. Antsilevich
742d9f28f7
Ok..at least this man page is up to date now
...
To be continued..
1995-02-09 13:13:18 +00:00
L Jonas Olsson
dc81ebd7a2
Change my email address.
1995-02-09 12:49:41 +00:00
Jordan K. Hubbard
b7e56a8d18
Add L Jonas Olsson <ljo@amcell2.caisr.cwru.edu>
1995-02-09 12:45:42 +00:00
Jordan K. Hubbard
4a48e9b15a
The whole NEW_CONF_C_SYNTAX was bogus; David's right, it can't be
...
optional at all. Make it non-optional.
Submitted by: davidg
1995-02-09 11:59:40 +00:00
Jordan K. Hubbard
640ed9d2a8
Remove duplicate functions.
...
Submitted by: gj
1995-02-09 11:30:07 +00:00
Jordan K. Hubbard
11af896263
Add PPP to the generic kernel. Now that Poul has made us all this space,
...
maybe I can get us back into the slip/ppp game without having to tell users
to reconfigure their kernels all the time! :)
1995-02-09 11:21:07 +00:00
Jordan K. Hubbard
e17312113c
Fixes for chpass.
...
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
1995-02-09 11:14:39 +00:00
Jordan K. Hubbard
1f26416679
Export ttnread().
...
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
1995-02-09 11:14:19 +00:00
Jordan K. Hubbard
3663f75c18
>32 PTY support
...
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
1995-02-09 11:13:30 +00:00
Jordan K. Hubbard
89c1e72662
Some scary macros from Heikki Suonsivu <hsu@cs.hut.fi>. Actually, they
...
make cdev entries look almost readable. If his stuff works for most of
the entries in here, it might be worth it to refit them all.
1995-02-09 11:13:09 +00:00
Jordan K. Hubbard
1aa515e96a
Update some folks who were inadequately credited. Still at least 2 more
...
passes thru this file required.
1995-02-09 11:11:39 +00:00
Jordan K. Hubbard
1338e00966
Support for >32 PTYs.
...
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
1995-02-09 11:11:01 +00:00
Jordan K. Hubbard
a8716840ba
Device entries for >32 PTYs.
...
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
1995-02-09 11:10:02 +00:00