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