summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2008-07-25tweak the rt2700 stuff; ok damienJason McIntyre
2008-07-25groff does not like ultra-long lines without whitespace, since it cannotJason McIntyre
format them properly; thus i've replaced the .Pa markup on the very lengthy URL with an unfilled display. this also has the benefit of not splitting the URL with a hyphen;
2008-07-25link to updated firmware packages that remove the obsolete @ignoreDamien Bergamini
directive. firmware itself does not change. requested by brad@
2008-07-25document RT2700 (tested by bernd@) and try documenting WPA support.Damien Bergamini
2008-07-24Add timeout_add_sec() etc. to .Nm and, on jmc's request, tweakMichael Knudsen
some other stuff. ok art jmc blambert
2008-07-24kill whitespace at eol;Jason McIntyre
2008-07-23Correct cases of mishandling of pending reads and writes to preventBob Beck
them going negative - this consists of identifying a number of cases of IO not going through the buffer cache and marking those buffers with B_RAW - as well as fixing nfs_bio to show pending writes and reads through the buffer cache via NFS still has a problem with mishandling the counters I believe in the async/sync fallback case where counters stay positive which will be addressed seperately. ok tedu@ deraadt@
2008-07-23Document the new timeout_add_* functions.Artur Grabowski
2008-07-22FAKE (the variable) died about 2 years ago...Marc Espie
2008-07-22Add another working cam reported by Jerome Pinot.Marcus Glocker
2008-07-21Add acphy/amphy.Brad Smith
2008-07-20Huawei E618 and E620 is not compatible with ubsa(4).Yojiro Uo
This patch moves these device to umsm(4). reported by Aleksander Piotrowski, ok jsg@
2008-07-18Add OmniVision OV7670 cam to the supported devices which comes in theMarcus Glocker
Dell XPS M1330 Notebooks. Tested by kettenis@
2008-07-16Implement pckbc_xt_translation() in gsckbc. Thus, we can attach pckbd instead ofMiod Vallat
gsckbd; the former will cause a proper translation page to be selected by the keyboard. Because of this, we no longer depend on the page the keyboard is left in by the PDC (page 2 for all machines but the PrecisionBook, which is in page 3), and there is no longer any need to use separate keyboard maps.
2008-07-15make the version number stuff mandatory.Marc Espie
Restrict specifications to the parts that actually make sense (in particular, remove most wildcard support, it's no longer a good idea in true version number handling), explain about v*, and be more specific about default package specs (since the fuzzyness in the original description predates several changes to bsd.port.mk). Also add version numbers and wildcards where they make sense so the examples are more complete.
2008-07-14RegenMiod Vallat
2008-07-14code(4) doesnt exist. cmp(4) is probably a bit more relevant.David Gwynne
2008-07-13core(4)Mark Kettenis
2008-07-10Console functionality is there now.Mark Kettenis
2008-07-10Add Sonix cam to the supported list.Marcus Glocker
2008-07-08basic manpage for vmt(4)David Gwynne
2008-07-07Update to tzdata2008d from elsie.nci.nih.gov.Todd C. Miller
2008-07-06- no need for .Pp before or after .ShJason McIntyre
- no comma for last SEE ALSO item
2008-07-06Adjust SYNOPSIS.Mark Kettenis
2008-07-06ssm(4)Mark Kettenis
2008-07-06sbbc(4)Mark Kettenis
2008-07-05Mention support for the Expert mouseCLOCK USB II and the lack of MSFMarc Balmer
support.
2008-07-04no reason not to document that one can use ${WRKDIR}/bin to overrideMarc Espie
nasty commands dependencies.
2008-07-02move to 4.4-betaTheo de Raadt
2008-07-01Remove clauses 3 and 4 from BSD license owned by mickey and NetBSD.Ray Lai
OK mickey, deraadt.
2008-06-29+Belkin F5D9050C and sort the list;Jason McIntyre
2008-06-29new belkin rum with california designed plasticTheo de Raadt
2008-06-28regenMarcus Glocker
2008-06-28Mention mmap(2) step.Marcus Glocker
2008-06-28tweak;Jason McIntyre
2008-06-28Comment in another video(4) reference.Marcus Glocker
Noted by jmc@
2008-06-28Link to video(4).Marcus Glocker
Spotted by deraadt@
2008-06-28Typos.Marcus Glocker
2008-06-28First shot for the video(4) man page.Marcus Glocker
OK deraadt@
2008-06-27More removal of clauses 3 and 4 from NetBSD licenses.Ray Lai
OK deraadt@ and millert@
2008-06-26tweak previous;Jason McIntyre
2008-06-26rewrite moduli(5). The old one contained quite a bit of historical andDamien Miller
irrelevant information. It also included an advertising clause in its license which dtucker tried unsuccessfully to have rescinded, and we want OpenSSH and its related documentation to be as free as possible. feedback & ok deraadt@
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
2008-06-25sync Nd for auglx;Jason McIntyre
2008-06-25auglx(4) is an audio(4) driver for the AC'97 audio codec found onMarc Balmer
some AMD Geode LX systems with CS5536 companion chip. It works similar to auich(4) and auixp(4), but the hardware dependent parts are quite different. Tested with various PC-Engines ALIX boards (1B, 3C3) and a WebDT 186 board. feedback many, ok deraadt & jmc (documentation)
2008-06-25regen;Jason McIntyre
2008-06-25Add various Logitech QuickCam's which are known to be UVC class devices.Brad Smith
ok mglocker@
2008-06-23trim SEE ALSO;Jason McIntyre
2008-06-22As discussed on ICB, do not invoke make with several targets to makeAntoine Jacoutot
sure nothing blows up ok krw@ espie@ jmc@ johan@ (who came up with the same diff)
2008-06-21unreac -> unreach; from Markus LudeJason McIntyre