summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-03-31Add bit banging support.Mark Kettenis
2013-03-31The return value of sd_free_resources() is never checked and all of theJoel Sing
2013-03-31Fix compilation with debug.Joel Sing
2013-03-31The call to in_pcballoc() in user request attach was handled inAlexander Bluhm
2013-03-31Provide default resource allocation and free functions. Convert allJoel Sing
2013-03-31Pull the initialisation of runtime values out into a separate initJoel Sing
2013-03-31Let the DDC "proxy" functions call the high-level I2C functions insteadMark Kettenis
2013-03-31Do not transfer diverted packets into IPsec processing. They shouldAlexander Bluhm
2013-03-31replace pool debug magic with shared mem poison codeTed Unangst
2013-03-30Fix i2c_algo_dp_aux_exec() such that it handles all transactions needed byMark Kettenis
2013-03-30Two fixes to intel_sdvo_write_cmd():Mark Kettenis
2013-03-30Provide wrappers for scsi_io_get() and scsi_io_put(), that also includeJoel Sing
2013-03-30If the ws_{get|set}_param hooks are set, use those for brightness controlMark Kettenis
2013-03-30Fix intel gmbus i2c code. Not all transactions were handled correctly, andMark Kettenis
2013-03-30Restrict protocol numbers for raw sockets to the range from 0 to 255.Alexander Bluhm
2013-03-30Remove debug printf that causes problems with framebuffer acceleration whenMark Kettenis
2013-03-30Back out previous; this needs more thought.Mark Kettenis
2013-03-30reorder include search directories. cuts lookups by quite a bit.Ted Unangst
2013-03-30enable com2. if it works on i386, we think it will work here.Ted Unangst
2013-03-30vrele() is a tricky beast. it can sleep if the refcount hits zero,Ted Unangst
2013-03-30go back to the old method of execbuffer pinningJonathan Gray
2013-03-30Return ENOTDIR if an *at() syscall is passed a relative path and aPhilip Guenther
2013-03-30Provide a default discipline interrupt handling function and migrate all ofJoel Sing
2013-03-30Add a function to read the ARM MPCore base address. This let's usPatrick Wildt
2013-03-30Remove duplicate prototypes.Patrick Wildt
2013-03-29Properly release ccbs when restarting a work unit.Joel Sing
2013-03-29Declare struct pf_state_key in the mbuf and in_pcb header files toAlexander Bluhm
2013-03-29Convert RAID 4/5/6 to new ccb completion code.Joel Sing
2013-03-29Replace hand-crafted loops in if.c with the FOREACH macro.Alexander Bluhm
2013-03-29Decouple wakeups on work unit completion from the type of I/O beingJoel Sing
2013-03-29sd_wu_pending is only decremented when scsi_done() or scsi_io_put() areJoel Sing
2013-03-29Fix building on the RAMDISK media. This was exposed by SMALL_KERNEL.Brad Smith
2013-03-29reduce the diff to linux in i915_gem_get/set_tilingJonathan Gray
2013-03-29put urtwn in big ramdisks so I can use it for upgradesTed Unangst
2013-03-29release the i2c bus in the error paths of fetching an edidJonathan Gray
2013-03-29remove some of the unused fields from rndstats and stop printing zeroes.Ted Unangst
2013-03-28as DRM_LOG_KMS is called with partial lines make it a simple printfJonathan Gray
2013-03-28add support for relaxed deltasJonathan Gray
2013-03-28code that calls timeout functions should include timeout.hTed Unangst
2013-03-28Add missing locking in i915_gem_retire_work_handler() and callMark Kettenis
2013-03-28Reduce diffs with Linux now that we have i915_enable_hangcheck.Mark Kettenis
2013-03-28Prevent a panic during rtsx(4) attachment. If a card is inserted while bootingStefan Sperling
2013-03-28Call intel_mark_busy() in the right place, and call intel_mark_fb_busy()Mark Kettenis
2013-03-28Add i915_enable_hangcheck parameter.Mark Kettenis
2013-03-28Add STRONG_ALIAS macros to be used from assembly code in libc andMartynas Venckus
2013-03-28Add __strong_alias macros for all architectures to be able to aliasMartynas Venckus
2013-03-28Let mii_attach() know where the PHY is located instead of scanningBrad Smith
2009-07-31By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat
2013-03-28sys/param.h gets you sys/types.h automaticallyTheo de Raadt