Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-31 | Move manual pages for drivers that moved out of arch/armv7 to dev/fdt | Jonathan Gray | |
and are now also built on arm64. | |||
2018-03-29 | mvicu(4) | Mark Kettenis | |
2018-03-29 | Fix HISTORY. | Mark Kettenis | |
2018-03-29 | mvrtc(4) | Mark Kettenis | |
2018-03-28 | Fix a lint style issue. | Visa Hankala | |
2018-03-28 | Add USG and USG PRO-4. | Visa Hankala | |
2018-03-27 | sync supported hardware | Jonathan Gray | |
2018-03-20 | Add support for SIMCom SIM7600E. | Kevin Lo | |
ok deraadt@ | |||
2018-03-19 | More clear info on junking; ok jmc@ | Otto Moerbeek | |
2018-03-18 | The max vnetid that can be set via SIOCSVNETID is 4094, not 4095. | Lawrence Teo | |
Spotted by Bryce Chidester. ok dlg@ jmc@ | |||
2018-03-16 | clarify what the route priority does and what defaults are used. | Sebastian Benoit | |
with suggestions from jmc and ok mpi@ | |||
2018-03-16 | improve markup quality in the cases found by the new "--" style message | Ingo Schwarze | |
2018-03-15 | Soften the language discouraging special character escape sequences. | Ingo Schwarze | |
After i improved their ASCII renderings in groff and mandoc some time ago, mathematical symbols can now be used in specialised mathematical manual pages like libm and some X libraries. Tweaks and OK jmc@. | |||
2018-03-12 | gre(4) supports MPLS in GRE encapsulation like rfc 4023 describes | David Gwynne | |
2018-03-10 | minor tweaks; ok phessler | Jason McIntyre | |
2018-03-07 | move what little info netstart(8) contains on multicast to the | Jason McIntyre | |
multicast(4) page (where the same info is essentially present), leaving an Xr in SEE ALSO; while there, tweak multicast(4) a little... | |||
2018-03-03 | Document the -n flag. | Landry Breuil | |
Wording & tweaks by jmc@, ok tb@ | |||
2018-03-02 | rework the description of encdebug to make it clear it's talking | Jason McIntyre | |
about ipsec in general, not the kernel option; ok markus | |||
2018-03-01 | consistently spell "IPsec"; from raf czlonka | Jason McIntyre | |
note that this is only part of raf's original diff: the rest is for code. although i'm sure the diff itself is correct, i don;t judge myself qualified to decide whether those changes are warranted. still, i'd appreciate at least a reply to raf's diff from another developer (yay! nay!) | |||
2018-02-28 | update the programming stuff to include mgre | David Gwynne | |
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 | |