Age | Commit message (Expand) | Author |
2008-12-07 | Make acpiprt(4) check whether the current interrupt routing is "possible" and | Mark Kettenis |
2008-12-06 | revert all changes related to the mpsafe intr handler. i screwed up the commit | Ted Unangst |
2008-12-06 | some more trouble where i failed to account for oga's diff | Ted Unangst |
2008-12-04 | *sigh* unbreak the tree. | Owain Ainsworth |
2008-12-04 | Fix "fp_save ipi didn't" panic, and move i386/amd64 closer in the process. | Tobias Weingartner |
2008-12-04 | Move the bus_dma generic functions out of the far-too-podgy machdep.c and | Owain Ainsworth |
2008-12-03 | Remove the x86 and i386 prefixes to the bus_dma types. It's really quite | Owain Ainsworth |
2008-12-01 | terse is good, more readable; please commit deraadt@ | Todd T. Fries |
2008-11-27 | Enable gpioow and gpioiic for runtime attachment, keep the previous | Marc Balmer |
2008-11-26 | Enable Bluetooth (btd and btctl are not hooked into the build yet) | Uwe Stuehler |
2008-11-25 | we are heading quickly to a world where isp(4) will not fit, so let us | Theo de Raadt |
2008-11-24 | Import btsco(4) from NetBSD to work on it | Uwe Stuehler |
2008-11-24 | oops. | Artur Grabowski |
2008-11-24 | - Remove the special case for one page pmap_remove, it's useless. | Artur Grabowski |
2008-11-24 | die die die | Theo de Raadt |
2008-11-24 | In pmap_write_protect() clear and set the protection bits atomically and | Kurt Miller |
2008-11-24 | In pmap_clear_attrs() use i386_atomic_clearbits_l() to only clear the | Kurt Miller |
2008-11-23 | no more need to cope with pccom | Theo de Raadt |
2008-11-23 | pccom can finally die; ok kettenis dlg drahn, tested by okan | Theo de Raadt |
2008-11-22 | Move the drm drivers over from: | Owain Ainsworth |
2008-11-22 | Allow wired memory to be accounted on i386. This automatically changes | Mike Belopuhov |
2008-11-22 | The last parts of cpu_unidle. i386, amd64 and sparc64 | Artur Grabowski |
2008-11-22 | same change as for amd64. Move bus_space_* functions from inlines and | Owain Ainsworth |
2008-11-21 | add forgotten ioctls. allows writing to extra counters found on amd cpus. | Mike Belopuhov |
2008-11-14 | Garbage collect the LDT segments, and simply use the GDT segments. | Tobias Weingartner |
2008-11-14 | Atomically update the PTE. | Kurt Miller |
2008-11-09 | Rework that way that agp attaches. | Owain Ainsworth |
2008-11-06 | correct comment | Theo de Raadt |
2008-11-06 | delete checks for impossible conditions | Theo de Raadt |
2008-11-05 | since mmclose() is only called once for the final close, | Matthieu Herrb |
2008-10-28 | Try to use ACPI a little bit harder. Skip it only if ncpu < 2 and the | Theo de Raadt |
2008-10-25 | audio(9) says low level drivers are allowed to change the requested | Jacob Meuser |
2008-10-24 | clear pointer after freeing it | Theo de Raadt |
2008-10-24 | Add auacer(4) to handle the audio controller found in some ALi/ULi | Brad Smith |
2008-10-23 | Move the va_copy define to <sys/stdrag.h> making sure it is uniformaly | Mark Kettenis |
2008-10-23 | add mos(4) to the most relevant config files | Theo de Raadt |
2008-10-21 | more style nits. | Brad Smith |
2008-10-21 | style nits. | Brad Smith |
2008-10-19 | Shuffle MULTIPROCESSOR ifdef's around to allow code that deals with | Brad Smith |
2008-10-15 | make random(9) return per-cpu values (by saving the seed in the cpuinfo), | Theo de Raadt |
2008-10-15 | inteldrm and radeondrm are pretty stable by this point, so enable them on amd64 | Owain Ainsworth |
2008-10-10 | Use the MI random() for all cases; no need for a MD version since it | Theo de Raadt |
2008-10-09 | Skip memory areas smaller than 1 MB above the 16 MB boundary to deal with | Mark Kettenis |
2008-10-08 | uhci(4) at cardbus(4) seems to work (to the same extent that ohci(4) and | Theo de Raadt |
2008-10-06 | Unconditionally compile idt_vec_xxx functions. | Mark Kettenis |
2008-10-05 | Remove IOAPIC ID remapping code. It should not be necessary to avoid reusing | Mark Kettenis |
2008-10-04 | The wrong byte of the return code was being looked at for the | Theo de Raadt |
2008-09-29 | enable JMicron Ethernet (jme/jmphy) | Jonathan Gray |
2008-09-28 | Always include machine/cpu.h and remove i82489reg.h/i82489var.h. | Brad Smith |
2008-09-28 | Remove "XXX for now" NLAPIC define. Already provided via lapic.h. | Brad Smith |