summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2014-03-19upd(4) attaches at uhidev(4), ok andre@Martin Pieuchot
2014-03-18Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingMiod Vallat
this hardware alive is becoming increasingly difficult, and I should heed the message sent by the three disks which have died on me over the last few days. Noone sane will mourn these ports anyway. So long, and thanks for the fish.
2014-03-18Fix rtlabel_id2name() SYNOPSIS, requested by jmc@.Martin Pieuchot
2014-03-18zap trailing whitespace;Jason McIntyre
2014-03-18typo, pointed by millert@Martin Pieuchot
2014-03-18Rename rt_gettable() into rtable_get(), swap its arguments to beMartin Pieuchot
coherent with the existing rtable_* functions and document it. While here fix some other manpage glitches pointed out by jmc@.
2014-03-18Split route(9) into various manuals to make it easier to complete/improveMartin Pieuchot
its content. With inputs from jmc@ and schwarze@
2014-03-17remove reference to cu and uucp; ok teduJason McIntyre
2014-03-17some userland pppoe cleaning;Jason McIntyre
2014-03-17repair & XrTheo de Raadt
2014-03-17build upd.4Theo de Raadt
2014-03-17Add upd(4) to the tree, disabled. Please do not enable it yet.andre
At this moment upd(4) exposes data from usb-based uninterruptable power systems (or just USB Power Devices), sysctl(8) sensors (read snmpd(8) friendly), it is also an "in-base" alternative to other 3rdparty UPS-monitoring software, we have plans to bring more features. This is my first "something" into the tree. Lots of thanks: sthen@ and blambert@ are the ones to blame for the idea/challenge. mpi@ is the one whom pushed me to get it correct (from uhub -> uhidev). reyk@ mentored me on OpenBSD-way with previous iked/relayd experiences. ok mpi@, deraadt@ "get it in".
2014-03-17the userland ppp(9) code goes awa. Having too much ppp choice in theTheo de Raadt
tree results in one-true-ppp not coming into existance. This code is essentially un-audited and quite dangerous. ok claudio sthen
2014-03-17add /var/unbound/etc/; ok sthenJason McIntyre
2014-03-16descend into man4.octeonJonathan Gray
2014-03-16tweak the Nd, for consistency;Jason McIntyre
2014-03-16Cope with recent x11/gnome MODULE change.Antoine Jacoutot
Add x11/kde4 placeholder.
2014-03-16simplify ISPxxxx namings in Nd lines, ok kettenis jmcTheo de Raadt
2014-03-16Add Sitecom LN-032 from/tested by Fabian Raetz.Jonathan Gray
While here add a few other AX88179 devices as well.
2014-03-15update qla/qlw entries; use the exact Nd text: all other pages do this,Jason McIntyre
and trying to be tailor the description doesn;t work;
2014-03-15qlw(4) on sbus(4)Mark Kettenis
2014-03-15Fix description: DMA buffers only need to be longword-aligned on older vr parts.Stuart Henderson
2014-03-14The userland AGP interface has been removed.Mark Kettenis
2014-03-14regenMark Kettenis
2014-03-14Add the ISY IWL 4000 a new urtwn(4) device, from Fabian Raetz andMartin Pieuchot
Peter J. Philipp.
2014-03-14tweak previous;Jason McIntyre
2014-03-14provide an MI api for doing byteswapping loads and stores. someDavid Gwynne
archs have instrutions that can do this, and the rest that dont get to use wrappers around the byteswap(3) api. this provides MI backends for sparc64 and powerpc which get a big benefit from this because byteswapping in registers is really hard for them. the intended use case is for reading and writing bits of dma memory handed to and from hardware. discussed with miod@ guenther@ deraadt@ ok miod@ kettenis@
2014-03-13Unhook httpd(8) from build; man page bitsFlorian Obser
tweaks jmc@ OK krw@, gilles@, lteo@, tedu@, todd@, benno@, sthen@ "The time is right." and much help getting the show on the road deraadt@
2014-03-11Update to tzcode2014a from ftp.iana.org.Todd C. Miller
2014-03-10Mention rate-matching hub since newer EHCI controllers come withoutMartin Pieuchot
companion controller.
2014-03-10Manpage for xhci(4).Martin Pieuchot
2014-03-08Keep the build log clean:Ingo Schwarze
Hide ugly shell constructs used for exit value handling. Issue reported and patch ok'ed by deraadt@.
2014-03-08Improve .if/.ie condition handling.Ingo Schwarze
* Support string comparisons. * Support negation not only for numerical, but for all conditions. * Switch the `o' condition from false to true. * Handle the `c', `d', and `r' conditions as false for now. * Use int for boolean data instead of rolling our own "enum roffrule"; needed such that we can use the standard ! and == operators. Havard Eidnes reported via the NetBSD bug tracking system that some Tcl*(3) manuals need this, and Thomas Klausner <wiz at NetBSD> forwarded the report to me. This doesn't make the crazy Tcl*(3) macrology maze happy yet, but brings us a bit closer.
2014-03-06Fix inconsistency in the naming of the chipsets.Mark Kettenis
Pointed out by deraadt@
2014-03-06fix AUTHORS;Jason McIntyre
2014-03-06Describing the bus type in the SYNOPSIS is redundant.Mark Kettenis
ok dlg@
2014-03-06ge for qlw(4)Mark Kettenis
2014-02-24Tweak and expand verbiage. Feeback from jmc@, rpe@, deraadt@, sthen@. ReadyKenneth R Westerback
for the next round of cleanup. ok deraadt@
2014-02-22Bring this up to date for recent additions to if_emChris Cappuccio
2014-02-21using a .Bl here is crazyTheo de Raadt
2014-02-20add some missing .An and .Lk macros, remove some bogus .Tn macros;Ingo Schwarze
from Jan Stary <hans at stare dot cz>, tweaked by me
2014-02-18small typoTed Unangst
2014-02-18Remove another mention of linux a.out compat, spotted by jmc@. While there,Stuart Henderson
document option TMPFS. ok pirofti@
2014-02-17Remove an old reference to the a.out support. ok pirofti@ sthen@juanfra
2014-02-17tweak previous;Jason McIntyre
2014-02-17Zap /usr/share/misc/man.template (please use mdoc.template instead).Ingo Schwarze
It is outdated, incomplete, and would remain useless even when updated because nobody is supposed to manually write new man(7) code nowadays. ok ajacoutot@ henning@ jmc@ kettenis@ krw@
2014-02-17list the speeds, since thats how most people think about these things.David Gwynne
we dont support config at runtime
2014-02-16After Werner Lemberg accepted and committed some updates to the manualIngo Schwarze
page template contained in groff_mdoc(7), catch up with our own stuff. In particular, allow ERRORS in section 4 and DIAGNOSTICS in section 9. ok jmc@
2014-02-15say more explicitly where the .Er values show up, and fix the .Sh title;Ingo Schwarze
triggered because Jan Stary noticed that .Sh RETURN VALUES is strange to have in section 4 manuals; ok matthieu@
2014-02-15jmc notes that the previous commit made for some funny wording.Ted Unangst
WPA is the current standard, but not the only one. ok krw