Age | Commit message (Expand) | Author |
2010-10-19 | grow i386 inside media a teeny bit | Theo de Raadt |
2010-10-14 | Move glxpcib(4) to MI land unifying the two MD drivers. | Paul Irofti |
2010-10-14 | Clean up segment handling: switch user-space to using code and data | Philip Guenthe |
2010-10-13 | do the same thing for the cd: | Mike Belopuhov |
2010-10-13 | shave some bytes off the ramdisk kernels by disaling a bunch of | Mike Belopuhov |
2010-10-12 | Force openings to 1 for devices that can't do tagged i/o, i.e. more | Kenneth R Westerback |
2010-10-11 | correct MACHINE, MACHINE_ARCH | Takuya ASADA |
2010-10-10 | Compact Flash support for OCTEON | Takuya ASADA |
2010-10-08 | allocate a major number to midi, since midi is already enabled | Alexandre Ratchov |
2010-10-06 | Save and restore the lapic Task Priority register accross suspend/resume, | Mark Kettenis |
2010-10-06 | Correct the condition under which the x_wakeup_vector is cleared. | Theo de Raadt |
2010-10-04 | add support for midi(4) ports to envy(4) | Alexandre Ratchov |
2010-10-03 | Remove unused header. ok deraadt@ | Takuya ASADA |
2010-10-03 | Follow recent changes on mip64 FPU handling. ok deraadt@ miod@ | Takuya ASADA |
2010-10-02 | turn off lid suspend if we doing halt -p | Theo de Raadt |
2010-10-02 | unneccessary check before calling cpu_unidle; Vladimir Kirillov | Theo de Raadt |
2010-10-02 | Ensure the caches are wbinvd'd before we say that the cpu is not running | Theo de Raadt |
2010-10-02 | make ci_flags volatile; some future MD code will depend on this. | Theo de Raadt |
2010-10-02 | Added octeon specific cop0 registers. ok miod@ | Takuya ASADA |
2010-10-01 | Implemented combus to support com device on OCTEON without modifing dev/ic/co... | Takuya ASADA |
2010-10-01 | Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platforms | Philip Guenthe |
2010-09-29 | Back out previous, it appears to be broken. | Joshua Elsasser |
2010-09-29 | When reading MXCSR from userland sigcontext, mask out invalid bits. | Joshua Elsasser |
2010-09-29 | It's never too late to make things at least compile. | Miod Vallat |
2010-09-28 | Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms, | Miod Vallat |
2010-09-28 | malloc() without a WAIT flag | Theo de Raadt |
2010-09-28 | Make this compile again. | Miod Vallat |
2010-09-28 | typo | Miod Vallat |
2010-09-28 | Correct the handling of GS.base when iretq faults: the fault happens | Philip Guenthe |
2010-09-27 | must use M_WAITOK here; run into by landry | Theo de Raadt |
2010-09-27 | add support for tracing process stacks in ddb (trace /p). | Mike Belopuhov |
2010-09-26 | No need for ums either; from Brad | Miod Vallat |
2010-09-26 | No need for pms on the installation media; from Brad | Miod Vallat |
2010-09-26 | Merge pmsi(4) into pms(4). From Alexandr Shadchin on tech@. | Miod Vallat |
2010-09-24 | - let zaurus compile again after utwitch enable | Jasper Lievisse Adriaanse |
2010-09-24 | Add stricter asserts to DIAGNOSTIC kernels to help catch mutex and | Matthew Dempsky |
2010-09-24 | Fix bus space mapping bugs for GPIO's and MFGPT's and while at it add proper | Paul Irofti |
2010-09-24 | fix typo in utwitch | David Gwynne |
2010-09-24 | enable utwitch(4) for SGI machines too. | Yojiro Uo |
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 |