summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-09-29Back out previous, it appears to be broken.Joshua Elsasser
2010-09-29When reading MXCSR from userland sigcontext, mask out invalid bits.Joshua Elsasser
2010-09-29It's never too late to make things at least compile.Miod Vallat
2010-09-29Radeon HD4200 Mobility; from brynet. Some flags tweaks from me.Owain Ainsworth
2010-09-29syncOwain Ainsworth
2010-09-29Radeon HD4200 Mobility from BrynetOwain Ainsworth
2010-09-29back out support for variable sized processing unit controls untilJacob Meuser
2010-09-29Adjust to the pipex changes introduced during j2k10. Compiles again notClaudio Jeker
2010-09-29Do not delay ACKs on connections using loopback interfaces. There is noClaudio Jeker
2010-09-29Fix a unfinished comment and add another one for tcp_update_(snd|rcv)space().Claudio Jeker
2010-09-28Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms,Miod Vallat
2010-09-28malloc() without a WAIT flagTheo de Raadt
2010-09-28wrap long line. correct indent. delete a useless comment.YASUOKA Masahiko
2010-09-28Make this compile again.Miod Vallat
2010-09-28typoMiod Vallat
2010-09-28replace hand-rolled infinite loop with LIST_FOREACHBret Lambert
2010-09-28Correct the handling of GS.base when iretq faults: the fault happensPhilip Guenthe
2010-09-28do not assume PR_NOWAIT is 0; it is not anymoreTheo de Raadt
2010-09-28missing PR_NOWAITTheo de Raadt
2010-09-27must have either PR_WAITOK or PR_NOWAIT set.David Gwynne
2010-09-27Unbreak atalk: don't call ifa_add() until the ifa_addr pointer has been setPhilip Guenthe
2010-09-27A few M_ZEROs without any M_WAITOK/M_NOWAITs.Thordur I. Bjornsson
2010-09-27Make sure the SEND_DEV_ID command is sent synchronously, so the response bufferMiod Vallat
2010-09-27must use M_WAITOK here; run into by landryTheo de Raadt
2010-09-27a pool_get() assuming that PR_NOWAIT is 0 (not anymore!); run into by naddyTheo de Raadt
2010-09-27add support for tracing process stacks in ddb (trace /p).Mike Belopuhov
2010-09-27tedu's shiny new pool_get kassert found an instance of PR_NOWAIT orMarco Peereboom
2010-09-26support variable sized (bControlSize != 2) processing unit bmControls,Jacob Meuser
2010-09-26No need for ums either; from BradMiod Vallat
2010-09-26No need for pms on the installation media; from BradMiod Vallat
2010-09-26unify some pool and malloc flag values. the important bit is that all flagsTed Unangst
2010-09-26Merge pmsi(4) into pms(4). From Alexandr Shadchin on tech@.Miod Vallat
2010-09-26remove static so things show up in ddb.Thordur I. Bjornsson
2010-09-26Length field in L2TP header was broken.YASUOKA Masahiko
2010-09-25ppb(4) should respect pci_dopm, like pci(4) does, and not try to poweroffMike Larkin
2010-09-25when vscsi is closed, deactivate all child devices so when we kill theDavid Gwynne
2010-09-24- missing semicolon from r@undefined.chJasper Lievisse Adriaanse
2010-09-24- let zaurus compile again after utwitch enableJasper Lievisse Adriaanse
2010-09-24avoid potential infinite loopBret Lambert
2010-09-24Add L2TP support to PIPEX.SUENAGA Hiroki
2010-09-24use a better description for the vnd(4) entry on this file.Igor Sobrado
2010-09-24When processing IPv6 RA messages we may end up adding a new IPv6 addressJoel Sing
2010-09-24Implement if_freenameindex() as a real function as required by posix.Claudio Jeker
2010-09-24Make the endpointer also const so that there is no warning from gcc4Claudio Jeker
2010-09-24Add stricter asserts to DIAGNOSTIC kernels to help catch mutex andMatthew Dempsky
2010-09-24vscsi lives once more!David Gwynne
2010-09-24Fix bus space mapping bugs for GPIO's and MFGPT's and while at it add properPaul Irofti
2010-09-24remove dying flag in detach() function.Yojiro Uo
2010-09-24useless storeTheo de Raadt
2010-09-24fix typo in utwitchDavid Gwynne