Age | Commit message (Expand) | Author |
2014-01-03 | Switch frequently allocated structs from malloc(M_DEVBUF) to separate pools. | pelikan |
2014-01-03 | Make queues disappear correctly on interfaces being destroyed. | pelikan |
2014-01-03 | regen | Joel Sing |
2014-01-03 | Fix previous commit, which clearly was not even compile tested, since it | Joel Sing |
2014-01-03 | regen | Brad Smith |
2014-01-03 | Add some newer Intel wireless PCI ids from 2000, 2030, 135, 100, 3160 | Brad Smith |
2014-01-03 | Add the second 7260 PCI id. | Brad Smith |
2014-01-03 | Fix spelling in comments | Philip Guenther |
2014-01-02 | crank version after random instruction fix from jsing | Theo de Raadt |
2014-01-02 | Add primary support for LUNA-88K 4bpp/8bpp frame buffer. | Kenji Aoyama |
2014-01-02 | disable MSI for Samsung XP941. | Gilles Chehade |
2014-01-02 | sync | Gilles Chehade |
2014-01-02 | add vendor and product | Gilles Chehade |
2014-01-02 | Simplify things slightly by using four byte indexing. | Joel Sing |
2014-01-02 | Ensure that we preserve callee-save registers. | Joel Sing |
2014-01-02 | enable beep controls on ALC221 and ALC269 as well | Jonathan Gray |
2014-01-02 | enable beep and CD controls on ALC282 | Jonathan Gray |
2014-01-02 | loadrandom() status should be ignored, so that we do not loop. | Theo de Raadt |
2014-01-01 | Remove __HAVE_PMAP_PHYSSEG support, nothing uses it anymore. | Miod Vallat |
2014-01-01 | Switch alpha to __HAVE_VM_PAGE_MD. From NetBSD. | Miod Vallat |
2014-01-01 | Destroy the eligible list when detaching from an interface. | pelikan |
2014-01-01 | fix header to get symbols loaded correctly | Miod Vallat |
2014-01-01 | Add a linker script to force the .openbsd.randomdata section to be put after | Miod Vallat |
2014-01-01 | copyright++ | Federico G. Schwindt |
2013-12-31 | tedu the diagnostic code to detect the presence of the defective Xterasys XN-152 | Brad Smith |
2013-12-31 | regen | Brad Smith |
2013-12-31 | another MCP61 id | Brad Smith |
2013-12-31 | bcopy -> memcpy. reviewed with one fix from matthew | Ted Unangst |
2013-12-30 | Add support for newer integrated Realtek PHY. | Brad Smith |
2013-12-30 | Have rgephy(4) always use RL_GMEDIASTAT to retrieve the link/media status | Brad Smith |
2013-12-30 | Expand the MSI support to cover most of the remaining bge(4) chipsets with the | Brad Smith |
2013-12-30 | Enable snooping on Lynx Point-LP HD Audio. | Jonathan Gray |
2013-12-30 | Correct initialization of Bt458, used in LUNA's 8bpp frame buffer. | Kenji Aoyama |
2013-12-30 | Fix IOC4DEV_xxx numbers, so that devices besides the first two serial ports | Miod Vallat |
2013-12-30 | Add Broadcom BCM57764, BCM57767 and BCM57787 PCI ids. | Brad Smith |
2013-12-30 | Add Broadcom BCM57764, BCM57767 and BCM57787 PCI ids. | Brad Smith |
2013-12-29 | In tlbdsmiss, do not trash the tlb pointer by mistake. From NetBSD (PR #39257) | Miod Vallat |
2013-12-29 | Remove excessive parentheses. | Brad Smith |
2013-12-29 | Force clock clamping after one byte received instead of three. There are still | Miod Vallat |
2013-12-29 | regen | Miod Vallat |
2013-12-29 | Intel NM70 | Miod Vallat |
2013-12-28 | The mips partition table in the volume header uses 512-byte logical units, | Miod Vallat |
2013-12-28 | Try to load entropy data from disk:/etc/random.seed. Then, insert this into | Mark Kettenis |
2013-12-28 | oops, the fallback stack protector code must handle 64-bit guards | Theo de Raadt |
2013-12-28 | Always call PHY_RESET upon attaching eephy(4) so as to do PHY initialization, | Brad Smith |
2013-12-28 | Make sure the PT_OPENBSD_RANDOMIZE program header actually covers the data | Mark Kettenis |
2013-12-28 | Back out the previous commit; rodata gets merged with text by the linker. | Mark Kettenis |
2013-12-28 | create rodata PHDR; ok kettenis | Theo de Raadt |
2013-12-28 | Require an explicit PT_OPENBSD_RANDOMIZE program header in the kernel linker | Miod Vallat |
2013-12-28 | Further clean up and unification of the amd64 and i386 boot(8) makefiles. | Joel Sing |