Age | Commit message (Expand) | Author |
2014-09-22 | Enable power saving modes for IBM PowerPC 970 CPUs. | Martin Pieuchot |
2014-09-22 | Drop the kernel lock when copying data to/from the other domain during | Mark Kettenis |
2014-09-22 | Add missing format specifier. | Brad Smith |
2014-09-21 | Reset fault status registers to zero after reading them, even in the 2:1 | Miod Vallat |
2014-09-21 | Don't check LAPIC_DLSTAT_BUSY again after an IPI | Stefan Fritsch |
2014-09-21 | Don't request an ACK from the server if we're polling. | Mark Kettenis |
2014-09-21 | Decouple polled commands from the interrupt handler. | Mark Kettenis |
2014-09-20 | On i386, agp_map_subregion might sleep, which is not allowed in some of | Mark Kettenis |
2014-09-20 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-19 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-19 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-19 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-19 | add missing break statements giving alaw encoding | Jonathan Gray |
2014-09-19 | add missing break statements to imxccm_get_fecclk() | Jonathan Gray |
2014-09-19 | Use correct printf format when MP_LOCKDEBUG is defined. | Martin Pieuchot |
2014-09-18 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-16 | Check the right descriptor field when polling for completion. | Mark Kettenis |
2014-09-16 | Simple cleanups for amd64 pmap | Stefan Fritsch |
2014-09-16 | Split out command submission code into its own function. | Mark Kettenis |
2014-09-15 | Fix logic error; we're out of IOs if we're not connected to the virtual disk | Mark Kettenis |
2014-09-15 | Remove non-standard <sys/dkstat.h> header. It has not contained anything | Miod Vallat |
2014-09-15 | Call ldc_send_unreliable() insteaf of duplicating the code to send an ldc | Mark Kettenis |
2014-09-14 | Add the ne(4) NE2000 PCI frontend. | Brad Smith |
2014-09-14 | Clean up isp(4) from kernel configs with the new drivers already | Brad Smith |
2014-09-14 | Fix some bugs in the fpu_sqrt implementation that would limit the accuracy | Mark Kettenis |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-09-12 | Remove the code that attempts to synchronize P-state transitions between CPUs. | Mark Kettenis |
2014-09-11 | mplement membar(9) API for i386. | Mark Kettenis |
2014-09-08 | ...and the other file I missed cvs rm'ing in the procfs purge. | Philip Guenther |
2014-09-08 | Delete procfs; it's always had races and is now unused: no one noticed for | Philip Guenther |
2014-09-07 | Implement membar(9) API for amd64. | Mark Kettenis |
2014-09-06 | Rename ci_iactive into ci_flags, this field now holds the going-to- | Martin Pieuchot |
2014-09-06 | Rewrite cpu_idle & friends to not check and update the hid0 register | Martin Pieuchot |
2014-09-06 | Rewrite the PowerPC stack dump routine to delimit the trap & interrupt | Martin Pieuchot |
2014-09-06 | Add functions to manipulate IBM PowerPC 970 specific registers that | Martin Pieuchot |
2014-09-04 | Revert previous change, but use curcpu()->ci_schedstate.spc_cp_time[] instead | Miod Vallat |
2014-09-03 | Sync amd64 and i386 GENERIC.MP with other arches by | Bret Lambert |
2014-09-01 | Add implementations of atomic_{inc,dec,add,sub}_{int,long}() and | Philip Guenther |
2014-08-30 | Fix format strings in STIDEBUG code. | Miod Vallat |
2014-08-30 | Make sure we check for GPT in writedisklabel() if kernel is compiled with GPT | Miod Vallat |
2014-08-30 | Don't panic when an illegal IRQ is passed to intr_{dis,}establish(). | Martin Pieuchot |
2014-08-30 | Bump the fan limit and avoid a panic on my quad G5. | Martin Pieuchot |
2014-08-29 | Use the load average from averunnable.ldavg[] instead of bogus cp_time[] | Miod Vallat |
2014-08-27 | Remove redundant setting of if_mtu which ether_ifattach() already | Brad Smith |
2014-08-24 | socketvar.h instead of socket.h, oops | Theo de Raadt |
2014-08-24 | remove trailing whitespace | Stefan Fritsch |
2014-08-23 | oddly now needs sys/socket.h, because someone removed struct socket fwd | Theo de Raadt |
2014-08-22 | pseudo-device crypto was accidentally left for some architectures. | Theo de Raadt |
2014-08-21 | Kill the remaining <netinet/in_systm.h> inclusion! | Martin Pieuchot |