summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
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
2009-08-30Add some new devices. -mojMats O Jansson
2009-08-30- Xr sbusJason McIntyre
- use some -nosplit for AUTHORS
2009-08-29Xr ti 4Theo de Raadt
2009-08-29Adjust for SBus support.Mark Kettenis
2009-08-26tweak previous;Jason McIntyre
2009-08-25Document compression.Marcus Glocker
2009-08-25Remove 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 oneJasper Lievisse Adriaanse
2009-08-22Update pci_intr_establish() prototype.Michael Knudsen
2009-08-21zap trailing whitespace;Jason McIntyre
2009-08-21Document SUBDIRLIST at least minimally (as noticed by matthieu@)Marc Espie
2009-08-19add missing .El;Jason McIntyre
2009-08-18Document recent developments.Miod Vallat
2009-08-17Document that explicitly unset WRKOBJDIR gives the old behaviour ofStuart Henderson
putting ports work directories directly in the port directory. Requested by frantisek holop. Wording tweak from jim@, ok jmc@, pre-tweak version ok sobrado@.
2009-08-17Update to tzdata2009l from elsie.nci.nih.govTodd C. Miller
2009-08-17document 'show all bufs'Jasper Lievisse Adriaanse
2009-08-16replace ".Ar file ..." with ".Ar"; this macro does not need arguments either.Igor Sobrado
2009-08-15tweak previous (you were missing an .El, thib);Jason McIntyre
2009-08-14document show (all) nfsnode(s) and fix up the nfsreq parts.Thordur I. Bjornsson
the alignment is a bit off, but I can't spot why so I'm hoping jmc@ will "tweak previous" soon.
2009-08-13zap trailing whitespace;Jason McIntyre
2009-08-13document the show all vnodes command. prompted by jmc@.Thordur I. Bjornsson
2009-08-13syncTheo de Raadt
2009-08-12add modinst to CONFIGURE_STYLE listSimon Bertrang
2009-08-12lisa(4) manual pageConstantine A. Murenin
2009-08-11brad and jsg point out that this device does not do ibss either;Jason McIntyre