Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-29 | Support the Phison PS5000. IO Data and other vendors are now using this | Theo de Raadt | |
on an expresscard SSD adaptor. ok jsg | |||
2009-09-28 | Update to tzdata2009n from elsie.nci.nih.gov | Todd C. Miller | |
2009-09-27 | - another udav i found | Jasper Lievisse Adriaanse | |
ok jsg@ | |||
2009-09-25 | fix DESCRIPTION; from Daniel Bolgheroni | Jason McIntyre | |
ok miod | |||
2009-09-25 | some clarification of "set reassemble" and "no-df"; help/ok henning | Jason McIntyre | |
2009-09-24 | regen | Miod Vallat | |
2009-09-24 | Reach palm MAKEDEV bits. | Miod Vallat | |
2009-09-23 | Update. | Mark Kettenis | |
2009-09-23 | use "exec ${MAKE} ..." instead of "${MAKE} ..." for recursion. | Matthieu Herrb | |
This saves a few processes. ok miod@. | |||
2009-09-23 | Clarify zyd(4) to indicate that the TRENDnet TEW-424UB comes | Jonathan 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-22 | floating/if-bound may be used per-rule; ok henning | Jason McIntyre | |
2009-09-22 | tweak previous; | Jason McIntyre | |
2009-09-21 | Document recnt improvements. | Mark Kettenis | |
2009-09-21 | lom(4) | Mark Kettenis | |
2009-09-15 | Add another known-working Huawei device (E156G). | Stefan Sperling | |
ok sthen@ | |||
2009-09-15 | Huawei E160E works too. | Stuart Henderson | |
2009-09-14 | List Sun Dual Gigabit Ethernet and Dual SCSI/P Adapter. | Mark Kettenis | |
2009-09-08 | I had not enough oks to commit this diff. | Michele Marchetto | |
Sorry. | |||
2009-09-08 | Add 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-08 | Update to tzdata2009m from elsie.nci.nih.gov | Todd C. Miller | |
2009-09-08 | missing word; | Jason McIntyre | |
2009-09-08 | sort SEE ALSO; | Jason McIntyre | |
2009-09-08 | slight corrections from what dlg just commited | Theo de Raadt | |
2009-09-08 | MLINK mtx_enter_try | Theo de Raadt | |
2009-09-08 | another missing bit of mtx_enter_try. | David Gwynne | |
2009-09-07 | Cross-reference ipgphy(4), from Brad. | Stuart Henderson | |
2009-09-07 | implement binat-to as a macro-like rule: a rule using the new binat-to | Reyk 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-07 | remove the trans-anchors bnf entry too; ok sthen henning | Jason McIntyre | |
2009-09-07 | remove *-anchor bits from BNF; ok sthen | Jason McIntyre | |
2009-09-03 | the recent changes to translation make the ordering of this document | Jason McIntyre | |
slightly redundant: move the packet filtering section to the top, and make translation a subsection; ok henning | |||
2009-09-03 | tweak previous; | Jason McIntyre | |
2009-09-02 | match in pass is bullshit (conversion error from nat pass), spotted by phessler | Henning Brauer | |
2009-09-02 | document workq_queue_task | David Gwynne | |
2009-09-02 | workq_add_task.9 | David Gwynne | |
2009-09-02 | all the new *-to options are part of the "filteropts" section at the | Reyk 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-02 | the `W' in WEP apparently stands for wired, not wireless; | Jason McIntyre | |
from Scott Radvan | |||
2009-09-01 | i have no idea who smuggled this in my tree but it is right | Henning Brauer | |
(adopt for new pf) | |||
2009-09-01 | document new pf. mostly from igor, input and bnf by me | Henning Brauer | |
2009-08-31 | IPV6_V6ONLY is defined in RFC 3493, not 3542; | Jason McIntyre | |
from Kenji Rikitake, freebsd pr docs/134127 | |||
2009-08-30 | Add some new devices. -moj | Mats O Jansson | |
2009-08-30 | - Xr sbus | Jason McIntyre | |
- use some -nosplit for AUTHORS | |||
2009-08-29 | Xr ti 4 | Theo de Raadt | |
2009-08-29 | Adjust for SBus support. | Mark Kettenis | |
2009-08-26 | tweak previous; | Jason McIntyre | |
2009-08-25 | Document compression. | Marcus Glocker | |
2009-08-25 | Remove support for packet mode of Metricom Ricochet radios. | Jonathan Gray | |
It currently doesn't compile and this is unlikely to change as there are many alternatives now since we no longer live in the early 1990s and Metricom went bankrupt some time ago. ok many @ | |||
2009-08-23 | - replace a dead URL with a working one | Jasper Lievisse Adriaanse | |
2009-08-22 | Update pci_intr_establish() prototype. | Michael Knudsen | |
2009-08-21 | zap trailing whitespace; | Jason McIntyre | |
2009-08-21 | Document SUBDIRLIST at least minimally (as noticed by matthieu@) | Marc Espie | |