summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
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.
2014-03-26rc_stop() sends SIGTERM, not SIGKILL; reported by <yon dot fernandez dotIngo Schwarze
de dot retana at bardinflor dot perso dot aquilenet dot fr on bugs@
2014-03-25Update to tzdata2014b from ftp.iana.orgTodd C. Miller
2014-03-25Nd lines are not new sentences, and do not begin with capitals;Jason McIntyre
2014-03-25Add a driver for simple usb serial devices, it attachesJonathan Gray
ucom but doesn't set any custom callbacks. John Long has a HPx9G+ device that requires this.
2014-03-24no more libwrap;Jason McIntyre
2014-03-23security doesn't check ftpusers any more; reminded by jmcStuart Henderson
2014-03-23Finally give powerpc PIE. Remaining bugs on socppc fixed by kettenis@.Pascal Stumpf
"I think you should do this switch right away" deraadt@
2014-03-23default to tcpwrappers off. ok deraadtTed Unangst
2014-03-21zap trailing whitespace;Jason McIntyre
2014-03-21just document /var/unbound/, instead of worrying about subdirs; ok sthenJason McIntyre
2014-03-21rt_timer* spring cleanup.Martin Pieuchot
Rename and document rt_timer_count() into rt_timer_queue_count() to be consistent with the other functions. Remove unused argument from rt_timer_queue_destroy(), clean the definitions and finally use the same order in NAME and DESCRIPTION as requested by jmc@. ok henning@
2014-03-19remove userland ppp bits;Jason McIntyre
2014-03-19use smtpd man pages by default. ok deraadt jmcTed Unangst
sendmail.8 note by jmc