summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2009-10-11emphasize the parity classes supported by current softraid disciplines.Igor Sobrado
tweaked by jmc@ ok jmc@
2009-10-08Update to match current hw support.Miod Vallat
2009-10-04tweak previous;Jason McIntyre
2009-10-04Add (again) support for divert sockets. They allow you to:Michele Marchetto
- queue packets from pf(4) to a userspace application - reinject packets from the application into the kernel stack. The divert socket can be bound to a special "divert port" and will receive every packet diverted to that port by pf(4). The pf syntax is pretty simple, e.g.: pass on em0 inet proto tcp from any to any port 80 divert-packet port 1 A lot of discussion have happened since my last commit that resulted in many changes and improvements. I would *really* like to thank everyone who took part in the discussion especially canacar@ who spotted out which are the limitations of this approach. OpenBSD divert(4) is meant to be compatible with software running on top of FreeBSD's divert sockets even though they are pretty different and will become even more with time. discusses with many, but mainly reyk@ canacar@ deraadt@ dlg@ claudio@ beck@ tested by reyk@ and myself ok reyk@ claudio@ beck@ manpage help and ok by jmc@
2009-10-04tweak previous; ok kettenisJason McIntyre
2009-10-04add netbsd 5.0Jason McIntyre
2009-10-04add netbsd 5.0Jason McIntyre
2009-10-03.Xr wbsd(4)Mark Kettenis
2009-10-03wbsd(4)Mark Kettenis
2009-10-02Sync with recent changes. From Brad.Stuart Henderson
2009-10-02Support for DS15/DS25/ES45 (Titan) alpha models (rpb family 38). These systemsMiod Vallat
are very close to the Tsunami systems (rpb family 34) and share the existing Tsunami code; the tsc(4) Tsunami controller code is extended to handle the Titan differences, except for the Titan AGP GART which is left unsupported for now. Tested to not cause regressions on DS20 (deraadt@) and ES40 (miod@). Titan support tested by Sergey Prysiazhnyi on DS25, many thanks for your time!
2009-09-29Support the Phison PS5000. IO Data and other vendors are now using thisTheo de Raadt
on an expresscard SSD adaptor. ok jsg
2009-09-28Update to tzdata2009n from elsie.nci.nih.govTodd C. Miller
2009-09-27- another udav i foundJasper Lievisse Adriaanse
ok jsg@
2009-09-25fix DESCRIPTION; from Daniel BolgheroniJason McIntyre
ok miod
2009-09-25some clarification of "set reassemble" and "no-df"; help/ok henningJason McIntyre
2009-09-24regenMiod Vallat
2009-09-24Reach palm MAKEDEV bits.Miod Vallat
2009-09-23Update.Mark Kettenis
2009-09-23use "exec ${MAKE} ..." instead of "${MAKE} ..." for recursion.Matthieu Herrb
This saves a few processes. ok miod@.
2009-09-23Clarify zyd(4) to indicate that the TRENDnet TEW-424UB comesJonathan Gray
in multiple revisions and add the Realtek one as a supported urtw(4) device after confirming with the windows driver that we match the id. The revisions mentioned on the TRENDnet page fall out like so: rev A ZD1211 V2 SiS163U V2.1R SiS163U V3.xR RTL8187B We don't handle the SiS ones.
2009-09-22floating/if-bound may be used per-rule; ok henningJason McIntyre
2009-09-22tweak previous;Jason McIntyre
2009-09-21Document recnt improvements.Mark Kettenis
2009-09-21lom(4)Mark Kettenis
2009-09-15Add another known-working Huawei device (E156G).Stefan Sperling
ok sthen@
2009-09-15Huawei E160E works too.Stuart Henderson
2009-09-14List Sun Dual Gigabit Ethernet and Dual SCSI/P Adapter.Mark Kettenis
2009-09-08I had not enough oks to commit this diff.Michele Marchetto
Sorry.
2009-09-08Add support for divert sockets. They allow you to:Michele Marchetto
- queue packets from pf(4) to a userspace application - reinject packets from the application into the kernel stack. The divert socket can be bound to a special "divert port" and will receive every packet diverted to that port by pf(4). The pf syntax is pretty simple, e.g.: pass on em0 inet proto tcp from any to any port 80 divert-packet port 8000 test, bugfix and ok by reyk@ manpage help and ok by jmc@ no objections from many others.
2009-09-08Update to tzdata2009m from elsie.nci.nih.govTodd C. Miller
2009-09-08missing word;Jason McIntyre
2009-09-08sort SEE ALSO;Jason McIntyre
2009-09-08slight corrections from what dlg just commitedTheo de Raadt
2009-09-08MLINK mtx_enter_tryTheo de Raadt
2009-09-08another missing bit of mtx_enter_try.David Gwynne
2009-09-07Cross-reference ipgphy(4), from Brad.Stuart Henderson
2009-09-07implement binat-to as a macro-like rule: a rule using the new binat-toReyk Floeter
syntax will be expanded by the parser to a nat-to+rdr-to combination to be loaded into the kernel. this simplifies the migration from old binat rules and is less error-prone. feedback from many, manpage bits from jmc@ ok henning@
2009-09-07remove the trans-anchors bnf entry too; ok sthen henningJason McIntyre
2009-09-07remove *-anchor bits from BNF; ok sthenJason McIntyre
2009-09-03the recent changes to translation make the ordering of this documentJason McIntyre
slightly redundant: move the packet filtering section to the top, and make translation a subsection; ok henning
2009-09-03tweak previous;Jason McIntyre
2009-09-02match in pass is bullshit (conversion error from nat pass), spotted by phesslerHenning Brauer
2009-09-02document workq_queue_taskDavid Gwynne
2009-09-02workq_add_task.9David Gwynne
2009-09-02all the new *-to options are part of the "filteropts" section at theReyk Floeter
end of a pf rule (nat-to, divert-to, rdr-to, ...). take the historical chance to upgrade the grammar and move the route options to the filteropts section as well. for example, pass in on em0 route-to (em1 192.168.1.1) from 10.1.1.1 becomes pass in on em0 from 10.1.1.1 route-to (em1 192.168.1.1) many people like this including pyr@ mk@ kettenis@ todd@ and others ok henning@
2009-09-02the `W' in WEP apparently stands for wired, not wireless;Jason McIntyre
from Scott Radvan
2009-09-01i have no idea who smuggled this in my tree but it is rightHenning Brauer
(adopt for new pf)
2009-09-01document new pf. mostly from igor, input and bnf by meHenning Brauer
2009-08-31IPV6_V6ONLY is defined in RFC 3493, not 3542;Jason McIntyre
from Kenji Rikitake, freebsd pr docs/134127