Age | Commit message (Expand) | Author |
2014-12-10 | Convert watchdog(4) devices to use autoconf(9) framework. | Mike Belopuhov |
2014-12-10 | enable skgpio(4) | Jonathan Gray |
2014-12-10 | Add skgpio(4) a driver for the Soekris net6501 GPIO and LEDs | Jonathan Gray |
2014-12-10 | convert bcopy to memcpy. ok millert | Ted Unangst |
2014-12-09 | Check strlcpy(), strlcat(), and snprintf() return values in sparc64 ofwboot. | Stefan Sperling |
2014-12-09 | Like libc, also for the kernel: Import new amd64 assembly versions of | Reyk Floeter |
2014-12-09 | Sprinkle in a little more mallocarray(). | Doug Hogan |
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 | regen | Philip Guenther |
2014-12-08 | Add chflagsat(), modeled on fchmodat() with name to match FreeBSD. | Philip Guenther |
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 | Add an intermediate layer driver, cbus(4), to manage its own | Kenji Aoyama |
2014-12-08 | Use tabs instead of spaces here. | Brad Smith |
2014-12-08 | Have foo_init() call foo_reset() to reset the chip to a known state | Brad Smith |
2014-12-08 | Do not use a "struct route" when a "struct rtentry" is enough. | Martin Pieuchot |
2014-12-08 | There's no good reason to keep into "struct ifnet" a pointer that's only | Martin Pieuchot |
2014-12-08 | Do not take into account addresses configured in a different rdomain | Martin Pieuchot |
2014-12-08 | Move the data part of the mp trampoline to .rodata (initially). The kernel | Mike Larkin |
2014-12-08 | Split the ACPI resume trampoline into code and data, move the data page to | Mike Larkin |
2014-12-07 | don't truncate the dirhash if ufs truncate fails. | Ted Unangst |
2014-12-07 | Add missing load_font and list_font accessops, as well as crude screen burner | Miod Vallat |
2014-12-07 | Remove wrong comment. | Miod Vallat |
2014-12-07 | Avoid extra space in dmesg | Miod Vallat |
2014-12-07 | Probe the keyboard for its dip switches also if it is the console keyboard, | Miod Vallat |
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-07 | typo; fix from Kaspars Bankovskis | 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 | Enable xhci(4). | Mark Kettenis |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-12-05 | Allow only root to use KERN_PROC_VMMAP until it is really proven safe. | Masao Uebayashi |
2014-12-05 | Introduce a new sysctl to retrieve VM map entries | Masao Uebayashi |
2014-12-04 | Move the PIC revision 1 interrupt workaround from xbridge_pci_intr_handler() | Miod Vallat |
2014-12-04 | as promised 18 years ago, consolidate isa floppy disks in files.isa | Ted Unangst |
2014-12-04 | Repair VLAN tagging in the bridge output path | Mike Belopuhov |
2014-12-04 | Enable umcs(4) where moscom(4) is present. | Martin Pieuchot |
2014-12-04 | Driver for MosChip Semiconductor 78x0 USB multiport serial adapters. | Martin Pieuchot |
2014-12-04 | regen | Martin Pieuchot |