Age | Commit message (Expand) | Author |
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 |
2011-04-19 | as confirmed by my 11mo old son, this makes midi keyboards work with macppc | Todd T. Fries |
2011-04-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |
2011-04-16 | Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless of | Kenneth R Westerback |
2011-04-15 | More than a decade ago, interrupt handlers on sparc started returning 0 | Theo de Raadt |
2011-04-15 | In days of yore one could arbitrarily whack buffer flags. Those days | Kenneth R Westerback |
2011-04-15 | Correct the sharing of the signal handling state: stuff that should | Philip Guenthe |
2011-04-15 | Convert the kernel Makefiles to autogenerate dependencies during compilation | Philip Guenthe |
2011-04-10 | Include <libkern.h> to get proper strrchr() prototype. | Miod Vallat |
2011-04-06 | The various read*label() have stopped returning error strings for quite | Miod Vallat |
2011-04-03 | Iopoolification of some less common scsi drivers. | Kenneth R Westerback |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo de Raadt |
2011-03-03 | Crank MAXDSIZ up to 2G on macppc and socppc. | Antoine Jacoutot |
2011-02-26 | Force the DUID cache used to generate hw.disknames to be updated | Kenneth R Westerback |
2011-02-19 | Only attach if the "device_type" propery is "programmer-button". On the iMac | Mark Kettenis |
2011-02-17 | Disable sbt and ubt devices. The bluetooth code will sometimes sleep while | Miod Vallat |
2011-01-14 | - use nitems() | Jasper Lievisse Adriaanse |
2011-01-13 | move to 4.9-current | Theo de Raadt |
2011-01-08 | rename imask[] to cpu_imask[] to because imask is too loud as far as | Theo de Raadt |
2011-01-08 | The Ubiquiti WiFiStation EXT works on the Sun Blade 1500. | Damien Bergamini |
2010-12-30 | If genassym fails, sort on the pipeline will indicate no error resulting | Theo de Raadt |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-15 | oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinks | Ted Unangst |
2010-12-12 | rsu(4) works on the sparc64, so add it everywhere where urtwn(4) is. | Damien Bergamini |
2010-12-06 | - use consistent 'include' rules without a full relative path. | Jasper Lievisse Adriaanse |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |