summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2009-06-23Add 82574L to the list of supported MACs.Claudio Jeker
2009-06-204.6-BETAMiod Vallat
2009-06-20Remove incomplete list of specific PHY models that might be associatedStuart Henderson
with this driver from DESCRIPTION (SYNOPSIS has a better list already), replacing with a list of supported NICs. From Brad.
2009-06-18Remove support for cancelled NVIDIA MCP7B and add initial support forJonathan Gray
MCP89. From Brad based on information from Peer Chen @ NVIDIA via Linux.
2009-06-17Document raid 4 & 5Marco Peereboom
2009-06-17Document the 'defer' ifconfig flag. From me with a few tweaks by dlg@.Stuart Henderson
reads ok to jmc@.
2009-06-16Typo: Use settings -> User settings.Stuart Henderson
2009-06-12document that RECURSIVE_FETCH_LIST is set to No by default.Stuart Henderson
ok sturm, ajacoutot, espie.
2009-06-12Document new WRKOBJDIR default value.Landry Breuil
2009-06-11Finish documenting the gconf2 module.Antoine Jacoutot
2009-06-11add the VIA CX800 south bridge.Kevin Lo
tested on the eNOTE VED8900. ok deraadt@
2009-06-08improve the description of fs_freq;Jason McIntyre
prompted by a fix from Warner Losh, freebsd -r193625, but i chose a different fix; help/ok otto
2009-06-08Document new behaviour of the gconf2 MODULE.Antoine Jacoutot
ok kili@ cvs: ----------------------------------------------------------------------
2009-06-08Update to tzdata2009i from elsie.nci.nih.govTodd C. Miller
2009-06-07updates for 8187b;Jason McIntyre
2009-06-07Document the gconf2 module.Antoine Jacoutot
2009-06-06add LCD-4300UYojiro Uo
2009-06-06- supports rtl8187bMartynas Venckus
- list some more devices
2009-06-06Document some of the newer Intel cards that are now supported. Also addClaudio Jeker
two supermicro ones that should work (actually I developped it on the first supermicro one).
2009-06-06more chipsets that support IPv6 receive TCP/UDP checksum offload; from BradChristian Weisgerber
2009-06-05simplify the "family" text; ok pyr deraadtJason McIntyre
2009-06-05zap trailing whitespace;Jason McIntyre
2009-06-05enable IPv6 receive TCP/UDP checksum offload; from BradChristian Weisgerber
2009-06-05Document SO_RDOMAINClaudio Jeker
2009-06-04Add a resolv.conf option to specify the order in which getaddrinfoPierre-Yves Ritschard
PF_UNSPEC queries are made. While there change the default from inet6 first then inet4 to inet4 first then inet6, this prevents the many people with IPv4 only connectivity from constantly trying to contact IPv6 addresses, and also unbreaks many ports who don't use getaddrinfo right. (forgot the manpage bit).
2009-06-04tweak previous;Jason McIntyre
2009-06-04xfs -> nnpfs;Jason McIntyre
2009-06-04Fix IPv4 rx checksumming for the non-TCP/UDP case. DESCV2 chipsChristian Weisgerber
don't set RL_RDESC_STAT_PROTOID for non-TCP/UDP IP packets, only RL_RDESC_IPV[46]. Also check RL_RDESC_IPV[46] before inspecting the TCP/UDP checksum bits to make IPv6 TCP/UDP checksum offload work intentionally. Gleaned from NetBSD.
2009-06-04enable IPv6 receive TCP/UDP checksum offload for the 5755 and later chips;Christian Weisgerber
from Brad
2009-06-04- document sconsJasper Lievisse Adriaanse
2009-06-04gfxp(4)Mark Kettenis
2009-06-03- regenJasper Lievisse Adriaanse
2009-06-03Take advantage of the surprise libc bump to bring inIngo Schwarze
YP group(5) exclusion, i.e. support -groupname:*:: in /etc/group. Such groups will be excluded from later +:*::, in just the same was as it is already done for passwd(5). I have been running this since the autumn of 2008. Discussed with several (including deraadt@, millert@, jmc@).
2009-06-03SyncJanne Johansson
2009-06-03jordan and marco claim this is about to work, so stop spreading dreadTheo de Raadt
2009-06-02machfb(4)Mark Kettenis
2009-06-01delete a useless comment;Jason McIntyre
2009-05-31document checksum offload support; ok sthen@Christian Weisgerber
2009-05-30correct the bnf for return-rst, and describe the optional ttl parameterJason McIntyre
for it; started by a mail from Laurent Ghigonis ok fgsch henning
2009-05-27Rework the list of ICs slightly. Discussed with jmc and Brad.Stuart Henderson
2009-05-27update to tzdata2009g from elsie.nci.nih.govTodd C. Miller
2009-05-24new variable SUIDSKIP to exclude paths from setuid and device checks,Ingo Schwarze
useful for example for release(8) DESTDIRs, ro-mounted foreign OS partitions, nosuid+nodev-mounted backup areas and the like while here, do not call ls w/o args in case find returns nothing based on a patch from halex@, re-implemented by me; variable naming by jmc@ ok halex@ jmc@
2009-05-24Consistent listing for USB to DVI adapters.Marcus Glocker
2009-05-23the last bge(4) update also added support for BCM57790 Fast EthernetStuart Henderson
controllers. from Brad.
2009-05-23best to escape `D1', since the groff beast thinks it a macro;Jason McIntyre
2009-05-23match on D-Link DWA-130 rev D1Jonathan Gray
2009-05-23The D-Link DWA-130 has multiple revisions (of course!)Jonathan Gray
only mark rev B1 as supported. rev A1 is some marvell chip, rev C1 is Realtek RTL8192U. found out the hard way by drahn@
2009-05-22Comment out PIC-based systems until I get my hands on one and write the driver.Miod Vallat
2009-05-22Add Unitek Y-2240. -mojMats O Jansson
2009-05-21New chip families, 576x and 577xx, were added.Stuart Henderson