dragonfly.git
2017-03-31 Sascha Wildnerusr.sbin/Makefile: Fix sorting.
2017-03-31 Sascha Wildneruefi.8: Leave the .Dd.
2017-03-31 Sascha WildnerPartly revert "uefi.8: Extend SEE ALSO and fix HISTORY."
2017-03-31 Sascha Wildneruefi.8: Extend SEE ALSO and fix HISTORY.
2017-03-31 Sascha Wildnerefisetup.8: Some mdoc improvements.
2017-03-31 Sascha Wildnerefisetup(8): Fix permissions in the tree.
2017-03-31 Sascha Wildnermdoc: Fix manlint warning in efisetup.8
2017-03-31 Sascha Wildner<sys/libkern.h>: Fix whitespace/indent, remove arg...
2017-03-31 Sascha Wildner<machine/stdint.h>: Check __cplusplus first.
2017-03-30 Antonio Huete... test/vkernel - Add MAKE_JOBS
2017-03-30 Antonio Huete... nrelease - Show MAKE_JOBS in help
2017-03-30 Antonio Huete... vkernel - Fix build
2017-03-30 Matthew Dillonmixer - Fix sscanf() overflow
2017-03-30 Matthew Dillongcore - fix overflow in sscanf
2017-03-30 Matthew Dilloncamcontrol - non-critical fgetc() cleanup
2017-03-30 Matthew Dillonkernel - Fix deadlock in sound system
2017-03-29 Matthew Dillongcc - Adjust the unwind code to use the new sigtramp...
2017-03-29 Matthew Dillonkernel - Add KERN_PROC_SIGTRAMP
2017-03-29 Matthew DillonKernel - Temporarily move sigtramp lower
2017-03-29 Sepherosa Ziehauacpi/pstate: Don't attach, if _PSS contains invalid...
2017-03-29 Sepherosa Ziehaupowerd: Add option to disable adjusting userland schedu...
2017-03-29 Sepherosa Ziehaukern: Add per-cpu helper threads, which handles lwkt...
2017-03-29 Sascha Wildnerkernel/ale: Fix one more parentheses issue.
2017-03-28 Matthew Dillonkernel - Fix improper parens
2017-03-27 Sascha Wildnerkernel/identcpu: Add string for MONITORX/MWAITX support...
2017-03-27 François Tigeotdrm: Enable commented-out vga_switcheroo code
2017-03-27 Sepherosa Ziehausound/hda: Sync device ID table with FreeBSD
2017-03-27 Matthew Dillonkernel - Add a BIOS quirks for AMD
2017-03-27 Matthew Dillonkernel - Add GD_IRESERVED access to assembly
2017-03-27 Matthew Dillonkernel - Spread IPIs out to more priority levels
2017-03-27 Matthew Dillonkernel - Enhance the sniff code, refactor interrupt...
2017-03-27 Matthew Dillonkernel - Use the TSC as the cpu clock on AMD Ryzen...
2017-03-27 Matthew Dillonkernel - Enhance machdep.cpu_idle_hlt
2017-03-27 Matthew Dillonkernel - Enhanced reporting by process killer
2017-03-27 Matthew Dillonkernel - Remove if_sl, if_ppp, and if_faith from the...
2017-03-27 Matthew Dillonhammer - HAMMER Version 7
2017-03-27 Matthew Dillonhammer2 - Fix cluster synchronization bug (2+ nodes)
2017-03-27 Matthew Dillonhammer2 - Stabilization for cluster code, features
2017-03-27 Matthew Dillonhammer2 - Have mount assume that @LABEL refers to a...
2017-03-27 Matthew Dillondebug - separate out crc32.c and icrc32.c
2017-03-26 Matthew DillonKernel - quick workaround for Ryzen
2017-03-26 Matthew Dillonkernel - Stir longer in arc4random
2017-03-23 Imre Vadászif_vtnet - Allocate struct vtnet_tx_header entries...
2017-03-23 François Tigeotdrm/i915: Update to Linux 4.7.10
2017-03-23 François Tigeotkernel: Add a port of the Linux 4.8 vga_switcheroo...
2017-03-23 Sascha Wildner<sys/unistd.h>: Add missing _PC_TIMESTAMP_RESOLUTION.
2017-03-23 Matthew Dillonbuild - Add the 'efisetup' script
2017-03-23 Matthew Dillonkernel - Fix panic in zget() during heavy paging
2017-03-22 Sascha Wildner<time.h>: Shuffle some prototypes around (no functional...
2017-03-22 Sascha WildnerUpdate the pciconf(8) database.
2017-03-22 Sascha Wildnerbsd-family-tree: Sync with FreeBSD.
2017-03-22 Sascha WildnerSync zoneinfo database with tzdata2017b from ftp:/...
2017-03-21 Matthew Dillontest - Flesh out randread statistics reporting
2017-03-19 Sascha WildnerBring in uefisign(8) example script.
2017-03-19 Sascha Wildnerinstaller: Fix the "missing /var/run/sem" issues better.
2017-03-18 Sascha Wildnerkernel/mmcsd: Add some dummy values for d_nheads and...
2017-03-17 Matthew Dillonbuild - Validate sshd_config
2017-03-17 Matthew Dillonsshd - Fix default password authentication (2)
2017-03-17 Matthew Dillonsshd - Fix default password authentication
2017-03-17 Sascha Wildnerkernel/options: EFIRT can go to opt_dontuse.h. No need...
2017-03-17 Sascha Wildnerdf.1: Fix example for -t. It's null, not nullfs.
2017-03-17 François Tigeotdrm/linux: Improve vmap/vunmap API, add is_vmalloc_addr()
2017-03-17 François Tigeotdrm/linux: Add smp_store_mb()
2017-03-16 François Tigeotdrm/linux: Add linux/vga_switcheroo.h
2017-03-16 Sascha Wildnersched_setaffinity.2: Small markup fix.
2017-03-16 Sascha WildnerRemove some more duplicate includes in our tree.
2017-03-16 Sascha Wildner<sys/globaldata.h>: Remove duplicate include.
2017-03-16 Thomas NikolajsenUPDATING: Add note for OpenSSH HPN removal
2017-03-16 Justin C. SherrillCorrect param.h entry for this version.
2017-03-15 François Tigeotdrm/linux: Add linux/hardirq.h
2017-03-15 François Tigeotdrm/linux: Implement hrtimers
2017-03-14 François Tigeotkernel: Remove broken DRM_LINUX option
2017-03-14 François Tigeotdrm/linux: Add READ_ONCE and WRITE_ONCE
2017-03-14 François Tigeotdrm/linux: Improve linux/workqueue.h
2017-03-14 François Tigeotdrm/linux: Add u64_to_user_ptr
2017-03-13 François Tigeotdrm/linux: Add asm/shmparam.h
2017-03-13 François Tigeotdrm/linux: Add pci_bus_read_config_byte and pci_bus_rea...
2017-03-13 François Tigeotdrm/linux: Add atomic_andnot()
2017-03-13 Sascha Wildnerzone.9: Adjust prototypes for some recent changes.
2017-03-13 François Tigeotdrm/linux: Expand linux/kobject.h scope
2017-03-13 François Tigeotdrm/linux: Add asm/cpufeatures.h
2017-03-12 Tomohiro Kusumisbin/hammer: Have consistent naming for volume variables
2017-03-12 Tomohiro Kusumisbin/hammer: Have consistent naming for buffer variables
2017-03-12 François Tigeotdrm/linux: Add linux/console.h
2017-03-12 François Tigeotdrm/linux: Add cacheflushopt()
2017-03-12 Justin C. SherrillNumbering changes for master -> 4.9. v4.9.0
2017-03-09 François Tigeotdrm/linux: fix tasklets
2017-03-08 Tomohiro Kusumisys/vfs/hammer: Cleanup hammer_modify_node()
2017-03-06 Sepherosa Ziehaure: Only limited versions of this chip require explicit...
2017-03-07 Matthew Dillonkernel - Fix cluster_write() inefficiency
2017-03-05 Eitan AdlerAlways use unix line endings
2017-03-05 zrjvkernel: Prevent clang optimizing out the traps.
2017-03-05 zrjwlan: Remove duplicate typedef.
2017-03-05 zrjUnbreak VKERNEL64 for clang compatibility.
2017-03-04 Sascha Wildnerlibc/getnameinfo: Whitespace fix to my last commit.
2017-03-04 Sascha Wildnerlibc/getnameinfo: Clean up the comments in getnameinfo_...
2017-03-03 Sascha WildnerSync ACPICA with Intel's version 20170303.
2017-03-03 Sascha WildnerRemove old timezone Pacific/Johnston via 'make upgrade'.
2017-03-02 Sascha WildnerSync zoneinfo database with tzdata2017a from ftp:/...
2017-03-02 François Tigeotdrm/i915: Fix compilation with clang
next