dragonfly.git
2015-12-29 Tomohiro Kusumisbin/newfs_hammer: Fix newfs_hammer(8) manpage
2015-12-29 Tomohiro Kusumisbin/newfs_hammer: Fix newfs_hammer(8) manpage
2015-12-29 Sepherosa Ziehaukqueue: Don't check list against NULL; list is never...
2015-12-29 Michael NeumannSync man page stat.2 with the definitions in sys/stat.h
2015-12-29 Sepherosa Ziehaukqueue: Mark user filter MPSAFE
2015-12-29 Sepherosa Ziehaukqueue: Remove unapplied comment
2015-12-29 Sepherosa Ziehausocket: Use {get,rel}pooltoken in netmsg_so_notify()
2015-12-29 Sepherosa Ziehaubridge: Mark callouts MPSAFE
2015-12-29 Sepherosa Ziehauig_hal: Allow enabling debug at runtime
2015-12-29 Imre VadászBUS_SETUP_INTR.9: Mention INTR_NOPOLL flag.
2015-12-29 Imre Vadászpsm: Remove unused struct sigio *async
2015-12-29 Imre Vadászpsm: Remove leftover PSM_HOOKAPM #if defined check
2015-12-28 François Tigeotagp: Remove support for Sandy Bridge hardware
2015-12-28 François Tigeotdrm/i915: Use generic drm_plane helper functions
2015-12-28 François Tigeotdrm: Skip vblank wait for legacy cursor updates
2015-12-28 Sascha Wildnerkernel/acpi_cpu: Fix argument name.
2015-12-28 Sepherosa Ziehauacpi/pstate: Allow user to ignore type 0x80 notify
2015-12-28 Sepherosa Ziehauacpi/pstate: Support type 0x80 notify
2015-12-28 Sascha Wildnerkernel/vga: Remove wrong lwkt_reltoken(). It's not...
2015-12-28 Sepherosa Ziehauacpi/pstate: Factor out acpi_pst_eval_{ppc,pdl}()
2015-12-28 Matthew Dillontest - refactor Makefile
2015-12-28 Matthew Dillontest - Add testvblank program
2015-12-28 Matthew Dillontest - cleanup build
2015-12-28 Matthew Dillondevfs - Fix panic on extra devfs mounts when rules...
2015-12-27 François Tigeotagp: Remove support for Ivy Bridge hardware
2015-12-27 Matthew Dillondrm - Fix panic on DRM_IOCTL_WAIT_VBLANK
2015-12-26 François Tigeotdrm/i915: Upgrade to Linux 4.0
2015-12-26 François Tigeotdrm: Fix previous commit
2015-12-26 François Tigeotdrm: Create device entries with the "video" group
2015-12-26 François Tigeotagp: Remove support for Haswell hardware
2015-12-25 Matthew Dillonlibc - fix getcontext bug from last commit
2015-12-25 François Tigeotdrm: Make OpenGL usable by everyone
2015-12-25 François Tigeotagp: Remove support for Broadwell hardware
2015-12-25 Sascha WildnerRaise WARNS to 3 for most ACPICA tools.
2015-12-24 Sascha Wildnerboot0: Fix some typos (driver -> drive).
2015-12-24 Alexander Kuleshovsbin/fdisk: cleanups
2015-12-24 Alexander Kuleshovboot0cfg: use getdevpath() instead of custom function
2015-12-24 Alexander Kuleshovboot/libi386: use macros from <machine/psl.h> to repres...
2015-12-24 Alexander Kuleshovboot0 refactoring
2015-12-24 Alexander Kuleshovboot0cfg: check result of malloc in read_mbr()
2015-12-24 Markus Pfeifferkernel/usb4bsd: Fix device generation in usb_serial
2015-12-24 François Tigeotagp: Remove support for Valleyview hardware
2015-12-24 Imre Vadaszmoused: Read more than 1 byte at a time from the mouse...
2015-12-24 Imre Vadaszmoused: Omit superfluous gettimeofday calls when mouse...
2015-12-24 François Tigeotdrm: Fix ww mutex crtc locking
2015-12-24 Sascha Wildnerkernel/acpi: Save a newline.
2015-12-23 Tomohiro Kusumisbin/hammer: Remove vol_alloc from volume_info
2015-12-23 Tomohiro Kusumisbin/newfs_hammer: Remove total size arg from format_vo...
2015-12-23 Tomohiro Kusumisbin/hammer: Remove global variable NumVolumes
2015-12-23 Tomohiro Kusumisys/vfs/hammer: Add sanity check to volume-del
2015-12-22 Sascha Wildnerkernel/hpt27xx: Move two files to better names (like...
2015-12-22 Sascha Wildnerkernel/igb: Fix build with either IGB_RSS_DEBUG or...
2015-12-22 Matthew Dillonlibc - fix makecontext build issues
2015-12-22 Matthew Dillonlibc - Add quick version for the context management...
2015-12-22 Matthew Dillonlibc - Fix bugs in getcontext(), setcontext(), and...
2015-12-22 Matthew DillonMakefile.usr - Allow /usr/src to pre-exist
2015-12-21 Imre Vadasztty_pty - The tty_token isn't needed in ptckqfilter().
2015-12-21 Imre Vadaszkernel - Mark sig_filtops kqueue filter as mpsafe.
2015-12-21 Imre Vadaszdrm: Mark drmfiltops mpsafe, remove unneeded locking...
2015-12-21 Sascha Wildner<sys/param.h>: Bump __DragonFly_version for the unionfs...
2015-12-21 Sascha Wildnerkernel: Remove VT_UNION.
2015-12-21 Sascha Wildnerkernel: Adjust some comments to the unionfs removal.
2015-12-21 Sascha Wildnerkernel: Remove the old unionfs that was unhooked from...
2015-12-21 Sepherosa Ziehauigb.4: Update according to the recent TX/RX MSI-X handl...
2015-12-21 Sepherosa Ziehauig_hal/igb: Merge Intel igb-2.4.3
2015-12-21 Sepherosa Ziehauigb: Optimize the aggregated TX/RX MSI-X handler a bit
2015-12-21 Sepherosa Ziehauigb: Partly rework MSI-X support to bypass one serializer
2015-12-20 Sascha Wildnerkernel/pci: Remove old compatibility shims.
2015-12-20 Sepherosa Ziehaukqueue/ufs: Remove unnecessary klist cast
2015-12-20 Sepherosa Ziehausocket: Don't use NOTE_OOB as hint for KNOTE upon OOB
2015-12-20 Sepherosa Ziehaukqueue: Hint is not used by socket filters
2015-12-20 Sepherosa Ziehaukqueue: Remove unapplied comment
2015-12-20 Sepherosa Ziehaukqueue: Minor style changes
2015-12-20 Sepherosa Ziehaukqueue: Avoid duplicate KN_PROCESSING clearing
2015-12-20 Sepherosa Ziehaukqueue: knote_alloc will never fail
2015-12-20 Sepherosa Ziehaukqueue: Fix description for kern.kq_checkloop
2015-12-19 Matthew Dillonkernel - Reduce lwp_signotify() latency
2015-12-19 Imre Vadaszsyscons: Remove leftover CDEV_MAJOR #define from sysmouse.c
2015-12-19 Sascha WildnerRevert "Sync ACPICA with Intel's version 20151218."
2015-12-19 Tomohiro Kusumisys/gnu/vfs/ext2fs: Remove double initialization of...
2015-12-19 Sascha Wildnerkernel/acpica: In notify handlers, always report on...
2015-12-19 François TigeotRevert "drm: Stop using a taskqueue to restore syscons...
2015-12-19 Sascha WildnerSync ACPICA with Intel's version 20151218.
2015-12-19 François Tigeotdrm: Stop using a taskqueue to restore syscons content
2015-12-18 Sascha Wildnerkernel/drm: Clean up include search path situation...
2015-12-17 Bill Yuanipfw3: fix for kernel build
2015-12-17 Bill Yuanipfw3: logging feature
2015-12-16 Sascha Wildnercrunch: Raise WARNS to 3.
2015-12-16 Sascha Wildnermountd/crunchgen: Remove some unused variables.
2015-12-16 Matthew Dilloni915 - Add delay after attach to avoid console/X races
2015-12-15 Matthew Dillonnrelease - Change target from /usr/release to /usr...
2015-12-15 Matthew Dillonkernel - Improve kernel trap message
2015-12-15 Matthew Dillonkernel - Change where dump context is saved
2015-12-15 Sascha Wildnermtree: Use spaces for indenting.
2015-12-15 Sascha WildnerUpdate the pciconf(8) database.
2015-12-14 Tomohiro Kusumisys/vfs/hammer: Use HAMMER_DEF_LOCALIZATION
2015-12-14 Tomohiro Kusumisbin/hammer: Check existence of PFS#0 when creating PFS
2015-12-14 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_ROOT_PFSID macro
2015-12-14 Matthew Dilloninstaller - use a more modern mount setup for UFS and...
2015-12-14 Matthew Dilloninstaller - use a more modern mount setup for UFS and...
next