| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
from <sys/acl.h> and it would get out-of-date pretty soon.
|
| |
|
|
|
|
| |
kernel.
|
|
|
|
| |
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
|
|
|
|
|
|
|
|
|
| |
- 1000BaseSX
- 2500BaseSX
While I'm there, correct 1000BaseTX as more standard 1000BaseT.
MFC after: 3 days
|
| |
|
|
|
|
| |
the hardware notes on the website. While here sort SEE ALSO.
|
|
|
|
|
| |
Prompted by: man2hwnotes.pl
MFC after: 3 days
|
|
|
|
|
| |
Found by: man2hwnotes.pl
MFC after: 3 days
|
|
|
|
| |
Pointed by: yongari
|
|
|
|
|
| |
Submitted by: ru
MFC after: 1 week
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Not only did these two drivers depend on IFF_NEEDSGIANT, they were
broken 7 months ago during the MPSAFE TTY import. if_ppp(4) has been
replaced by ppp(8). There is no replacement for if_sl(4).
If we see regressions in for example the ports tree, we should just use
__FreeBSD_version 800045 to check whether if_ppp(4) and if_sl(4) are
present. Version 800045 is used to denote the import of MPSAFE TTY.
Discussed with: rwatson, but also rwatson's IFF_NEEDSGIANT emails on the
lists.
|
|
|
|
|
|
| |
chipsets.
Reviewed by: sam
|
|
|
|
|
|
|
|
|
|
| |
provided, for example, on the PowerPC 970 (G5), as well as on related CPUs
like the POWER3 and POWER4.
This also adds support for various built-in hardware found on Apple G5
hardware (e.g. the IBM CPC925 northbridge).
Reviewed by: grehan
|
|
|
|
|
|
| |
PR: 132546
Submitted by: pluknet <pluknet@gmail.com>
Reviewed by: alc
|
|
|
|
|
|
|
| |
over four years ago.
Noticed by: rene
Prodded by: brueffer
|
| |
|
|
|
|
|
| |
PR: 132392
Submitted by: Niclas Zeising <niclas.zeising@gmail.com> (original version)
|
|
|
|
|
| |
Reviewed by: scottl
Approved by: rwatson (mentor)
|
|
|
|
| |
Requested by: rwatson
|
| |
|
| |
|
|
|
|
| |
comment about WPA not working
|
|
|
|
|
|
| |
caution that while the Mitsubishi M8895 has a DP83902, its ASIC is
undocumented and doens't work with either the NE2000 or the WD80x3
drivers.
|
|
|
|
| |
doesn't affect command exit status.
|
|
|
|
| |
Pointed by: yongari
|
| |
|
| |
|
|
|
|
|
| |
Reported by: John <lists_at_reiteration.net>
MFC after: 3 days
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Morocco will observe DST from 2009-06-01 00:00 to 2009-08-21 00:00
- Tunisia will not observe DST this year.
- Syria will start DST on 2009-03-27 00:00 this year
- the Province of San Luis will go to utc-04:00
MFC after: 1 week
|
|
|
|
|
|
|
| |
flag to bus_dmamem_alloc() rather than bus_dmamap_load();
Discussed with: kib
MFC after: 3 days
|
|
|
|
|
|
|
| |
driver in Linux 2.6. uscanner was just a simple wrapper around a fifo and
contained no logic, the default interface is now libusb (supported by sane).
Reviewed by: HPS
|
| |
|
|
|
|
| |
Approved by: jkoshy (mentor)
|
|
|
|
|
|
| |
- Cuba has DST again.
MFC after: 1 week
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
avoidance:
- Enable setting the RXCSUM and TXCSUM flags for loopback interfaces;
set both by default.
- When RXCSUM is set, flag packets sent over the loopback interface as
having checked and valid IP, UDP, TCP checksums so that higher
protocol layers won't check them.
- Always clear CSUM_{IP,UDP_TCP} checksum required flags on transmit,
as they will have gotten there as a result of TXCSUM being set.
This is done only for packets explicitly sent over the loopback, not
simulated loopback via if_simloop() due to !SIMPLEX interfaces, etc.
Note that enabling TXCSUM but not RXCSUM will lead to unhappiness, as
checksums won't be generated but will be validated.
Kris reports that this leads to significant performance improvements
in loopback benchmarking with TCP and UDP for throughput:
RXCSUM RXCSUM+TXCSUM
TCP 15% 37%
UDP 10% 74%
Update man page.
Reviewed by: sam
Tested by: kris
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
Tested by: make universe
Tested by: ports exp build (done by pav)
Reviewed by: ru
Reviewed by: silence on arch
Approved by: ed (mentor)
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
| |
the new families.
MFC after: 2 weeks
|
| |
|
|
|
|
| |
created using wlandebug_<ifn> variables.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
IPv4 stack.
Diffs are minimized against p4.
PCS has been used for some protocol verification, more widespread
testing of recorded sources in Group-and-Source queries is needed.
sizeof(struct igmpstat) has changed.
__FreeBSD_version is bumped to 800070.
|