summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-02-11- Make use of m_defrag().Brad Smith
2015-02-11Disable the L0S and L1 ASPM link states to workaround errata with theBrad Smith
2015-02-11Needs <sys/atomic.h> explicitely now.Miod Vallat
2015-02-11dlg@ said he had fixed sparc64, but I'm afraid this requires <sys/lock.h>Miod Vallat
2015-02-11things that use sys/lock.h want lockmgr locks. things that useDavid Gwynne
2015-02-11include extended capabilities in ahci debug outputJonathan Matthew
2015-02-11regenBrad Smith
2015-02-11Add Intel Dual Band Wireless AC 3165 / 8260 PCI ids.Brad Smith
2015-02-11recognise ahci 1.3.1Jonathan Matthew
2015-02-11no md code wants lockmgr locks, so no md code needs to include sys/lock.hDavid Gwynne
2015-02-11Switch most printf style functions calls back to linux function namesJonathan Gray
2015-02-11dont need lockmgr for pmap things, so we dont need sys/lock.hDavid Gwynne
2015-02-11this doesnt need lockmgr. we dont need sys/lock.hDavid Gwynne
2015-02-11Fix debug build, etc.Masao Uebayashi
2015-02-11Save OpenFirmware mappings in save_ofw_mapping(), currently unusedMartin Pieuchot
2015-02-11deprecate use of sys/lock.h and replace it with sys/atomic.h orDavid Gwynne
2015-02-11Direct config glue for octdwctwo(4).Masao Uebayashi
2015-02-11Explicitely include <sys/atomic.h>Miod Vallat
2015-02-11Extend struct kinfo_file a bit so that netstat has all the info it needs.Claudio Jeker
2015-02-11Don't rely in <sys/lock.h> bringing <sys/rwlock.h>.Miod Vallat
2015-02-11dont need lockmgr locks here.David Gwynne
2015-02-11Until carp(4) is converted to call ether_ifattach() and ether_ifdetach(),Martin Pieuchot
2015-02-11Eliminate sc_tx_cnt. Instead use an unsigned integer for sc_tx_prod andMark Kettenis
2015-02-11Prefer arg != 0 over arg for non-boolean. nitted kettenis@Philip Guenther
2015-02-11the only user of __cpu_cas is lock_machdep, so move it there.David Gwynne
2015-02-11Backout non-wanted changed introduced by accident as part of 1.24.Miod Vallat
2015-02-11sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously requiredPhilip Guenther
2015-02-11sys/lock.h and machine/lock.h dont provide anything this code uses.David Gwynne
2015-02-11intr.c needs atomic.h for atomic_setbits_int to say softints are pending.David Gwynne
2015-02-11Fix DIAGNOSTIC build. Trim blank lines.Masao Uebayashi
2015-02-11this doesnt need anything sys/lock.h providesDavid Gwynne
2015-02-11Needs <sys/atomic.h> now.Miod Vallat
2015-02-11Catch up with the new taskq_create(9) API.Masao Uebayashi
2015-02-11get SPINLOCK bits from machine/lock.h instead of sys/lock.hDavid Gwynne
2015-02-11get the SPINLOCK bits from machine/lock.hDavid Gwynne
2015-02-11Convert to uiomove(). ok kettenis@Miod Vallat
2015-02-11alpha (nor any other arch) uses any types or api provided by sys/lock.h.David Gwynne
2015-02-11g/c sys/cdefs.h header.Brad Smith
2015-02-11slight knf, and __inline is really spelled inline.David Gwynne
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