summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
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
2009-05-21sort;Jason McIntyre
2009-05-21Add some new devices. -mojMats O Jansson
2009-05-21Be more explicit about disabling ddb and the reasons for doing so.Michael Knudsen
ok sthen
2009-05-21IO_METASYNC has been a noop since around 4.4BSD-Lite, theThordur I. Bjornsson
idea never really caught on anywhere so retire it. "gank this shizzle", blambert@
2009-05-21skip the ROOTBACKUP when the destination disk device is not configured;Ingo Schwarze
suggested, tweaked and ok by guenther@
2009-05-20make previous shorter, simpler and nicer; from jmc@Ingo Schwarze
2009-05-20macro tweak previous;Jason McIntyre
2009-05-20Add code to attach sun mice on sparc and sparc64 as wsmouse devices. SinceMiod Vallat
not all Sun mice run at the canonical 1200 bps, hop between 1200, 4800 and 9600 bps by paying attention to breaks on the line. Attachement and engine code written 7 years ago for OpenBSD/sparc, except for sparc64 com(4) attachment. Speed hop idea borrowed from Opensolaris. This allows sparc and sparc64 users to run X11 without needing a configuration file anymore, as it was in the XFree86 3.x days. Multihead configurations will still need a minimal configuration file, though.
2009-05-20remove the AVM FRITZ!WLAN USB Stick N from the list of supported devicesDamien Bergamini
and add a note to the CAVEAT section that it is not supported yet. this device seems to have a large boot code (because of the auto-installer?) that gets overwritten by the Phase 1 firmware (used for Tx power regulation). to support this device we will probably need to do power regulation in the driver and to use the 1-step firmware instead (or to load the Phase 1 firmware at a higher address if possible).
2009-05-20zap trailing whitespace;Jason McIntyre
2009-05-19document MODTCL_{TCLSH,WISH}_ADJ, MOD{TCL,TK}_LIB and note thatStuart Henderson
MOD{TCL,TK}_VERSION may be overridden.
2009-05-19reword FLAVORS/FLAVOR slightly to make it less confusing.Marc Espie
2009-05-19Hercules HWNU-300 is a run(4).Damien Bergamini
2009-05-19add placeholder for www/drupal6Stuart Henderson
2009-05-18Add support for the DisplayLink USB<->DVI Adapter.Marcus Glocker
2009-05-18support shell globs on ^+ lines in changelist(5)Ingo Schwarze
based on a patch from John Wong, johnw at wonghome dot net, tweaked by me while here, document globbing for normal lines, too "i like that" okan@; feedback and ok jmc@