Age | Commit message (Collapse) | Author |
|
will be shipping soon (we have nice prototypes). Written by toby.
|
|
|
|
|
|
|
|
o ANSI function header
o correct function comment
o put type on its own line
o swap the order of loop invariant when searching for end of dst
|
|
|
|
a match. Before that patch, an IP packet with source or dest address of
0.0.0.0 could corrupt the kernel. People filtering DHCP packets on their
firewall using tables should upgrade their kernel now.
Thanks to Chris Cappuccio for the good bug report.
Ok dhartmei@ henning@
|
|
|
|
|
|
feel much much happier.
ok deraadt@
|
|
the 9751 which isn't true these days)
|
|
tested on i386 by me and Daniel on macppc.
ok dhartmei@ henning@
|
|
the min and max thresholds are set to 10% and 30% of the queue limit.
|
|
from KAME
|
|
a panic on alpha with serial console. ok miod@
|
|
|
|
found on the machine of Paul de Weerd <paul@mail.me.maar.nu>
ok deraadt@
|
|
understand it enough to fix.
|
|
thanks to David Gwynne <loki@niteshade.net>. ok jason@ deraadt@
|
|
test the harmony id to filter out unsupported yet
audio types and detect the teleshare.
detect input overload and report to userland.
|
|
|
|
|
|
|
|
|
|
|
|
version of this will go in after 3.3 is out and the tree unlocks.
deraadt@ OK
|
|
- fill in the last few rows to avoid a crash on some devices
|
|
IFCAP_VLAN_MTU capability. allows forwarding of vlan traffic over
bridge(4) since these packets are larger then the mtu; ok jason@
|
|
|
|
this should not happen but just in case.
printf() is intended to be annoying so that we'll get reports on it.
original idea from dhartmei@
ok deraadt@, henning@
|
|
currently valid values (0 - 0xff) to be used in mt(1). Add sanity
check to catch negative values.
Minor cleanup so mt_count values are stored in daddr_t variables and
not ints. Eliminate unnecessary cast of mt_op, since it is already a
shot. Leave possible move of mt_count to int32_t rather than daddr_t
to post-3.3.
Problem found, and original diff by Joseph Bender.
costa@ henning@ tdeval@ ok
|
|
so document this as well.
|
|
help testing and eyeballing henric tdeval miod
ok costa deraadt
|
|
A small number of DP83815's will have excessive receive
errors when using short cables (<30m/100feet) in 100Base-TX
mode. This patch was taken from the National Semiconductor
linux driver and (supposedly - no mention of this in any NS
docs) modifies the dsp's signal attenuation.
ok jason@ deraadt@ markus@
From Willem Dijkstra wpd at xs4all dot nl
|
|
things obvious.
|
|
|
|
ok dhartmei@ henning@
|
|
altq expects struct pkthdr in a mbuf chain.
this fixes a panic caused by uninitialized m_pkthdr.tags when altq is
enabled on ppp.
also, initialize m_pkthdr.len and m_pkthdr.rcvif as a caller of
MGETHDR is supposed to do.
report and test by matthieu@
ok deraadt@, henning@, dhartmei@
|
|
on the floppies first.
|
|
mode) and the 24-bit plane (used in graphics mode) for proper X11 support.
Partly borrowed from the XFree86 SunLeo driver source.
|
|
|
|
|
|
can use config -e to set flags to 0x0001.
ok deraadt@ mickey@
|
|
from NetBSD.
This was initially written for Linux, then each iteration attempted to
replace more 0x12345 magic numbers with meaningful constants. The lack of
documentation for the hardware still makes some areas a guess orgy.
No doc, no kernel configuration file entries, and X11 is disabled on
purpose at the moment. This will be coming soon.
|
|
try to use short cuts, and would not correctly initialize its channel if a
keyboard is connected to it, which might have been done on purpose.
It would then become impossible to run X11 on this machine afterwards.
Fix this by being more cautious during the probe, at the extent of a couple
of seconds if no keyboard is present.
Tested by various, ok deraadt@
|
|
is set). deraadt@ and tholo@ OK.
|
|
man page. Instead of just clearing P_SUGIDEXEC if real and effective
uids/gids matched, we now set P_SUGIDEXEC if there is a mismatch in
the real, effective, or saved uid/gid and clear it otherwise.
deraadt@ and tholo@ OK.
|
|
|
|
|
|
|