summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-12-10Convert watchdog(4) devices to use autoconf(9) framework.Mike Belopuhov
2014-12-10enable skgpio(4)Jonathan Gray
2014-12-10Add skgpio(4) a driver for the Soekris net6501 GPIO and LEDsJonathan Gray
2014-12-10convert bcopy to memcpy. ok millertTed Unangst
2014-12-09Check strlcpy(), strlcat(), and snprintf() return values in sparc64 ofwboot.Stefan Sperling
2014-12-09Like libc, also for the kernel: Import new amd64 assembly versions ofReyk Floeter
2014-12-09Sprinkle in a little more mallocarray().Doug Hogan
2014-12-09More malloc() -> mallocarray() in the kernel.Doug Hogan
2014-12-09Replace some malloc(n*size,...) calls with mallocarray().Doug Hogan
2014-12-08Deprecate usb_*_report(). USB HID devices are always attached belowMartin Pieuchot
2014-12-08Do not report underruns as bus data errors, as suggested by sectionMartin Pieuchot
2014-12-08regenPhilip Guenther
2014-12-08Add chflagsat(), modeled on fchmodat() with name to match FreeBSD.Philip Guenther
2014-12-08Remove a few foo_start() calls within ioctl handlers. Odd spot to haveBrad Smith
2014-12-08When resetting an endpoint do not purge the ring. Instead set theMartin Pieuchot
2014-12-08Add an intermediate layer driver, cbus(4), to manage its ownKenji Aoyama
2014-12-08Use tabs instead of spaces here.Brad Smith
2014-12-08Have foo_init() call foo_reset() to reset the chip to a known stateBrad Smith
2014-12-08Do not use a "struct route" when a "struct rtentry" is enough.Martin Pieuchot
2014-12-08There's no good reason to keep into "struct ifnet" a pointer that's onlyMartin Pieuchot
2014-12-08Do not take into account addresses configured in a different rdomainMartin Pieuchot
2014-12-08Move the data part of the mp trampoline to .rodata (initially). The kernelMike Larkin
2014-12-08Split the ACPI resume trampoline into code and data, move the data page toMike Larkin
2014-12-07don't truncate the dirhash if ufs truncate fails.Ted Unangst
2014-12-07Add missing load_font and list_font accessops, as well as crude screen burnerMiod Vallat
2014-12-07Remove wrong comment.Miod Vallat
2014-12-07Avoid extra space in dmesgMiod Vallat
2014-12-07Probe the keyboard for its dip switches also if it is the console keyboard,Miod Vallat
2014-12-07Bring the 12x22 font in even if SMALL_KERNEL on sgi.Miod Vallat
2014-12-07syncTheo de Raadt
2014-12-07support WCH2 CH351 pucTheo de Raadt
2014-12-07typo; fix from Kaspars BankovskisTheo de Raadt
2014-12-06A few last 'easy' #include dedups.Kenneth R Westerback
2014-12-06If "machdep.lidsuspend" is not set, do not go back to sleep if the lidMartin Pieuchot
2014-12-06Avoid error if a 64K transfer is done from a page-unaligned buffer.Stefan Fritsch
2014-12-06Increase low rxr watermark to a value suitable for jumbo frames.Stefan Fritsch
2014-12-06match family 16hJonathan Gray
2014-12-06Repost video on all known Intel PowerVR devices not just GMA500, forJonathan Gray
2014-12-06regenJonathan Gray
2014-12-06add some more intel powervr devices and amd 16h misc cfgJonathan Gray
2014-12-05Enable xhci(4).Mark Kettenis
2014-12-05Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.Martin Pieuchot
2014-12-05Allow only root to use KERN_PROC_VMMAP until it is really proven safe.Masao Uebayashi
2014-12-05Introduce a new sysctl to retrieve VM map entriesMasao Uebayashi
2014-12-04Move the PIC revision 1 interrupt workaround from xbridge_pci_intr_handler()Miod Vallat
2014-12-04as promised 18 years ago, consolidate isa floppy disks in files.isaTed Unangst
2014-12-04Repair VLAN tagging in the bridge output pathMike Belopuhov
2014-12-04Enable umcs(4) where moscom(4) is present.Martin Pieuchot
2014-12-04Driver for MosChip Semiconductor 78x0 USB multiport serial adapters.Martin Pieuchot
2014-12-04regenMartin Pieuchot