summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-10-12add azalia_codec_disconnect_stream(), a function to direct allJacob Meuser
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
2008-10-11Use hardware timer to simulate interrupt moderation. Old devices will noBrad Smith
2008-10-11Make sure no two pppoe devices share the same sc_unique identifier. WhileMiod Vallat
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
2008-10-11For none interrupt endpoints call the xfer done function beforeMarcus Glocker
2008-10-10Enable PCIe snooping on the remaining ATI/NVIDIA chipsets.Brad Smith
2008-10-10Use the MI random() for all cases; no need for a MD version since itTheo de Raadt
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
2008-10-10prandom diesTheo de Raadt
2008-10-10minor 3 was /dev/prandom, which used random(). make that use theTheo de Raadt
2008-10-10back out previous change. Another panic, not as frequent, andDavid Hill
2008-10-10use 'Privileged ports can be forwarded only when logging in as root onKevin Steves
2008-10-10Comment out statekey code to stop 'panic: soreceive 3', whichDavid Hill
2008-10-10Fix -X output of ppp packets. Inspired by PR4624 and especially the patchClaudio Jeker
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
2008-10-10- add and enable rum(4)Jasper Lievisse Adriaanse
2008-10-10missing spl() for codec command setting/retrievalJacob Meuser
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
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
2008-10-10Define MAXCPUS on all architectures.Artur Grabowski
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
2008-10-09Set hardware timer according to bus clock speed.Brad Smith
2008-10-09cvs(1) uses a config file to know about the $OpenBSD$ expansion keyword,Theo de Raadt
2008-10-09Now that len is set later in compile_subst() we need to move theTodd C. Miller
2008-10-09When adding a new user, do not move a potential yp line (+:*:::0:0::::) to theMiod Vallat
2008-10-09Skip memory areas smaller than 1 MB above the 16 MB boundary to deal withMark Kettenis
2008-10-09replace M_WAITOK with M_NOWAITCharles Longeau
2008-10-09remove unused variableCharles Longeau
2008-10-09In compile_subst(), adjust for the fact that the initial bufferTodd C. Miller
2008-10-09Change sb_timeo to unsigned, so that even if some calculation (ie. n * HZ)Theo de Raadt
2008-10-09plug memleak by calling ber_free() after sending a trap to cleanup theReyk Floeter
2008-10-09Don't strip newline when reading lines; matches the original behavior.Todd C. Miller
2008-10-09remove a dead store.Charles Longeau
2008-10-09Implement CPU_INFO_UNIT for everyone, not just MP kernels.Artur Grabowski