summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2015-02-10since we inherit prio (as in, the queuing priority) from outside sources,Henning Brauer
2015-02-10remove some very MD debug code that was reaching into x86 mplocksDavid Gwynne
2015-02-10switch most rwlock calls back to their linux equivalentsJonathan Gray
2015-02-10reintroduce page item cache colouring.David Gwynne
2015-02-10Remove a #define for an ipi removed last year. No functional change.Mike Larkin
2015-02-10Factor out the common bits of process_new() and main()'s code forPhilip Guenther
2015-02-10Redo dwc2 import with CVS tags expanded.Masao Uebayashi
2015-02-10Import dwc2 core and glue code from NetBSD. OK deraadt@ jsing@ miod@ mpi@Masao Uebayashi
2015-02-10Do not abuse `rcvif'.Martin Pieuchot
2015-02-10Remove references to <sys/param.h> in comment, since MSIZE and MCLBYTESLawrence Teo
2015-02-10assert that we hold the scheduler lock in unsleep()Bret Lambert
2015-02-10use linux function names when locking mode configJonathan Gray
2015-02-10Remove m_act; it was the historical name of m_nextpkt and has beenLawrence Teo
2015-02-10bzero -> memset and unify sizeof() usage (no space).Claudio Jeker
2015-02-10In rt_if_track skip rtables that are not in the rdomain of the ifp.Claudio Jeker