Age | Commit message (Expand) | Author |
2015-02-11 | Prevent processes from entering iwm_ioctl while another process is | Stefan Sperling |
2015-02-11 | need sys/atomic.h to get atomic_{set,clear}bits_int | David Gwynne |
2015-02-11 | need sys/atomic.h for atomic_{set,clear}bits_int. | David Gwynne |
2015-02-11 | Show error code in DPRINTF error messages within iwm_send_phy_db_data. | Stefan Sperling |
2015-02-11 | we dont need sys/lock.h because we dont use lockmgr, but we do need | David Gwynne |
2015-02-11 | zero ecx before cpuid(1), for some Cyrix processors do not really | Miod Vallat |
2015-02-11 | Minimal attachment to build-test dwc2(4). | Masao Uebayashi |
2015-02-11 | make the rwlock implementation MI. | David Gwynne |
2015-02-10 | atomic_{cas,swap}_ptr takes a volatile void *, not a volatile void **. | David Gwynne |
2015-02-10 | Convert to uiomove() | Miod Vallat |
2015-02-10 | Adjust usb(9) API differences to at least compile. | Masao Uebayashi |
2015-02-10 | Testing indicates TX is broken for 11a in iwm(4) so stop advertising 11a | Stefan Sperling |
2015-02-10 | Don't use an uninitialized variable when a PT_LOAD segment with | Philip Guenther |
2015-02-10 | Adjust various kernel API differences. | Masao Uebayashi |
2015-02-10 | Wireless drivers call if_input() via ieee80211_input() which set `rcvif' | Martin Pieuchot |
2015-02-10 | Convert tsleep(9)/wakeup(9) usages. | Masao Uebayashi |
2015-02-10 | Replace hand rolled code with m_defrag(). | Brad Smith |
2015-02-10 | Whitespace. | Masao Uebayashi |
2015-02-10 | Convert timeout(9)/taskq(9) usages. | Masao Uebayashi |
2015-02-10 | Trivial conversion to uiomove() | Miod Vallat |
2015-02-10 | Convert sun4 eeprom access to uiomove() | Miod Vallat |
2015-02-10 | Convert to uiomove(). | Miod Vallat |
2015-02-10 | Convert to uiomove(). | Miod Vallat |
2015-02-10 | In iwm(4), call ieee80211_media_init() after overriding net80211 state | Stefan Sperling |
2015-02-10 | The attach procedure of iwm(4) was setting up the MAC address correctly | Stefan Sperling |
2015-02-10 | Convert uiomovei() with a constant size argument to uiomove(). | Miod Vallat |
2015-02-10 | Another uiomovei(,sizeof,) -> uiomove | Miod Vallat |
2015-02-10 | Switch uiomovei(..., sizeof whatever, ...) to uiomove(). | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-02-10 | In iwm(4), don't reinvent the standard rate set tables. | Stefan Sperling |
2015-02-10 | Sync iwm(4)'s fatal firmware error message with the one used by iwn(4). | Stefan Sperling |
2015-02-10 | Convert malloc(9)/free(9) usages. | Masao Uebayashi |
2015-02-10 | Convert pool(9) usages. | Masao Uebayashi |
2015-02-10 | s/device_t/struct device */ | Masao Uebayashi |
2015-02-10 | s/mutex/mtx/ | Masao Uebayashi |
2015-02-10 | Whitespace. | Masao Uebayashi |
2015-02-10 | s/usb_dma_t/struct usb_dma */ | Masao Uebayashi |
2015-02-10 | s/usbd_xfer_handle/struct usbd_xfer */ | Masao Uebayashi |
2015-02-10 | s/Static/static/ | Masao Uebayashi |
2015-02-10 | Convert header paths. | Masao Uebayashi |
2015-02-10 | Add RCS IDs. | Masao Uebayashi |
2015-02-10 | Adjust paths. Add RCS ID. | Masao Uebayashi |
2015-02-10 | Import dwc2 core and glue code from NetBSD. OK deraadt@ jsing@ miod@ mpi@ | Masao Uebayashi |
2015-02-10 | make atomic cas and swap take volatile pointers like theyre documented to. | David Gwynne |
2015-02-10 | switch most mtx_* calls back to linux spinlocks | Jonathan Gray |
2015-02-10 | Enable `va < VM_MIN_ADDRESS' check now that VM_MIN_ADDRESS is nonzero. | Miod Vallat |
2015-02-10 | remove #ifndef handling of __HAVE_MD_RWLOCK. it's never set, and with a | David Gwynne |
2015-02-10 | increase min address to page size for all remaining min == 0 systems. | Ted Unangst |
2015-02-10 | include the "set prio" values. | Henning Brauer |
2015-02-10 | Correctly parse memory regions from the firmware on 64bit machines. | Martin Pieuchot |