summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2005-08-16compact the text somewhat;Jason McIntyre
requested by deraadt@; ok claudio@;
2005-08-14indentBrad Smith
2005-08-14more PHY models.Brad Smith
2005-08-14Xr brgphyBrad Smith
2005-08-14No more musyccbus aka ebus.Claudio Jeker
2005-08-13typoHenning Brauer
2005-08-13Xr new art driver. OK jmc@, put it in deraadt@Claudio Jeker
2005-08-13add art.4. OK deraadt@Claudio Jeker
2005-08-13Manpage for art(4) driver. Help and OK jmc@, OK deraadt@Claudio Jeker
2005-08-09add Xr to ifstated(8);Jason McIntyre
ok mpf@
2005-08-09lightly document ifstated(8);Jason McIntyre
help + ok mpf@
2005-08-09AC97 -> AC'97, according to spec;Jason McIntyre
2005-08-09move to 3.8-betaTheo de Raadt
2005-08-08Senao NL-2511CFUwe Stuehler
2005-08-08remove editing slip;Jason McIntyre
2005-08-08Belkin F5D6060 CF works, reported Patrick Heim.Uwe Stuehler
2005-08-08ciss and auixp into intro!; from jsg@Michael Shalayeff
2005-08-08lclint is not in the ports tree anymore, splint is. OK jmc@.Xavier Santolaria
2005-08-08activate LC_CTYPE for 8 bits locale.Marc Espie
Make sure tolower/toupper use the whole 8 bits. okay deraadt@ thanks to everyone who tested
2005-08-08more xr auipx i missed to commit first roundMichael Shalayeff
2005-08-07make it betterTheo de Raadt
2005-08-07Xr auixp 4Theo de Raadt
2005-08-07auixp; fomr netbsdMichael Shalayeff
2005-08-07grr. wrong Makefile.Marc Espie
do not bother building locale with encoding != none for now.
2005-08-07Add LC_CTYPE locale sources, not yet linked in.Marc Espie
(from citrus). okay deraadt@
2005-08-06move to ksh(1) style.Alexandre Anriot
discussed with many, ok jmc@
2005-08-06replace port number 8025 w/ symbolic `spamd';Jason McIntyre
ok krw@ deraadt@ diff from ray lai;
2005-08-06Document M_CANFAIL and sync M_xxx types;Miod Vallat
prodded by beck@, feedback jmc@, ok deraadt@
2005-08-06DIOCRDELTABLES modifies pfrio_ndel, not _nadd.Christopher Pascoe
2005-08-05document "set skip on" in the BNF grammar, from David KrauseDaniel Hartmeier
2005-08-05tweak CAVEATS;Jason McIntyre
ok jsg@
2005-08-05List aps(4) in device lists. Reminded by deraadt@Jonathan Gray
2005-08-05Start of a driver for the "Active Protection System" accelerometerJonathan Gray
found in recentish ThinkPads. Sensors are reported via hw.sensors in sysctl but sensor numbers and presence is likely to change. Units and use of all of the sensors is not yet known as IBM has not released any documentation. Driver is based on information reverse engineered from the windows driver by Anurag Sharma and Mark Smith. "commit the code" deraadt@
2005-08-04- Compaq call it "Smart Array"Jason McIntyre
- 5/6 support, not just 5 reported by alexey e. suslikov; ok mickey@
2005-08-04better description of where in the sysctl tree the sensors are kept, andDavid Gwynne
a description of how ses matches tweaks from jmc@
2005-08-04Support for ICH7 audio tested by Mark.Peoples at asu.eduJonathan Gray
2005-08-04...and indent;Jason McIntyre
2005-08-04make the list of cards easier to read.Brad Smith
2005-08-03oopsMichael Shalayeff
2005-08-03tree broken; no ciss.4 commitedTheo de Raadt
2005-08-03hook up a simple ciss(4) pageMichael Shalayeff
2005-08-02make home_dir description match the rest of the page;Jason McIntyre
from will h. backman;
2005-08-02use better wording and extra info modelled on ses.4David Gwynne
pointers from jmc@
2005-08-02More devices that use the generic Realtek 8150 id.Jonathan Gray
2005-08-02Marvell 88E1111 from Dave Huang in NetBSD PR 30556.Jonathan Gray
ok brad@
2005-08-01work in progress is not a bug. fix ses descriptionDavid Gwynne
poke by deraadt@
2005-08-01a rough attempt to bring this document into line with the new realityDavid Gwynne
2005-08-01syncTheo de Raadt
2005-08-01expose arc4random_bytes() API; ok deraadt@Damien Miller
2005-07-31Pools aren't fun, don't let people think they are. (fix argument name toChristopher Pascoe
match source). ok dlg deraadt