summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2009-01-28We have proper multicast support now.Mark Kettenis
2009-01-28typo, ok bluhm@ hshoexer@Alexander von Gernler
2009-01-28Document the return value of RB_INSERT in tree(3).Stefan Sperling
wording fixes and ok henning@
2009-01-28Document the difference between RB_FIND and RB_NFIND in tree(3).Stefan Sperling
Added text was copied from comments found in sys/tree.h. "go ahead, if something's wrong with it, jmc will fix it" mcbride@
2009-01-26Fix whitespace typo in mbuf man page.Alexander Bluhm
ok grunk@
2009-01-25regenMiod Vallat
2009-01-25Remove /dev/drum and related code.Miod Vallat
2009-01-25remove trailing whitespace;Jason McIntyre
2009-01-25+= udfu.4Ian Darwin
2009-01-25Man page for udfu driver, improved by jmc, 'get it in' fgschIan Darwin
2009-01-24forward user to ports(7) for the few variables that are documented thereMarc Espie
2009-01-24slightly better documentation for SKIPDIRMarc Espie
2009-01-24MS VX-700 works.Michael Knudsen
ok mglocker
2009-01-23Add schsio(4), a driver for SMSC SCH311x LPC Super I/O ICs providingMichael Knudsen
environment sensors. These are found at least on VIA Epia SN18000G boards. Not enabled at 0x162e and 0x164e because probing these may not be safe according to kettenis (guess where my schsio is). Much help from kettenis. Input from const and fgs. ok kettenis
2009-01-21sort;Jason McIntyre
2009-01-21Add XVR-600 and XVR-1200 to the models list.Miod Vallat
2009-01-21Update to tzdata2009a from elsie.nci.nih.gov.Todd C. Miller
2009-01-21- add Lenovo X300 webcam to the list of working modelsAntoine Jacoutot
- tweak previous: uppercase "Notebooks" ok jasper@ mglocker@
2009-01-21- integrated webcam in the lenovo ideapad s10e works.Jasper Lievisse Adriaanse
'sure' mglocker@
2009-01-20add a reference to the user's guide, as borrowed from freebsd; url left out,Jason McIntyre
as requested by kettenis; ok kettenis miod, i think
2009-01-19updates for BKK and DMK; based on a diff from Robert Elz, submittedJason McIntyre
as netbsd pr 40404, however i've tweaked his diff;
2009-01-19Add support for Novatel Wireless Ovation U727.Jonathan Gray
Tested by Seth Hanford.
2009-01-18Oops, forgot to add vrng.4 here.Mark Kettenis
2009-01-18Add nfs ddb hooks, for now only to show all the outstanding nfsreq'sThordur I. Bjornsson
and to print out struct nfsreq. "get it in so people can pound on it" blambert@ OK and information_s_ on the manpage from miod@
2009-01-18vrng.4: period -> periodicJason McIntyre
vbus.4: +vrng(4)
2009-01-17Add support for DS1822 to owtemp(4).Alexander Yurchenko
2009-01-17vrng(4)Mark Kettenis
2009-01-17Mention acpi(4) can also call dopowerhooks(). Tweak verbiage a bit.Kenneth R Westerback
ok jmc@
2009-01-17typo fix - ok jakemsr - and add a comma;Jason McIntyre
2009-01-16deal with sample precisions that are not a power of 2.Jacob Meuser
discussed with and ok ratchov; manpage tweak from naddy, thanks
2009-01-16sync it(4) description;Jason McIntyre
2009-01-16add IT8720F supportOleg Safiullin
thanks to Vit Skibinskiy <bucker(ik)skibinski.pp.ru>
2009-01-16+.It Xr age 4Jason McIntyre
2009-01-16tweak previous;Jason McIntyre
2009-01-16add a man page for age(4)Kevin Lo
2009-01-15no comma for last item in a NAME list;Jason McIntyre
2009-01-15Remove the pool_cache documentation and MLINKs, tedu removed the code at h2k7.Owain Ainsworth
pool_set_ctordtor() (which can emulate what pool_cache_* did) still needs documenting though. tedu@ and jmc@ seemed to agree. "Do it. I command you!" blambert@
2009-01-13mpbios(4)Mark Kettenis
2009-01-13mpbios(4)Mark Kettenis
2009-01-13+vdskJason McIntyre
2009-01-12vdsk(4)Mark Kettenis
2009-01-12macro fix; from patrick keshishianJason McIntyre
2009-01-11Only v1000 of the Belkin F5D5005 are sk cards, later revisionsJonathan Gray
have switched to RTL8169. Reported by Shane J Pearson.
2009-01-10sync abtn Nd;Jason McIntyre
2009-01-10eject and volume controles are supported from now onRobert Nagy
2009-01-10Rearrange the video modes list in a table, and mention which one useMiod Vallat
composite sync.
2009-01-09Add the zaurus autoconf bits for pxammc.Jonathan Gray
ok dlg@ jmc@
2009-01-06SEE ALSO is sorted primarily by section number;Jason McIntyre
2009-01-06- the asus nx1101 attaches as stge(4)Jasper Lievisse Adriaanse
ok jsg@
2009-01-06There will never be a mpls(8) but mpls(4) will be soon here.Michele Marchetto
OK claudio@