Age | Commit message (Expand) | Author |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-08-15 | use static for inline so we get the desired behaviour with compilers | Jonathan Gray |
2009-08-14 | enable lisa(4); tested by Marco Knol; ok deraadt | Constantine A. Murenin |
2009-08-13 | Cleanup differences between i386 and amd64. | Mark Kettenis |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-08-13 | wire vscsi up to a cdev | David Gwynne |
2009-08-13 | A new(er) mtx_enter_try(). | Tobias Weingartner |
2009-08-13 | Make the i386 APIC code closer to the amd64 version. Many whitespace fixes, | Mark Kettenis |
2009-08-11 | With the SysV memory allocation changes, allocsys() doesn't do anything | Miod Vallat |
2009-08-11 | fix some stupidity in x86 bus_space_map. | Owain Ainsworth |
2009-08-10 | use splhigh instead of splclock to block in the i386_ipi | Theo de Raadt |
2009-08-10 | right now, we only increment ci_idepth in struct cpuinfo when | Owain Ainsworth |
2009-08-09 | Introduce option DDB_STRUCT. Kernels compiled with this option (except on | Miod Vallat |
2009-08-09 | if extent_alloc() fails, we don't clear the iomap properly before | Owain Ainsworth |
2009-08-09 | Rototill system V message queues. | Bret Lambert |
2009-08-08 | add alc(4) to the i386 and amd64 RAMDISK_CD configs | Kevin Lo |
2009-08-08 | alc(4) is a driver for the Atheros AR8131/AR8132 ethernet chip. | Kevin Lo |
2009-08-06 | reintroduce the uvm_tree commit. | Owain Ainsworth |
2009-08-05 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-08-02 | Dynamic buffer cache support - a re-commit of what was backed out | Bob Beck |
2009-07-31 | on error, just call unload() instead of doing all the actions that it | Owain Ainsworth |
2009-07-30 | Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), only | Miod Vallat |
2009-07-27 | add bus speed recognition on Nehalem based cpus, this | Dariusz Swiderski |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
2009-07-25 | Add an extra argument to uvm_unmap_remove(), for the caller to tell it | Miod Vallat |
2009-07-23 | reserve a space for aibs(4) in amd64 and i386, commented out for now; ok deraadt | Constantine A. Murenin |
2009-07-21 | Change the rbus md_space_{map,unmap} signature to take a rbus_tag_t instead | Miod Vallat |
2009-07-20 | Pass a pci_chipset_tag_t to pci_intr_line(), to eventually allow the | Miod Vallat |
2009-07-16 | KNF | Michael Knudsen |
2009-07-10 | Switch away from using -traditional-cpp to iso/ansi cpp for asm files. | Jonathan Gray |
2009-06-25 | re-enable inteldrm since new X driver is about to fix the issue | Theo de Raadt |
2009-06-24 | There are 3 reasons why the first block in apm_probe can fail, and in one | Theo de Raadt |
2009-06-16 | Backout pmemrange (which to most people is more well known as physmem | Ariane van der Steldt |
2009-06-16 | Backout all changes to uvm after pmemrange (which will be backed out | Owain Ainsworth |
2009-06-15 | Back out all the buffer cache changes I committed during c2k9. This reverts t... | Bob Beck |
2009-06-14 | Make sure the pglist is TAILQ_INIT()'ed before invoking uvm_pglistalloc(). | Miod Vallat |
2009-06-14 | Disable inteldrm by default since it once again breaks x40 suspend. | Theo de Raadt |
2009-06-08 | If the machine only has one state enabling the EST driver is pointless, | Gordon Willem Klok |
2009-06-08 | fix non standard/valid usage of ? : operator. | Jonathan Gray |
2009-06-07 | We weren't including isa.h and therefore missing the NISA #define. This | Mike Larkin |
2009-06-06 | Update est.c, make it capable of using ACPI if the PSS is available but | Gordon Willem Klok |
2009-06-06 | ipi_reloadcr3 uses CPUVAR, so it needs to set up %fs in order to | Philip Guenthe |
2009-06-06 | Disable interrupts durring the lock step frequency/voltage change. Generic | Gordon Willem Klok |
2009-06-06 | add an interface to agp to create a bus_dma_tag over a range of the | Owain Ainsworth |
2009-06-06 | It might be a good idea to commit all the diff. *sigh*. | Owain Ainsworth |
2009-06-06 | add sg_dma.c on i386, soon to be used. | Owain Ainsworth |
2009-06-06 | option X86EMU is how this subsystem is brought into a kernel | Theo de Raadt |
2009-06-06 | fix include paths | Theo de Raadt |
2009-06-06 | Add vga bios repost support. Fetched from the NetBSD tree mostly. | Paul Irofti |
2009-06-06 | Fix some lapic, interrupt, and clock issues on i386 ACPI S3 resume. | Mike Larkin |