phk
36129bc930
Make sure that info files never hit the "bin" dist.
1995-02-11 05:28:31 +00:00
phk
7f8d4b8663
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
dg
5adebb03cd
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
ats
d046e3a758
Fix a little typo. Change the "race record" to a "trace record" :-).
1995-02-10 22:07:42 +00:00
martin
f4a355cd18
Added FIFO restore capability.
1995-02-10 21:57:02 +00:00
bde
b05d6b2adc
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
bde
24a94d2bcd
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
se
a213898c49
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
dg
5ccd30340c
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
jkh
34d53c4d9d
Link to /sys in extract.
1995-02-10 07:22:39 +00:00
dg
4a3234f042
Removed obsolete and unused vmtime() function.
1995-02-10 07:17:46 +00:00
jkh
34a3255a35
Fix a small punctuation typo I just noticed.
1995-02-10 06:52:16 +00:00
dg
7241fca64f
Removed unnecessary check for pr_scale in the AST/OWEUPC case.
1995-02-10 06:43:47 +00:00
dg
b23397a17f
Check P_PROFIL flag for profiling rather than pr_scale as it makes more
...
sense.
1995-02-10 06:25:14 +00:00
dg
54d8522bec
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
phk
b52377f6a8
A better fix for the newfs floppy problem
1995-02-10 06:04:58 +00:00
jkh
ed0808faf1
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
amurai
9e67759149
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
phk
6b16692f6c
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
phk
3b11b18c58
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
jkh
c8a9959952
On second thought, only do extract if select returns success.
1995-02-10 05:05:41 +00:00
jkh
b4f4d1d779
Clean up some of the english, make things more explanatory.
1995-02-10 05:02:33 +00:00
jkh
db2c6a3baf
Eliminate gratuitous select step.
1995-02-10 04:53:01 +00:00
wollman
f56d4ade79
mtree * MD5 = better security
...
Idea from: Dr. John T. Wroclawski
1995-02-10 03:12:42 +00:00
jkh
823ef3fe8f
Prepare for 950210-SNAP
1995-02-10 01:13:27 +00:00
wollman
df7354d684
Implement TCP MIB variables.
1995-02-09 23:16:17 +00:00
wollman
72af2aa44a
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
se
93f26e434a
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
se
cf143514ee
Initialisation of interrupt masks changed.
...
Reviewed by: se
Submitted by: wolf (Wolfgang Stanglmeier)
1995-02-09 20:16:19 +00:00
bde
5c099a964c
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
bde
2daabec736
Add ctm and sgsc. ctm is has proved useful and sgsc seems to have been
...
forgotten.
1995-02-09 15:36:08 +00:00
dg
532b758076
Killed MACHVMCOMPAT function prototypes as the functions don't exist.
1995-02-09 14:16:07 +00:00
dg
93c83d06ad
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
dg
0415b6dd5c
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
80de10dd9c
Ok..at least this man page is up to date now
...
To be continued..
1995-02-09 13:13:18 +00:00
ljo
4a130b725f
Change my email address.
1995-02-09 12:49:41 +00:00
jkh
9e0b7fadc0
Add L Jonas Olsson <ljo@amcell2.caisr.cwru.edu>
1995-02-09 12:45:42 +00:00
jkh
da959b72c7
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
jkh
27f293f435
Remove duplicate functions.
...
Submitted by: gj
1995-02-09 11:30:07 +00:00
jkh
203ea981b0
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
jkh
ef60271dc0
Fixes for chpass.
...
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
1995-02-09 11:14:39 +00:00
jkh
2cbfd0e229
Export ttnread().
...
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
1995-02-09 11:14:19 +00:00
jkh
bf79ed40a3
>32 PTY support
...
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
1995-02-09 11:13:30 +00:00
jkh
2f624e8b5e
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
jkh
59086912ad
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
jkh
87505148a9
Support for >32 PTYs.
...
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
1995-02-09 11:11:01 +00:00
jkh
05810ff0ed
Device entries for >32 PTYs.
...
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
1995-02-09 11:10:02 +00:00
jkh
b526ea331c
Eliminate a duplicate line.
...
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
1995-02-09 11:09:41 +00:00
jkh
e0092e86d6
Add the Cyclades serial driver code (ALPHA) from Andrew Werple and
...
adapted to FreeBSD by Heikki Suonsivu <hsu@cs.hut.fi>.
Submitted by: Andrew Werple <andrew@werple.apana.org.au> and
Heikki Suonsivu <hsu@cs.hut.fi>
Obtained from: NetBSD
1995-02-09 09:47:31 +00:00
jkh
75ef70cb02
Andreas Schulz asks:
...
I have seen two strange things in it :-).
The first: in CLEANFILES is CPIO3 referenced, that leads to the
deletion of half of the scripts that are in the source. Intended ?
Second: The comment above the CPIO3= line says that bininst must be
the last on the floppy, but setup follows it now ?
And I reply:
This was all wrong! Fixed! Thanks!
Submitted by: ats
1995-02-09 08:36:23 +00:00