Age | Commit message (Expand) | Author |
2010-11-03 | no need to specify the -t flag to ctags | Theo de Raadt |
2010-11-03 | only let vmt match and therefore attach if mainbus is specifically asking | David Gwynne |
2010-10-26 | enable vmt(4). hopefully it will get some use soon. | David Gwynne |
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-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-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-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-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-28 | Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms, | Miod Vallat |
2010-09-26 | Merge pmsi(4) into pms(4). From Alexandr Shadchin on tech@. | Miod Vallat |
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-23 | enable utwitch(4) (formely uyurex(4)) by default | Yojiro Uo |
2010-09-22 | Add a new interface pppx(4) -- the ppp multiplexer to be used with npppd | Claudio Jeker |
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-21 | save & restore the watchdog configuration when doing suspend/resume | Theo de Raadt |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
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-09 | The resume powerhooks were always in the wrong place. Then when replaced | Theo de Raadt |
2010-09-08 | merge apm_standby() into apm_suspend() | Theo de Raadt |
2010-09-08 | No need for vfs_syncwait() in a bufq_quiesce() world | Theo de Raadt |
2010-09-08 | activate NTFS, let's hope it gets less experimental soon (as beck@ said) | Marc Espie |
2010-09-06 | Make sure bus_dmamap_sync() always involves a function call, to prevent the | Mark Kettenis |
2010-09-06 | now that the drm issue is resolved, switch to using ca_activate calls | Theo de Raadt |
2010-09-06 | - spello, short-hand -> shorthand | Jasper Lievisse Adriaanse |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-31 | pchbactivate should return result of config_activate_children | Theo de Raadt |
2010-08-27 | Run powerhooks with interrupts blocked. This requires a bit of a song and | Theo de Raadt |
2010-08-27 | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber | Theo de Raadt |
2010-08-19 | Add "memory" clobber to lidt inline asm, to prevent the GCC optimizer from | Mark Kettenis |
2010-08-11 | Disable the RTC the periodic interrupt. Leaving it enabled causes the | Mark Kettenis |
2010-08-11 | crank version | Theo de Raadt |
2010-08-11 | De-inline CHS_rw. Somehow the merger of two monster __asm __inline statements | Theo de Raadt |
2010-08-10 | add a description for bsd.sp where appropriate; while here, write | Igor Sobrado |
2010-08-10 | spaces and tabs, no binary change | Marco Peereboom |
2010-08-08 | Accept "ACPI 4" or such, bug in laptop or spec? -- Thinkpad SL510 | Theo de Raadt |
2010-08-08 | Restore the APIC ID to what we set it to at boot (some machines come up | Theo de Raadt |
2010-08-08 | Reenable acpiasus(4). The bogus code is actually dead code, and jsing@'s | Mark Kettenis |
2010-08-08 | Disable acpiasus(4); it violates the rule that only the acpi thread is allowed | Mark Kettenis |
2010-08-07 | On resume, re-activate the host RNG on the host bridges that need it. | Theo de Raadt |