summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2014-12-04Various MosChip Semiconductor multiport serial adapter.Martin Pieuchot
2014-12-04The sparc64 Open Firmware package-to-path call (used since softraid bootStefan Sperling
2014-12-04Disable MSI with the Samsung S4LN053X01 SSD controller as found in someBrad Smith
2014-12-04Disallow file allocations on directories that have been removedDavid Coppa
2014-12-04Simplify the MSI bits a bit.Brad Smith
2014-12-04init the mutex used in sleeping pool_gets with the right ipl if theDavid Gwynne
2014-12-04split the word ops into int and longs so things that care a lotDavid Gwynne
2014-12-04replace md5 with sha512. ok deraadtTed Unangst
2014-12-04use siphash for trunk loadbalancing. ok deraadtTed Unangst
2014-12-04use siphash for dirhash. ok deraadt dlgTed Unangst