History log of /dflybsd-src/sys/Makefile.modules (Results 1 – 20 of 20)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.4.0, v6.4.0rc1, v6.5.0, v6.2.2, v6.2.1, v6.3.0, v6.0.1
# ae75c143 03-Jul-2021 Sascha Wildner <saw@online.de>

kernel: Remove ndis(4) and associated tools and stuff.

ndis(4) was a wrapper to allow running binary Windows network
drivers that conformed to the Network Driver Interface Specification,
i.e. NDIS.

kernel: Remove ndis(4) and associated tools and stuff.

ndis(4) was a wrapper to allow running binary Windows network
drivers that conformed to the Network Driver Interface Specification,
i.e. NDIS.

It only ever supported drivers from the days of Windows XP and
Windows Server 2003 (i.e. NDIS 5.1). And even if one was actually
able to extract the .sys and .inf files from the driver package and
successfully convert them to a building module, which both were
adventures in itself, it could be any result when trying to run it,
depending on the card and driver, from resonably working to not
working, even crashing. But it did work for some cards, so it had
some limited merit in its time.

NetBSD removed it in 2018, FreeBSD in January 2021, so let's follow
suit now.

show more ...


Revision tags: 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, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc
# 466d4f43 19-Dec-2017 zrj <rimvydas.jasinskas@gmail.com>

kernel/pc64: Adjust some references to already removed i386.

While there, perform some whitespace fixes.
No functional change.


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, 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
# ee5e79e3 23-Jun-2015 Sascha Wildner <saw@online.de>

i386 removal, part 9/x: Remove the 32 bit vkernel platform code.


Revision tags: v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4, v4.0.3, v4.0.2, v4.0.1, 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, v3.0.2, v3.0.1, v3.1.0, v3.0.0
# e6e7e7c1 09-Dec-2011 Nuno Antunes <nuno.antunes@gmail.com>

netgraph7: conditionalize netgraph modules build.

* If WANT_NETRAPH7 make variable is set then build netgraph7 modules,
otherwise build netgraph modules.


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, v2.3.2
# 0147868e 21-Jun-2009 Nuno Antunes <nuno.antunes@gmail.com>

Apply netgraph7 megapatch.

* Translate objcache calls.
* Translate uma_zone to objcache.
* Introduce libnetgraph7 (is compiled when WANT_NETGRAPH7 is defined).
* Welcome ng_socket.
* Convert netgrap

Apply netgraph7 megapatch.

* Translate objcache calls.
* Translate uma_zone to objcache.
* Introduce libnetgraph7 (is compiled when WANT_NETGRAPH7 is defined).
* Welcome ng_socket.
* Convert netgraph netisr to a real taskqueue. This fixes a deadlock
specific to dragonfly.
* Welcome ng_async.
* Welcome ng_UI.
* Welcome ng_ether.
* Fix mtx_assert translation.
* Welcome ng_hole.
* Welcome ng_cisco.
* Welcome ng_iface.
* Welcome ng_tee.
* Welcome ng_atmllc.
* Welcome ng_bpf.
* Welcome ng_vjc.

show more ...


# 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.


# b993bb87 21-Oct-2011 Sascha Wildner <saw@online.de>

kernel: Move GPL'd kernel files to sys/gnu to have them all in one place.

This affects files in sys/dev/sound/pci/gnu and sys/vfs/gnu/ext2fs.

sys/gnu is analogous to the gnu directory for userland,

kernel: Move GPL'd kernel files to sys/gnu to have them all in one place.

This affects files in sys/dev/sound/pci/gnu and sys/vfs/gnu/ext2fs.

sys/gnu is analogous to the gnu directory for userland, i.e. below it, we
follow the same hierarchy as in /usr/src/sys.

This commit changes the location of the ext2fs headers, which are public,
so I've bumped __DragonFly_version in order to have something to patch
against in pkgsrc, in case this causes build breakage for any packages.

