libc: __atfork() is only used by the WR() in this file, so make it static.
[dragonfly.git] / sys / dev /
2014-02-01 Sepherosa Ziehaucputimer/intr: Move powersaving intr cputimer switching...
2014-01-30 Sepherosa Ziehauacpi/cpu: Remove the cpux naming hack
2014-01-30 Sepherosa Ziehauacpi/cstate/x86_64: Implement native C-state support...
2014-01-30 Sepherosa Ziehauacpi/cstate: Allow fixed hardware GAS for C1, which...
2014-01-30 Sepherosa Ziehauacpi/cstate: Fix resource leakage
2014-01-30 Sepherosa Ziehauacpi/cstate: Use boolean_t for acpi_cst_disable_idle
2014-01-30 Sepherosa Ziehauacpi/cstate: Rework preamble operation for entering...
2014-01-27 Sepherosa Ziehauacpi/cstate: Add a method to per C-state softc to enter...
2014-01-27 Sepherosa Ziehauacpi/cstate: Make sure that idle hook is installed...
2014-01-27 Sepherosa Ziehauacpi/cstate: If there is bus master activity pick up...
2014-01-27 Sepherosa Ziehauacpi/cstate: Rearrange _CST reprobe code path
2014-01-27 Sepherosa Ziehauacpi/cstate: Save ACPI_GENERIC_ADDRESS for later use
2014-01-27 Sepherosa Ziehauacpi/cstate: Function/variable/macro renaming
2014-01-26 Sepherosa Ziehauacpi/cstate: Go though set_lowest routing after _CST...
2014-01-26 Sepherosa Ziehauacpi/cstate: Fix up comment
2014-01-26 Sepherosa Ziehauacpi/cstate: If C3+ is detected, BM_RLD is always set
2014-01-25 Sepherosa Ziehauacpi/cstate: White space cleanup
2014-01-25 Sepherosa Ziehauacpi/cstate: Save bus tag and handle to I/O operation...
2014-01-25 Sepherosa Ziehauacpi/cstate: Utilize microtime_pcpu instead of ACPI...
2014-01-25 Sepherosa Ziehauacpi/cstate: If FADT is used, take C2_MP_SUPPORTED...
2014-01-25 Sepherosa Ziehauacpi/cstate: BM_STS only needs check before entering...
2014-01-25 Sepherosa Ziehauacpi/cstate: Free previously allocated resource during...
2014-01-24 Sascha Wildnerkernel/drm: Add some missing opt_ktr.h in Makefiles.
2014-01-24 François Tigeotdrm: Fix DRM_CURRENTPID macro
2014-01-21 Markus Pfeifferdevfs: add passing of file pointer through to dev_dclose
2014-01-21 Johannes Hofmannadd file pointer to dev_d*() functions
2014-01-21 Sepherosa Ziehauacpi/cstate: acpi_cpu_cst -> acpi_cst for driver glue...
2014-01-21 Sepherosa Ziehauacpi/cstate: acpi_cpu_cst -> acpi_cst for device methods
2014-01-21 Sepherosa Ziehauacpi/cstate: Restore cx_lowest_req, if no suitable...
2014-01-21 Sepherosa Ziehauacpi/acad: Put unknown notify print under bootverbose
2014-01-21 Sepherosa Ziehauacpi/acad: CST changed may service as notification...
2014-01-20 Sepherosa Ziehauacpi/cstate: Remove unused macros
2014-01-20 Sepherosa Ziehauacpi/cstate: acpi_cpu_softc -> acpi_cst_softc
2014-01-20 Sepherosa Ziehauacpi/cstate: Remove useless device methods
2014-01-20 Sascha Wildneracpi: Fix building the kernel.
2014-01-19 François Tigeotdrm: Reduce differences with Linux 3.8
2014-01-19 François Tigeotasm/uaccess.h: Add get_user() and put_user()
2014-01-19 François Tigeotdrm: Import asm/uaccess.h from FreeBSD's OFED stack
2014-01-19 François Tigeotdrm: Remove DRM_MSLEEP()
2014-01-19 François Tigeotdrm/radeon: Replace DRM_MSLEEP() by msleep()
2014-01-19 François Tigeotdrm: Add linux/delay.h, implement msleep()
2014-01-19 Sepherosa Ziehauacpi/cstate: Break long lines; minor style changes
2014-01-19 Sepherosa Ziehauacpi/cstate: Dispatch Cx re-probing to the target CPU
2014-01-19 Sepherosa Ziehauacpi/cstate: Set cx_lowest on the target CPU
2014-01-19 Sepherosa Ziehauacpi/cstate: Fix global Cx count setup
2014-01-19 Sepherosa Ziehauacpi/cstate: Use u_long as stats type
2014-01-19 Sepherosa Ziehauacpi/cstate: Fix non-C3 setting
2014-01-19 Sepherosa Ziehauacpi/cstate: Set non-C3 state during generic Cx probing
2014-01-18 François Tigeotlinux/kernel.h: Implement swap()
2014-01-18 François Tigeotlinux/kernel.h: printf => kprintf
2014-01-18 François Tigeotdrm: Import linux/err.h from FreeBSD's OFED stack
2014-01-18 Sepherosa Ziehauacpi/cstate: Minor style cleanup
2014-01-18 Sepherosa Ziehauacpi/cstate: Use serializer to protect _CST notfication...
2014-01-18 François Tigeotdrm: Sync a few headers with Linux 3.8
2014-01-18 François Tigeotdrm: Rename device to dev in struct drm_device
2014-01-18 Sascha Wildnerkernel/ppc: Fix a tsleep with NULL ident.
2014-01-17 Sascha Wildnerkernel/dm_target_striped: Plug a memory leak.
2014-01-16 François Tigeotdrm: Fix a merge issue in drm_fops.c
2014-01-16 Sepherosa Ziehauacpi/cstate: Remove unused fields in softc
2014-01-15 Sascha WildnerRemove a bunch of unnecessary semicolons.
2014-01-12 Sepherosa Ziehauacpi/cstate: Make sure we could handle C-state deeper...
2014-01-12 Sepherosa Ziehauacpi/cstate: Allow request deeper C-state, even it...
2014-01-11 Sascha Wildnerrndtest(4): Sync with FreeBSD (cosmetics), build as...
2014-01-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2014-01-10 François Tigeotdrm/i915: Remove a get/rel mplock sequence
2014-01-10 Sepherosa Ziehaucputimer/intr: Restart only if the intr cputimer is...
2014-01-10 Matthew Dilloncyapa - Add false 3-finger button and add emulation...
2014-01-09 Matthew Dilloncyapa - Introduce better three-finger button emulation
2014-01-09 Matthew Dilloncyapa - cleanup, bug fixes
2014-01-09 Matthew Dilloncyapa - Add Intellimouse support (mousewheel) - right...
2014-01-09 Matthew Dilloncyapa - Adjust button and multi-touch handling a bit
2014-01-09 Matthew Dilloncyapa - Add 1-pixel hystersis
2014-01-08 Sascha Wildnerkernel/acpi_fujitsu: Sync with FreeBSD (adds P8010...
2014-01-07 Matthew Dillonkernel - cyapa driver operational in PS/2 mode
2014-01-07 Matthew Dillonkernel - Initial cyapa driver and input skeleton
2014-01-07 Matthew Dillonkernel - Further smb cleanup
2014-01-07 Matthew Dillonkernel - Create dev/smbus infrastructure
2014-01-06 Sascha WildnerUnbreak building kernels that have snd_hda or hifn...
2014-01-05 François Tigeotkernel: Sync resource_string_value() with FreeBSD
2014-01-04 Markus PfeifferBring in GSoC code: SysV IPC in userspace
2014-01-04 François Tigeotvirtio: Adapt to the modern sbuf(9) API
2014-01-03 Matthew Dillonkernel - Move amdsmb and ichsmb from dev/powermng to...
2014-01-03 Sascha Wildnerkernel/ath: Add missing __printflike().
2014-01-03 Matthew Dillonkernel - Fix keyboard probe for chromebooks (2)
2014-01-03 Matthew Dillonkernel - Fix keyboard probe for chromebooks
2014-01-03 Sascha Wildnerkernel/ath: Make it compile into the kernel again and...
2014-01-02 Sepherosa Ziehauix: Import Intel ixgbe-2.5.15
2014-01-02 Matthew Dillonath - Basic report - Additional DragonFly compatibility...
2014-01-02 Matthew Dillonath - Basic re-port, base code compile
2014-01-02 Matthew Dillonath - Basic #include adjustments
2014-01-02 Matthew Dillonath - Remove __FBSDID
2014-01-02 Matthew Dillonath - Basic Makefile infrastructure
2014-01-02 Matthew Dillonath - Reimport fresh from FreeBSD 01-Jan-2014 for re...
2014-01-01 Matthew Dillonkernel - if_rue (old usb stack) fixes
2013-12-31 Sascha Wildneracpi_sony(4): Free the sysctl_ctx upon detaching.
2013-12-31 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-12-30 Sascha WildnerRemove main() prototypes.
2013-12-10 Sepherosa Ziehaubnx: Bring in APE support from FreeBSD bge(4)
2013-12-09 Matthew Dillonkernel - rate-limit the '%s: FAILURE - oversized DMA...
2013-12-08 Sepherosa Ziehaubnx: Merge several recent bge changes
next