summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-14- shorten the name description for this deviceJason McIntyre
(new description from damien) - format the text in the man page a little, to avoid line wrap ok damien for the Nd bit
2008-10-14syncTheo de Raadt
2008-10-13document 5000 Series support and new firmware url.Damien Bergamini
2008-10-13Almost complete rewrite of iwn(4).Damien Bergamini
Add support for Intel WiFi Link 5000 Series adapters (5100/5150/5300/5350). Quite frankly, Intel made things unnecessarily difficult by gratuitously changing firmware commands (adding new fields in the middle of a struct) and some register offsets for the 5000 Series and by defining yet another way of loading a firmware. I had to write a hardware abstraction layer to manage those differences. Committed over a 5300 adapter (3T3R). Require an upgrade of the iwn-firmware package, even for 4965AGN users. Not tested on 5100, 5150 and 5350 (test reports are more than welcomed.) There should be no regression on the 4965AGN.
2008-10-13disable the pcb linking for udp for the moment since there is some weirdHenning Brauer
bug with IPv6 in some circumstances. we'll find it one day... lots of debugging dhill
2008-10-13cleanupTodd C. Miller
2008-10-13Add sed-based dc(1) clone. This exposes a long-standing bug in BSD sedTodd C. Miller
Not hooked up to regress yet since sed gets in a tight cpu loop.
2008-10-13update to tzdata2008g from elsie.nci.nih.govTodd C. Miller
2008-10-13use calloc() instead of malloc() and memset()Kevin Lo
"look good" tedu@
2008-10-12Remove hack from MM_Unix.pm and simply set man1dir to 'none' inTodd C. Miller
installperl to prevent man page installation of the perl man pages.
2008-10-12Some more cleanup. No binary change.Marco Pfatschbacher
OK reyk@
2008-10-12Reduce diff to macppc version.Mark Kettenis
2008-10-12Adjust for redesigned powerpc interrupt architecture.Mark Kettenis
2008-10-12if converters in a group are not needed to satisfy the requirementsJacob Meuser
of a stream, direct the unneeded converters use HDA link stream #0 from NetBSD via Alexey Suslikov, thanks tested by several, thanks also
2008-10-12add azalia_codec_disconnect_stream(), a function to direct allJacob Meuser
converters in a group to use HDA link stream #0. use it when halting playback/recording. from NetBSD via Alexey Suslikov, thanks tested by several, thanks also
2008-10-12Make vcons(4) interrupt driven.Mark Kettenis
2008-10-12Add interrupt support.Mark Kettenis
2008-10-12If re_attach() fails at any point make sure to disestablish variousBrad Smith
resources setup by the bus front ends, especially the shutdown hook. Found while testing some other changes with a CardBus adapter and re_attach() was failing early before the interface pointer was assigned. Then the system was rebooted, the shutdown hook was called and *boom* in re_stop().
2008-10-11Use hardware timer to simulate interrupt moderation. Old devices will noBrad Smith
longer be livelocked when they are receiving on GigE line. Newer devices also gain well controlled interrupt rate. If hardware supports interrupt moderation (e.g. 8168B, 8168C), you could also use hardware based interrupt moderation, however, due to lack of necessary information it does not work as reliably as simulated interrupt moderation. It is _not_ recommended currently. By default, PCIe devices' simulated interrupt moderation timer is set to 75us, while PCI devices' is set to 125us. From sephe@DragonFly
2008-10-11Make sure no two pppoe devices share the same sc_unique identifier. WhileMiod Vallat
there, fix some typos, and pass M_CANFAIL to all malloc() calls which use M_WAITOK but are tested for failure. test&ok brad@
2008-10-11Fix various printf constructs either missing arguments or format specifiers.Miod Vallat
2008-10-11Since malloc_page_alloc() is a pool allocator it should check for PR_WAITOKMark Kettenis
instead of M_NOWAIT. Checking for M_NOWAIT made many malloc calls that used that flag actually wait. This probably explains many if the strange hangs people have seen recently. ok miod@
2008-10-11For none interrupt endpoints call the xfer done function beforeMarcus Glocker
calling the xfer callback function to allow a device driver to immediately reschedule the same xfer. This e.g. improves performance for isoc high- fullspeed xfers (ehci). From NetBSD. OK phessler@
2008-10-10Enable PCIe snooping on the remaining ATI/NVIDIA chipsets.Brad Smith
Fixes clicking and other noise related issues. ok ratchov@
2008-10-10Use the MI random() for all cases; no need for a MD version since itTheo de Raadt
has never been performance sensitive. Running on all platforms, discussed with millert and kettenis, ok toby
2008-10-10syncTheo de Raadt
2008-10-10syncTheo de Raadt
2008-10-10sync tcl/tk description with realitySteven Mestdagh
2008-10-10skip making /dev/prandom. as a side effect, /dev/arandom becomes minor 3.Theo de Raadt
but that is OK because both minor 3 and 4 now do the same thing. eventually, 2 releases from now, everyone will have forgotten about minor 4 and we can delete the support code for it from sys/dev/rnd.c various versions of this looked at by millert and todd
2008-10-10prandom diesTheo de Raadt
2008-10-10minor 3 was /dev/prandom, which used random(). make that use theTheo de Raadt
arandom code, just like minor 4. in fact, make them act exactly the same.
2008-10-10back out previous change. Another panic, not as frequent, andDavid Hill
definitely not at will.
2008-10-10use 'Privileged ports can be forwarded only when logging in as root onKevin Steves
the remote machine.' for RemoteForward just like ssh.1 -R. ok djm@ jmc@
2008-10-10Comment out statekey code to stop 'panic: soreceive 3', whichDavid Hill
happens with IPv6 TCP traffic, until a better fix is found. patch from henning@ proded by deraadt@
2008-10-10Fix -X output of ppp packets. Inspired by PR4624 and especially the patchClaudio Jeker
provided by canacar@. I just modified it a bit to skip the data link proto number as well. OK deraadt@
2008-10-10backout; is causing some people difficultyTheo de Raadt
2008-10-10hook up sed regressTodd C. Miller
2008-10-10Adapt sed test suite to regress framework.Todd C. Miller
Add sierpinski triangle script from http://sed.sourceforge.net/grabbag/scripts
2008-10-10- add and enable rum(4)Jasper Lievisse Adriaanse
committed over a rum(4) donated by Maxim Belooussov, thanks! ok jsing@
2008-10-10missing spl() for codec command setting/retrievalJacob Meuser
from NetBSD via Alexey Suslikov, thanks "looks good" ratchov@
2008-10-10write "pflow", "flowsrc" and "flowdst" using the right macros.Igor Sobrado
2008-10-10- use nmea(4) for general sensor example rather than udcf(4)Stuart Henderson
which only works in w.europe - use a more realistic value for udcf correction example - use a GPS-only receiver for "refid GPS" example suggested/ok mbalmer
2008-10-10show examples for sensors. use nmea as suggested by mbalmer, henning agrees.Stuart Henderson
2008-10-10Add empty cpu_unidle() macros for architectures that currently don't doArtur Grabowski
anything special to prod a cpu to leave the idle loop in signotify. powerpc, i386, amd64 and sparc64 will follow soon so that everyone has the same interface to wake an idling cpu.
2008-10-10Define MAXCPUS on all architectures.Artur Grabowski
For now, sparc64 is arbitrarily set to 256 (only architecture that didn't have a practical limit in the code on the number of cpus).
2008-10-10typo in error message; ok djm@Kevin Steves
2008-10-10spelling in comment; ok djm@Kevin Steves
2008-10-10add rcs tagsSteven Mestdagh
ok espie
2008-10-09Set hardware timer according to bus clock speed.Brad Smith
From sephe@DragonFly
2008-10-09cvs(1) uses a config file to know about the $OpenBSD$ expansion keyword,Theo de Raadt
but unfortunately rcs is not so lucky, and it will have to encoded inside. A bit gross, but what can we do? PR 5953, ok tobias