Sync ACPICA with Intel's version 20160212.
[dragonfly.git] / sys /
2016-02-13 Sascha WildnerSync ACPICA with Intel's version 20160212.
2016-02-13 Sascha Wildner<sys/un.h>: Use a standard type for sockaddr_un's sun_len.
2016-02-13 Sascha Wildner<sys/un.h>: Whitespace adjustments (no functional change).
2016-02-13 Sascha Wildner<netinet/in.h>: Use standard types.
2016-02-13 Sascha Wildner<netinet/in.h>: Whitespace adjustments (no functional...
2016-02-13 Sepherosa Ziehaukqueue/signal: Send kevent even if the signal is masked
2016-02-12 Sepherosa Ziehaukqueue: Rework timer expiration
2016-02-12 Sepherosa Ziehaukqueue: Remove unused global kqueue token
2016-02-12 zrjUnbreak VKERNEL64 build.
2016-02-10 zrjsys/boot: Simplify MAKEBOOTDEV macro
2016-02-10 zrjgpt.h: Add few more GPT GUIDs
2016-02-08 Imre VadászMerge branch 'vendor/BINUTILS225'
2016-02-07 Sascha Wildner<cpu/limits.h>: Adjust visibility of various *_{MIN...
2016-02-07 Sascha Wildner<cpu/limits.h>: Minor whitespace fixes.
2016-02-07 François Tigeotdrm/linux: Sync linux/math64.h with FreeBSD
2016-02-07 Imre VadászRemove FreeBSD OS/ABI from raid driver blobs.
2016-02-06 François Tigeotlinux/kref.h: Add kref_put_mutex()
2016-02-05 Sascha Wildner<unistd.h>: Use #if 0 for _POSIX_SAVED_IDS. Update...
2016-02-05 Sascha Wildnerkernel: Use POSIX constants for pathconf defaults ...
2016-02-01 John Marinobump __DragonFly_version for library privatizaton
2016-01-30 Sascha WildnerRevert "boot/acpi: Implement hint.acpi.0.rsdp kenv."
2016-01-29 Sascha Wildnerboot/acpi: Use an ACPICA constant instead of a magic...
2016-01-29 Sascha Wildnerboot/acpi: Implement hint.acpi.0.rsdp kenv.
2016-01-29 zrjkernel/isofs: Add all iso9660 number conversion routines.
2016-01-29 zrjkernel/isofs: Remove UNALIGNED_ACCESS
2016-01-29 zrjkernel/msdosfs: Remove UNALIGNED_ACCESS
2016-01-29 zrjkernel/isofs: style(9) fixes.
2016-01-28 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-01-27 Sascha Wildner<sys/unistd.h>: Comment some POSIX options.
2016-01-26 zrjnewvers.sh: Allow to override hostname
2016-01-26 zrjCorrect BSD License clause numbering from 1-2-4 to...
2016-01-26 zrjRemove advertising header from sys/
2016-01-25 Sascha Wildner<machine/exec.h> Fix include guard.
2016-01-25 Matthew Dillonkernel - Add quirks for xhci (usb)
2016-01-24 Imre Vadaszdrm/radeon: We need the physical address of the dummy...
2016-01-24 Sascha Wildnerkernel/vm_machdep: Fix a typo in a comment.
2016-01-24 Sascha Wildneri386 removal, part 51/x: Remove gatea20.c in sys/boot.
2016-01-24 François Tigeotkernel/linux: Add ioremap_nocache()
2016-01-23 Imre Vadászdrm/radeon: Add radeon_ucode.c. Support new firmware...
2016-01-23 François Tigeotdrm/i915: Update to Linux 4.1
2016-01-22 Imre Vadászdrm/i915: Add and document the drm.i915.enable_execlist...
2016-01-22 Sascha Wildnersys/boot: Add missing '+'.
2016-01-22 Sascha Wildnersys/boot: Unbreak build. btx must come before boot2.
2016-01-22 Sascha Wildneri386 removal, part 50/x: Remove the i386 specific kgzldr.
2016-01-22 zrjusb4bsd: Cleanup pass1.
2016-01-22 zrjusb4bsd: Cleanup pass0.
2016-01-21 Sascha Wildner<net/if.h>: Cleanup the namespace a bit.
2016-01-21 Sascha Wildner<net/if.h>: Whitespace adjustment (no functional change).
2016-01-18 Imre Vadászif_iwm: Fix up the rate control setup code.
2016-01-16 François Tigeotdrm/linux: Implement pci_iomap()
2016-01-16 Sascha Wildnerdrm/include: Add missing parentheses in a macro.
2016-01-16 François Tigeotdrm/linux: Add for_each_set_bit()
2016-01-15 Sepherosa Ziehauig_hal/em/emx: Add I219 (Skylake) support
2016-01-15 Sascha Wildnerkernel: Fix the kern.dumpdev sysctl.
2016-01-15 Imre Vadászwlan - Migrate the 802.11s locks out into ieee80211_dra...
2016-01-15 Imre Vadászwlan - Cleanup compat shims for FreeBSD version that...
2016-01-14 Imre Vadászdrm/i915: Add tunable for force-disabling usage of...
2016-01-14 François Tigeotdrm/i915: Sync with Linux 4.0
2016-01-14 Sascha Wildner<sys/wait.h>: Clean up a bit.
2016-01-14 Sascha Wildner<sys/wait.h>: Whitespace cleanup (no functional change).
2016-01-14 Matthew Dillonkernel - Report AHCI rev programmatically (2)
2016-01-14 Matthew Dillonkernel - Report AHCI rev programmatically
2016-01-13 Matthew Dillonkernel - Fix degenerate condition in dfly_setrunqueue_l...
2016-01-12 François Tigeotdrm: Improve linux dma mapping functions
2016-01-12 François Tigeotdrm: Add linux/bitmap.h
2016-01-11 François Tigeotdrm: Add asm/cpufeature.h
2016-01-11 François Tigeotkernel/linux: Add hweight8()
2016-01-10 Matthew Dillonkernel - Remove kernel debugging message related to...
2016-01-10 François Tigeotdrm/i915: Use dev->pdev to get PCI device revisions
2016-01-10 François Tigeotdrm: Store PCI device information in a struct pci_dev
2016-01-10 François Tigeotdrm: Improve Linux compatibility of pci structures
2016-01-10 Sascha Wildnerkernel/kate: Bad idea to put temporary values in the...
2016-01-10 Sascha Wildnerkernel/kate: CurTmp starts at -28C on Socket AM2 Revisi...
2016-01-09 François Tigeotdrm: Always enable MSI interrupts
2016-01-09 Sascha Wildneri386 removal, part 47/x: Remove the i386 specific spic...
2016-01-08 Sascha WildnerSync ACPICA with Intel's version 20160108.
2016-01-07 Imre Vadászif_run: Sync with FreeBSD up to r270643 (from August...
2016-01-07 Sascha Wildnerkernel/tmpfs: Use the more common 'ap' name for vops...
2016-01-07 Matthew Dillonhammer - remove debugging kprintf
2016-01-06 Imre Vadaszif_run: Uncomment code from FreeBSD to defer run_wme_up...
2016-01-06 Sascha Wildnerkernel/tmpfs: Add _PC_2_SYMLINKS support. getconf(1...
2016-01-05 Imre Vadászif_iwm: Fix IEEE80211_ADDR_COPY() usage.
2016-01-05 Imre Vadászif_iwm: Always stop LED blinking when scanning is finished
2016-01-04 Sepherosa Ziehaure: Only probe fixed PHY location
2016-01-04 Sepherosa Ziehaure: Reduce GMII PHY read/write timeout
2016-01-04 Sepherosa Ziehaure: Change CFG1 and CFG5 after flip EECMD
2016-01-03 Sepherosa Ziehaure: Disable ASPM
2016-01-03 Sepherosa Ziehaure: Update Realtek PHY power management related bits
2016-01-03 Sepherosa Ziehaukqueue: Move notifymsglist out of kqinfo
2016-01-02 Sascha Wildnerkernel/tmpfs: Implement _PC_FILESIZEBITS.
2016-01-02 Sascha Wildnerkernel: Add flsll(). Identical to flsl().
2016-01-02 Sascha Wildnerkernel/tmpfs: Sort pathconf cases.
2016-01-02 François Tigeotif_iwm: Make the wifi LED work with iwm(4) (2/2)
2016-01-01 Imre Vadászif_iwm: Make the wifi LED work with iwm(4).
2016-01-01 Imre Vadászif_iwm: Remove comments referring to Linux iwlwifi...
2015-12-31 Imre Vadászif_iwm: Just store the struct firmware pointer, like...
2015-12-31 Imre Vadászif_iwm: Apply some changes from OpenBSD, if_iwm.c rev...
2015-12-31 Sascha WildnerBump our copyrights to 2016. Happy new year! :)
2015-12-31 Sepherosa Ziehaukqueue: Use wakeup_one() to wake up kqueue scanner
2015-12-31 Sepherosa Ziehaukqueue: Reduce file/hash list token coverage
next