summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-10-06Retire SkipjackMike Belopuhov
2010-10-06Give the device the physical address obtained from the DMA mappingAlexandre Ratchov
2010-10-06Save and restore the lapic Task Priority register accross suspend/resume,Mark Kettenis
2010-10-06Correct the condition under which the x_wakeup_vector is cleared.Theo de Raadt
2010-10-06zero out auth hash context before freeing it; ok matthew millertMike Belopuhov
2010-10-05split acpi_enable_onegpe to separate enable/disable functionsJordan Hargrave
2010-10-05Added acpi_disable_allgpes function to clear GPE statusJordan Hargrave
2010-10-05clean up acpi_softc use moreTheo de Raadt
2010-10-05delete a bit of #if 0 codeTheo de Raadt
2010-10-05hide use of our global acpi_softc pointer a bit betterTheo de Raadt
2010-10-05implicitly protect m_cldrop with splnet; ok claudio dlgMike Belopuhov
2010-10-05add missing splx in the debug codepath. nevertheless thatMike Belopuhov
2010-10-05regenDavid Gwynne
2010-10-05areca have a new family of controllers outDavid Gwynne
2010-10-04add support for midi(4) ports to envy(4)Alexandre Ratchov
2010-10-04fp_wscale is only a single byte so do not byteswap it. This makes osClaudio Jeker
2010-10-03iopoolification. Tested on my Advansys ASP-3940U2W. Various eyesKenneth R Westerback
2010-10-03iopoolification. Tested on my Initio INIC-950. Various eyes includingKenneth R Westerback
2010-10-03Prevent the Dream Link USB LED Message Board to be attached as an HIDJonathan Armani
2010-10-03SyncJonathan Armani
2010-10-03Add Dream Link USB LED Message Board v1.0Jonathan Armani
2010-10-03syncTheo de Raadt
2010-10-03usb mouse; brynet@gmailTheo de Raadt
2010-10-03Remove unused header. ok deraadt@Takuya ASADA
2010-10-03Follow recent changes on mip64 FPU handling. ok deraadt@ miod@Takuya ASADA
2010-10-02turn off lid suspend if we doing halt -pTheo de Raadt
2010-10-02unneccessary check before calling cpu_unidle; Vladimir KirillovTheo de Raadt
2010-10-02Ensure the caches are wbinvd'd before we say that the cpu is not runningTheo de Raadt
2010-10-02make ci_flags volatile; some future MD code will depend on this.Theo de Raadt
2010-10-02Added octeon specific cop0 registers. ok miod@Takuya ASADA
2010-10-02remove support for srandom and urandom. direct everyone to arandom instead.Ted Unangst
2010-10-02Fix Ian@'s pms keyboard/mouse while keeping my eeePC working.Kenneth R Westerback
2010-10-01Implemented combus to support com device on OCTEON without modifing dev/ic/co...Takuya ASADA
2010-10-01Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platformsPhilip Guenthe
2010-10-01Add __only_inline, for use in headers like <ctype.h> for defining copiesPhilip Guenthe
2010-09-30If a caller is requesting to be set to the same rtable that theyPeter Hessler
2010-09-30Convert printf()'s to DPFDEBUG() macro.Ryan Thomas McBride
2010-09-29pipex_pptp_userland_output() calls always m_pullup() 16 bytes to theYASUOKA Masahiko
2010-09-29Add DMA sync operations. Fixes problems on macppc with gcc4 becauseMark Kettenis
2010-09-29In the implementation of the SIOCS80211DELNODE ioctl, callMark Kettenis
2010-09-29grab the acpi thread lock very early in acpi thread startup; not that itTheo de Raadt
2010-09-29Initialize the ts_recent (received timestamp) field in the newly createdClaudio Jeker
2010-09-29The attach function can return 1 now because there is no more priorityTheo de Raadt
2010-09-29Band-aid to prevent uvm_mapent_alloc() sleeping with the pseg mutex heldThordur I. Bjornsson
2010-09-29It is not allowed to recalculate the window scale after the initial SYN.Claudio Jeker
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