mpp
3aff305a53
Another round of spelling fixes.
1996-01-31 15:03:18 +00:00
mpp
2079cbc15a
Some more spelling fixes.
1996-01-31 14:26:20 +00:00
mpp
b9a84bfdc6
Fix some more spelling errors.
1996-01-31 13:53:01 +00:00
mpp
f3a0046930
Fix some spelling errors in the calendar files.
1996-01-31 13:40:40 +00:00
dg
f7e207c60f
"out of space" -> "out of swap space".
1996-01-31 13:14:21 +00:00
dg
d31b06efba
Improved killproc() log message and made it and the other similar message
...
tolerant of p_ucred being invalid. Starting using killproc() where
appropriate.
1996-01-31 12:44:33 +00:00
dg
66bb81b8ee
Print a more descriptive message when the mb_map is filled (out of mbuf
...
clusters), and tell the operator what to do about it (increase maxusers).
1996-01-31 12:05:52 +00:00
asami
8b9cb8fedd
Fix one warning and fix one bug found while looking at another warning (but
...
caused by a different reason):
. #ifndef __FreeBSD__ around check for negative size, FreeBSD size_t is
unsigned
. Disable mirror/parity if interleave size is 0 (i.e., serial concatenation).
1996-01-31 11:25:46 +00:00
dg
6af948881b
Updated to Nov 8, 1995 version from internic.net.
1996-01-31 11:23:00 +00:00
asami
932ae34a60
Add CCDF_MIRROR and CCDF_PARITY to list of flags.
1996-01-31 11:04:52 +00:00
olah
09077f7acf
Fix a bug related to the interworking of T/TCP and window scaling:
...
when a connection enters the ESTBLS state using T/TCP, then window
scaling wasn't properly handled. The fix is twofold.
1) When the 3WHS completes, make sure that we update our window
scaling state variables.
2) When setting the `virtual advertized window', then make sure
that we do not try to offer a window that is larger than the maximum
window without scaling (TCP_MAXWIN).
Reviewed by: davidg
Reported by: Jerry Chen <chen@Ipsilon.COM>
1996-01-31 08:22:24 +00:00
hsu
787baccd28
Remove unnecessary typedef. All inclusions of <rpc/auth.h> in the source
...
tree are preceded by an inclusion of <rpc/types.h>, so the 32-bit fixed sized
type u_int32_t is already available to us.
1996-01-31 08:02:11 +00:00
jkh
c035295183
Add an entry for my HP Model 4020i CDR drive.
1996-01-31 07:32:11 +00:00
dyson
b4a48be7d8
Fix another problem with the new pipe code, pointed out by Bruce Evans.
...
This one fixes a problem with interactions with signals.
1996-01-31 06:00:45 +00:00
asami
565f8b6987
Mirror support. When CCDF_MIRROR is set:
...
(1) The reads are always done from the first n/2 disks.
(2) Each write is done twice, to the "data" disk (in the first half) and
the "mirror" disk (in the second half).
ccdbuffer() now takes an extra argument (struct ccdbuf **) and stores
the pointer to ccdbuf in there. In case of a mirrored write, it
allocates and stores two pointers. The "residual" is also doubled
for mirrored writes so that ccdiodone() can correctly tell when all
the writes are done.
1996-01-31 03:28:21 +00:00
dyson
78108c6c2f
Fix some problems with return codes on the new pipe stuff. Bruce Evans
...
found the problems, and this commit will fix the "first batch" :-).
1996-01-31 02:05:12 +00:00
nate
e728cbefd8
ctm(5) has been written, so remove comment about it not existing. :)
1996-01-31 02:01:56 +00:00
wosch
8e69a08160
de_DE.ISO8859-1 -> de_DE.ISO_8859-1
1996-01-30 23:36:43 +00:00
mpp
d6779c281f
Fix a bunch of spelling errors in the comment fields
...
of a bunch of system include files.
1996-01-30 23:33:04 +00:00
ache
6cdd16b07b
Audio part: various improvements from NetBSD driver
...
Convert LBA to network order now
1996-01-30 23:27:20 +00:00
joerg
317e9e174f
A better algorithm to place the numbers on the lines.
...
Submitted by: satoshi
1996-01-30 23:14:34 +00:00
jkh
125ae5718f
Correct someone's cut-and-paste errors. Some lines began incorrectly
...
with spaces instead of tabs.
Submitted by: Jeremy Chatfield <jdc@xinside.com>
1996-01-30 23:12:36 +00:00
ache
42c8a1d37f
Bugfix: don't convert LBA to host order, they must stay in network order.
1996-01-30 23:11:45 +00:00
ache
19ebe9bcfb
Don't convert LBA to host order, they must stay in network order
...
as old code does.
1996-01-30 23:11:06 +00:00
mpp
f3dd75a38d
Fix a bunch of spelling errors in the comment fields of
...
a bunch of system include files.
1996-01-30 23:02:38 +00:00
asami
7b3fa6ae27
Prepare for adding mirroring. Check for flags (mirror forces uniform),
...
reduce the size to half, etc. Right now it only uses the first n/2 disks
for both read and write.
1996-01-30 22:34:53 +00:00
asami
85df1b8faa
Add mirror flag.
1996-01-30 22:33:31 +00:00
asami
f600d378b4
Add mirror and parity flags to list of symbolic names.
1996-01-30 22:25:24 +00:00
phk
62d807ed9d
Use libmd's MD5.
...
inline hdlc checksum calculation.
make big tables const.
1996-01-30 20:04:34 +00:00
wollman
212c3eba09
Fix a logic error in determining whether something is page-aligned
...
that became evident while I was thinking about something else.
(No, I am not working on the wd driver itself.)
1996-01-30 19:04:09 +00:00
wollman
0f051dbe15
No longer use the cyclecounter to attempt to correct for late or missed
...
clock interrupts.
Keep a 1-in-16 smoothed average of the length of each tick. If the
CPU speed is correctly diagnosed, this should give experienced users
enough information to figure out a more suitable value for `tick'.
1996-01-30 18:56:47 +00:00
peter
3b195d769a
Add rdisc to subdirs.. It works for me. :-) (Thanks Bill!)
1996-01-30 18:44:42 +00:00
peter
868b4a08b4
de_DE.ISO8859-1 -> de_DE.ISO_8859-1 after repository operation on
...
Andrey's request.
1996-01-30 18:24:32 +00:00
mpp
0629c08669
Another round of spelling fixes.
1996-01-30 18:13:11 +00:00
ache
26ca6e5147
Add missing comma in usage printf
1996-01-30 17:38:45 +00:00
ache
a6fe55033b
OOPS, forget to adjust starting track to not physically read
...
leadout entry
1996-01-30 16:38:30 +00:00
mpp
62cdcaa268
Fix even more spelling errors in some more man pages.
1996-01-30 16:34:52 +00:00
ache
b907f5fc5a
Use ntohs/ntohl when reading TOC instead of hardcoded byte swapping.
...
Put fake entry len for MSF format too.
1996-01-30 16:12:18 +00:00
ache
9d251a7f88
Calculate leadout entry instead of honor ATAPI request
...
(it can be wrong for some devices)
1996-01-30 15:25:12 +00:00
ache
f265cd643c
Don't replace leadout entry with 255
1996-01-30 14:36:57 +00:00
ache
4801968f5e
READTOCENTRYS: make fake leadout entry
1996-01-30 14:30:43 +00:00
mpp
511d4f82b2
Fix a bunch of spelling errors in a bunch of man pages.
1996-01-30 13:52:50 +00:00
ache
9e0a71c3ee
READTOCENTRYS: protect against stack overflow when incorrect data
...
stored in CD's TOC
1996-01-30 13:15:28 +00:00
ache
37f4a0aab1
READTOCENTRYS: handle 0 and lead out requests, add argument checking
1996-01-30 12:59:00 +00:00
dg
7b11911f52
savectx() strikes again: the saved stack pointer wasn't properly adjusted
...
to remove the return address. It's only the frame pointer and luck that
allowed the code to work at all.
1996-01-30 12:54:21 +00:00
peter
ed8a6cec36
Call pipe_stat() when presented with a DTYPE_PIPE file in the linux
...
fstat() syscall, rather than panic("linux newfstat").
(Note: I've extracted this from a larger set of diffs, I'm confident I've
not missed any dependencies but can't modload it to test it on my system)
1996-01-30 12:23:17 +00:00
ache
757048e121
Don't generate EINVAL for data_len too big in READTOCENTRYS, it
...
reduces automatically to reasonable value in the code below
1996-01-30 12:07:15 +00:00
ache
edbc3e1baf
Use starting track 0 for READTOCENTRYS, should be converted
...
to real starting track in CD driver.
Old code assume that starting track is always 1.
1996-01-30 12:00:43 +00:00
ache
725ecb7525
Use 0 as starting track number for READTOCENTRYS,
...
should be converted to real starting track into CD driver.
Old variant assume that starting track is always 1.
1996-01-30 11:44:33 +00:00
ache
13a5a1d1e4
Fix READTOCENTRYS partialy based on kientzle@netcom.com patch partialy on
...
my own ideas
1996-01-30 11:32:20 +00:00