Age | Commit 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-13 | Clean up last bits of TCP_WRAPPERS and ELF_TOOLCHAIN. | Brad Smith | |
ok miod@ | |||
2014-04-12 | word fix; | Jason McIntyre | |
From: Mike Small | |||
2014-04-10 | Retire rtinit() an use rt_ifa_add(9) and rt_ifa_del(9) to manage | Martin 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-08 | Fully implement the \B (validate numerical expression) and | Ingo 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-08 | driver pages shouldn't be mentioning ukphy. | Brad Smith | |
2014-04-08 | Remove mentioning the 178a chipset until support is actually added/enabled. | Brad Smith | |
2014-04-07 | Remove baloney about OpenBSD lacking USB 3.0 xhci support | Chris Cappuccio | |
2014-04-07 | add heimbase; description from (and ok) ajacoutot | Jason McIntyre | |
2014-04-07 | Almost 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-07 | Update termtypes.master to upstream terminfo-20140329.src. | Nicholas Marriott | |
2014-04-06 | Don't suggest people use env(1) in conjunction with sudo. It is | Todd C. Miller | |
safer to have sudo set the variable so you get an error message if it would fail. | |||
2014-04-05 | Implement 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-03 | Sync malloc(9) M_* types with sys/malloc.h | Lawrence Teo | |
2014-04-03 | lies lies lies lies lies | Ted Unangst | |
2014-04-02 | goos -> goo | Antoine Jacoutot | |
req. by jmc@ | |||
2014-04-02 | Add missing "SEE ALSO" header. | Martin Pieuchot | |
2014-04-02 | Add a man page for rtrequest1(9) splitted from route(9) with some | Martin Pieuchot | |
improvements. ok sthen@ | |||
2014-04-02 | Document the required x11/gnome goos. | Antoine Jacoutot | |
ok jasper@ | |||
2014-04-01 | EV -> Ev; | Jason McIntyre | |
2014-04-01 | sync with gnome.port.mk regarding MODGNOME_TOOLS, idea discussed with aja@ | Jasper Lievisse Adriaanse | |
2014-04-01 | in the gnome module section for MODGNOME_TOOLS, rename 'gi' to | Jasper Lievisse Adriaanse | |
'gobject-introspection' | |||
2014-03-31 | Sh CONTEXT | David Gwynne | |
requested by schwartz@ | |||
2014-03-30 | i suggested a CONTEXT section for kernel manpages that describes | David 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-30 | Support relative arguments to .ll (increase or decrease line length). | Ingo Schwarze | |
2014-03-30 | Implement 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-30 | sort attachments | Theo de Raadt | |
2014-03-29 | Kill pflowproto 9, it's unfixable post 2038, a better, standardized | Florian 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-28 | Document the new docbook MODGNOME_TOOLS option. | Antoine Jacoutot | |
2014-03-27 | tweak previous; help/ok mpi | Jason McIntyre | |
2014-03-27 | +.Xr smtpd 8 | Jason McIntyre | |
2014-03-27 | Store 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-27 | tweak previous; help/ok dlg | Jason McIntyre | |
2014-03-26 | Add a CONTEXT section. | Martin Pieuchot | |
2014-03-26 | Add a CONTEXT section. | Martin Pieuchot | |
2014-03-26 | Add a CONTEXT section, requested by dlg@ | Martin Pieuchot | |
2014-03-26 | CONTEXT for malloc. | David Gwynne | |
feels a bit clumsy, hopefully jmc can help. | |||
2014-03-26 | rc_stop() sends SIGTERM, not SIGKILL; reported by <yon dot fernandez dot | Ingo Schwarze | |
de dot retana at bardinflor dot perso dot aquilenet dot fr on bugs@ | |||
2014-03-25 | Update to tzdata2014b from ftp.iana.org | Todd C. Miller | |
2014-03-25 | Nd lines are not new sentences, and do not begin with capitals; | Jason McIntyre | |
2014-03-25 | Add a driver for simple usb serial devices, it attaches | Jonathan Gray | |
ucom but doesn't set any custom callbacks. John Long has a HPx9G+ device that requires this. | |||
2014-03-24 | no more libwrap; | Jason McIntyre | |
2014-03-23 | security doesn't check ftpusers any more; reminded by jmc | Stuart Henderson | |
2014-03-23 | Finally give powerpc PIE. Remaining bugs on socppc fixed by kettenis@. | Pascal Stumpf | |
"I think you should do this switch right away" deraadt@ | |||
2014-03-23 | default to tcpwrappers off. ok deraadt | Ted Unangst | |
2014-03-21 | zap trailing whitespace; | Jason McIntyre | |
2014-03-21 | just document /var/unbound/, instead of worrying about subdirs; ok sthen | Jason McIntyre | |
2014-03-21 | rt_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-19 | remove userland ppp bits; | Jason McIntyre | |
2014-03-19 | use smtpd man pages by default. ok deraadt jmc | Ted Unangst | |
sendmail.8 note by jmc |