summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2009-02-19no vme(4); ok miodJason McIntyre
2009-02-19update the pdf link; from Alan R. S. BuenoJason McIntyre
2009-02-18Remove 68060 bug notice.Miod Vallat
2009-02-18sort;Jason McIntyre
2009-02-18Manpages as originally intended; oopsMiod Vallat
2009-02-18anotherTheo de Raadt
2009-02-18frog broke the tree; copying file from 88kTheo de Raadt
2009-02-18Be more generic about what artifacts are created in step 4.Ian Darwin
Improved by deraadt@, ok jmc@, krw@.
2009-02-17osiop synopsis lines for mvme68k.Miod Vallat
2009-02-17Sync with reality.Miod Vallat
2009-02-17Add a BUGS section warning that the device is likely not to work in systemsMark Kettenis
with more than 1GB of memory.
2009-02-17massage a bit. note that pfsync in openbsd 4.4 and 4.5 are incompatible.David Gwynne
requested by deraadt@ tweaks by jmc@
2009-02-16use `` instead of $(), since the former works for both csh and ksh; asJason McIntyre
pointed out by claudio
2009-02-16mention SDHCDamien Miller
2009-02-15Mention how to setup the cards base address.Miod Vallat
2009-02-15add a little more width to the list;Jason McIntyre
2009-02-14mention SDHC; ok jsgTheo de Raadt
2009-02-14Manpage for vsbic(4)Miod Vallat
2009-02-11sync text to previous a little;Jason McIntyre
2009-02-11consistent .Nd;Jason McIntyre
2009-02-11tweak previous;Jason McIntyre
2009-02-11Mention bio(4) support.Alexander Yurchenko
2009-02-10Remove iop xref, it's a pasto.Alexander Yurchenko
ok marco@
2009-02-10Ops, forgot to update package files list.Marcus Glocker
2009-02-10Update firmware package URL.Marcus Glocker
2009-02-10tweak previous;Jason McIntyre
2009-02-10ips' bios has a very limited number of functions. to do raid configurationAlexander Yurchenko
you need bootable ibm support cd.
2009-02-10Update controllers list from ibm website.Alexander Yurchenko
2009-02-09Document that ips has bio support now.Alexander Yurchenko
2009-02-09Update to tzdata2009b from elsie.nci.nih.govTodd C. Miller
2009-02-08Move to 4.5-BETAMiod Vallat
2009-02-08schsio doesn't use flags so don't mention these in the synopsis.Michael Knudsen
2009-02-08add .St -p1003.1-2008 for posix standard IEEE Std 1003.1-2008;Jason McIntyre
2009-02-06regenAlexander Yurchenko
2009-02-06add Huawei E160G; reported by Pedro la PeuStuart Henderson
2009-02-06fix typo (huawei e619g -> e169g). umsm.c log agrees (as pointed out by jsg)Stuart Henderson
as does the number of results in a popular search engine. ok jsg@
2009-02-05Revert 1.54 and build debug libs on hp300 too.Miod Vallat
2009-02-03add Buffalo WLI-U2-SG54HGKevin Lo
ok damien@
2009-01-31write point-to-point in a consistent way.Igor Sobrado
jmc@ has provided a complete list of manual pages to be fixed, and suggested using uppercase (i.e., Point-to-Point) when discussing the protocol, and lowercase (point-to-point) otherwise. ok jmc@
2009-01-29Document SIOCSIFPRIORITY and friend. Found on my HD. OK jmc@Claudio Jeker
2009-01-29- fix .Nm and .DtJason McIntyre
- remove a duplicate
2009-01-29Add some kernel socket documentation. Originally from FreeBSD with someClaudio Jeker
tweaks by me to match the OpenBSD reality. Additional help from jmc@ ja ja ja dlg@ and OK blambert@
2009-01-29tweak previous;Jason McIntyre
2009-01-29My try at documenting the route socket filtering. ja ja dlg@Claudio Jeker
2009-01-28Correctly document MINCLSIZE which changed some time ago.Claudio Jeker
OK mbalmer@ a long time ago
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@