summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-09-18Rename the optional metadata handler function and factor out the optionalJoel Sing
2011-09-18Update the system clock when we resume.Peter Hessler
2011-09-18Use an uvm object to keep track of the page table pages, just like we do onMark Kettenis
2011-09-18Missing error printf argumentMiod Vallat
2011-09-18Make sure daddr64_t values get printed with %lld.Miod Vallat
2011-09-18Fix various format string types to as a minimum match the width of theMiod Vallat
2011-09-18Take into account the PIE bits when masking PDEs.Mark Kettenis
2011-09-18Move the call to pf_test_rule() for fragments that have not beenAlexander Bluhm
2011-09-18Add missing cache and TLB purges.Mark Kettenis
2011-09-18Regenerate after the futex commit.Paul Irofti
2011-09-18Add futex support for compat/linux.Paul Irofti
2011-09-18Make sysctl__string() handle the truncated output case via twoPhilip Guenthe
2011-09-17The pd->ip_sum and pd->proto_sum fields are not needed. ReplaceAlexander Bluhm
2011-09-17Fix a truncated DPRINTF.Miod Vallat
2011-09-17use default_chip_unmap for sata_chip_map, lets the via controllers detachJonathan Gray
2011-09-17move initialisation of pd->nsaddr and pd->ndaddr from pf_test_rule toHenning Brauer
2011-09-17Deduplicate IPv4 and IPv6 code that handles fragments that have notAlexander Bluhm
2011-09-17arithemtic -> arithmeticMiod Vallat
2011-09-17Don't bother keeping a {u,}lptioctl function which is a duplicate ofMiod Vallat
2011-09-16Use cdev_ulpt_init() to setup ulpt(4) instead of cdev_lpt_init, forMiod Vallat
2011-09-16regenJonathan Gray
2011-09-16add Intel E600/EG20T and some other devices from submitted dmesgsJonathan Gray
2011-09-16Set the shared priority entry to the value of the current maxipl entry,Dale Rahn
2011-09-16Fix a bunch of typos: manaul, monnitor, machiune, autload.Miod Vallat
2011-09-16add device driver for Fujitsu Components FX-5204PS smart power strip.Yojiro Uo
2011-09-16apply following changes to sensor framework:Yojiro Uo
2011-09-16regenYojiro Uo
2011-09-16add Vaisala's "USB instrument cable" entryYojiro Uo
2011-09-16regenYojiro Uo
2011-09-16add entry for FX-5204PSYojiro Uo
2011-09-16regenYojiro Uo
2011-09-16fix very old usb vendor id mismatchYojiro Uo
2011-09-15Fix up age_encap() / age_start()..Kevin Lo
2011-09-15Switch vax to timecounters. There are three different clock sources:Miod Vallat
2011-09-14Initial kernel support for sandybridge intel chipsets in intagp and inteldrm.Owain Ainsworth
2011-09-13On KA43:Miod Vallat
2011-09-13Fix up ale_encap() / ale_start():Kevin Lo
2011-09-13Fix up alc_encap() / alc_start():Kevin Lo
2011-09-13Do not invoke hardclock() until cpu_initclocks() has been invoked; avoidsMiod Vallat
2011-09-12Clamp a maximum number of outstanding requests at 40 as it wasMike Belopuhov
2011-09-11Define symbolic constants for the addresses of the vsbus devices onMiod Vallat
2011-09-11Fix inverted test when selecting resolution on the 1024x864 VLC frame buffer.Miod Vallat
2011-09-08Provide namespace-safe alignment macros in <machine/_types.h>, withPhilip Guenthe
2011-09-08Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to.Philip Guenthe
2011-09-06Properly initialize struct carp_if (especially vhif_nvrs) with M_ZERO.Marco Pfatschbacher
2011-09-05No need to check for the size to be a multiple of 4 in the alpha-specificMiod Vallat
2011-09-05Enable MSI support and fix establishing a link to a GigE link partnerKevin Lo
2011-09-04Driver for the TURBOchannel alpha baseboard audio. Ported from NetBSD, withMiod Vallat
2011-09-04Add the possibility for a MD attachment to stack a stream filter (sw_code)Miod Vallat
2011-09-04oops, this DPRINTF flavour takes no parentheses.Miod Vallat