Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
calculation. Now it's better.
|
|
js3guj@gold.ocn.ne.jp
|
|
Match Promise Ultra/100 controller
(Ultra/100 drives will be used as Ultra/66 fow now)
Work-around for a bug in revision D2 AMD controllers
(They do not work correctly with Multiword-DMA mode, workaround is to
disable MW DMA, but this bug does not affect all drives so there is an
option PCIIDE_AMD756_ENABLEDMA to stop this behavior. You know you have
this bug when your system hangs completely with this option.)
|
|
|
|
Small grammmatical tweaks.
|
|
|
|
|
|
or append-only flag set (see chflags(2)).
|
|
|
|
|
|
|
|
either fix or send corrections
|
|
|
|
Add a new flag to fork1 - FORK_VMNOSTACK that shares all of the vmspace
except the stack and use it for rfork.
|
|
|
|
This solves the problem with nc hogging all cpu.
|
|
|
|
o If the new ``filter-decapsulation'' is enabled, delve into UDP packets
that contain 0xff 0x03 as the first two bytes, and if we recognise it
as PROTO_IP, decapsulate it for the purpose of filter checking.
If we recognise it as PROTO_<anything else> mention this for logging
purposes only.
This change is aimed at people running PPPoUDP where the UDP traffic is
being sent over another PPP link. It's desireable to have the top level
link connected all the time, but to have the bottom level link capable
of decapsulating the traffic and comparing the payload against the filters,
thus allowing ``set filter dial ...'' to work in tunnelled environments.
The caveat here is that the top ppp cannot employ any compression layers
without making the data unreadable for the bottom ppp. ``disable deflate
pred1 vj'' and ``deny deflate pred1 vj'' is suggested.
|
|
poll had the same timeout problem as select.
|
|
were made, some code in an ifdefed section was missed. Update that
section of code to have the appropriate added parameter.
|
|
the mac esp driver was not yet ported, when that is done, this will
be readded appropriately.
|
|
Use the interrupt line as configured by pci, now that
the bridge will walk the openfirmware device tree and properly
initialize that field.
|
|
use the same code for read and write for easier maintance.
code to walk the openfirmware device tree when a bridge is configured
to copy the interrupt line information into the pci register so
that the device driver can use it. Apple Openfirmware doesn't do
this automatically.
|
|
the timeout.
|
|
in the config cycle, and pci devices as well as mac onboard devices
do not use interrupts to probe. It is possible to record that the
interrupt is to be configured, but not configure it with the interrupt
controller until the interrupt controller configures itself.
This is lazy binding of interrupts. If there is a conflicting interrupt
or other problem it will be noticed when the interrupt controller configures
and collects the data rather than when the device configures.
Currently on the openpic interrupt controller supports these pre-configured
interrupts.
|
|
due to busdma issues on powerpc.
|
|
Return 1 from zshard more often to reduce (not fix) the stray interrupt
problem.
|
|
|
|
Plus splserial() -> spltty(), splsoftserial() -> splsofttty().
|
|
|
|
|
|
|
|
was a mistake since it allows an attacker to trivially drive up the
load on a machine. Of course, this can still be done with multiple
connections but there's no reason to make it easier than it needs
to be. This also simplifies the logging a bit.
|
|
|
|
Add these syscalls to linux_dummy.c where they return ENOSYS and display
a friendler message which tells you what unimplemented syscall has been
called.
|
|
format string directly without %s.
|
|
|
|
all relevant information has been moved to the options(4) page.
|
|
- Move full description of Soft Updates under the FFS_SOFTUPDATES option.
|
|
Noticed by: Chris Cappuccio <chris@dqc.org>
|
|
|
|
Fixes "make build" problems w/ libcurses++ since -nostdinc is in effect.
|
|
|
|
from dugsong@
|
|
its brains in order.
|