Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-28 | move to 6.3-beta | Theo de Raadt | |
2018-02-27 | enter mgre(4) | David Gwynne | |
this has a really bad description of mgre, but it's a start. | |||
2018-02-25 | Pp useless before/after S{h,s}; | Jason McIntyre | |
2018-02-25 | give egre an example | David 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-24 | Remove obsolete www/drupal6, www/horde and www/zope. | kn | |
Prompted by sthen. | |||
2018-02-24 | Document MODCARO_RUSTFLAGS. | kn | |
ok sthen | |||
2018-02-24 | bcmrng(4) | Mark Kettenis | |
2018-02-24 | I wrote this in 2018. Pointed out by jmc@ | Mark Kettenis | |
2018-02-24 | bcmtemp(4) | Mark Kettenis | |
2018-02-23 | various tweaks; ok dlg | Jason McIntyre | |
2018-02-23 | lint fix | David Gwynne | |
2018-02-23 | add 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-23 | provide some (probably too many) nvgre(4) examples | David Gwynne | |
2018-02-22 | try to fix the nvgre words a bit | David Gwynne | |
2018-02-22 | speeling | David Gwynne | |
2018-02-22 | various tweaks; | Jason McIntyre | |
2018-02-22 | slight tweak | David Gwynne | |
2018-02-22 | reorganise 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-22 | make the Nd lines (subjectively) less worse | David Gwynne | |
2018-02-19 | gif carries mpls too | David Gwynne | |
2018-02-16 | remove or adapt sendmail specific parts; | Jason McIntyre | |
original diff from edgar pettijohn, tweaked with help from millert ok millert | |||
2018-02-16 | allow 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-15 | Zap a stray sentence that I should have removed in my previous commit. | Theo Buehler | |
2018-02-15 | tweak previous; ok dlg | Jason McIntyre | |
2018-02-15 | say that the only optional header we support is the Key. | David Gwynne | |
2018-02-15 | there are more GRE rfcs | David Gwynne | |
2018-02-15 | make a start at documenting egre(4) | David Gwynne | |
2018-02-11 | SDIO support for bwfm(4) is good enough now that we can remove the | Patrick 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-11 | Add a ROUTE_PRIOFILTER socket option for roueing sockets that | Sebastian 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-11 | list M_IPV6_DF_OUT | David Gwynne | |
2018-02-09 | a little more adjustment, after discussing with henning; | Jason McIntyre | |
2018-02-09 | Extend the mbuf queue API with an accessor that checks whether | Patrick Wildt | |
or not the mbuf queue is full. ok dlg@ | |||
2018-02-08 | tweak previous; ok henning | Jason McIntyre | |
2018-02-08 | give jmc another chance to "fix previous" - document syncookies | Henning Brauer | |
(thanks jmc!) | |||
2018-02-07 | make some wording better. | David Gwynne | |
from jmc@ | |||
2018-02-07 | tweak previous; | Jason McIntyre | |
2018-02-07 | split 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-06 | Run newvers.sh with umask 007 to work around permission issues that | Theo 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-05 | Document 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-04 | Document the compat-mode settings. | Ulf Brosziewski | |
Thanks to Ingo for his help. ok schwarze@ | |||
2018-02-04 | Document 802.11ac media types and fix docs for the 11n ones while here. | Stefan Sperling | |
suggested by and ok jmc@ | |||
2018-02-02 | tweak grammar in RETURN VALUES; | Jason McIntyre | |
2018-02-01 | document bpf_tap_hdr | David Gwynne | |
2018-01-31 | Mention that PATCH_DEBUG is set to true by default. Prompted by a | Daniel Jakots | |
question about patching from abieber@ ok jmc@ sthen@ | |||
2018-01-30 | Add 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-29 | acknowledge that DPB_PROPERTIES exists and is documented in dpb.1 | Marc Espie | |
2018-01-28 | remove the emulex link: it's dead, and i can;t see any obvious replacement; | Jason McIntyre | |
from denis fondras | |||
2018-01-27 | Add missing `l' prefix to linker flag and markup SIGHUP; ok jmc@ | anton | |
2018-01-26 | Document MODCMAKE_DEBUG | Jeremie Courreges-Anglas | |
ok landry@ | |||
2018-01-24 | document bpfsattach and bpfsdetach | David Gwynne | |