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
dfr
9b03b51375
Some patches to ppp which improve stability. I have been running a
...
ppp based on these patches for about 3 weeks with no downtime.
The original submitters comments:
Two features iijppp has over kernel ppp that I like are predictor1
compression and demand dialing. Here are a few bug fixes.
I expanded the priority queueing scheme and discovered it was broken
due to the assignment at ip.c line 300. All packets were being
queued at the same priority.
Fixing priority queueing broke predictor1 compression. Packets
were compressed before being queued and predictor1 worked as long
as the packets were popped off the queue in the same order they
were pushed onto the queue.
There were a few byte order problems in IP header tests also.
There is a recursion problem in SendLqrReport(). LcpClose() is
called when "Too many echo packets are lost" which winds up in
SendLqrReport() again. I believe the original intention was to
just stop the LQR timer with the call to StopLqr() but the side
effects hurt.
Submitted by: John Capo <jc@irbs.com>
1996-01-30 11:08:50 +00:00
ache
b2ad84f5ce
Fix audio part, especially READTOCENTRYS inspired by NetBSD driver
...
and my own ideas
1996-01-30 10:31:12 +00:00
dg
e7566de9d1
Increase tmpstk size to 8K and make certain it is longword aligned.
1996-01-30 07:59:02 +00:00
dg
4697e89bc7
Restore my change to the watchdog params that Paul spammed in rev 1.18.
1996-01-30 07:25:44 +00:00
nate
33641076c5
Back out the thread_init code in order to allow -current to bootstrap
...
from -stable, until a better solution is found.
Submitted by: Consensus of mailing list and the almighty Jordan :)
1996-01-30 05:55:20 +00:00
nate
98f22e8f68
Added 'install' to the inclde-tools target, as it has a new options "-C"
...
which is used when installing the include files.
Submitted by: John Hay -- John.Hay@csir.co.za
1996-01-30 05:46:35 +00:00
nate
574d4201ac
Kludge alert!
...
Add new 'include-tools' target, which the 'includes' target depends on.
Currently, it consists of rpcgen.
1996-01-30 05:22:00 +00:00
mpp
91826993d1
Fix a typo in a comment.
1996-01-30 02:56:08 +00:00
joerg
276b1de4c6
Attempt to figure out the size of the device/file we are about to
...
format. A bit tricky, but i believe this to work for 98 % of the
cases.
1996-01-30 02:35:08 +00:00
asami
0ad6f33841
ccdcontrol -> ccdconfig.
1996-01-30 01:25:40 +00:00
se
42c5ea8f89
Add heuristic to detect multi-function devices that don't announce this
...
feature in the header type register, though it is required by the PCI spec.
This should correctly probe both functions of the Intel 82371FB chip,
without the need for a special case based on the device ID.
1996-01-30 01:14:29 +00:00
mpp
0d925cfda3
Fix a bunch of spelling errors.
1996-01-29 23:52:43 +00:00
mpp
ddfba9f1d0
Fix some spelling errors.
1996-01-29 22:53:24 +00:00
joerg
0d78e1e902
Add the -u flag to the cpio's used to install the initial files, just
...
to make sure they will be overwritten even in cases where the've
bogusly got more recent timestamps.
1996-01-29 20:17:27 +00:00
mpp
bc3d519a69
Getpwent() and getservent() can wind up calling free() with
...
an invalid pointer if a call to yp_first() fails. Closes PR # 964,
and possibly # 952.
1996-01-29 20:16:30 +00:00
joerg
12324b6255
Remove redundant declaration for worminit(). Dunno why my config(8)
...
didn't generate it, but it's supposed to.
1996-01-29 19:46:26 +00:00
peter
35aa0cb102
Minor tweak to allow the mbone mapper to work again on hosts which are
...
themselves acting as multicast routers.
Reviewed by: Bill Fenner (quite some time ago)
1996-01-29 16:04:20 +00:00
mpp
31c79332f8
Don't install sendmail setgid kmem since it doesn't really
...
require kmem access. It is currently configured to call getloadavg(3),
which uses sysctl(2) to determine the load average, which is the
only reason some sendmails require kmem access.
1996-01-29 13:19:49 +00:00
ache
33b743c5a6
Add missing cat9
1996-01-29 12:34:43 +00:00
dg
f13dc7b998
Added a check/panic for vm_map_find failing to find space for the page
...
tables/u-pages when forking. This is a "can't happen" case. :-)
1996-01-29 12:10:30 +00:00
dg
33311f68ed
Implement what I mentioned in rev 1.18: limit per-bucket allocations to
...
60% of physical memory or 60% of malloc area size, whichever is smaller.
1996-01-29 11:12:37 +00:00