|
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, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1 |
|
| #
c585ae0f |
| 04-Oct-2018 |
Sascha Wildner <saw@online.de> |
kernel: Remove some old serial drivers.
Namely digi(4), rp(4) and si(4) (the latter along with its userland utility sicontrol(8)). It is unlikely that these work properly any more.
In preparation f
kernel: Remove some old serial drivers.
Namely digi(4), rp(4) and si(4) (the latter along with its userland utility sicontrol(8)). It is unlikely that these work properly any more.
In preparation for the upcoming tty_token work by dillon.
Requested-by: dillon
show more ...
|
|
Revision tags: v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, 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, 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, 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 ...
|
|
Revision tags: v4.0.5, v4.0.4, v4.0.3, v4.0.2, v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2 |
|
| #
2a617999 |
| 10-Nov-2014 |
Sascha Wildner <saw@online.de> |
Remove the old USB stack and related userland, etc.
As detailed in UPDATING, users with a custom configuration file which was derived from a *GENERIC file before we made usb4bsd default (this happen
Remove the old USB stack and related userland, etc.
As detailed in UPDATING, users with a custom configuration file which was derived from a *GENERIC file before we made usb4bsd default (this happened in 3.6) might need to remove or comment out a couple of devices which are now unknown.
show more ...
|
|
Revision tags: 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 |
|
| #
d5d1d6cd |
| 10-Mar-2014 |
Sascha Wildner <saw@online.de> |
usb4bsd: Fix a couple of typos and build issues.
|
| #
f0478b8b |
| 10-Mar-2014 |
Sascha Wildner <saw@online.de> |
Make usb4bsd the default USB stack.
To get back to the old stack, put "WANT_OLDUSB=yes" in /etc/make.conf and replace "device usb" with "device oldusb" in the kernel configuration.
Requested-by: di
Make usb4bsd the default USB stack.
To get back to the old stack, put "WANT_OLDUSB=yes" in /etc/make.conf and replace "device usb" with "device oldusb" in the kernel configuration.
Requested-by: dillon, profmakx, marino etc.
show more ...
|
|
Revision tags: v3.6.1 |
|
| #
dac37963 |
| 07-Jan-2014 |
Matthew Dillon <dillon@apollo.backplane.com> |
kernel - Create dev/smbus infrastructure
* Create dev/smbus
* Move bus/smbus/{smb,smb.c,smb.h} to dev/smbus
* Adjust conf/files
* Change smbus to add the children as a wildcard instead of as "smb
kernel - Create dev/smbus infrastructure
* Create dev/smbus
* Move bus/smbus/{smb,smb.c,smb.h} to dev/smbus
* Adjust conf/files
* Change smbus to add the children as a wildcard instead of as "smb". This should allow the "cyapa" device to attach later on, rather than just the "smb" device.
* Minor cleanup in subr_bus.c.
show more ...
|
|
Revision tags: v3.6.0, v3.7.1, v3.6.0rc |
|
| #
5718399f |
| 01-Sep-2013 |
François Tigeot <ftigeot@wolfpond.org> |
drm: Merge the drm and drm2 implementations
* Move the drm2 i915 driver to sys/dev/drm/i915kms
* The legacy i915 driver remains untouched
* Only sys/dev/drm/ shall remain
|
|
Revision tags: 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 |
|
| #
b757bf26 |
| 07-Jun-2012 |
François Tigeot <ftigeot@wolfpond.org> |
drm2: Hook to DragonFly's build infrastructure
* The drm2+i915 code is built as kernel modules only
* Remove unneeded dependency on 'mem' device
|
| #
7078f92b |
| 12-Jan-2013 |
Johannes Hofmann <johannes.hofmann@gmx.de> |
merge
|
| #
5db2f26e |
| 03-Jan-2013 |
Sascha Wildner <saw@online.de> |
kernel: Move sys/dev/acpica5 to sys/dev/acpica.
The 5 used to indicate that it was imported from FreeBSD 5 but that doesn't matter anymore.
In-discussion-with: sephe
|
| #
56fe6b68 |
| 11-Oct-2012 |
Matthew Dillon <dillon@apollo.backplane.com> |
Merge branches 'hammer2' and 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly into hammer2
|
| #
0ecbc2a3 |
| 02-Oct-2012 |
Sascha Wildner <saw@online.de> |
usb4bsd: Separate building of the old USB modules.
Don't build the old USB driver modules when WANT_USB4BSD is set.
Also, do some cleanup in some of the Makefiles, while I'm here.
|
|
Revision tags: v3.0.2, v3.0.1, 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.
|
|
Revision tags: v2.12.0, v2.13.0 |
|
| #
364ddae1 |
| 06-Jul-2011 |
Sascha Wildner <saw@online.de> |
kernel: Move the est(4) source code to dev/powermng/est.
Just like the other related drivers (such as powernow(4)).
|
|
Revision tags: 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, v2.3.2, v2.3.1, v2.2.1, v2.2.0, v2.3.0, v2.1.1, v2.0.1 |
|
| #
2de7e9e4 |
| 30-Jan-2007 |
Simon Schubert <corecode@dragonflybsd.org> |
Rework DEV_SUPPORT infrastructure.
Reviewed-by: tgen@
|
| #
0955fd91 |
| 19-Jan-2007 |
Matthew Dillon <dillon@dragonflybsd.org> |
Rename /usr/src/sys/machine to /usr/src/sys/platform. Give the platform name its own variable, MACHINE_PLATFORM, instead of trying to use MACHINE to name it. Adjust the build infrastructure to matc
Rename /usr/src/sys/machine to /usr/src/sys/platform. Give the platform name its own variable, MACHINE_PLATFORM, instead of trying to use MACHINE to name it. Adjust the build infrastructure to match.
Revert MACHINE back to its original definition and remove uname shims. This removes confusion with third party software.
This means a pc32 build has MACHINE=i386 and MACHINE_ARCH=i386, and a vkernel build also has MACHINE=i386 and MACHINE_ARCH=i386. The new MACHINE_PLAFORM would be pc32 for a pc32 build, and vkernel for a vkernel build.
Adjust all kernel configuration files to specify platform, machine, AND machine_arch.
show more ...
|
| #
d87174b3 |
| 07-Jan-2007 |
Matthew Dillon <dillon@dragonflybsd.org> |
Add a virtual disk device for virtual kernels to boot from.
|
| #
5d7779de |
| 06-Jan-2007 |
Matthew Dillon <dillon@dragonflybsd.org> |
Conditionalize all of the subdirectories in dev so we skip them for VKERNEL builds.
|
| #
232fee37 |
| 07-Nov-2006 |
Matthew Dillon <dillon@dragonflybsd.org> |
Move <machine/dvcfg.h> to the one device that actually uses it, remove other inclusions of dvcfg.h that are not used.
Give each platform architecture a "Makefile.inc" file which the build system can
Move <machine/dvcfg.h> to the one device that actually uses it, remove other inclusions of dvcfg.h that are not used.
Give each platform architecture a "Makefile.inc" file which the build system can use to determine device support when building devices.
show more ...
|
| #
f585b089 |
| 10-Oct-2006 |
Matthew Dillon <dillon@dragonflybsd.org> |
Add a device that attaches to the memory controller. If ECC is enabled in the BIOS the device will poll the controller once a second and report any ECC corrections or uncorrectable errors.
This mod
Add a device that attaches to the memory controller. If ECC is enabled in the BIOS the device will poll the controller once a second and report any ECC corrections or uncorrectable errors.
This module is not loaded by default. To load the module, add the following line to /boot/loader.conf. The module can only be loaded at boot-time:
ecc_load="YES"'
As of this commit, only the AMD64's memory controller is supported.
show more ...
|
| #
5d327b77 |
| 21-Jun-2006 |
YONETANI Tomokazu <y0netan1@dragonflybsd.org> |
Add Enhanced SpeedStep driver(EST), based on Colin Percival's early work available at http://www.daemonology.net/freebsd-est/ . sysctl node names are adjusted to be used from pkgsrc/sysutils/estd.
Add Enhanced SpeedStep driver(EST), based on Colin Percival's early work available at http://www.daemonology.net/freebsd-est/ . sysctl node names are adjusted to be used from pkgsrc/sysutils/estd.
Port-done-by: Johannes Hofmann <Johannes.Hofmann (at) gmx.de> with additional patch for Pentium M 710 by: Tom Hummel <tom@bluespice.org>
show more ...
|
| #
f9d8cd12 |
| 27-Jun-2004 |
Matthew Dillon <dillon@dragonflybsd.org> |
Bring in YONETANI Tomokazu's acpi-update-2.patch (27-May-2004), a major update to acpica5 support in the system that fixes more issues that can be counted on 12, er, 10 fingers.
Submitted-by: YONETA
Bring in YONETANI Tomokazu's acpi-update-2.patch (27-May-2004), a major update to acpica5 support in the system that fixes more issues that can be counted on 12, er, 10 fingers.
Submitted-by: YONETANI Tomokazu <qhwt+dragonfly-bugs@les.ath.cx>
show more ...
|
| #
781deb3b |
| 25-Apr-2004 |
David Rhodus <drhodus@dragonflybsd.org> |
Leave out acpica5 from the device build path for a little longer, well at least until the stabilization faze is over.
|
| #
ad32ef18 |
| 24-Apr-2004 |
David Rhodus <drhodus@dragonflybsd.org> |
Add in the new acpica5 to the device build path.
|