show more ...


Revision tags: v2.3.1, v2.2.1, v2.2.0, v2.3.0, v2.1.1, v2.0.1
# 0a9108eb 30-Dec-2007 Hasso Tepper <hasso@dragonflybsd.org>

Kernel part of bluetooth stack ported by Dmitry Komissaroff. Very much work
in progress.

Obtained-from: NetBSD via OpenBSD


# 244b48f8 01-Feb-2007 Simon Schubert <corecode@dragonflybsd.org>

Do not build bus modules for vkernels.


# 1f36055c 23-Nov-2004 Matthew Dillon <dillon@dragonflybsd.org>

Remove checkpt/ from Makefile.modules. checkpt is not integrated into the
kernel as kern/kern_checkpoint.c


# 6edd9ef2 18-Mar-2004 Matthew Dillon <dillon@dragonflybsd.org>

Adjust the Makefile's to move the iconv files to libiconv, and add it to
the module build.


# 1d595873 24-Oct-2003 Matthew Dillon <dillon@dragonflybsd.org>

Honor MODULES_OVERRIDE if defined.

Submitted-by: Skip Ford <skip.ford@verizon.net>


# 5a5c6af6 20-Oct-2003 Matthew Dillon <dillon@dragonflybsd.org>

Additional checkpoint suppor for vmspace info. In particular, the data size
is used by sbrk and must be restored for programs to work properly.


# 8f67f34f 16-Aug-2003 Matthew Dillon <dillon@dragonflybsd.org>

Add missing Makefile.modules (forgot to add it in the last commit)


# c6d593c9 25-Apr-2010 Sascha Wildner <saw@online.de>

Move dsched to sys/kern/.


# e02e815e 22-Apr-2010 Alex Hornung <ahornung@gmail.com>

dsched - expand framework to track threads

* The dsched framework now takes care of tracking threads/procs and
bufs. Most of this code was factored out of dsched_fq.

* fq now uses the new, much s

dsched - expand framework to track threads

* The dsched framework now takes care of tracking threads/procs and
bufs. Most of this code was factored out of dsched_fq.

* fq now uses the new, much simplified API, reducing the lines of code
by about 50%.

* this will also allow for runtime policy switching, even to other
policies that need to track procs/threads. Previously it was only
possible to have one policy that tracked threads.

* Now all policies can be loaded at any time and will still be able to
track all the threads.

* dsched_fq is now a module that can be loaded if required. Once loaded
the policy is registered and ready to use with any disk.

* There is also a kernel option DSCHED_FQ now; otherwise
dsched_fq_load="YES" has to be set in loader.conf to be able to use fq
from boot on.

* Make a dsched sysctl tree.

Suggested-by: Aggelos Economopoulos

show more ...


# 8fca3954 12-Apr-2010 Matthew Dillon <dillon@apollo.backplane.com>

Merge branch 'net80211-update' of git://leaf.dragonflybsd.org/~rpaulo/dragonfly into net80211-update


# 1b2c87ca 29-Mar-2010 Rui Paulo <rpaulo@FreeBSD.org>

Merge branch 'master' into net80211-update

Conflicts:
sys/conf/options


# 34170cfc 28-Mar-2010 Matthew Dillon <dillon@apollo.backplane.com>

Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly


# b6a66df5 27-Mar-2010 Sascha Wildner <saw@online.de>

Further adjustments for 64 bit vkernels.

* Put a vkernel on the ISO too, just like we do with the 32 bit vkernel.

* Adjust miscellaneous manual pages.

* Don't build bus modules for 64 bit vkernels

Further adjustments for 64 bit vkernels.

* Put a vkernel on the ISO too, just like we do with the 32 bit vkernel.

* Adjust miscellaneous manual pages.

* Don't build bus modules for 64 bit vkernels, too.

* Install 64 bit vkernels to /var/vkernel, too.

show more ...