Age | Commit message (Expand) | Author |
2014-12-17 | Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter | Philip Guenther |
2014-12-17 | Do as the datasheet recommends and disable the RX filter before adjusting | Brad Smith |
2014-12-16 | include atomic.h to get atomic operations (virtio_membar). ok sf | Ted Unangst |
2014-12-16 | only need lock.h here, not all of uvm_extern.h | Ted Unangst |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-12-16 | Protect memory allocation and disposal with splvm(); gets rid of splassert | Miod Vallat |
2014-12-15 | Consistency with the pci_intr_map bits. | Brad Smith |
2014-12-15 | Stop using usb_{alloc,free}mem() for the rings and internal structures. | Martin Pieuchot |
2014-12-15 | The PCI device ID 0x4c6e is a secondary device ID for the Radeon Mobility | Mark Kettenis |
2014-12-15 | Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro, | Philip Guenther |
2014-12-13 | yet more mallocarray() changes. | Doug Hogan |
2014-12-13 | ThinkPad Edge E130, event 0x6060 is supposed to indicate toggle | Theo de Raadt |
2014-12-11 | Do not blindly dereference hw_vendor and hw_prod without checking them for | Miod Vallat |
2014-12-11 | dragonflybsd has added a urio driver. conservation of urios requires | Ted Unangst |
2014-12-11 | Make sure you'll never look at stack garbage, prodded by kettenis@. | Martin Pieuchot |
2014-12-11 | Handle UPSes with broken report descriptors. | Martin Pieuchot |
2014-12-11 | Change uhidev(4) set/get report functions in various way. | Martin Pieuchot |
2014-12-10 | Add an unmute quirk for HP machines with the IDT 92HD75B1/2 codec. | Jonathan Gray |
2014-12-10 | Convert watchdog(4) devices to use autoconf(9) framework. | Mike Belopuhov |
2014-12-10 | Add skgpio(4) a driver for the Soekris net6501 GPIO and LEDs | Jonathan Gray |
2014-12-09 | More malloc() -> mallocarray() in the kernel. | Doug Hogan |
2014-12-09 | Replace some malloc(n*size,...) calls with mallocarray(). | Doug Hogan |
2014-12-08 | Deprecate usb_*_report(). USB HID devices are always attached below | Martin Pieuchot |
2014-12-08 | Do not report underruns as bus data errors, as suggested by section | Martin Pieuchot |
2014-12-08 | Remove a few foo_start() calls within ioctl handlers. Odd spot to have | Brad Smith |
2014-12-08 | When resetting an endpoint do not purge the ring. Instead set the | Martin Pieuchot |
2014-12-08 | Have foo_init() call foo_reset() to reset the chip to a known state | Brad Smith |
2014-12-08 | Split the ACPI resume trampoline into code and data, move the data page to | Mike Larkin |
2014-12-07 | Bring the 12x22 font in even if SMALL_KERNEL on sgi. | Miod Vallat |
2014-12-07 | sync | Theo de Raadt |
2014-12-07 | support WCH2 CH351 puc | Theo de Raadt |
2014-12-06 | A few last 'easy' #include dedups. | Kenneth R Westerback |
2014-12-06 | If "machdep.lidsuspend" is not set, do not go back to sleep if the lid | Martin Pieuchot |
2014-12-06 | Avoid error if a 64K transfer is done from a page-unaligned buffer. | Stefan Fritsch |
2014-12-06 | Increase low rxr watermark to a value suitable for jumbo frames. | Stefan Fritsch |
2014-12-06 | match family 16h | Jonathan Gray |
2014-12-06 | Repost video on all known Intel PowerVR devices not just GMA500, for | Jonathan Gray |
2014-12-06 | regen | Jonathan Gray |
2014-12-06 | add some more intel powervr devices and amd 16h misc cfg | Jonathan Gray |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-12-04 | as promised 18 years ago, consolidate isa floppy disks in files.isa | Ted Unangst |
2014-12-04 | Driver for MosChip Semiconductor 78x0 USB multiport serial adapters. | Martin Pieuchot |
2014-12-04 | regen | Martin Pieuchot |
2014-12-04 | Various MosChip Semiconductor multiport serial adapter. | Martin Pieuchot |
2014-12-04 | Disable MSI with the Samsung S4LN053X01 SSD controller as found in some | Brad Smith |
2014-12-04 | Simplify the MSI bits a bit. | Brad Smith |
2014-12-03 | More duplicate #include cleanout. | Kenneth R Westerback |
2014-12-03 | wb_init() calls wb_stop() and wb_reset() so remove some redundant calls | Brad Smith |
2014-12-03 | Turn ahci port start into a callback so sxiahci can do some magic to | Jonathan Gray |
2014-12-02 | regen | Brad Smith |