summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2018-02-28move to 6.3-betaTheo de Raadt
2018-02-27enter mgre(4)David Gwynne
this has a really bad description of mgre, but it's a start.
2018-02-25Pp useless before/after S{h,s};Jason McIntyre
2018-02-25give egre an exampleDavid Gwynne
nvgre had an example of joining nvgre networks together over the internet with egre. this takes it away and reworks it for an egre example. while here, get rid of the hostnames in the shell prompts so things are more consistent, which jmc and i discussed.
2018-02-24Remove obsolete www/drupal6, www/horde and www/zope.kn
Prompted by sthen.
2018-02-24Document MODCARO_RUSTFLAGS.kn
ok sthen
2018-02-24bcmrng(4)Mark Kettenis
2018-02-24I wrote this in 2018. Pointed out by jmc@Mark Kettenis
2018-02-24bcmtemp(4)Mark Kettenis
2018-02-23various tweaks; ok dlgJason McIntyre
2018-02-23lint fixDavid Gwynne
2018-02-23add a SECURITY CONSIDERATIONS section.David Gwynne
mdoc(7) says that section goes last, which is where i put it. i kind of want it before EXAMPLES though.
2018-02-23provide some (probably too many) nvgre(4) examplesDavid Gwynne
2018-02-22try to fix the nvgre words a bitDavid Gwynne
2018-02-22speelingDavid Gwynne
2018-02-22various tweaks;Jason McIntyre
2018-02-22slight tweakDavid Gwynne
2018-02-22reorganise the manpage with subsections for each type of interface.David Gwynne
the page was getting a bit cumbersome with the arrival of nvgre, so hopefully this makes it a bit more straightforward. jmc@ says he can fix stuff as i go
2018-02-22make the Nd lines (subjectively) less worseDavid Gwynne
2018-02-19gif carries mpls tooDavid Gwynne
2018-02-16remove or adapt sendmail specific parts;Jason McIntyre
original diff from edgar pettijohn, tweaked with help from millert ok millert
2018-02-16allow wccp processing to be enabled per interface with the link0 flag.David Gwynne
this also changes the wccp handling to peek into it's payload to determine whether it is wccp 1 or 2. wccp1 says the gre header is followed by ipv4, while wccp2 says there's a small header before the ipv4 packet. the wccp2 header cannot have 4 in the first nibble, while ipv4 must have 4 in the first nibble. the code now looks at the nibble to determine whether it should strip the wccp2 header or not.
2018-02-15Zap a stray sentence that I should have removed in my previous commit.Theo Buehler
2018-02-15tweak previous; ok dlgJason McIntyre
2018-02-15say that the only optional header we support is the Key.David Gwynne
2018-02-15there are more GRE rfcsDavid Gwynne
2018-02-15make a start at documenting egre(4)David Gwynne
2018-02-11SDIO support for bwfm(4) is good enough now that we can remove thePatrick Wildt
claim saying it is not supported. It's slowly getting on par with the other busses but there's still more work to do. Prompted by tb@
2018-02-11Add a ROUTE_PRIOFILTER socket option for roueing sockets thatSebastian Benoit
allows filtering on the priority of the route. All routes up to the specified value will be passed. ok claudio, ok henning previous version, feedback and manpage from sthen.
2018-02-11list M_IPV6_DF_OUTDavid Gwynne
2018-02-09a little more adjustment, after discussing with henning;Jason McIntyre
2018-02-09Extend the mbuf queue API with an accessor that checks whetherPatrick Wildt
or not the mbuf queue is full. ok dlg@
2018-02-08tweak previous; ok henningJason McIntyre
2018-02-08give jmc another chance to "fix previous" - document syncookiesHenning Brauer
(thanks jmc!)
2018-02-07make some wording better.David Gwynne
from jmc@
2018-02-07tweak previous;Jason McIntyre
2018-02-07split mobileip(4) out from the gre(4) driver.David Gwynne
having mobileip in gre makes it hard to cut gre up. the current mobileip code is also broken, so this is def and improvement. it also makes it easy to disable and remove mobileip in the future. ok claudio@ henning@
2018-02-06Run newvers.sh with umask 007 to work around permission issues thatTheo Buehler
cause 'make release' fail the first time around after building GENERIC if /usr/obj/ wasn't cleaned out properly. The proper fix would be to implement privdrop for kernel builds but this is trickier than it looks at first sight. discussed with deraadt
2018-02-05Document athn(4) USB open source firmware support.Stefan Sperling
Remove the BUGS section, USB Host AP works now. Mention in the CAVEATS section that USB Host AP is limited to 7 concurrent clients. Add bentley@ and myself to the AUTHORS section. ok jmc, bentley
2018-02-04Document the compat-mode settings.Ulf Brosziewski
Thanks to Ingo for his help. ok schwarze@
2018-02-04Document 802.11ac media types and fix docs for the 11n ones while here.Stefan Sperling
suggested by and ok jmc@
2018-02-02tweak grammar in RETURN VALUES;Jason McIntyre
2018-02-01document bpf_tap_hdrDavid Gwynne
2018-01-31Mention that PATCH_DEBUG is set to true by default. Prompted by aDaniel Jakots
question about patching from abieber@ ok jmc@ sthen@
2018-01-30Add D-Link DWA-125 rev B2 to list of devices supported by run(4).Vadim Zhukov
Works for me on amd64. okay stsp@, who also noted this matches Linux commit fd7b9270120ca7e53fbf0469febe0c68acf6a0a2
2018-01-29acknowledge that DPB_PROPERTIES exists and is documented in dpb.1Marc Espie
2018-01-28remove the emulex link: it's dead, and i can;t see any obvious replacement;Jason McIntyre
from denis fondras
2018-01-27Add missing `l' prefix to linker flag and markup SIGHUP; ok jmc@anton
2018-01-26Document MODCMAKE_DEBUGJeremie Courreges-Anglas
ok landry@
2018-01-24document bpfsattach and bpfsdetachDavid Gwynne