gcc50: Fix include path.
[dragonfly.git] / sys /
2015-02-23 Tomohiro Kusumisys/vfs/hammer: Add missing header include
2015-02-23 Tomohiro Kusumisys/vfs/hammer: Fix comment on PFS
2015-02-23 Imre Vadaszdrm/radeon: Correct PAGE_MASK usage in radeon_vm_map_ga...
2015-02-22 Markus Pfeifferkernel/usb4bsd, kernel/sound: Fix detach panic
2015-02-22 Markus Pfeifferkernel/usb4bsd: Apply FreeBSD r278503
2015-02-22 Sascha Wildnerkernel/usb4bsd: Update uaudio driver to FreeBSD r276701
2015-02-22 Sascha Wildnerkernel/lwkt_serialize: Take serializer bookkeeping...
2015-02-22 Sascha WildnerRemove parallel port support from our default config.
2015-02-22 Sascha Wildnerkernel/drm: Fix spelling in comments.
2015-02-22 Tomohiro Kusumisys/vfs/hammer: remove comment on atime
2015-02-22 François Tigeotdrm/i915: Restore gcc 5.0 fixes
2015-02-22 Tomohiro Kusumisys/vfs/hammer: remove obsolete comments on btree, etc
2015-02-22 Markus Pfeifferkernel/usb4bsd: Apply FreeBSD r277417
2015-02-22 Markus Pfeifferkernel/usb4bsd: Cleanup usb_ethernet
2015-02-22 Markus Pfeifferkernel/usb4bsd: Update revision tag on if_axge.
2015-02-22 Markus Pfeifferkernel/usb4bsd: Update pci drivers for HCIs
2015-02-22 Markus Pfeifferkernel/usb4bsd: Update uhci and ohci drivers
2015-02-22 Markus Pfeifferkernel/usb4bsd: Add file ID to ehci.c
2015-02-21 Markus Pfeifferkernel/usb4bsd: Update xhci to r278477
2015-02-21 François Tigeotdrm/i915: Update to Linux 3.11
2015-02-21 François Tigeotdrm: Add a new implementation of drm_sysfs.c
2015-02-21 François Tigeotdrm: Add drm_rect.c from Linux 3.11
2015-02-21 François Tigeotdrm: Sync drm_crtc.c with Linux 3.11
2015-02-21 François Tigeotdrm: Sync headers with Linux 3.11
2015-02-21 Markus Pfeifferkernel/usb4bsd: Make sure ucom removes dev files
2015-02-21 Markus PfeifferMerge branch 'master' of ssh://crater.dragonflybsd...
2015-02-20 Tomohiro Kusumisys/vfs/hammer: fix comment regarding unknown object...
2015-02-20 John MarinoMerge branch 'vendor/GCC50'
2015-02-20 Sascha Wildnertwe(4): Add two missing error checks.
2015-02-19 Markus Pfeifferusb4bsd - ucom work
2015-02-19 Sascha Wildnerkernel/wlan: Fix up the MAC address printing and add...
2015-02-19 Sascha Wildnerkernel: Move us to using M_NOWAIT and M_WAITOK for...
2015-02-18 Sascha Wildnersys/kern: Adjust some function declaration vs. definiti...
2015-02-18 Sascha WildnerAdd cryptodev to our default configuration file.
2015-02-18 Sepherosa Ziehauacpi/cstate: Fix comment
2015-02-16 Sepherosa Ziehaumemtemp/e5: Don't attach if CLTT is not set by BIOS...
2015-02-16 Sepherosa Ziehaumemtemp/e5: Setup hiwat and lowat before sensor task...
2015-02-16 Sepherosa Ziehaumemtemp/e5: Send devctl notify, if DIMM is too hot...
2015-02-15 Tomohiro Kusumisys/vfs/hammer: minor zone cleanup
2015-02-14 Tomohiro Kusumisys/vfs/hammer2: fix typos
2015-02-14 François Tigeotdrm: Add linux/ctype.h
2015-02-14 François Tigeotdrm: Add DMI_MATCH and DMI_EXACT_MATCH
2015-02-14 François Tigeotdrm: Update linux/kernel.h
2015-02-14 François Tigeotdrm: Add get_seconds()
2015-02-14 François Tigeotdrm: Add linux/string.h
2015-02-14 François Tigeotdrm: Add linux/printk.h
2015-02-14 François Tigeotdrm: Add linux/spinlock.h
2015-02-13 François Tigeotdrm: Update linux/workqueue.h
2015-02-13 François Tigeotdrm: Update various Linux headers
2015-02-13 Joris Giovannangelichflagsat: fix typo in prototype
2015-02-13 Joris Giovannangeliadd chflagsat system call
2015-02-13 Michael Neumannecc/memtemp/e5: Correct E5 v3 DID <-> SLOT
2015-02-13 John MarinoMerge branch 'vendor/GCC50'
2015-02-13 Sepherosa Ziehauecc/e5: Reorganize bootverbose prints a little bit
2015-02-13 Sepherosa Ziehauecc/memtemp: Add support for Intel E5 v3
2015-02-13 Sepherosa Ziehaumemtemp: Add support for Intel Core Haswell and E3...
2015-02-12 Sepherosa Ziehauecc/e3: Split it into two drivers, coremctl(4) and...
2015-02-12 Sepherosa Ziehauemx: Allow 2 TX rings for i217 and i218
2015-02-11 John Marinogcc50: Build with no-avx like gcc47
2015-02-11 John MarinoBump __DragonFly_version to mark introduction of gcc50
2015-02-11 Michael Neumannecc/memtemp/e5 - Correct E5 v3 PCI slot numbers
2015-02-11 Sepherosa Ziehauix: Fix and simplify link state bit testing logic
2015-02-11 Sepherosa Ziehauecc/memtemp/e5: Prepare for E5 v3 support
2015-02-11 John Marinokern ath drivers: Fix loops bounds (real bug x2) +...
2015-02-11 John Marinokern: Fix [-Werror=aggressive-loop-optimizations]
2015-02-11 John Marinokernel: Fix -Wmaybe-unitialized
2015-02-11 John Marinokern: Fix [-Werror=logical-not-parenthesis]
2015-02-10 John Marinokern: Make sure gcc47 - gcc50 don't check for set-not...
2015-02-10 John Marinokern: Address set-but-unused warnings (mostly)
2015-02-10 John MarinoMerge branch 'vendor/GCC50'
2015-02-10 Imre Vadaszif_rum - Reapply ratectl fix from 12ae2d804aa2cd27a8e98...
2015-02-10 John MarinoHook gcc 5.0 (pre-release) in build, unhook gcc 4.4
2015-02-10 John MarinoMerge branch 'vendor/GCC50' - gcc 5.0 snapshot 1 FEB...
2015-02-10 Sepherosa Ziehauwlan: Let driver holds WLAN serializer for ieee80211_if...
2015-02-09 Michael Neumanne1000 (em, emx, ig_hal): Sync w/ intel em-7.4.2
2015-02-08 Sascha Wildnerkernel/sound: Add missing unlock (we panic on lockunini...
2015-02-08 Sepherosa Ziehauifnet: Make ifnet and ifindex2ifnet MPSAFE
2015-02-08 François Tigeotidr: Remove a debugging message
2015-02-08 Sascha Wildnerkernel/x86_64: Add SDBG to Features2.
2015-02-07 François Tigeotdrm: Reintroduce drm_kms_free()
2015-02-07 François Tigeotdrm: Start using idr_alloc()
2015-02-07 François Tigeotdrm: Sync drm_context.c with Linux 3.10
2015-02-07 François Tigeotidr: Implement idr_alloc()
2015-02-07 Sepherosa Ziehauiwn: Release WLAN serializer before ieee80211_ifattach()
2015-02-07 Sepherosa Ziehauecc/e5: Strip comma from device description
2015-02-07 Sepherosa Ziehauecc/e5: Declare dimmmtr near its usage
2015-02-07 Sepherosa Ziehauecc/e5: No need to check rank disabled bits
2015-02-07 Sepherosa Ziehaumemtemp: Add Intel E5 v2 memory thermal sensor support
2015-02-07 François TigeotSync intel_sdvo.c with Linux 3.10
2015-02-07 Tomohiro Kusumihammer: fix terminology of "large block"
2015-02-06 François Tigeotdrm/i915: Remove intel_encoder_noop and intel_crtc_noop()
2015-02-06 François Tigeotdrm: Sync drm_buffer.c with Linux 3.10
2015-02-06 François Tigeotdrm: Sync drm_crtc.c and drm_crtc_helper.c with Linux...
2015-02-06 François Tigeotdrm/i915: Use kzalloc()
2015-02-06 François Tigeotdrm: Implement kzalloc()
2015-02-06 Sepherosa Ziehauacpica: Fix 3abee989bb021ca7a77508792e45828ce9d53b28
2015-02-06 Sepherosa Ziehauacpica: Unbreak iasl compile
2015-02-06 Sepherosa Ziehauwlan: Destroy main ifp until all vaps are destroyed
2015-02-06 Sepherosa Ziehauem/emx: Apply the same TSO workaround as 82571/82572...
2015-02-05 Antonio Huete Jimenezprocfs - Properly return error codes for ioctl calls
next