summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2010-03-12document softraid-related ioctls; from Vadim ZhukovJason McIntyre
ok marco
2010-03-09fix an obvious syntax error: add missing closing quoteIngo Schwarze
no output change found by mandoc -Tlint
2010-03-09SBus Fibre Channel is supported now.Mark Kettenis
2010-03-08Don't mention that M_WAITOK is defined to be zero, readers do not needOwain Ainsworth
to know that. ok jmc@, though i'm tempted to remove the whole bit about being the same as having no other flags specified as well. Prompted by a discussion with deraadt and tedu.
2010-03-08document PR_NOWAIT.Owain Ainsworth
(for those who've forgotten, if you can't sleep in pool_get, use PR_NOWAIT, not zero. it makes the intention a lot clearer. prompted by deraadt and jsing. ok jmc@
2010-03-08Update to tzdata2010e from elsie.nci.nih.govTodd C. Miller
2010-03-08Update to tzdata2010d from elsie.nci.nih.govTodd C. Miller
2010-03-08bahTheo de Raadt
2010-03-08build a missing manual pageTheo de Raadt
2010-03-07Minimalistic driver for the ImpactSR (Mardigras) video option found on olderMiod Vallat
Octane systems, as well as some Onyxes. With special permission to change a systemwide .h file and add a manpage from deraadt@ Magic numbers and operation sequencing borrowed from Linux; tested on Octane + ESI. ok deraadt@
2010-03-07remove statements that are no longer relevant for BUGS sectionAlexandre Ratchov
2010-03-07mention VIA Tremor 5.1Alexandre Ratchov
2010-03-07Update the email addresses for fabien and armani.Michael Knudsen
ok armani fabien
2010-03-07Add odyssey(4) to list of supported widgets.Joel Sing
Prompted by jmc@.
2010-03-07Shorten .Nd.Joel Sing
2010-03-04Introduce odyssey(4), a driver for the SGI VPro (aka Odyssey) graphicsJoel Sing
card, which can be found in Octane, Octane2, Fuel, Tezro and Onyx systems. ok miod@
2010-03-03Add some more devices that ckuethe has tested with.Michael Knudsen
2010-03-02Add newly supported card; from Brad.Stuart Henderson
2010-03-02Add support for the Lemote Lynloong all-in-one PC (basically a Fuloong withoutMiod Vallat
the serial and IR ports, built into a mac-like case). At least PMON initializes the frame buffer in a much friendlier video mode (1360x768x16), but there is still no frame buffer acceleration yet. Tested by wvdputte.
2010-03-02variable name is SUBDIR, not SUBDIRS; from Amarendra GodboleJason McIntyre
2010-03-02Add missing "wsdisplay* at gbe?". Also, list the hardware initialisationJoel Sing
requirements as a caveat rather than a bug.
2010-03-02keep Nd lines in sync;Jason McIntyre
2010-03-01Add urndis(4), a driver for RNDIS Ethernet over USB.Michael Knudsen
It provides an Ethernet transport typically over EDGE or 3G on cellphones similar to what cdce(4) does on other phones. It is likely to work with most of HTC's recent and coming Android based phones but a bunch of other things (phones in particular) may use it. Started by me; brought to a working state by Jonathan Armani and Fabien Romano over the past week, with some input and additions from me. Tested on i386 and macppc by me (HTC Hero), amd64 by Jonathan and Fabien (HTC Hero), and by gilles@ (HTC Magic) on i386 or amd64. It still has a few kinks to work out, but it works well enough that I can commit this over my HTC Hero. `commit it!' deraadt
2010-03-01tweak previous;Jason McIntyre
2010-03-01use the right capitalization for Realtek.Igor Sobrado
cardbus(4), pci(4), and urtw(4) changes reminded by jmc@ ok jmc@
2010-03-01add Manpage for uyurex(4)Yojiro Uo
ok deraadt@
2010-03-01CCTS_OFLOW is correctly implemented, not unused (as currently documented);Jason McIntyre
provide a description from G. Paul Ziemba, freebsd pr docs/144127 ok miod
2010-02-28Minimal frame buffer driver for the SiS 315 found on Lemote Fuloong systems.Miod Vallat
Currently unable to change video modes or provide any form of acceleration, so you are stuck in a 640x400x8 mode, but at least people scared of serial consoles will get a chance to use their Fuloongs now. Tested by otto@ (early developments) and jasper@ (final version)
2010-02-28we do actually provide a battery life estimateOtto Moerbeek
2010-02-28man page for apm(4)Otto Moerbeek
2010-02-28syncOtto Moerbeek
2010-02-26- there's just no volume control here.Jasper Lievisse Adriaanse
discussed with and ok jakemsr@ jmc@
2010-02-26fix TRY_BROKENMarc Espie
2010-02-26Subdevice interrupt dispatcher for voyager(4) and ohci@voyager device, onlyMiod Vallat
allowed to match on old gdium artwork, as newer artwork have nothing connected to the usb pins, and this causes the empty bus probe to stall the boot a few seconds.
2010-02-26remove superfluous hyphen on `analog-to-digital' and `digital-to-analog'Igor Sobrado
for consistency with other manual pages. ok jakemsr@
2010-02-26pcfadc is in section 4 of the manual, not in section 8; use lowerIgor Sobrado
case letters for both `environmental monitoring subsystem' and `analog to digital converter', as these are generic terms and not trade marks; s/analogue/analog/ on `analogue to digital converter'. tweak on iic(4) reminded by jmc@ ok jmc@
2010-02-25CAVEATS for suid programs; based on a diff from Rogier KriegerJason McIntyre
ok deraadt
2010-02-25+.It Xr stsec 4Jason McIntyre
2010-02-25let's try to avoid uppercasing nouns unneccessarily;Jason McIntyre
2010-02-25some minor tweaks to the "next day cleanup": in particular,Ingo Schwarze
reference security(8) and make it clear that mail is not always sent; discussed some time ago with jmc@
2010-02-25obvious syntax fix: add missing double quote;Ingo Schwarze
found by mandoc -Wall -Tlint
2010-02-25Add 6300ESB/6321ESB to the list, from Brad.Stuart Henderson
2010-02-24Minimal support for the ST7 chip found on Gdium Liberty, brings us batteryMiod Vallat
information and a few other things not yet wired.
2010-02-24- use proper capitalization and add two more .Xr'sJasper Lievisse Adriaanse
2010-02-24The iwn-firmware-5.3 package contains a new iwn-6000 firmware imageDamien Bergamini
for Intel Centrino Advanced-N 6200/Ultimate-N 6300. See http://marc.info/?l=linux-wireless&m=126697113419549&w=2 for a list of changes.
2010-02-24fix SEE ALSO;Jason McIntyre
2010-02-24man page for yeeloong embedded controller chipOtto Moerbeek
2010-02-23- add more machines these devices are found on.Jasper Lievisse Adriaanse
2010-02-23mention 82599 supportJonathan Gray
2010-02-20The .Ud macro must not have arguments, or it kills the build with mandoc(1).Ingo Schwarze
Since this is the only page in our tree using the .Ud macro at all, just put the text verbatim as suggested by jmc@. Note that i have a vague suspicion that the whole sentence ("dlctl(3) is currently under development") might be a lie, but as i didn't receive feedback on that, i'm just fixing the formatting issue for now.