Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-21 | use the language from the 802.1Q standard which just talks about tags, | Henning Brauer | |
not encap, not header. reyk happy & ok. | |||
2014-04-21 | stop lieing. vlan is not an encapsulation. it doesn't encapsulate ethernet | Henning Brauer | |
frames, it replaces the ethernet header by a slightly extended one. ok sthen jmc | |||
2014-04-20 | check_hosts_equiv -> check_hosts_lpd | Antoine Jacoutot | |
i.e. don't check for hosts.equiv anymore. input/ok schwarze@, ok sthen@ | |||
2014-04-19 | Hardware receive IP checksum offload for IPv4 is no longer supported. | Christian Weisgerber | |
2014-04-19 | stop talking about hosts.equiv | Ted Unangst | |
2014-04-19 | bye bye | Henning Brauer | |
2014-04-18 | remove references to rshd; | Jason McIntyre | |
2014-04-18 | fix SEE ALSO; | Jason McIntyre | |
2014-04-18 | no more altq hier^Where either | Henning Brauer | |
2014-04-18 | stop mentioning altq | Henning Brauer | |
2014-04-18 | stop talking about altq | Henning Brauer | |
this manpage needs a bigger sync with reality... | |||
2014-04-18 | Switch 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-16 | Add generic driver for "NEC PC-9801(*) extension board slot" on | Kenji 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-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. |