imp
eaa8bd557a
Make pcic module compile again for NEWCARD (not for old pccard).
2000-03-25 03:16:19 +00:00
imp
da4e48c324
Make this compile again and harmonize with GENERIC:
...
o added gif, faith, wx, ida, amr, mlw, INET6
o many comment nits
o Comment out all the compat shim devices, mostly so that I know what
they are:
amd, dpt, ncr, adv, tx, vx, fe, cs, lnc,
o Leave the following commented out:
ie, le
NEWCARD now compiles again. Back to testing...
2000-03-25 03:15:03 +00:00
asami
6ce3b576f8
Add ${X11BASE}/lib/aout.
2000-03-25 00:00:27 +00:00
mdodd
706ffe4486
Fix a problem that caused TCP fragments to be lost (among other things.)
2000-03-24 23:31:42 +00:00
jhb
8c16543d94
Update sysinstall to use struct uc_device instead of struct isa_device
...
for generating /boot/kernel.conf. Since this structure is shared, move
its definition out to a header file, just as struct isa_device was defined
in a header file. This fixes the sysinstall breakage in -current.
2000-03-24 22:24:09 +00:00
jhb
be6d92e8bf
Now that we have uc_device.h, use that instead of hard-coding struct
...
uc_device's definition into kget.
2000-03-24 21:39:09 +00:00
asmodai
efc73ae8d0
Fix spelling, slingly -> singly.
...
Submitted by: nrahlstr
2000-03-24 21:02:14 +00:00
billf
5d7f379e33
Add Mach64-LB graphics accelerator
...
Submitted by: Brandon Martus <bmartus@chc-chimes.com> (unwittingly)
Obtained from: NetBSD (syssrc/sys/dev/pci/pcidevs)
2000-03-24 19:31:02 +00:00
dan
47ea23cc27
Wrap uucpd behind the NOUUCP knob.
...
Noticed by: Doug Barton
2000-03-24 18:21:09 +00:00
brian
64f92723d4
Use pipe() instead of socketpair() in sshd when communicating
...
with the client.
This allows ppp/ssh style tunnels to function again.
Ok'd by: markk
Submitted by: markk@knigma.org
2000-03-24 15:39:37 +00:00
ru
192619ccb5
A little more cosmetics.
2000-03-24 08:36:39 +00:00
sos
0ab6e0ba4d
Fix the panic occuring on non-changer devices.
2000-03-24 07:44:20 +00:00
sheldonh
53bc1ed538
Correct grammar.
...
Rename and (where appropriate) re-order sections.
Put something useful in the BUGS section.
Clear the Os macro and add a HISTORY section.
Reviewed by: bp
2000-03-24 07:37:02 +00:00
mharo
fea136fdfe
fix bug with du -hd
...
Submitted by: dcs
2000-03-24 06:25:32 +00:00
cg
a553c0f5cf
don't check extended features on codecs known to hang. should fix neomagic
...
problems.
2000-03-24 03:14:35 +00:00
mpp
b064529634
Fix a few spelling errors.
2000-03-24 02:26:54 +00:00
mpp
c5558d929a
Fix some spelling errors.
2000-03-24 02:17:04 +00:00
mpp
89b4a9f1be
Some minor mdoc style and spelling fixes.
2000-03-24 02:05:54 +00:00
mpp
dc5007186c
Fix a couple of typos and make the FILES section follow mdoc style.
2000-03-24 01:57:57 +00:00
mpp
5c61b43d27
Minor style fixes: freebsd.org -> FreeBSD.org
2000-03-24 01:49:46 +00:00
billf
e6908e3e94
Grammar nit ("has not got a very good recovery" -> "does not recover well")
2000-03-24 01:41:58 +00:00
mpp
20d005f1a0
Minor style fixes: freebsd.org -> FreeBSD.org
2000-03-24 01:37:42 +00:00
mpp
c58d76e3bc
Fix some spelling errors.
2000-03-24 01:27:35 +00:00
mpp
5fd2783e24
Spelling fix.
2000-03-24 01:22:53 +00:00
mpp
646d7ca28d
mdoc style fixes.
2000-03-24 01:15:04 +00:00
mpp
4349d96d4a
Fix a minor grammar problem.
2000-03-24 01:02:33 +00:00
mpp
fbc1e8d37a
Fix some spelling errors.
2000-03-24 00:58:49 +00:00
mpp
ff3d188205
Fix a spelling error.
2000-03-24 00:47:49 +00:00
dillon
b61b444c79
Fix in-kernel infinite loop in pipe_write() when the reader goes away
...
at just the wrong time.
2000-03-24 00:47:37 +00:00
mpp
0de2441780
Change the usage of the .Nm macro in the NAME section to be
...
consistent with the rest of the system.
2000-03-24 00:30:30 +00:00
bde
31b37e6e68
Remove unused file.
2000-03-23 19:22:14 +00:00
bde
c339b2bce5
Fixed most disordering (almost all except for i4b and targets with
...
complicated rules).
2000-03-23 19:08:49 +00:00
bde
38edf8e123
Fixed most disordering (all except for targets with complicated rules).
2000-03-23 19:03:26 +00:00
dillon
0c55db51df
Fix parens in m_pullup() line in arp handling code. The code was
...
improperly doing the equivalent of (m = (function() == NULL)) instead
of ((m = function()) == NULL).
This fixes a NULL pointer dereference panic with runt arp packets.
2000-03-23 18:58:59 +00:00
bde
47452562a1
Fixed my breakage of SPLASSERT() in rev.1.15. There was a stray semicolon
...
after "if ()".
2000-03-23 18:46:44 +00:00
msmith
2054c7bab4
Fix detection of the card-ready-for-command state. Use an ultimate
...
timeout closer to the 1-second value that AMI use in their Linux
driver, and mark the mailbox structures as volatile so that gcc
doesn't over-optimise access to them.
This should fix the "controller wedged" bug.
Submitted by: Brian Dean <brdean@unx.sas.com>
2000-03-23 18:33:19 +00:00
ume
f3ae48fd50
Return IPv4 native address for IPv4 mapped IPv6 address, even if
...
A RR is not found.
Reviewed by: shin
2000-03-23 17:25:00 +00:00
ru
66f1466033
Correct instructions/examples about manual pages.
2000-03-23 16:48:04 +00:00
ru
0c09525478
Check for MAN9 for consistency.
2000-03-23 16:46:20 +00:00
ru
d51366a9a3
Remove redundant SRCS.
2000-03-23 16:41:45 +00:00
ru
79c6df896e
A bit of cleanup.
2000-03-23 16:40:42 +00:00
bde
c5722a7ded
Fixed missing #include of <sys/types.h> in synopsis.
...
Fixed spelling error in prototype for inet_option_space().
Fixed syntax error in prototype for inet6_option_alloc().
2000-03-23 16:29:05 +00:00
asmodai
919947edc5
Document options HZ, place it in its own section `CLOCK OPTIONS' and
...
add the undocumented CLK_* options to that section as well.
Submitted by: Mike Tancsa <mike@sentex.ca> (partially)
2000-03-23 16:22:50 +00:00
bde
fce3c66cc6
Fixed missing #include of <sys/types.h> in synopsis.
2000-03-23 16:20:20 +00:00
bde
acca79baf1
Fixed clean rule for font.h.
2000-03-23 15:42:24 +00:00
bde
d9abbd8cc8
Fixed wrong arg type in synopsis.
2000-03-23 15:28:30 +00:00
markm
c1ba294b4d
Properly separate the K5-only buld from K4.
...
Submitted by: sheldonh
2000-03-23 14:56:47 +00:00
bde
a0e94fcb09
Fixed bitrot in synopsis (the third arg of vsunlock went away).
2000-03-23 14:33:14 +00:00
sheldonh
f4ed99b185
Clear the Os macro and provide an HISTORY section instead.
2000-03-23 12:05:10 +00:00
sheldonh
4065b30cb8
Correct grammar.
...
Rename and (where appropriate) re-order sections:
NOTES -> IMPLEMENTATION NOTES
AUTHOR -> AUTHORS
Put something useful in the BUGS section.
Only the first gammar fix in the file comes was given in the
attributed PR.
PR: 17545
Submitted by: Yoshihiro Ota <hiro@mail.advok.com>
2000-03-23 11:59:30 +00:00