provos
5f0eddb4ad
- fix three bugs pointed out in Stevens, i.a. updating timestamps correctly
...
- fix a 4.4bsd-lite2 bug, when tcp options are present the maximum segment
size is not updated correctly, so that fast recovery forces out a segment
which is split in two segments by tcp_output(), the fix is adpated from
FreeBSD, the effective mss is recorded after option negotiation in 3way
handshake.
[I was able to fix this on time spent at Center for Information Technology
Integration (citi.umich.edu)]
1998-10-28 21:34:32 +00:00
jason
e74bf56f77
Correct a reference to me->qe + minor corrections
1998-10-28 21:01:33 +00:00
marc
41022601d3
Don't return error trying to make a dump header when no
...
crash dump exists
1998-10-28 19:47:00 +00:00
millert
04e0ac27b0
Kill the awful hack used to match and split /etc/hostname.* We now use
...
a function, isalphanumeric, to determine whether an interface name is
likely to be valid. This means that things like /etc/hostname.le0.bak,
/etc/hostname.le0#, /etc/hostname.le0~, etc. will be ignored as they
should. There is no longer an implicate assumption that /etc/hostname.*
only contains a single '.'.
1998-10-28 19:17:10 +00:00
millert
caaeffe57f
isnumeric did not check the last char in a string
1998-10-28 18:55:20 +00:00
art
efc60f5c39
give up the try to start afsd from mount_afs, the argument passing was too ugly
1998-10-28 18:08:50 +00:00
downsj
4d5744fbc1
Changes from NetBSD, clean up, avoid hanging if the codec is out to lunch.
1998-10-28 18:06:46 +00:00
deraadt
049a2adf76
fix ? usage handling; route@resentment.infonexus.com
1998-10-28 18:01:17 +00:00
art
39dbe45b79
mkdtemp a directory where Lynx puts all it's temporary files.
...
Fixing creation of all temp files would involve rewriting Lynx.
1998-10-28 18:01:04 +00:00
downsj
380ba284eb
More conversion routines, from NetBSD
1998-10-28 18:01:01 +00:00
downsj
8a1f5b609c
Add a couple of names from NetBSD
1998-10-28 17:58:43 +00:00
art
69fc4b5078
be nicer to buffers
1998-10-28 17:57:09 +00:00
deraadt
b0f1a77a39
sync
1998-10-28 17:55:13 +00:00
deraadt
2a5ccfb948
more devices without compat-id; WOFerry+@CMU.EDU
1998-10-28 17:55:10 +00:00
millert
5e5891aaac
call check_kernel instead of having the same code in all the .md files
1998-10-28 17:53:27 +00:00
millert
f141dddc99
Move md_copy_kernel after install_sets and add check_kernel (which
...
should probably be used instead of md_copy_kernel once I am sure
nothing actually uses md_copy_kernel to copy the kernel any more).
1998-10-28 17:51:14 +00:00
art
aedc555758
use xfs, not afs when mounting afs. Making mount_afs work correctly is too hard.
1998-10-28 17:47:00 +00:00
deraadt
fa44d8c264
make 8mb installs work
1998-10-24 23:28:35 +00:00
deraadt
ad56fca007
unimportant grammaer errrrooeoerr
1998-10-22 01:39:29 +00:00
jason
4ab9c69499
The qec global reset should only be allowed to happen once per qec card, not
...
once per channel init.
1998-10-21 04:12:09 +00:00
deraadt
62dfb5f31f
further shrinking
1998-10-21 01:54:49 +00:00
deraadt
46c2666474
sync
1998-10-21 01:51:46 +00:00
deraadt
2a74225697
shorten names; add more realtek
1998-10-21 01:51:36 +00:00
deraadt
8e93e36694
sync
1998-10-21 01:35:14 +00:00
deraadt
1109575f77
sync
1998-10-21 00:56:58 +00:00
rahnds
ea34899215
update powerpc note information to current state of affairs.
1998-10-21 00:07:21 +00:00
deraadt
7f55413908
when transmitting we cannot totally fill the circular buffer (i.e.
...
we can't use up all of the remaining sc->txslot[chan].bfree free
bytes) because that would cause the circular buffer read pointer
to become equal to the write pointer, thus signaling 'empty buffer'
to the hardware and stopping the transmitter. spotted and fixed
by Kenjiro Cho <kjc@csl.sony.co.jp>
1998-10-20 23:31:06 +00:00
rahnds
40f1b3b880
Mix kernels are no longer necessary, Generic will work sufficiently.
1998-10-20 23:22:17 +00:00
angelos
858b719a04
.Nm gettytab 5 -> .Xr gettytab 5
1998-10-20 21:38:22 +00:00
maja
7948ff8461
sync pmax -moj
1998-10-20 21:21:39 +00:00
marc
9113297e6e
add note about ssh/pgp from ftp only;
...
add (at least) for Theo. Mention that the package files are on
the same CD-ROM as the OS installation files for an architecture
1998-10-20 17:43:59 +00:00
marc
55ef6989ac
update package section of message
1998-10-20 17:33:53 +00:00
deraadt
8f3a0fa325
sync
1998-10-20 14:31:57 +00:00
jason
814894ab5a
o Only read the per-channel status reg if the global int mask says something
...
interesting happened.
o Base all interrupt decisions on per-channel status reg.
1998-10-20 00:57:52 +00:00
beck
f3fc83d94a
Fix so to not require a make obj - Fix cleandir target to remove the headers
...
Configure munges from OBJDIR.
1998-10-19 21:47:11 +00:00
espie
241456ad17
Tell about fips20 for people who want to risk it.
1998-10-19 21:06:43 +00:00
jason
7f6992ee7d
Use register definitions from AMD databook.
1998-10-19 19:55:54 +00:00
deraadt
062d312008
oops
1998-10-19 19:22:18 +00:00
millert
6c80081a14
Use env to set the PATH since we run configure in a subshell
1998-10-19 17:09:39 +00:00
todd
3b09198400
add xshare
...
it is shared across all X platforms and came from xbase so it IS required.
1998-10-19 09:36:58 +00:00
jason
d6b7ff44fa
Updated for support of qec+qe
1998-10-19 05:49:20 +00:00
millert
648d48cecc
Fix off-by-one error when adding files of exactly 100 characters; wsanchez@apple.com
1998-10-19 05:46:12 +00:00
jason
a0fe3b1b04
Updated man pages for support of qec+qe.
1998-10-19 05:45:08 +00:00
jason
cfbfe243e2
qec+qe support & OpenBSD tags for everyone
1998-10-19 05:43:29 +00:00
jason
45cce87965
Support for the qec+qe (SBus QuadEthernet board)
1998-10-19 05:41:19 +00:00
jason
d8f09a3c76
Garbage collect an unused variable.
1998-10-19 05:39:29 +00:00
deraadt
0ef61dd67f
load xshare
1998-10-19 05:28:06 +00:00
millert
fbac7efba8
Check for selection == empty string in glob_selection so we don't get syntax errors when we use that as part of a case statement
1998-10-18 20:31:46 +00:00
millert
03a5d0d0c7
set PATH before running configure since we can't rely on the user's path being sane
1998-10-18 20:02:27 +00:00
marc
ebd916e23c
update packages instructions
1998-10-18 19:57:49 +00:00