| #
0085a56d |
| 11-Mar-2023 |
Antonio Huete Jimenez <tuxillo@quantumachine.net> |
backlight(9): Initial port.
- backlight(9) is a generic panel backlight driver. - backlight(8) is the userland program to control backlight devices' properties. - Required by linuxkpi
Taken f
backlight(9): Initial port.
- backlight(9) is a generic panel backlight driver. - backlight(8) is the userland program to control backlight devices' properties. - Required by linuxkpi
Taken from: FreeBSD
show more ...
|
|
Revision tags: v6.4.0, v6.4.0rc1, v6.5.0, v6.2.2, v6.2.1, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2 |
|
| #
ee3ebee6 |
| 15-Jan-2019 |
Sascha Wildner <saw@online.de> |
kernel: Remove puffs(4), putter(9) and associated libs and utilities.
All of these were originally pushed and hooked into the build in non- working condition so that they would not go stale break bu
kernel: Remove puffs(4), putter(9) and associated libs and utilities.
All of these were originally pushed and hooked into the build in non- working condition so that they would not go stale break building. The hope was that someone would pick up the work and fix the remaining issues, which never materialized.
This has led to more harm than good, with people occasionally assuming that this code is functional. Also, the existence of /usr/include/fuse.h might lead configure checks into believing that we have a working implementation.
show more ...
|
|
Revision tags: v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc |
|
| #
f2c400e8 |
| 21-Jan-2018 |
Imre Vadász <imre@vdsz.com> |
led(4): Turn this into a module. Only used by acpi_thinkpad and acpi_asus.
|
|
Revision tags: v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc |
|
| #
66d55158 |
| 27-Nov-2016 |
Sascha Wildner <saw@online.de> |
kernel/efirt: Hook efirt.ko into the build.
|
|
Revision tags: v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4, v4.3.1, v4.2.3 |
|
| #
d5d72874 |
| 11-Jul-2015 |
Sepherosa Ziehau <sephe@dragonflybsd.org> |
aperf: Sensor for effective CPU frequency using APERF/MPERF MSRs.
It was adapted by me to fit into cpu sensor device and utilize our per-cpu sensor tasks.
Obtained-from: Imre Vadasz <imre@vdsz.com>
|
|
Revision tags: v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc |
|
| #
b0d289c2 |
| 09-Jun-2015 |
Matthew Dillon <dillon@apollo.backplane.com> |
build - Parallelize kernel module build
* Parallelize the module build portion of a full buildkernel.
* Decreases full kernel build times significantly. The build is up to 3 times faster now.
*
build - Parallelize kernel module build
* Parallelize the module build portion of a full buildkernel.
* Decreases full kernel build times significantly. The build is up to 3 times faster now.
* On monster full kernel build time goes from 10:48 to 3:04.
show more ...
|
| #
881f7bff |
| 29-Mar-2015 |
Sepherosa Ziehau <sephe@dragonflybsd.org> |
dimm: Implement pseudo device driver for DIMM related drivers
- This pseudo device driver installs sensor device for DIMM related sensors (memtemp(4) and upcoming ecc(4) changes). - This pseudo de
dimm: Implement pseudo device driver for DIMM related drivers
- This pseudo device driver installs sensor device for DIMM related sensors (memtemp(4) and upcoming ecc(4) changes). - This pseudo device driver keeps DIMM location information. And the location information is exposed through a new sysctl tree, hw.dimminfo. The nodes in this sysctl tree have the same names as the sensor devices, so that programatic way could be used to report DIMM status. - This pseudo device implements common sensor update function for memtemp(4). And it keeps configurable temperature thresholds for memtemp(4) sensor. - Utilize this pseudo device driver in memtemp(4).
show more ...
|
|
Revision tags: v4.0.5, v4.0.4 |
|
| #
f7409137 |
| 11-Feb-2015 |
Sepherosa Ziehau <sephe@dragonflybsd.org> |
ecc/e3: Split it into two drivers, coremctl(4) and ecc(4)
coremctl(4), which maps the MCHBAR, is now the parent of ecc(4) for Intel E3 cpus. This paves way to add Intel Core/E3 support to memtemp(4
ecc/e3: Split it into two drivers, coremctl(4) and ecc(4)
coremctl(4), which maps the MCHBAR, is now the parent of ecc(4) for Intel E3 cpus. This paves way to add Intel Core/E3 support to memtemp(4).
Tested-by: dillon@ on i3/Haswell and E3/v3
show more ...
|
|
Revision tags: v4.0.3, v4.0.2 |
|
| #
53a374c1 |
| 14-Dec-2014 |
Sascha Wildner <saw@online.de> |
kernel: Import the IPMI driver from FreeBSD.
Many thanks to Markus Pfeiffer <profmakx@dragonflybsd.org> for testing, bug hunting and fixing the watchdog (this will be pushed in a separate commit).
|
|
Revision tags: v4.0.1 |
|
| #
d4ef6694 |
| 18-Nov-2014 |
Joris Giovannangeli <joris@giovannangeli.fr> |
Import cpuctl pseudo device from FreeBSD
The cpuctl pseudo device allows to perform cpu microcode updates.
|
|
Revision tags: v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0, v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc, v3.6.2, v3.6.1, v3.6.0, v3.7.1, v3.6.0rc, v3.4.3, v3.4.2, v3.4.1, v3.4.0, v3.4.0rc, v3.5.0, v3.2.2, v3.2.1, v3.2.0, v3.3.0, v3.0.3 |
|
| #
c1967b0a |
| 07-May-2012 |
Matthew Dillon <dillon@apollo.backplane.com> |
Merge branches 'hammer2' and 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly into hammer2
|
| #
21e876fb |
| 03-May-2012 |
Francois Tigeot <ftigeot@wolfpond.org> |
Import amdsbwd(4) from FreeBSD
This is a device driver for the watchdog timer included in SB600 and more recent AMD south bridges.
|
| #
ace1ab86 |
| 03-May-2012 |
Francois Tigeot <ftigeot@wolfpond.org> |
Import ichwd(4) from FreeBSD
This is a device driver for the watchdog timer function present on the LPC interface bridge in Intel ICH-series chipsets.
|
|
Revision tags: v3.0.2, v3.0.1 |
|
| #
eb403c93 |
| 16-Feb-2012 |
Thomas Nikolajsen <thomas@dragonflybsd.org> |
Merge remote-tracking branch 'crater/master'
|
| #
ab5617b3 |
| 05-Feb-2012 |
Sascha Wildner <saw@online.de> |
Bring in the "Port PUFFS from NetBSD/FreeBSD" GSoC 2011 project results.
With some additional stuff done by me (properly hooking into the build, add some manpages, and other missing bits here and th
Bring in the "Port PUFFS from NetBSD/FreeBSD" GSoC 2011 project results.
With some additional stuff done by me (properly hooking into the build, add some manpages, and other missing bits here and there, nothing functional).
What we get:
* puffs(3) and refuse(3) libraries * puffs(4) and putter(9) kernel parts * mount_psshfs(8) utility
Note that it still might crash or stop working, so it's still experimental. We're bringing it anyway because several people showed interest in continuing to work on it and so it doesn't rot outside our tree, gets at least built with world/kernel, etc.
Submitted-by: Nick Prokharau <nickprok@gmail.com>
show more ...
|
|
Revision tags: v3.1.0, v3.0.0 |
|
| #
e147701e |
| 13-Dec-2011 |
Sascha Wildner <saw@online.de> |
ecc(4): Move from sys/dev/bridge to sys/dev/misc.
While here, make it compilable into the kernel and add it to the LINTs.
|
| #
86d7f5d3 |
| 26-Nov-2011 |
John Marino <draco@marino.st> |
Initial import of binutils 2.22 on the new vendor branch
Future versions of binutils will also reside on this branch rather than continuing to create new binutils branches for each new version.
|
| #
a563ca70 |
| 16-Nov-2011 |
Alex Hornung <ahornung@gmail.com> |
dfregress,tbridge - Move into usr.bin and sys/dev
* cleanup of the testcases, remove duplicates, consolidate in test/testcases.
|
|
Revision tags: v2.12.0, v2.13.0, v2.10.1, v2.11.0, v2.10.0, v2.9.1, v2.8.2, v2.8.1, v2.8.0, v2.9.0, v2.6.3, v2.7.3, v2.6.2, v2.7.2, v2.7.1, v2.6.1, v2.7.0, v2.6.0, v2.5.1, v2.4.1, v2.5.0, v2.4.0 |
|
| #
c424c31a |
| 11-Sep-2009 |
Matthew Dillon <dillon@apollo.backplane.com> |
Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
|
| #
e3038e0d |
| 11-Sep-2009 |
Alex Hornung <ahornung@gmail.com> |
kbdmux - Bind into module build Makefile
|
|
Revision tags: v2.3.2, v2.3.1, v2.2.1, v2.2.0, v2.3.0, v2.1.1, v2.0.1 |
|
| #
c4bf625e |
| 23-Apr-2008 |
Hasso Tepper <hasso@dragonflybsd.org> |
Add a driver for Omnikey CardMan 4040 smartcard reader - cmx(4).
Obtained-from: FreeBSD
|
| #
7aa93ecf |
| 20-May-2006 |
Matthew Dillon <dillon@dragonflybsd.org> |
Remove the (unmaintained for 10+ years) svr4 and ibcs2 emulation code. Poof, gone.
|
| #
ca9d2ae7 |
| 23-Sep-2004 |
Hidetoshi Shimokawa <simokawa@dragonflybsd.org> |
Hooks to build dcons(4)/dcons_crom(4).
|
| #
666d2603 |
| 10-Feb-2004 |
Joerg Sonnenberger <joerg@dragonflybsd.org> |
Initial backport of NEWCARD from FreeBSD 5.
The included version is from end of November 2002 with the exception of bus/pccard/pccarddevs which is from November 2003.
Thanks to Warner Losh and the
Initial backport of NEWCARD from FreeBSD 5.
The included version is from end of November 2002 with the exception of bus/pccard/pccarddevs which is from November 2003.
Thanks to Warner Losh and the other folks for NEWCARD.
show more ...
|
| #
ac2e3f5e |
| 15-Aug-2003 |
Matthew Dillon <dillon@dragonflybsd.org> |
Make modules work again part 1: hook up 'dev'. Note that not all devices were converted to modules even in the original module build, so coverage is somewhat spotty.
|