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