Age | Commit message (Expand) | Author |
2011-11-08 | Garbage collect now unused MKDEP definitions. ok deraadt@ | Matthieu Herrb |
2011-10-28 | Enable interrupts while processing off level interrupts. simplify code | Dale Rahn |
2011-10-28 | Ignore devices with irq 0 on mpcpci bus, the only devices seen this | Dale Rahn |
2011-10-27 | Specify the TLS variant for each platform. | Philip Guenthe |
2011-10-24 | Revert last change, reported increased stablility with the change was | Dale Rahn |
2011-10-22 | Do not run off level interrupts with external interrupts disabled as | Dale Rahn |
2011-10-06 | ccd goes to the attic | Theo de Raadt |
2011-09-29 | Fix local types in vgafb_pci_probe(), to match what pci_*_find() expect, | Miod Vallat |
2011-09-27 | Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t or | Miod Vallat |
2011-09-17 | arithemtic -> arithmetic | Miod Vallat |
2011-09-16 | Set the shared priority entry to the value of the current maxipl entry, | Dale Rahn |
2011-09-04 | oops, this DPRINTF flavour takes no parentheses. | Miod Vallat |
2011-09-04 | Silence awacs_trigger_input by turning a noisy printf into the DPRINTF | Miod Vallat |
2011-08-29 | Return of the long missing powerpc interrupt rewrite. Was working for | Dale Rahn |
2011-07-18 | take us to 5.0-beta | Theo de Raadt |
2011-07-10 | Oops. Copy just the comment about the checkdisklabel() call, not | Kenneth R Westerback |
2011-07-10 | If there is recognized MD disk partitioning info, use it to determine | Kenneth R Westerback |
2011-07-08 | Cleanup calculation of OpenBSD disklabel location on DPME partitions. The labels | Kenneth R Westerback |
2011-07-08 | Unbreak macppc bootloader due to libz changes. | Dale Rahn |
2011-07-08 | When reading dos labels use DOS_LABELSECTOR and don't use LABELOFFSET. For al... | Kenneth R Westerback |
2011-07-07 | deraadt says disable bluetooth everywhere else too | Ted Unangst |
2011-07-07 | Take more care to write 'dos' labels in the same place readdoslabel() | Kenneth R Westerback |
2011-07-07 | The drahn memorial bad kernel build fix: prevent blood pressure | Philip Guenthe |
2011-07-06 | make clean should clean .d files, so as to leave a fresh canvas. | Ted Unangst |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-07-04 | Nuke the useless D_KQFILTER flag and just check that d_kqfilter is | Nicholas Marriott |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-06-29 | Replace all instances of "scsibus* at hba?" with a single "scsibus* at | Matthew Dempsky |
2011-06-27 | repair after last commit | Theo de Raadt |
2011-06-26 | if_downall() cannot be done MI in sys_reboot() because vfs_shutdown() | Theo de Raadt |
2011-06-23 | Fix the error path in bus_dmamem_map. | Ariane van der Steldt |
2011-06-17 | M_WAITOK cleanup of two cases: | Michael Knudsen |
2011-06-16 | Removes unused variables. | Martin Pieuchot |
2011-06-16 | Removes the always-set-to-1 adbSoftPower variable. | Martin Pieuchot |
2011-06-16 | Uses generic confargs to attach the apm(4) and piic(4) drivers instead of | Martin Pieuchot |
2011-06-15 | Add a const char* as first member of struct adb_attach_args, so that we can | Miod Vallat |
2011-06-07 | Make use of macobio_* methods to manage the i2s GPIOs, remove the customs | Martin Pieuchot |
2011-06-07 | Fix the use of mute/volume keys broken by the last API change in audio.c | Martin Pieuchot |
2011-06-05 | Move the bufcachepercent setting code to MI locations -- set it to 42% | Theo de Raadt |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-25 | Add dfs(4), a driver to support the Dynamic Frequency Switching feature | Martin Pieuchot |
2011-05-24 | On OpenBSD, we've always attached scsibus(4) to umass(4), even for | Matthew Dempsky |
2011-05-22 | Enable ath(4) | Martin Pieuchot |
2011-05-15 | Unify various gpio access using methods that take an offset relative to the | Martin Pieuchot |
2011-05-14 | pm_* methods are always attached to a PMU, no need to check for hardware. | Martin Pieuchot |
2011-05-09 | Refactor queue allocation and initialization into a wdc_alloc_queue() | Matthew Dempsky |
2011-05-05 | add support for muting the master channel on i2s based cards, this allows the | Jasper Lievisse Adriaanse |
2011-05-04 | fix volume up and down using the keyboard keys | Jasper Lievisse Adriaanse |
2011-04-28 | - enable fenv | Martynas Venckus |