Age | Commit message (Expand) | Author |
2009-02-17 | ensure all pi_magic checks are inside DIAGNOSTIC | Theo de Raadt |
2009-02-16 | Cancel the automatic boot when you hold ctrl to skip boot.conf. | Stuart Henderson |
2009-02-16 | at tedu's request, bring back the basic single "first word" PI_MAGIC check | Theo de Raadt |
2009-02-16 | allocate the large structures instead of putting them on the stack, and | Theo de Raadt |
2009-02-16 | More 88110 SMP work. Contains, horribly entangled: | Miod Vallat |
2009-02-16 | Since NMI are now handled separately, remove the ``interrupt type'' argument | Miod Vallat |
2009-02-16 | Disable pool debug stuff for the release (it has a performance hit, but | Theo de Raadt |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-02-16 | Don't try to SCSIDEBUG targets or luns >31 since we only have 32 bits to | Kenneth R Westerback |
2009-02-16 | remove incorrect cast of pcb_cr3. okay kettenis@ weingart@ | Kurt Miller |
2009-02-16 | Rewrite the way the initial processing of exceptions is done on 88110 - we | Miod Vallat |
2009-02-16 | Be a litte bit more paranoid and validate the APIC table before committing | Mark Kettenis |
2009-02-16 | Allow username and password to be up to 255 characters in length. | Can Erkin Acar |
2009-02-16 | Core i7 chips don't have MSR_TEMPERATURE_TARGET register, and blow up | Kenneth R Westerback |
2009-02-16 | Store conditionally extended cpuid family/model values | Jonathan Gray |
2009-02-16 | Store conditionally extended cpuid family/model values | Jonathan Gray |
2009-02-16 | pfsync v5, mostly written at n2k9, but based on work done at n2k8. | David Gwynne |
2009-02-16 | on some buses (eg sas and fc fabrics) the initiator id doesnt mean | David Gwynne |
2009-02-16 | Kill ring.high_mark. it's unused. | Owain Ainsworth |
2009-02-15 | The core drm code calls drm_irq_uninstall() when needed at lastclose. | Owain Ainsworth |
2009-02-15 | dev_priv->irq_enabled is only set to zero and then ignored. kill it. | Owain Ainsworth |
2009-02-15 | radeon_do_cp_resume was only called in one place (and that function just | Owain Ainsworth |
2009-02-15 | the body of radeon_do_cp_flush() has been if 0ed out forever. so remove | Owain Ainsworth |
2009-02-15 | Some knf nits. | Owain Ainsworth |
2009-02-15 | If we are on the NMI stack, do not switch to the curpcb stack moments later, | Miod Vallat |
2009-02-15 | destatic and deinline. return type on line before rest of function | Owain Ainsworth |
2009-02-15 | move pflows ioctl to new numbers. Fixes a problem with wi(4) | Joerg Goltermann |
2009-02-15 | Revert previous. | Marc Balmer |
2009-02-15 | Fix compilation of kernels that have pf, but not pfsync. | Marc Balmer |
2009-02-15 | on IGPGART chipsets, map the pcigart table uncached. This fixes some bugs for | Owain Ainsworth |
2009-02-15 | for the sake of correctness bus_dmamap_sync when necessary for the | Owain Ainsworth |
2009-02-15 | Remove some ifdeffed out debugging code that I'm not so fond of. | Owain Ainsworth |
2009-02-15 | Remove some dead and unneeded defines, types and prototypes. | Owain Ainsworth |
2009-02-15 | Make the pcigart functions return 0 on success and an errno on failure, | Owain Ainsworth |
2009-02-15 | Split out the switch statement that writes the pcigart table entry into | Owain Ainsworth |
2009-02-15 | Remove drm_pci_alloc and associated definitions. | Owain Ainsworth |
2009-02-15 | Convert intel hardware-status-page allocation over to new dmamem api. | Owain Ainsworth |
2009-02-15 | convert drm_scatter code over to using the new dmamem api. | Owain Ainsworth |
2009-02-15 | convert the pcigart case where the gart table is in system memory over | Owain Ainsworth |
2009-02-15 | Convert CONSISTENT maps over to dmamem api. | Owain Ainsworth |
2009-02-15 | convert drm_addbufs_pci over to new dmamem api. | Owain Ainsworth |
2009-02-15 | Convert machdrm over to new dmamem api. | Owain Ainsworth |
2009-02-15 | introduce drm_dmamem_alloc() to allocate dma memory with bus_dma. | Owain Ainsworth |
2009-02-15 | do not check malloc return value against NULL, as M_WAITOK is used | Charles Longeau |
2009-02-15 | change M_WAITOK --> M_WAITOK | M_CANFAIL | Charles Longeau |
2009-02-15 | Set the limit of the GDT table to its size - 1. | Mike Belopuhov |
2009-02-15 | Properly send a request sense command if the command status asks for it. | Miod Vallat |
2009-02-15 | Sun's usage of the "banner-name" property is just too inconsistent to give | Mark Kettenis |
2009-02-15 | copystr(), copyinstr() and copyoutstr() should all return ENAMETOOLONG if | Joel Sing |
2009-02-15 | attach the Intel WiFi Link 100 and 6000 Series (though no firmware | Damien Bergamini |