jhawk
243d61d41b
Xr ppsratecheck
2000-08-03 20:35:40 +00:00
thorpej
f0dca1ecbe
MALLOC()/FREE() are not to be used for variable sized allocations.
2000-08-03 20:29:26 +00:00
nathanw
b3e0af3d32
Fix a problem uncovered by rev 1.5 of pcibios.c:
...
Avoid interpreting the upper 32 bits of 64-bit BARs as a 32-bit BAR.
Otherwise, the code would assume that the value 0 was incorrect and either:
(a) [on bus 0] "fix up" the address to some nonzero value, thus placing
the decoded address range outside of 32-bit address space, or
(b) [elsewhere] completely disable the device.
The fact that this behaviour depends on the bus number of the device is
already XXX'd.
XXX: This will need revisiting if and when we ever want to handle a PCI bus
XXX: with more than 32 bits of address space on an i386.
The onboard Adaptec 7890 on my Dell Precision Workstation 410 works again.
2000-08-03 20:10:45 +00:00
leo
032c2e34d9
Fix number of parameters in a usage printf. Noticed by Thomas Klausner.
2000-08-03 20:05:48 +00:00
nathanw
fb20241fda
When performing pci_config_dump:
...
- Display the full value of 64-bit BARs.
- Avoid displaying the upper 32 bits of 64-bit BARs as a separate 32-bit BAR.
2000-08-03 19:58:55 +00:00
eeh
dd5c54d05c
Add fpu emulation instrumentation and fixup FCMP and FCMPE emulation for v9.
...
And rename the 128-bit `x' routines to `q' to match v9 terminology:
i - 32-bit int
x - 64-bit int
s - 32-bit fp
d - 64-bit fp
q - 128-bit fp
2000-08-03 18:32:07 +00:00
itojun
5e868d1e49
clearifications in icmp6 node query support.
...
XXX previous commit included "supported qtypes" icmp6 node query support.
sorry commit message was mistaken.
2000-08-03 16:30:37 +00:00
christos
e8b09532bb
PR/10714: SUNAGAWA Keiki: Add newer hpux support, but without removing the
...
old hpux support.
2000-08-03 15:53:24 +00:00
briggs
b9198e3e17
As noted by jhawk--'count' is a function argument when I note that that
...
functions which take a count of bytes have undefined results if the specified
(count) is zero.
2000-08-03 15:30:52 +00:00
castor
d02d10e226
Fix an evil ugly bug which causes files placed into lost+found to
...
be inconsistent, and unremovable. From Ethan Solomita <ethan@geocast.com>.
Reviewed by fvdl.
2000-08-03 14:52:39 +00:00
itojun
afa5315364
correct typo in #define. ICMP6_NI_SUCESS -> SUCCESS (notice missing C).
...
sync with kame.
2000-08-03 14:31:04 +00:00
tron
579a801207
Create "print_version.h" required to build the library.
2000-08-03 14:01:31 +00:00
soda
423aa34757
more fix for typesetting
2000-08-03 13:32:39 +00:00
soda
760ca1caec
- "a space" -> "space", from jhawk
...
- fix typesetting when TYPESETTER=ps
2000-08-03 13:14:22 +00:00
kleink
a8c7e91153
As discussed with Hubert Feyrer in private mail, install UTC as the default
...
time zone; while amounting to the same offset, the time zone 'name' of
Factory violates the prinicple of least surprise.
2000-08-03 13:00:02 +00:00
bouyer
1b00421876
Add quirk entry for NEDICOM CRD-BP2, from kern/10738.
2000-08-03 12:36:08 +00:00
msaitoh
ac06675f56
add COMPAT_14
2000-08-03 11:30:30 +00:00
ad
96d8e7ee58
obsolete.md_share. Contains MD files from obsolete.mi, and PCVT pages
...
removed today.
2000-08-03 10:51:55 +00:00
ad
a0f1d16fcc
Missed a directory in previous.
2000-08-03 10:46:56 +00:00
ad
0f7d0b71cf
Strip MD files. These will be re-added to obsolete.md_share.
2000-08-03 10:43:13 +00:00
ad
27ce48dc85
Look for and use `obsolete.md_share'.
2000-08-03 10:41:02 +00:00
ad
f3e1d1930e
PCVT is dead. From NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>.
2000-08-03 09:42:52 +00:00
bouyer
5439296584
The W83781D isn't "untested" any more, thanks to Bernd Ernesti.
...
However the W83697HF is untested.
2000-08-03 09:29:55 +00:00
bouyer
a8421d4787
Some W83781 have ID 0x11 instead of 0x10; handle these too.
...
Restore printing sdata for each sensors if DEBUG.
2000-08-03 09:27:01 +00:00
ad
684eb80714
Cosmetic nits.
2000-08-03 08:32:36 +00:00
ad
04e2145813
Take a stab at documenting non-DES password encryption.
2000-08-03 08:30:43 +00:00
ad
6b38e4b314
__RCSID().
2000-08-03 08:25:41 +00:00
ad
308c65aabe
KNF.
2000-08-03 08:22:33 +00:00
msaitoh
9b50348e47
set internal register correctly (SH4)
2000-08-03 08:19:26 +00:00
thorpej
d07efbc8b8
MALLOC()/FREE() are not to be used for variable size allocations.
2000-08-03 06:15:02 +00:00
msaitoh
71380e0ad2
fix typo
2000-08-03 05:04:02 +00:00
assar
d6e38c7f36
update build infrastructure for heimdal 0.3a
2000-08-03 04:13:22 +00:00
assar
549a4d9cdc
update build infrastructure for heimdal 0.3a
2000-08-03 04:02:29 +00:00
assar
d5b900cb0f
updated for heimdal 0.3a
2000-08-03 03:54:21 +00:00
assar
187f6e559a
update build infrastructure for heimdal 0.3a, including new shlib versions
2000-08-03 03:53:35 +00:00
jhawk
cad42d1288
Rototillage: Update the date; addition => additional; netstart => rc.d/network;
...
line format to .Ar syntax; .Em => .Ar; Clarify the meaning of netmask omission;
Resort FILES; Remove NOTES.
2000-08-03 03:42:23 +00:00
thorpej
b94e29816f
MALLOC()/FREE() are not to be used for variable sized allocations.
2000-08-03 03:39:52 +00:00
assar
de3878349f
this was removed from the source
2000-08-03 03:39:02 +00:00
thorpej
13c3e4c7bf
MALLOC()/FREE() are not to be used for variable sized allocations.
2000-08-03 03:38:39 +00:00
assar
9949e16264
merge back some hacks
2000-08-03 03:38:25 +00:00
castor
b6dd28b4ce
Support some differences in the Macronix 98715AEC-C and E chips from the other
...
98715* series.
The MX98715AEC-[C,E] use a different location in the serial eerom for
LED control, and programming it with the original location's values
caused unpredictable behavior.
Also, start integrating fixes where media changes on an adapter
under load may fail. There's more work to be done here, but I need
to sort out our internal changes a little more carefully.
2000-08-03 03:07:30 +00:00
mjacob
cb4d63d57c
More compilation breakage in the non-DEBUG case
...
(from Castor Fu <castor@geocast.com>)
2000-08-03 03:00:04 +00:00
thorpej
a07f6460c8
MALLOC()/FREE() are not to be used for variable sized allocations.
2000-08-03 00:54:23 +00:00
thorpej
d3a2c5d0f9
MALLOC()/FREE() are not to be used for variable size allocations.
2000-08-03 00:47:02 +00:00
jeffs
f907ee9f25
Document DDB_BREAK_CHAR that was added in:
...
sys/conf 1.381
sys/dev/ic/com.c 1.174
2000-08-03 00:34:08 +00:00
jeffs
e97c2066ab
Add options DDB_BREAK_CHAR. This overrides break on the serial console
...
break character with the supplied one. This is useful for cases where
break is hard to generate, or you are connected to a PC that "sends"
breaks when power cycled. For this mode in com, interpret break char
in the polling section, which allows entry into the debugger before
the tty is opened. Only supported in the com driver currently.
2000-08-03 00:30:47 +00:00
itojun
f7e4207188
add ppsratecheck(9).
2000-08-03 00:09:39 +00:00
fvdl
018ee18dee
Do not check unitialized variables as error values. This is generally
...
frowned upon, or so I hear.
2000-08-03 00:07:22 +00:00
fvdl
ad91c2992c
When merging addresses, and no direct match is found, pick the first
...
configured interface that is preferably not local or point to point.
This appears to be what Solaris does as well.
2000-08-03 00:04:30 +00:00
fvdl
3b9024546d
For an accepted connection (tcp), set xp_netid, as it might be examined
...
by some applications, most notably rpcbind.
2000-08-03 00:01:53 +00:00