summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2009-03-31document the changes to the route filter API. basically:David Gwynne
-ROUTE_SETFILTER(rtfilter, RTM_IFINFO); -ROUTE_SETFILTER(rtfilter, RTM_IFANNOUNCE); +rtfilter = ROUTE_FILTER(RTM_IFINFO) | + ROUTE_FILTER(RTM_IFANNOUNCE); poked by claudio@
2009-03-30sort the hardware list; from bradJason McIntyre
2009-03-30document new versions supportedTheo de Raadt
2009-03-28Add a bunch more run devices.Jonathan Gray
2009-03-28Add "Chen-Source CM12402 Eagle IR Cam" to the supported device list.Marcus Glocker
Reported by Kenji Aoyama
2009-03-27Match on EW-7717Un, EW-7718UnJonathan Gray
2009-03-27Match on Edimax EW-7318Ug, EW-7318USg, EW-7618UgJonathan Gray
2009-03-27some more devices which should workJonathan Gray
2009-03-27Add support for the BCM5825 and the next-generation BCM5860, 5861,Reyk Floeter
5862 Broadcom CryptoNetX IPSec/SSL Security Processors. The 5825 is a faster version of the already supported 5823, and the even faster 586x series is a bit different and needed some more changes. The RNG engine on the 586x is not supported yet but I hope to fix it soon... ubsec0 at pci4 dev 0 function 0 "Broadcom 5862" rev 0x01: 3DES MD5 SHA1 AES PK, apic 10 int 10 (irq 11) tested by phessler@ and me ok deraadt@
2009-03-27zap trailing whitespace; from grunkJason McIntyre
2009-03-27Match on ASUS USB-N11Jonathan Gray
2009-03-27D-Link DWA-140 is one of the D-Link ids already in the driver.Jonathan Gray
2009-03-27getgrouplist: If YP is #defined and enabled in /etc/group(5) and /etc/netid(5)Ingo Schwarze
contains a matching entry, use that and refrain from accessing YP. getpwnam/getpwuid: If YP is #defined and /etc/master.passwd(5) contains a matching entry before the first YP entry, use that and stay away from YP. Taken together, this allows a solution to the following problem pointed out by deraadt@: When YP was configured but temporarily unavailable, even root login would block, hindering you when trying to do repairs. To avoid this, you can now provide a static entry for root in /etc/netid. Using suggestions from miod@ otto@ blambert@ jmc@. "commit" deraadt@, "cool" ajacoutot@, "looks fine" jmc@.
2009-03-27Sitecom WL-603 should work according to linux driverJonathan Gray
2009-03-27Linksys WUSB200 should work according to linux driverJonathan Gray
2009-03-27Add a bunch of GW3887/v2 based upgt devices found in linux driver.Jonathan Gray
ok mglocker@
2009-03-26attach CACE AirPcap Nx.Damien Bergamini
2009-03-25Remove LK_SLEEPFAILOwain Ainsworth
2009-03-25Add support for the watchdog timer.Michael Knudsen
``just have the balls and commit it'' deraadt
2009-03-25sdmmc(4) is not an SD host controller.Michael Knudsen
Input from deraadt, grange, and kettenis.
2009-03-25RegenMiod Vallat
2009-03-25add new umsm(4) device. Emobile D21LC (longcheer's OEM product)Yojiro Uo
ok jsg@, fgsch@
2009-03-25punctuation must be space separated here;Jason McIntyre
2009-03-25add support for AES-CBC with the BCM5823 (or newer, but we don't support newerReyk Floeter
variants yet). ok deraadt@ dlg@
2009-03-25clarify wording of examples for subpackages, pointed out by Lajos BoróczkiStuart Henderson
2009-03-25Lying is bad, so stop lying about functionality that was removed agesOwain Ainsworth
ago. ok blambert (who had a similar diff a few days ago)
2009-03-24link to newish firmware package (3.1).Damien Bergamini
i have absolutely no idea what this new firmware is supposed to fix. actually, even the Intel people have no idea according to this thread: http://marc.info/?l=linux-wireless&m=123791786426974&w=2
2009-03-24AR9101 is MIMO 1x2, not 1x1.Damien Bergamini
2009-03-24fix a few typographical errors.Igor Sobrado
ok jmc@
2009-03-24Document that due to bioctl limitations ips associate all unused andAlexander Yurchenko
spare drive with the first volume but the drives can be used for rebuilding any degraded volume. ok jmc@
2009-03-23Xr otus(4)Theo de Raadt
2009-03-23otus(4), a driver for Atheros AR9001U USB IEEE 802.11 devices.Damien Bergamini
more work is required but basic operations work. requires a non-free firmware to operate. partly based on source code released under the ISC by Atheros Communications for Linux, although I had to rewrite almost everything (actually I only used some .h files from the Atheros driver.) there also exists a rewrite of the Atheros driver for Linux (ar9170) but the guy decided to make the code less free by wrapping the GPL around the ISC. committed over a NETGEAR WNDA3100. ok deraadt@
2009-03-23Update to tzdata2009d from elsie.nci.nih.govTodd C. Miller
2009-03-23some smtpd bits; ok jacekm gillesJason McIntyre
2009-03-22Mention that msk(4) support 88E807x chips now.Mark Kettenis
2009-03-22tweaks;Jason McIntyre
2009-03-19comment out some macros until they are needed;Jason McIntyre
2009-03-19no .Pp before or after sections;Jason McIntyre
2009-03-18Remove man page mentions of the vnode interlock, which is long dead.Bret Lambert
ok jmc@ thib@
2009-03-18syncIgor Sobrado
2009-03-17+.Xr pf.conf 5 ,Jason McIntyre
from bofh
2009-03-17Mention that ips now has bio management support.Alexander Yurchenko
2009-03-16use short (one-line) command descriptions (.Nd macros).Igor Sobrado
ok jmc@
2009-03-16Update to tzdata2009c from elsie.nci.nih.govTodd C. Miller
2009-03-14add more run(4) USB ids, clarify some.Damien Bergamini
from FUKAUMI Naoki. add a HARDWARE section to the run(4) man page to start listing known run(4) devices while i'm at it.
2009-03-07aac now supports SAS controllers, mention this in Nd.Alexander Yurchenko
from brad
2009-03-06Bring a few more PCI IDs from freebsd to match IBM ServeRAID 8i and 8s.Alexander Yurchenko
Not tested but should work.
2009-03-05+glob.7Jason McIntyre
2009-03-05Add support for IBM ServeRAID-8k. Thanks to Sergey PrysiazhnyiAlexander Yurchenko
<apelsin@atmnis.com> for patiently testing my numerous diffs. ok deraadt@
2009-03-05Add glob(7) and refer to it. OK jmc@ sobrado@Todd C. Miller