openssl: Adjust manual pages for 1.0.1l.
[dragonfly.git] / sys / dev /
2014-11-16 François Tigeotdrm: Use the ERESTARTSYS error code
2014-11-16 François Tigeotdrm: Add linux/mm.h
2014-11-16 François Tigeotdrm/radeon: Replace some custom code by Linux wait...
2014-11-16 François Tigeotdrm/ttm: Fix ttm_bo_wait_unreserved()
2014-11-16 François Tigeotdrm: Change sruct drm_local_map
2014-11-15 François Tigeotdrm: Rename drm_os_freebsd.h to drm_os_linux.h
2014-11-15 François Tigeotdrm: linux/io.h is really asm/io.h, rename it
2014-11-15 Sascha Wildnerkernel: Refer to it as "ACPICA", not "ACPI CA" or ...
2014-11-13 Sascha Wildnerkernel/acpica: Restrict 'options ACPI_DEBUG' to printin...
2014-11-10 Sascha WildnerRemove the old USB stack and related userland, etc.
2014-11-10 Markus Pfeiffertruephy: Clean up some leftover debug kprintf
2014-11-09 Sascha WildnerMerge branch 'vendor/BYACC'
2014-11-09 François Tigeotdrm: Remove some useless macros
2014-11-08 Imre Vadaszdev/drm: Implement kqueue support; Wake up blocking...
2014-11-05 François Tigeotdrm/i915: Remove a premature i915_gem_valid_gtt_space...
2014-11-03 François Tigeotdrm/i915: Make the GEM code more Linux-like
2014-11-01 François Tigeotdrm/i915: Clean up various non-critical files
2014-10-27 Franco FichtnerMerge branch 'vendor/MDOCML'
2014-10-25 Sascha Wildnerdrm/radeon: Handle -fms-extensions better (fixes the...
2014-10-25 John Marinodev/drm: For now, only build radeon drivers with base...
2014-10-23 François Tigeotdrm: Remove unused PCI ids
2014-10-23 François Tigeotkernel: Drop drm1 drivers
2014-10-23 François Tigeotdrm: msleep() must not sleep forever
2014-10-22 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-10-19 Sascha Wildnerkernel: FWIW, add FreeBSD's led(4) framework.
2014-10-19 Matthew Dillonkernel - Add the nitems(x) macro from FreeBSD to sys...
2014-10-18 Markus Pfeiffervkernel: Add rudimentary media support to if_vke
2014-10-17 Matthew Dillonvkernel - Support BPF for if_vke.
2014-10-16 Matthew Dillonkernel - Add /dev/upmap and /dev/kpmap and sys/upmap.h
2014-10-16 François Tigeotdrm: Add and use drm/drm_mem_util.h
2014-10-15 François Tigeotdrm: Consolidate memory allocation types
2014-10-13 John MarinoMerge branch 'vendor/LIBEDIT'
2014-10-13 Sascha Wildnerkernel/acpi: Process the ACPI_Q_BATT_RATE_ABS quirk...
2014-10-11 Sascha Wildnerkernel/acpi: Remove unused variable from Makefile.
2014-10-10 John MarinoMerge branch 'vendor/GREP'
2014-10-10 John MarinoMerge branch 'vendor/XZ'
2014-10-10 John MarinoMerge branch 'vendor/GCC47'
2014-10-09 Sascha Wildnerkernel/acpica: Stop being prepared for using ACPICA...
2014-10-09 Sascha Wildnerkernel/acpica: Don't use ACPICA's own versions of vario...
2014-10-04 François Tigeotdrm: Add Linux PCI headers
2014-10-03 François Tigeotdrm/i915: Simplify the flush code
2014-09-22 Sascha Wildnerkernel/i915: Add missing opt_acpi.h to SRCS.
2014-09-22 Sascha Wildnerkernel/drm: Add back #include "opt_drm.h" to drmP.h...
2014-09-21 Sascha Wildnerkernel/acpi: Sync acpi_resource with FreeBSD.
2014-09-20 Sascha Wildnerkernel/acpi: Use ACPI_FAILURE() and also remove unneede...
2014-09-18 François Tigeotdrm: Fix a randr bug
2014-09-17 Sascha Wildnerkernel/ale: Fix typo in a comment.
2014-09-16 Sascha Wildnerkernel/acpi: Fix typo, i must be <count.
2014-09-16 Sascha Wildnerkernel/acpi: Add acpi_eval_osc() as a general function...
2014-09-15 Markus Pfeiffersys/dev/drm/i915: Activate ACPI
2014-09-15 Markus PfeifferRevert "sys/dev/drm/i915: Activate ACPI"
2014-09-15 Markus Pfeiffersys/dev/drm/i915: Activate ACPI
2014-09-13 Sascha Wildnerkernel/acpi_battery: Add quirk for DSDTs which report...
2014-09-13 François Tigeotdrm/i915: i915_gem_object_pin() takes 4 arguments
2014-09-12 Sascha Wildnerkernel/acpi: Sync acpi_battery and acpi_cmbat with...
2014-09-10 François Tigeotdrm/i915: Add the I915_REG_READ IOCTL
2014-09-09 Markus Pfeiffersys/dev/disk/sdhci: Make it possible to build as a...
2014-09-09 Markus Pfeiffersys/dev/disk/sdhci: update to FreeBSD r270885
2014-09-07 Sascha Wildnerkernel: Use NULL for pointers in DRIVER_MODULE().
2014-09-07 François Tigeotdrm/i915: Add hardware context support
2014-09-07 François Tigeotdrm: Add WARN_ON_ONCE()
2014-09-06 François Tigeotdrm/i915: Add i915_gem_object_wait_rendering__nonblocking()
2014-09-06 François Tigeotdrm/i915: Reduce differences with Linux 3.8.13
2014-09-02 Markus Pfeifferusb4bsd: make uaudio work
2014-09-01 Imre Vadaszkernel/vtnet: Replace recursion with a loop to avoid...
2014-08-31 François Tigeotdrm/i915: Reduce differences with Linux 3.8.13
2014-08-31 François Tigeotdrm: struct drm_driver.max_ioctl doesn't exist
2014-08-30 François Tigeotdrm/i915: Add the I915_GEM_WAIT ioctl
2014-08-30 François Tigeotlinux/time.h: Add a few Linux timespec functions
2014-08-26 François Tigeotdrm/i915: Implement GEM GET and SET_CACHING ioctls
2014-08-24 Sascha Wildnerkernel/spinlock: Add a description to struct spinlock.
2014-08-23 Michael Neumanniwn - Sync with FreeBSD up to ffb6d5c3967d1342fa5e2d6f5...
2014-08-23 Michael Neumann[iwn] Fix required calibration flags for the Centrino...
2014-08-20 Sascha Wildnerkernel/ath: Add missing #ifdef ATH_DEBUG (fixes kernel...
2014-08-20 Matthew Dillonath - move kprintf() under debug variable
2014-08-18 Matthew Dilloncyapa - attempt #2 to fix boot issue
2014-08-18 François Tigeotdrm/i915: Sync ioctl definitions with Linux 3.8.13
2014-08-18 Matthew Dilloncyapa - Implement power save mode, try to fix boot...
2014-08-17 Sascha Wildnerdrm/ttm: Add missing kfree().
2014-08-17 Sascha Wildnerdrm/i915: Fix a missing initialization.
2014-08-17 François Tigeotdrm/i915: Enable fbc on Mobile Ironlake
2014-08-16 Matthew Dillonath - Change the way the edma rxfifo is reset (2)
2014-08-16 Matthew Dillonath - Change the way the edma rxfifo is reset
2014-08-16 François Tigeotdrm/i915: Sync i915_drv.h and i915_debugfs.c with Linux...
2014-08-16 Matthew Dillonath - incremental update ath from FreeBSD
2014-08-16 Matthew Dillonath - incremental update ar9300 from FreeBSD
2014-08-15 Matthew Dillonatmel - Add automatic recalibration
2014-08-15 François Tigeotdrm/i915: Only build on amd64/x86_64 machines
2014-08-15 Matthew Dillonatmel_mxt - Add atmel MXT touchscreen driver (Acer...
2014-08-14 Markus Pfeifferdrm/i915: grab the config log on hardware init
2014-08-14 Markus Pfeifferdrm/i915: Use intel_gmbus_get_adapter instead of dev_pr...
2014-08-14 Markus Pfeifferdrm/i915: Fix multiple off-by-one errors in intel_i2c
2014-08-14 François Tigeotdrm/i915: Sync i915_gem_execbuffer.c with Linux 3.8.13
2014-08-14 Matthew Dillonsmb - Increase max block size from 32 to 1024
2014-08-14 François Tigeotdrm/i915: Fix display corruption issues on Haswell
2014-08-12 François Tigeotdrm: Add Linux kmap functions
2014-08-12 François Tigeotdrm/i915: i915_emit_box() from Linux 3.8.13
2014-08-11 François Tigeotagp: Add more Haswell PCI IDs
2014-08-11 François Tigeotdrm/i915: Enable Haswell support
2014-08-11 François Tigeotdrm/i915: Sync i915_gem_evict.c with Linux 3.8.13
next