Age | Commit message (Expand) | Author |
2010-09-23 | enable utwitch(4) (formely uyurex(4)) by default | Yojiro Uo |
2010-09-23 | Move clock attachment later in the game. This is needed for cpu scaling. | Paul Irofti |
2010-09-23 | Introduce a DKF_NOLABELREAD flag, which is used by a device to prevent | Joel Sing |
2010-09-23 | Add pppx(4) to the cdevs of the remaining archs. | Claudio Jeker |
2010-09-22 | Add a new interface pppx(4) -- the ppp multiplexer to be used with npppd | Claudio Jeker |
2010-09-22 | Revert previous and let drivers register counterless interrupts; | Miod Vallat |
2010-09-22 | Switch to unconditionally attaching evcounts on TurboChannel | Matthew Dempsky |
2010-09-22 | Add DIOCGPDINFO to drivers that were lacking it. Where there | Kenneth R Westerback |
2010-09-22 | Fix ramdisks, from Vladimir Kirillov. Thanks! | Paul Irofti |
2010-09-22 | remove unused offset argument to rbus functions | Jonathan Gray |
2010-09-22 | All users of physio(9) now pass NULL as the buf pointer argument, so | Matthew Dempsky |
2010-09-21 | Better not panic in MipsEmulateBranch() if the instruction is an unspecified | Miod Vallat |
2010-09-21 | Replace the old floating point completion code with a C interface to the | Miod Vallat |
2010-09-21 | save & restore the watchdog configuration when doing suspend/resume | Theo de Raadt |
2010-09-21 | Watchdog suspend/resume logic. | Paul Irofti |
2010-09-21 | Remove bootinfo.c which has license issue. ok deraadt@ | Takuya ASADA |
2010-09-21 | Fix incorrect comment on comreg.h. ok deraadt@ | Takuya ASADA |
2010-09-21 | gpio at glxpcib was forgotten; tested by pirofti | Theo de Raadt |
2010-09-21 | Make splassert(IPL_NONE) work on amd64 the same as it does on i386. | Matthew Dempsky |
2010-09-20 | Make md_printins() get the printf-like function as an extra parameter, and | Miod Vallat |
2010-09-20 | cache operations for octeon. ok miod@ | Takuya ASADA |
2010-09-20 | Stop doing shutdown hooks in network drivers where possible. We already | Theo de Raadt |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-09-20 | Initial revision | Takuya ASADA |
2010-09-20 | Initial revision | Takuya ASADA |
2010-09-20 | Write the start of an activate function. QUIESCE should wait for the | Theo de Raadt |
2010-09-20 | Need an activate function to get to sub-devices. Write it by hand since | Theo de Raadt |
2010-09-20 | Must travese deeper for DVACT_QUIESCE; ok miod | Theo de Raadt |
2010-09-19 | Overhaul ddb disassembler to recognize all MIPS IV instructions, as well as | Miod Vallat |
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-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-13 | Added OCTEON in cpu type. ok miod@ | Takuya ASADA |
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-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-09 | Sync suspend logic with current practice, and try to handle failure | Miod Vallat |
2010-09-09 | Move cache settings into hw_cpu_init_secondary() ok miod@ | Takuya ASADA |
2010-09-09 | Fix compile error on option DEBUG ok miod@ | Takuya ASADA |