summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2008-11-14the warnings produced by -Wtraditional are not interesting, so remove it.Ted Unangst
ok jmc otto
2008-11-13add support for ST's chip since documentation is now available atTheo de Raadt
http://www.st.com/stonline/products/literature/ds/13448/stts424e02.pdf as discovered by Gert-Jan Vons.
2008-11-12Interphase Hawk is 3207, not 4207 (which is Interphase Eagle and will needMiod Vallat
a different driver)
2008-11-10Add eMPIA Technology 2761 (ASUS EeePC 701 Notebooks) chipset whichMarcus Glocker
works since BULK xfers are supported. Reminded by deraadt@
2008-11-09remove reference to POOL_DIAGNOSTIC which hasn't existed for nearly a year.Chris Kuethe
ok tedu@
2008-11-08new firmware & HW CCMP cryptoDamien Bergamini
2008-11-07more models, muhahahahaTheo de Raadt
2008-11-04man page states that alpha is fully ieee compliant, but it does notMartynas Venckus
maintain inexact flag. some platforms implement -mieee-with-inexact; however it's not practical since it slows down the code, with very small benefit. note the fact in the man page that inexact flag is not maintained. w/ a tweak from jmc@. ok jmc@, millert@, merdely@
2008-11-04uvmspace_unshare() is never used; ok miodTheo de Raadt
2008-11-03Forgot this docu bit in the M_ANYCAST6 removal. This is actually from naddy@Claudio Jeker
2008-11-03s/5GHZ/5GHz/ for consistency.Damien Bergamini
2008-11-03HW CCMP + use plural for firmware files.Damien Bergamini
2008-11-03Syba SY-U2LAN works.Jonathan Gray
2008-11-01no such pages as XF86_Accel(1) or XF86_SVGA(1), so kill refs to them;Jason McIntyre
2008-11-01change vrele() to return an int. if it returns 0, it can gaurantee thatTheo de Raadt
it did not sleep. this is used to avoid checkdirs() to avoid having to restart the allproc walk every time through idea from tedu, ok thib pedro
2008-11-01- document libsndioJason McIntyre
- SEE ALSO is getting bigger and bigger, and less and less useful, so kill everything except references specific to the discussions in this page
2008-10-31small but compact page for drm; oga can fill the rest in as he goesJason McIntyre
ok oga
2008-10-30reintroduce mutexes to workqs for locking.David Gwynne
tested by many on many archs including several alpha test. ok tedu@ go for it deraadt@
2008-10-30fix broken section heading;Jason McIntyre
2008-10-29Mention bio support for cac(4).Brad Smith
2008-10-29tweak previous;Jason McIntyre
2008-10-29some macro fix up;Jason McIntyre
2008-10-29Xr OpenBSD::Intro(3p)Marc Espie
2008-10-28mention the new pflow(4) features: bpf support and multiple interfacesJoerg Goltermann
OK: henning@
2008-10-28clarify usage of gcc3/gcc4 modules a bit more.Steven Mestdagh
ok ajacoutot@
2008-10-28- reverse logic for the gcc MODULESAntoine Jacoutot
ok steven@
2008-10-28- document the fact that USE_GCC* is always set when the correspondingAntoine Jacoutot
MODULE is used "go ahead" robert@
2008-10-28Update for VLAN tag insertion and stripping support.Brad Smith
2008-10-28Update with current hw support.Brad Smith
2008-10-27update to tzdata2008i from elsie.nci.nih.govTodd C. Miller
2008-10-27document pool_setipl.David Gwynne
with help from jmc@, thank you.
2008-10-27sa_open -> sio_open, after recent changes;Jason McIntyre
2008-10-26missing full stop;Jason McIntyre
2008-10-26document newer clean=buildMarc Espie
(reminded by pirofti@)
2008-10-26new sentence, new line;Jason McIntyre
2008-10-26add some audio/libsa cross refs;Jason McIntyre
2008-10-26Document devel/waf MODULE.Landry Breuil
2008-10-25oops, fix a very silly mistake; ok sthenJason McIntyre
2008-10-25Add 82571GB/82572GI to the list.Jonathan Gray
"The devices can also have a 82571GB or 82572GI marking (instead of 82571EB or 82572EI); the 82571GB and 82572GI devices are used only on Intel network interface adapters. The 82571GB is functionally equivalent to the 82571EB and the 82572GI is functionally equivalent to the 82572EI." From ftp://download.intel.com/design/network/specupdt/82571EB_72EI.pdf Indeed the 82572GI shows up as the "Intel PRO/1000 PT (82572EI)" pci id.
2008-10-24Also mention the i82562G PHY.Brad Smith
2008-10-24Start documenting the lang/ruby module.Bernd Ahlers
2008-10-24This bugs section is not really useful.Brad Smith
2008-10-24sync arc(4) Nd;Jason McIntyre
2008-10-23arc(4) also supports SAS adapters.Brad Smith
2008-10-23tweak previous;Jason McIntyre
2008-10-23Driver for MOSCHIP MCS7x30 usb ethernet chips by Johann Christian RodeTheo de Raadt
2008-10-23tweak previous;Jason McIntyre
2008-10-23Round up to the nearest minute 16-bit timeout values for older IT8712 chips.Oleg Safiullin
2008-10-22man page for Makefile.yp, and associated bits; from Ingo SchwarzeJason McIntyre
ok deraadt
2008-10-22sync list of port modulesSteven Mestdagh