summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-01-21Fix the timeout value sent in ADDBA request and response frames.Stefan Sperling
2016-01-21Introduce in{,6}_hasmulti(), two functions to check in the hot path ifMartin Pieuchot
2016-01-21avoid uninitialised variable useJonathan Gray
2016-01-21add a missing if_put() in a carp specific pathJonathan Gray
2016-01-21Remove now uneeded bus_space_unmap calls in the DS1742W/Origin path thatJonathan Gray
2016-01-21remove the arp_inuse and arp_allocated countersDavid Gwynne
2016-01-20make AUDIO_GETDEV ioctl return the device name (ex "azalia0") ratherAlexandre Ratchov
2016-01-20dlg@ took a pity on me and let me stay sane a bit longer by givingMike Belopuhov
2016-01-20Set segflg member of uio struct with symbolic enum valueStefan Kempf
2016-01-20Check for disks deeper than 4 levels down in the Open Firmware device tree.Stefan Sperling
2016-01-20Don't bump output errors when when tx ring is fullMike Belopuhov
2016-01-20Set byte order the default encoding in the attach method toAlexandre Ratchov
2016-01-20remove an unused ifp variableJonathan Gray
2016-01-20add hidmt, a HID-layer driver for multitouch touchpads that conformJoshua Stein
2016-01-20add the ability to set and get reportsJoshua Stein
2016-01-20add hid_get_udataJoshua Stein
2016-01-19Convert min() and uiomovei() to ulmin() and uiomove(),Stefan Kempf
2016-01-19Convert min() and uiomovei() to ulmin() and uiomove().Stefan Kempf
2016-01-19Fix a race causing hardclock() to be sometimes invoked between the endAntoine Jacoutot
2016-01-19Mask interrupts on boot, masking/unmasking is handled by stop/initMike Belopuhov
2016-01-19Fix a few issues in the xnf transmit pathMike Belopuhov
2016-01-19Cast evtchn_mask to a char pointer for an isset operationMike Belopuhov
2016-01-19Check if the vnode type is VBAD (corresponds to disconnectedAlexandre Ratchov
2016-01-19Correct the definitions of currently unused protocol guids so they willJonathan Gray
2016-01-18Log unhandled interruptsMike Belopuhov
2016-01-18Provide a Xen v3 API compatible fallback for event channel hypercallsMike Belopuhov
2016-01-18Fixup a hang while performing a read operation on XenStoreMike Belopuhov
2016-01-18Pass the address length to art_alloc() and remove the hack abusing theMartin Pieuchot
2016-01-18Add SYS_truncate as a "wpath" operation. Omission noticed by tb and sthen.Theo de Raadt
2016-01-18Stop storing a backpointer to the corresponding ART node in each routeMartin Pieuchot
2016-01-17fix an off-by-one that could result in read operations not readingJoshua Stein
2016-01-17dwiic_i2c_{read,write} -> dwiic_{read,write}Joshua Stein
2016-01-17enable ikbd(4)Jonathan Gray
2016-01-17Take acpi_foundhid() outside of #ifndef SMALL_KERNEL so the ramdiskJonathan Gray
2016-01-17remove an unused global variableJonathan Gray
2016-01-16Attach secondary CPUs by coremask. This fixes a crash that happened ifVisa Hankala
2016-01-16Panic if someone boots the kernel by force without CPU 0. The systemVisa Hankala
2016-01-15enable sdhc@acpi so emmc will be available at install timeJonathan Gray
2016-01-15In dwiic_acpi_foundhid() treat _STA missing as if all the bitsJonathan Gray
2016-01-15Check _STA method to see whether te device is actually present. If not, makeMark Kettenis
2016-01-15Moxa CP-168U support; from Olaf SchreckTheo de Raadt
2016-01-15syncTheo de Raadt
2016-01-15Moxa CP-168U, from Olaf SchreckTheo de Raadt
2016-01-15intr_barrier for sh/landisk; tobiasu noticed the need as wellTheo de Raadt
2016-01-15Cleanup dmesg output, disable debugging; prodding and suggestions from reyk@Mike Belopuhov
2016-01-15Convert to uiomove(); from Martin NatanoStefan Kempf
2016-01-15Detach emulated network devices if Netfront driver is enabledMike Belopuhov
2016-01-15Move files.hid above files.i2c to fix armish buildTobias Ulmer
2016-01-15Improve the socket panic messages further. claudio@ wants to seeAlexander Bluhm
2016-01-15KASSERT on refcnt underflow.David Gwynne