Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-19 | upd(4) attaches at uhidev(4), ok andre@ | Martin Pieuchot | |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod 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-18 | Fix rtlabel_id2name() SYNOPSIS, requested by jmc@. | Martin Pieuchot | |
2014-03-18 | zap trailing whitespace; | Jason McIntyre | |
2014-03-18 | typo, pointed by millert@ | Martin Pieuchot | |
2014-03-18 | Rename rt_gettable() into rtable_get(), swap its arguments to be | Martin Pieuchot | |
coherent with the existing rtable_* functions and document it. While here fix some other manpage glitches pointed out by jmc@. | |||
2014-03-18 | Split route(9) into various manuals to make it easier to complete/improve | Martin Pieuchot | |
its content. With inputs from jmc@ and schwarze@ | |||
2014-03-17 | remove reference to cu and uucp; ok tedu | Jason McIntyre | |
2014-03-17 | some userland pppoe cleaning; | Jason McIntyre | |
2014-03-17 | repair & Xr | Theo de Raadt | |
2014-03-17 | build upd.4 | Theo de Raadt | |
2014-03-17 | Add 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-17 | the userland ppp(9) code goes awa. Having too much ppp choice in the | Theo 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-17 | add /var/unbound/etc/; ok sthen | Jason McIntyre | |
2014-03-16 | descend into man4.octeon | Jonathan Gray | |
2014-03-16 | tweak the Nd, for consistency; | Jason McIntyre | |
2014-03-16 | Cope with recent x11/gnome MODULE change. | Antoine Jacoutot | |
Add x11/kde4 placeholder. | |||
2014-03-16 | simplify ISPxxxx namings in Nd lines, ok kettenis jmc | Theo de Raadt | |
2014-03-16 | Add Sitecom LN-032 from/tested by Fabian Raetz. | Jonathan Gray | |
While here add a few other AX88179 devices as well. | |||
2014-03-15 | update 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-15 | qlw(4) on sbus(4) | Mark Kettenis | |
2014-03-15 | Fix description: DMA buffers only need to be longword-aligned on older vr parts. | Stuart Henderson | |
2014-03-14 | The userland AGP interface has been removed. | Mark Kettenis | |
2014-03-14 | regen | Mark Kettenis | |
2014-03-14 | Add the ISY IWL 4000 a new urtwn(4) device, from Fabian Raetz and | Martin Pieuchot | |
Peter J. Philipp. | |||
2014-03-14 | tweak previous; | Jason McIntyre | |
2014-03-14 | provide an MI api for doing byteswapping loads and stores. some | David 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-13 | Unhook httpd(8) from build; man page bits | Florian 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-11 | Update to tzcode2014a from ftp.iana.org. | Todd C. Miller | |
2014-03-10 | Mention rate-matching hub since newer EHCI controllers come without | Martin Pieuchot | |
companion controller. | |||
2014-03-10 | Manpage for xhci(4). | Martin Pieuchot | |
2014-03-08 | Keep 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-08 | Improve .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-06 | Fix inconsistency in the naming of the chipsets. | Mark Kettenis | |
Pointed out by deraadt@ | |||
2014-03-06 | fix AUTHORS; | Jason McIntyre | |
2014-03-06 | Describing the bus type in the SYNOPSIS is redundant. | Mark Kettenis | |
ok dlg@ | |||
2014-03-06 | ge for qlw(4) | Mark Kettenis | |
2014-02-24 | Tweak and expand verbiage. Feeback from jmc@, rpe@, deraadt@, sthen@. Ready | Kenneth R Westerback | |
for the next round of cleanup. ok deraadt@ | |||
2014-02-22 | Bring this up to date for recent additions to if_em | Chris Cappuccio | |
2014-02-21 | using a .Bl here is crazy | Theo de Raadt | |
2014-02-20 | add 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-18 | small typo | Ted Unangst | |
2014-02-18 | Remove another mention of linux a.out compat, spotted by jmc@. While there, | Stuart Henderson | |
document option TMPFS. ok pirofti@ | |||
2014-02-17 | Remove an old reference to the a.out support. ok pirofti@ sthen@ | juanfra | |
2014-02-17 | tweak previous; | Jason McIntyre | |
2014-02-17 | Zap /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-17 | list the speeds, since thats how most people think about these things. | David Gwynne | |
we dont support config at runtime | |||
2014-02-16 | After Werner Lemberg accepted and committed some updates to the manual | Ingo 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-15 | say 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-15 | jmc notes that the previous commit made for some funny wording. | Ted Unangst | |
WPA is the current standard, but not the only one. ok krw |