Age | Commit message (Expand) | Author |
2014-01-02 | disable MSI for Samsung XP941. | Gilles Chehade |
2013-12-31 | tedu the diagnostic code to detect the presence of the defective Xterasys XN-152 | Brad Smith |
2013-12-28 | The few network drivers that called their children's (ie. mii PHY | Theo de Raadt |
2013-12-25 | Instead of deciding which iockbc port is the keyboard port, and which one is the | Miod Vallat |
2013-12-09 | At resume, do not spin flushing characters in from the chip. There shouldn't | Theo de Raadt |
2013-12-09 | At suspend/resume time cope with timeouts, DTR on resume in a bus | Theo de Raadt |
2013-12-09 | timeout_del unconditionally | Theo de Raadt |
2013-12-08 | Fix rtsx_read_cfg() return value check in rtsx_attach(). Diff from dhill. | Stefan Sperling |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-12-04 | mfi_refresh_sensors calls mfi_ioctl_vol which calls mfi_bio_getitall, which | David Gwynne |
2013-12-03 | Remove num_chip_names. | Brad Smith |
2013-12-03 | #if 0 out atw_hw_decrypted() as it is currently an unused function as the | Brad Smith |
2013-12-02 | Rewrite receive filter handling and ioctl bits. Fixes not being able to | Brad Smith |
2013-11-27 | fix typo | Theo de Raadt |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2013-11-26 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-11-21 | Remove unneeded include. | Martin Pieuchot |
2013-11-20 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-11-18 | format string | Theo de Raadt |
2013-11-18 | Enable MSI on the remaining chipsets. | Brad Smith |
2013-11-18 | simplify kthread_create(). no more stdarg | Theo de Raadt |
2013-11-15 | ansify some function definitions. | Brad Smith |
2013-11-15 | Add missing parenthesis to make tick calculation work as intended. Should | Kenneth R Westerback |
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne |
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne |
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne |
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne |
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne |
2013-11-13 | ENOMEM is probably more appropriate than 0 in this error case. | Mike Larkin |
2013-11-13 | Use of uninitialized variable. There are obvious locking problems also | Mike Larkin |
2013-11-11 | replace things like "start + interval > ticks" with | David Gwynne |
2013-11-06 | Add support for the RTS5229 card reader to rtsx(4). | Stefan Sperling |
2013-11-06 | teach the side-effect free drivers about the partition they are dealing | Theo de Raadt |
2013-10-28 | tedu FDDI support and the 3 flavors the driver for DEC devices, even | Martin Pieuchot |
2013-10-25 | Fix/re-enable RX checksum offload for 8168C/8168CP revisions after revision r... | Brad Smith |
2013-10-23 | Add support for displaying the cache write policy of RAID volumes to bioctl(8) | Mark Kettenis |
2013-10-23 | Checkpoint of work-in-progress DMA support for oaic(4). Not working yet, | Miod Vallat |
2013-10-21 | Fix values of AR9003 Rx queue software indexes. Both indexes were zero, | Stefan Sperling |
2013-10-21 | Write AR9485 initvals in the same order as Linux ath9k does. | Stefan Sperling |
2013-10-20 | No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into the | Miod Vallat |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-10-19 | Remove never enabled WSCONS_SUPPORT_PCVTFONTS code. | Miod Vallat |
2013-10-19 | we dont fake VPD INQUIRY pages, so fail on requests for them. | David Gwynne |
2013-10-18 | Make sure that, when a particular mapchar() can't find a proper glyph for the | Miod Vallat |
2013-10-15 | Driver for the AIC-6250 SCSI controller found on AViiON models 100, 200, 300, | Miod Vallat |
2013-10-11 | Add initial RTL8106E and RTL8168G/8111G support. | Jonathan Gray |
2013-10-09 | Enable synch negotiation; code was there but not enabled since this driver was | Miod Vallat |
2013-10-09 | Include the 'state of health' field in the bbu ok sensor value. | Jonathan Matthew |
2013-10-07 | Do not invoke ttymodem() directly, but l_modem from the current linedisc. | Miod Vallat |
2013-10-05 | Disable interrupts in the interrupt handler. This is what FreeBSD does, and | Mark Kettenis |