kernel - Bring in evdev from FreeBSD
[dragonfly.git] / sys / dev / misc /
2017-12-08 Peeter Mustkernel - Bring in evdev from FreeBSD
2017-12-02 Sepherosa Ziehausyscons: Unbreak compile w/o splash
2017-12-02 Matthew Dillonkernel - Increase syscons history buffer size
2017-11-30 Imre Vadászsyscons - Partly implement FBIO_BLANK ioctl, for displa...
2017-11-24 Imre Vadászkernel - Get rid of old KDSETRAD keyboard ioctl, and...
2017-11-17 Sascha Wildnerkernel: Remove some semicolons at the end of macro...
2017-11-11 zrjmusycc: Tidy up a bit.
2017-11-03 Imre Vadászsyscons - Add minimal fbio support for "scfb" xorg...
2017-10-25 Imre Vadászsyscons - Add 24bit pixel format support for EFI frameb...
2017-10-11 Thomas NikolajsenMerge commit 'crater/master'
2017-10-11 Sascha Wildnerkernel/atkbdc: Fix a prototype.
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-09-23 Imre Vadászpsm: Drop bpsm%d device files. Instead support non...
2017-09-22 Imre Vadászpsm: Get rid of PSM_LEVEL_NATIVE, and the psmwrite...
2017-09-22 Imre Vadászpsm: Remove dead unused code: psmpoll(), enable_lordles...
2017-07-31 Sascha Wildnerkernel: Fix wrong indentation in a few places.
2017-07-23 zrjsys: Some whitespace cleanup.
2017-06-15 Sascha Wildnerkernel: Add 'static' to some function definitions.
2017-02-07 Matthew Dillonbuild - Separate out CFLAGS for kernel & module build
2017-01-13 John MarinoMerge branch 'vendor/LIBRESSL'
2017-01-09 Matthew Dillonkernel - Make gpio and gpio_led MPSAFE
2017-01-09 Matthew Dillonkernel - Incidental MPLOCK removal (non-performance)
2016-12-12 Matthew Dillonkernel - Re-fix chromebook keyboard
2016-12-04 Imre Vadászsyscons - Set cons_unavail when blanking framebuffer...
2016-12-04 Imre Vadászdrm: Use fb_blank hooks from drm_fb_helper.c as a sysco...
2016-12-01 Imre Vadászsyscons - Add need_unlock arg to sc_clean_up and sc_wai...
2016-11-29 Imre Vadászsyscons - Add range check for color value in KDSBORDER...
2016-11-29 Imre Vadászsyscons - Add option for the default terminal border...
2016-11-28 Imre Vadászsyscons - Clean up log messages for KMS console.
2016-11-28 Imre Vadászdrm: Improve integration with syscons. Move taskqueue...
2016-11-28 Imre Vadászsyscons - Make sure we draw the terminal border during...
2016-11-27 Sascha Wildnerkernel/efirt: Hook efirt.ko into the build.
2016-11-27 Sascha WildnerMove efirt.ko's source to sys/dev/misc/efirt.
2016-11-27 Imre Vadászsyscons - Fix syscons with UEFI fb when drm fb is regis...
2016-11-26 Imre Vadászsyscons - Remove unneeded NULL check from register_fram...
2016-11-26 Imre Vadászsyscons - Handle kms framebuffer activation better...
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-11-22 Matthew Dillonefi - Add EFI run-time ABI support
2016-11-19 Imre Vadászdrm: Use struct fb_info * as arg for syscons fb restore...
2016-11-19 Sascha Wildneri386 removal, part 61/x: Adjust some further #ifdefs.
2016-10-31 Matthew Dillonkernel - Add trackpoint and elantech mouse support (2)
2016-10-31 Matthew Dillonkernel - Add trackpoint and elantech mouse support
2016-10-31 Matthew Dillonkernel - Fix a vty switch/history bug
2016-10-27 François Tigeotkernel: Replace struct device* by device_t
2016-10-18 Sascha Wildnerkernel: Remove the COMPAT_43 kernel option along with...
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-08 Sascha Wildnerkernel/ecc: Add MODULE_VERSION()s.
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-26 Imre Vadászcpuctl(4): Require write rights for CPUCTL_MSRSBIT...
2016-09-26 Daniel Bilikkernel/psm: Support newer Synaptics touchpads
2016-09-06 John MarinoMerge branch 'vendor/LIBRESSL'
2016-08-29 John MarinoMerge branch 'vendor/LESS'
2016-08-29 John MarinoMerge branch 'vendor/BMAKE'
2016-08-27 John MarinoMerge branch 'vendor/GCC50'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-03 Peter AvalosMerge branch 'vendor/OPENSSL'
2016-07-19 zrjRemove pcibus.h header.
2016-07-04 zrjFix <machine/varargs.h> use cases.
2016-05-17 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-13 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-03 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-04-13 zrjcpuctl(4): Sync with FreeBSD
2016-03-11 John MarinoMerge branch 'vendor/NCURSES'
2016-03-02 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-02-25 Imre Vadászkernel/syscons: Add EFI Framebuffer support.
2016-02-21 Imre Vadászpc64: Introduce machine/framebuffer.h header. Probe...
2016-02-21 Imre Vadászkernel/syscons: Add NULL checks for struct fb_info...
2016-02-20 Imre Vadászsyscons: Check if vaddr == 0 in sckmsrndr.c. Improve...
2016-02-20 Imre Vadászkernel/syscons: Make the sc_update_render() function...
2016-02-20 Imre Vadászkernel/syscons: More accurate IOCTL behaviour when...
2016-02-18 Imre Vadászkernel/syscons: Disable a bit more VGA console code...
2016-02-18 Imre Vadászkernel/syscons: Fixup previous commit, readd scp->fbi...
2016-02-18 Imre Vadászkernel/syscons: Factor out font-scaling calculation...
2016-02-17 Imre Vadászkernel/syscons: Implement vr_draw_border_t function...
2016-02-08 Imre VadászMerge branch 'vendor/BINUTILS225'
2016-01-28 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-01-26 zrjRemove advertising header from sys/
2016-01-09 Sascha Wildneri386 removal, part 47/x: Remove the i386 specific spic...
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-19 Imre Vadaszsyscons: Remove leftover CDEV_MAJOR #define from sysmouse.c
2015-12-04 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-12-04 John MarinoMerge branch 'vendor/GCC50'
2015-12-02 Sascha Wildnerdevfs(9): Rename DEVFS_DECLARE_CLONE_BITMAP to DEVFS_DE...
2015-12-01 Imre Vadaszsyscons: Fixup kms_draw() after change for xpad variabl...
2015-11-27 Imre Vadászsyscons: Get rid of xpad variable by adjusting loop...
2015-11-22 Sascha Wildnerkernel/syscons: Change definitions of dev_ops functions...
2015-11-17 Imre Vadászsyscons: Keep screen content and cursor pos when switch...
2015-11-04 John MarinoMerge branch 'vendor/TNFTP'
2015-11-04 John MarinoMerge branch 'vendor/DIALOG'
2015-11-04 John MarinoMerge branch 'vendor/TCSH'
2015-11-04 John MarinoMerge branch 'vendor/GREP'
2015-11-04 John MarinoMerge branch 'vendor/BINUTILS225'
2015-11-03 John MarinoMerge branch 'vendor/LIBEDIT'
2015-11-03 John MarinoMerge branch 'vendor/XZ'
2015-11-02 John MarinoMerge branch 'vendor/ELFTOOLCHAIN'
2015-09-15 Sascha Wildnerkernel/syscons: Fix compilation without ddb in the...
2015-08-29 Sascha Wildnerkernel: Use NULL for pointers in DRIVER_MODULE* calls.
2015-08-15 Sascha Wildneri386 removal, part 35/x: Remove the i386 specific vesa...
next