Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-27 | Fix the `don't you dare putting an hme in a sun4c' message: it's not a PROM | Miod Vallat | |
limitation, but rather the lack of an sbus iommu and a small sbus slot aperture (thus *system* limitations) which prevent hme to work on such systems. | |||
2015-03-27 | x11/gtk+2,-guic -> x11/gtk+3,-guic | Antoine Jacoutot | |
2015-03-27 | Move help(1) to share/man and send the remains of man(1) to the Attic. | Ingo Schwarze | |
It is implemented by the code in usr.bin/mandoc since OpenBSD 5.7. | |||
2015-03-27 | Document that certain stand-alone accents need escaping in rare cases to | Ingo Schwarze | |
prevent them from being converted to Unicode replacements in PDF output. Issue found by bentley@, OK jmc@ bentley@. | |||
2015-03-24 | zap more stuff that should have gone in previous; | Jason McIntyre | |
2015-03-24 | unwire lmc(4) and san(4). | David Gwynne | |
they do "interesting" things with APIs i want to change, and i can't find any evidence anyone uses them anymore. instead of burning time on changes i cant test, ill take a chance that noone will miss them. no objections from anyone ok mpi@ deraadt@ henning@ sthen@ | |||
2015-03-23 | be clear about MPLS spelling it out explicitly the first time | Igor Sobrado | |
we use this term. ok jmc@ | |||
2015-03-21 | Update to tzdata2015b from ftp.iana.org | Todd C. Miller | |
2015-03-18 | describe the context the callback runs at in the CONTEXT section. | David Gwynne | |
2015-03-18 | minor tweaks; | Jason McIntyre | |
2015-03-18 | "handle" wccp2 packets if net.inet.gre.wccp is set to 2 by truncating | Ryan Thomas McBride | |
skipping the wccp 2 header. Tested with Cisco ASA. "looks correct" claudio ok yasuoka | |||
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre | |
"and" and "or" to join sentence clauses, and you can use commas, but both hinders reading; | |||
2015-03-13 | AOI has been renamed a while ago | Giovanni Bechis | |
2015-03-08 | use new "make -C" to avoid extra shells. | Marc Espie | |
okay millert@ miod@ | |||
2015-03-08 | significant typo; andreas zeilmeier | Theo de Raadt | |
2015-03-05 | sync | Kenji Aoyama | |
ok deraadt@ | |||
2015-03-05 | Now cbus(4) supports PCMCIA. | Kenji Aoyama | |
"fine with me" miod@, ok deraadt@ | |||
2015-03-05 | Now luna88k supports PCMCIA. | Kenji Aoyama | |
"fine by me" jmc@, ok deraadt@ | |||
2015-03-03 | Update to tzdata2015 from ftp.iana.org | Todd C. Miller | |
2015-03-03 | 11a works now. | Mark Kettenis | |
2015-03-02 | Document that iwm(4) now supports 7265 and (hopefully) 3160 devices. | Stefan Sperling | |
2015-03-02 | Add BUGS section to athn(4) man page to warn about broken hostap with USB. | Stefan Sperling | |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley | |
Predefined strings are not very portable across troff implementations, and they make the source much harder to read. Usually the intended character can be written directly. No output changes, except for two instances where the incorrect escape was used in the first place. tweaks + ok schwarze@ | |||
2015-02-28 | an(4) does not allow 'scan' as per the CAVEATS section of the man page. | Mike Larkin | |
discussed with jsg@ | |||
2015-02-25 | Synchronize daemon_flags and postgresql_flags examples with rcscript. | Robert Peichaer | |
OK sthen ajacoutot | |||
2015-02-24 | typo, frantisek holop | Marc Espie | |
2015-02-23 | document the quirks cve mechanism. Better late than never | Marc Espie | |
2015-02-23 | Add support for the RTL8411B chip | Peter Hessler | |
Verified working by Peter Hansteen OK deraadt@, millert@, stsp@ | |||
2015-02-23 | improve NAME section diagnostics; | Ingo Schwarze | |
confusing messages reported by Jan Stary <hans at stare dot cz> | |||
2015-02-21 | Fix iwm(4) man page bug symptom description: If the MAC address is changed | Stefan Sperling | |
then iwm(4) stops passing traffic. Firmware crashes were only observed with my local patches, not the in-tree version of the driver. | |||
2015-02-21 | Remove mention of firmware version numbers from the iwm(4) man page. | Stefan Sperling | |
The number stated was incorrect and there is no real reason to mention them in the first place. Discussed with sthen. | |||
2015-02-21 | new sentence, new line; | Jason McIntyre | |
2015-02-21 | Document known bugs in iwm(4) which are unlikely to get fixed for 5.7. | Stefan Sperling | |
2015-02-21 | update siphash manpages to reflect change in return type spelling. | Ted Unangst | |
ok dlg | |||
2015-02-19 | remove errant reference to mq_enqueue in the mq_enlist description. | David Gwynne | |
2015-02-17 | Let .it accept numerical expressions, not just numerical constants. | Ingo Schwarze | |
For .it, ignore scaling units in roff_getnum(). Inside parentheses, skip whitespace after a sign in roff_getnum(). Parse and ignore unary plus in roff_getnum(). As a bonus, get rid of the only call to mandoc_strntoi() in roff.c. | |||
2015-02-17 | Mark up email addresses semantically with Mt. | Anthony J. Bentley | |
ok schwarze@ | |||
2015-02-16 | after some discussion with henning, document the various log options as | Jason McIntyre | |
one section; some text was altered to make it read better; ok henning | |||
2015-02-16 | Replace \*(Lt \*(Le \*(Gt \*(Ge with literal < <= > >= respectively, | Christian Weisgerber | |
except for instances where \*(Le and \*(Ge are clearly understood as mathematical symbols. Discussed with schwarze@ | |||
2015-02-16 | Don't use greater-equal/less-equal symbols where "<="/">=" are intended. | Anthony J. Bentley | |
Also, clean up some usage of predefined strings (which are discouraged by mandoc_char(7) for portability reasons) and improve spacing in hostapd.conf(5). ok schwarze@ | |||
2015-02-15 | Use "In" to mark up include files, instead of wrongly wrapping with Aq. | Anthony J. Bentley | |
Aq is not the same as <> in non-ASCII situations, so this caused incorrect output in some places. And it provided no semantics besides. ok schwarze@ | |||
2015-02-15 | Tweak the wording to avoid the possible misunderstanding that .In | Ingo Schwarze | |
could only be used in the SYNOPSIS section. It is fine anywhere. Issue noticed by bentley@. | |||
2015-02-12 | Update path of DRI modules. | Anthony J. Bentley | |
ok jsg@ | |||
2015-02-12 | a shot at documenting the changed log(matches) semantics | Henning Brauer | |
2015-02-11 | refer to crypt_checkpass for cipher explananation | Ted Unangst | |
2015-02-10 | remove extra word in previous; | Jason McIntyre | |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat | |
- rename uiomove() to uiomovei() and update all its users. - introduce uiomove(), which is similar to uiomovei() but with a size_t. - rewrite uiomovei() as an uiomove() wrapper. ok kettenis@ | |||
2015-02-10 | iwn(4) error says 'firmware too short', not 'firmware file too short'. | Stefan Sperling | |
Fix the man page. | |||
2015-02-10 | The iwm(4) messages listed (but commented) under DIAGNOSTICS in | Stefan Sperling | |
this man page are not lies anymore so uncomment them all. | |||
2015-02-10 | add some missing names | Stuart Henderson | |