summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2014-04-21use the language from the 802.1Q standard which just talks about tags,Henning Brauer
not encap, not header. reyk happy & ok.
2014-04-21stop lieing. vlan is not an encapsulation. it doesn't encapsulate ethernetHenning Brauer
frames, it replaces the ethernet header by a slightly extended one. ok sthen jmc
2014-04-20check_hosts_equiv -> check_hosts_lpdAntoine Jacoutot
i.e. don't check for hosts.equiv anymore. input/ok schwarze@, ok sthen@
2014-04-19Hardware receive IP checksum offload for IPv4 is no longer supported.Christian Weisgerber
2014-04-19stop talking about hosts.equivTed Unangst
2014-04-19bye byeHenning Brauer
2014-04-18remove references to rshd;Jason McIntyre
2014-04-18fix SEE ALSO;Jason McIntyre
2014-04-18no more altq hier^Where eitherHenning Brauer
2014-04-18stop mentioning altqHenning Brauer
2014-04-18stop talking about altqHenning Brauer
this manpage needs a bigger sync with reality...
2014-04-18Switch to the new makewhatis(8)/apropos(1)/whatis(1) combo.Ingo Schwarze
"commit the switch now" espie@ "go for it" deraadt@ See the apropos(1) manual for a description of what's new. On machines where you want the full functionality, run "sudo makewhatis" and put "MAKEWHATISARGS=' '" into weekly.local(8). Otherwise, when upgrading via source, run "sudo makewhatis -Q".
2014-04-16Add generic driver for "NEC PC-9801(*) extension board slot" onKenji Aoyama
LUNA-88K. LUNA-88K{,2} has one or two slot(s) that can attach the extension board designed for PC-9801. This driver provides dedicated mmap(2) and capability for waiting specified interrupt on that slot so that we can use the extension board from userland program. (*)PC-9801 is a Japanese popular personal computer, mainly used in 1980-90's. (see http://en.wikipedia.org/wiki/NEC_PC-9801) ok miod@, and man pages jmc@
2014-04-14"struct pkthdr" holds a routing table ID, not a routing domain one.Martin Pieuchot
Avoid the confusion by using an appropriate name for the variable. Note that since routing domain IDs are a subset of the set of routing table IDs, the following idiom is correct: rtableid = rdomain But to get the routing domain ID corresponding to a given routing table ID, you must call rtable_l2(9). claudio@ likes it, ok mikeb@
2014-04-13Clean up last bits of TCP_WRAPPERS and ELF_TOOLCHAIN.Brad Smith
ok miod@
2014-04-12word fix;Jason McIntyre
From: Mike Small
2014-04-10Retire rtinit() an use rt_ifa_add(9) and rt_ifa_del(9) to manageMartin Pieuchot
connected routes to prefixes/hosts. Since the introduction of rt_ifa_addloop(9) and rt_ifa_delloop(9), rtinit() was just a wrapper, so use the underlying functions directly and document them. Inputs from and ok mikeb@, manpage tweaks from jmc@
2014-04-08Fully implement the \B (validate numerical expression) andIngo Schwarze
partially implement the \w (measure text width) escape sequence in a way that makes them usable in numerical expressions and in conditional requests, similar to how \n (interpolate number register) and \* (expand user-defined string) are implemented. This lets mandoc(1) handle the baroque low-level roff code found at the beginning of the ggrep(1) manual. Thanks to pascal@ for the report.
2014-04-08driver pages shouldn't be mentioning ukphy.Brad Smith
2014-04-08Remove mentioning the 178a chipset until support is actually added/enabled.Brad Smith
2014-04-07Remove baloney about OpenBSD lacking USB 3.0 xhci supportChris Cappuccio
2014-04-07add heimbase; description from (and ok) ajacoutotJason McIntyre
2014-04-07Almost complete implementation of roff(7) numerical expressions.Ingo Schwarze
Support all binary operators except ';' (scale conversion). Fully support chained operations and nested parentheses. Use this for the .nr, .if, and .ie requests. While here, fix parsing of integer numbers in roff_getnum().
2014-04-07Update termtypes.master to upstream terminfo-20140329.src.Nicholas Marriott
2014-04-06Don't suggest people use env(1) in conjunction with sudo. It isTodd C. Miller
safer to have sudo set the variable so you get an error message if it would fail.
2014-04-05Implement the roff(7) .rr (remove register) request.Ingo Schwarze
As reported by sthen@, the perl-5.18 pod2man(1) preamble thinks cool kids use that in manuals. I hope *you* know better.
2014-04-03Sync malloc(9) M_* types with sys/malloc.hLawrence Teo
2014-04-03lies lies lies lies liesTed Unangst
2014-04-02goos -> gooAntoine Jacoutot
req. by jmc@
2014-04-02Add missing "SEE ALSO" header.Martin Pieuchot
2014-04-02Add a man page for rtrequest1(9) splitted from route(9) with someMartin Pieuchot
improvements. ok sthen@
2014-04-02Document the required x11/gnome goos.Antoine Jacoutot
ok jasper@
2014-04-01EV -> Ev;Jason McIntyre
2014-04-01sync with gnome.port.mk regarding MODGNOME_TOOLS, idea discussed with aja@Jasper Lievisse Adriaanse
2014-04-01in the gnome module section for MODGNOME_TOOLS, rename 'gi' toJasper Lievisse Adriaanse
'gobject-introspection'
2014-03-31Sh CONTEXTDavid Gwynne
requested by schwartz@
2014-03-30i suggested a CONTEXT section for kernel manpages that describesDavid Gwynne
which contexts you can call functions in. deraadt@ encouraged me to pursue it. ive applied it to a few pages and i think it is worth moving forward with. this specific diff was requested by schwartz@ while we were discussing it before 5.5. tweaks from jmc@ schwartz@ ok schwartz@
2014-03-30Support relative arguments to .ll (increase or decrease line length).Ingo Schwarze
2014-03-30Implement the roff(7) .ll (line length) request.Ingo Schwarze
Found by naddy@ in the textproc/enchant(1) port. Of course, do not use this in new manuals.
2014-03-30sort attachmentsTheo de Raadt
2014-03-29Kill pflowproto 9, it's unfixable post 2038, a better, standardizedFlorian Obser
option is pflowproto 10. Also it duplicates a lot of code from pflowproto 10 and will get in the way in the future. OK benno@
2014-03-28Document the new docbook MODGNOME_TOOLS option.Antoine Jacoutot
2014-03-27tweak previous; help/ok mpiJason McIntyre
2014-03-27+.Xr smtpd 8Jason McIntyre
2014-03-27Store an ifp index instead of a pointer in the "struct mbuf_ext".Martin Pieuchot
This is part of the plan to remove the ifp pointer from the packet header that will allow us to stop garbage collecting mbuf(9)s when an ifp is detached/destroyed. ok mikeb@, lteo@, benno@
2014-03-27tweak previous; help/ok dlgJason McIntyre
2014-03-26Add a CONTEXT section.Martin Pieuchot
2014-03-26Add a CONTEXT section.Martin Pieuchot
2014-03-26Add a CONTEXT section, requested by dlg@Martin Pieuchot
2014-03-26CONTEXT for malloc.David Gwynne
feels a bit clumsy, hopefully jmc can help.