kernel/ppc: Fix a tsleep with NULL ident.
[dragonfly.git] / sys /
2014-01-18 Sascha Wildnerkernel/ppc: Fix a tsleep with NULL ident.
2014-01-17 Sascha Wildnerkernel: Make eventhandler_{register,find_list}()'s...
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 Sepherosa Ziehauatomic: Update intr_cond comment according to the recen...
2014-01-15 Sascha WildnerRemove a bunch of unnecessary semicolons.
2014-01-14 Sepherosa Ziehaux86_64: Detect CPU specific C-state through CPUID(5)
2014-01-14 Sascha Wildner<sys/param.h>: Fix typo in a comment.
2014-01-13 John MarinoBuild: Bump version to 300701 for smb.h relocation
2014-01-13 Sascha WildnerClean up some things in /usr/src/sys/conf.
2014-01-12 Sepherosa Ziehauplatform/acpi: Update according to ACPI spec 5.0
2014-01-12 Sepherosa Ziehaucpuinfo: "Standard Extended Features" -> "Structured...
2014-01-12 Sepherosa Ziehaucpu_idle_hlt: Remove unapplied comment
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 WildnerRemove redefinition warning in netgraph7.
2014-01-11 Sascha Wildnerkernel/smbfs: Remove dead code.
2014-01-11 Sascha Wildnerrndtest(4): Sync with FreeBSD (cosmetics), build as...
2014-01-10 François Tigeotsysctl: Partial sync with FreeBSD
2014-01-10 Matthew Dillonkernel - Revert version to 300700
2014-01-10 Matthew Dillonkernel - u4b - Implement doorbell
2014-01-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
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 Matthew Dillonbuild - Bump version to 300701
2014-01-10 Sepherosa Ziehaux86_64: Mark LAPIC timer as powersaving capable intr...
2014-01-10 Sepherosa Ziehaucputimer/intr: Restart only if the intr cputimer is...
2014-01-10 Sepherosa Ziehaux86_64: Extract "Thermal and Power management Feature"
2014-01-10 Sepherosa Ziehauatomic: Adjust style a little bit
2014-01-10 Matthew Dillonkernel - Fix bug in last commit to sys_generic.c
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 Dillonbuild - remove uapi/linux.h for now
2014-01-09 Matthew Dillonkernel - Add another prototype skeleton to subr_input.c
2014-01-09 Matthew Dillonhammer2 - minor cleanups
2014-01-09 Sepherosa Ziehauserialize: Rework adaptive enter
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 Matthew Dillonkernel - Hack fixes for EHCI issues in U4B
2014-01-08 Sascha Wildnerkernel/acpi_fujitsu: Sync with FreeBSD (adds P8010...
2014-01-08 Sascha WildnerDocument usb4bsd build instructions for 32 bit users...
2014-01-07 Matthew Dillonbuild - Add dev/smbus to kernel module build
2014-01-07 Markus PfeifferRe-add the cam rescan yet again. I shouldn't delete...
2014-01-07 Markus PfeifferSync umass driver with FreeBSD
2014-01-07 Matthew Dillonkernel - remove i2c debugging for ig4
2014-01-07 Matthew Dillonbuild - Document usb4bsd build requirements
2014-01-07 Matthew Dillonkernel - cyapa driver operational in PS/2 mode
2014-01-07 Markus PfeifferFix some minor compilation issues after sync
2014-01-07 Markus PfeifferFix some spillage from the sync
2014-01-07 Markus PfeifferUse sys/bus/u4b/usb_dragonfly.h
2014-01-07 Markus PfeifferSync sys/bus/u4b/* with FreeBSD
2014-01-07 Markus PfeifferAdd usb_dragonfly.h for DragonFly specific configuration
2014-01-07 Markus PfeifferAdd another controller to ohci_pci.c
2014-01-07 Markus PfeifferSync with FreeBSD
2014-01-07 Markus PfeifferSync xhci with FreeBSD
2014-01-07 Markus PfeifferSync uhci with FreeBSD
2014-01-07 Markus PfeifferSync ohci code with FreeBSD
2014-01-07 Markus PfeifferSync ehci_pci.c with FreeBSD
2014-01-07 Markus PfeifferSync ehci.h with FreeBSD
2014-01-07 Markus PfeifferSync ehci.c with FreeBSD
2014-01-07 Markus Pfeifferusb4bsd/udav sync driver with FreeBSD
2014-01-07 Markus Pfeifferusb4bsd: fix a panic due to wrong locking
2014-01-07 Markus Pfeifferusb4bsd: re-add function for rescanning the SCSI bus...
2014-01-07 Markus Pfeifferusb4bsd: Synchronise with FreeBSD r254159
2014-01-07 Markus Pfeifferusb4bsd resolve conflicts
2014-01-07 Sepherosa Ziehauif: Use critical section on ifnet.if_start path
2014-01-07 Sepherosa Ziehauserialize: Optimize atomic_intr_cond_{enter,try,exit}()
2014-01-07 Matthew Dillonkernel - Initial cyapa driver and input skeleton
2014-01-07 Matthew Dillonkernel - Further smb cleanup
2014-01-07 Matthew Dillonkernel - Adjust access to thel linux input.h file
2014-01-07 Matthew Dillonkernel - Create dev/smbus infrastructure
2014-01-07 Matthew Dillonkernel - Add sys/contrib/linux/include/uapi/linux/input.h
2014-01-06 Sascha Wildnerkernel: Make ichiic compilable into the kernel and...
2014-01-06 Sascha WildnerUnbreak building kernels that have snd_hda or hifn...
2014-01-06 François Tigeotdevice attachment: no lock necessary
2014-01-06 Matthew Dillonkernel - Add support for haswell I2C, expand smbus...
2014-01-05 François Tigeotkernel: Stop using the mplock to protect device attachment
2014-01-05 François Tigeotkernel: Remove useless get/rel_mplock() sequence
2014-01-05 François Tigeotkernel: Sync resource_string_value() with FreeBSD
2014-01-04 Sascha Wildner<sys/sysctl.h>: Fix indent.
2014-01-04 François Tigeotkernel: Add the KERN_PROC_PATHNAME sysctl
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-04 François Tigeotkernel: Sync the sbuf(9) subsystem with FreeBSD
2014-01-04 Sascha WildnerFix building kernels with amdsmb or ichsmb in the config.
2014-01-04 Sascha WildnerAdd IX_RSS_DEBUG to the LINT configs.
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 Franco Fichtnercdefs.h: ignore known rcs id macros
2014-01-03 Matthew Dillonkernel - Fix keyboard probe for chromebooks (2)
2014-01-03 Matthew Dillonkernel - Fix keyboard probe for chromebooks
2014-01-03 Franco Fichtnernetmap: reduce upstream diff output; bring back __FBSDIDs
2014-01-03 Sascha Wildnerkernel/ath: Make it compile into the kernel again and...
2014-01-03 Franco Fichtnernetmap: properly store private device data
2014-01-02 Franco Fichtnernetmap: change header includes
2014-01-02 Sepherosa Ziehauix: Import Intel ixgbe-2.5.15
2014-01-02 Matthew Dillonath - Temporarily remove ath from kernel build
next