Age | Commit message (Expand) | Author |
2010-09-17 | revert scsi_base.c r1.195 and scsiconf.h r1.138 as it screws up with some | David Gwynne |
2010-09-17 | don't forget to free program header sections when writing | Mike Belopuhov |
2010-09-17 | use audio(4) DVACT_{QUIESCE,RESUME} | Jacob Meuser |
2010-09-17 | Recognize MIPS IV extra FPU condition codes in MipsEmulateBranch(). | Miod Vallat |
2010-09-17 | Protect a few more defines with _KERNEL checks, and also allow some of them | Miod Vallat |
2010-09-17 | FPU control/status register defines, and upcoming userland function | Miod Vallat |
2010-09-17 | Correctly disassemble `branch likely' instructions. | Miod Vallat |
2010-09-17 | There is only one code for coprocessor BC opcodes, so don't bother to handle | Miod Vallat |
2010-09-17 | Do not trust the FPU identification register obtained from KL configuration | Miod Vallat |
2010-09-15 | - prevent about then dots from being emitted by my rum(4) upon attach. | Jasper Lievisse Adriaanse |
2010-09-14 | Recognize the new sequence gcc4 uses to trap on divide by zero. | Miod Vallat |
2010-09-14 | Undo unrelated changes commitedby mistake. | Miod Vallat |
2010-09-14 | Force .rodata.str1.4 section to be merged into .text for the 32-bit bootblocks, | Miod Vallat |
2010-09-14 | unstatic variable we need elsewhere, fixes stand build on tezro | Marco Peereboom |
2010-09-14 | Fix couple of warnings | Marco Peereboom |
2010-09-14 | Forc -mno-abicalls when compiling non-PIC bootblocks, for gcc 4 passes -KPIC | Miod Vallat |
2010-09-14 | dont leak an xs in ststart if its called while the device is dying. | David Gwynne |
2010-09-14 | scsi_xsh_del the xs handler on DEACTIVATE. | David Gwynne |
2010-09-14 | Clean up sense mode handling to make residual value handling clearer | Kenneth R Westerback |
2010-09-14 | the openings member of scsi_link is the maximum number of commands that a | David Gwynne |
2010-09-14 | allow devices on fc and sas adapters to use all the openings the chip can | David Gwynne |
2010-09-13 | Added OCTEON in cpu type. ok miod@ | Takuya ASADA |
2010-09-13 | First shot at ICMP error handling inside an MPLS path. Currently only | Claudio Jeker |
2010-09-13 | Change icmp_reflect() so that it does not call icmp_send directly. This | Claudio Jeker |
2010-09-13 | Using a normaly unavailable 0.0.0.1 gateway on routes on sppp(4) based | Claudio Jeker |
2010-09-13 | if a busy sas device is unplugged, the pending io on that device will | David Gwynne |
2010-09-13 | dont reuse the event notifications ccbs id for the acknowledgement. | David Gwynne |
2010-09-13 | im not convinced we only have one outstanding event to ack at a time. this | David Gwynne |
2010-09-13 | sas io unit page 0 and 1 | David Gwynne |
2010-09-13 | i got the order of the bits in the cache page back to front. how | David Gwynne |
2010-09-12 | anonymous unions aren't standard C and don't work with gcc2. name the | Jacob Meuser |
2010-09-12 | Stricter types in MipsEmulateBranch(), and related cleanups. | Miod Vallat |
2010-09-12 | Use __dead instead of volatile to mark functions that don't return. Makes | Mark Kettenis |
2010-09-12 | Avoid machine-check exception on OCTEON. ok miod@ | Takuya ASADA |
2010-09-12 | Add some missing bus_dmamap_sync(). Fix a small whitespace problem while | Mark Kettenis |
2010-09-12 | silly me. use the switch() variable, not the case value. | Jacob Meuser |
2010-09-12 | use audio(4) DVACT_{QUIESCE,RESUME} | Jacob Meuser |
2010-09-12 | autoconf activate suspend/resume for emu(4). uses audio(4) | Jacob Meuser |
2010-09-12 | autoconf activate suspend/resume for cmpci(4). uses audio(4) | Jacob Meuser |
2010-09-12 | Garbage collect rot_rate from disk_parms. No longer in disk label so no | Kenneth R Westerback |
2010-09-12 | use audio(4) DVACT_{QUIESCE,RESUME} | Jacob Meuser |
2010-09-12 | use audio(4) DVACT_{QUIESCE,RESUME} | Jacob Meuser |
2010-09-12 | autoconf activate suspend/resume for auvia(4). uses new audio(4) | Jacob Meuser |
2010-09-12 | DVACT_{QUIESCE,RESUME} for audio(4) | Jacob Meuser |
2010-09-12 | Make cd the same as sd by calling the cd_parms member of the softc 'params' | Kenneth R Westerback |
2010-09-11 | Be more ruthlessly consistent in variable names for blk/block == | Kenneth R Westerback |
2010-09-11 | move machine dependent GET_CPU_INFO(), getcurcpu(), setcurcpu() to arch/sgi. ... | Takuya ASADA |
2010-09-10 | Provide a bus_dmamap_sync() implementation for the IOMMU. Fixes bigmem. | Mark Kettenis |
2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | Thordur I. Bjornsson |
2010-09-10 | if the speaker is muted because headphones are plugged in, don't | Jacob Meuser |