Age | Commit message (Expand) | Author |
2016-01-23 | Typo in comment; from Miod | Antoine Jacoutot |
2016-01-23 | In some cases machines with virtualisation extensions will boot into a | Jonathan Gray |
2016-01-23 | Fix some uses of sizeof where the size of a struct was intended, not | Jonathan Gray |
2016-01-22 | Zero the local structs holding crs information before parsing _CRS. | Jonathan Gray |
2016-01-22 | Setup interface features based on capabilities provided by the backend | Mike Belopuhov |
2016-01-22 | Set minimum number of slots on the receive ring to 18 | Mike Belopuhov |
2016-01-22 | To facilitate reading make sure to use a GTF_invalid flag by name | Mike Belopuhov |
2016-01-22 | Convert membar_* calls into virtio_membar_sync where it matters | Mike Belopuhov |
2016-01-22 | Straightforward uiomovei -> uiomove conversion. All size arguments for | Stefan Kempf |
2016-01-22 | Always check destination MAC address of received unicast packets, not | Stefan Fritsch |
2016-01-22 | If usb_fill_udf_task() failed to fill the struct, udf_data still | Alexander Bluhm |
2016-01-22 | Drop packets whose VNI flag is not set and VNI is not zero | Kazuya Goda |
2016-01-22 | Support tunnel VRF on etherip(4) | Kazuya Goda |
2016-01-22 | add a missing if_put() to ipip_input() | Jonathan Gray |
2016-01-22 | fix a missing if_put() in the default af path of tcp_mss() | Jonathan Gray |
2016-01-22 | Add back the initialisation of a cn30xxipd_offload() variable removed | Jonathan Gray |
2016-01-22 | remove a surplus splbio | Jonathan Gray |
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 |