History log of /dragonfly/UPDATING (Results 76 – 100 of 135)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1c297ed0 18-Nov-2012 Sascha Wildner <saw@online.de>

kernel: Remove unused KTR_POLLING option.


# 640dc18f 16-Nov-2012 Sepherosa Ziehau <sephe@dragonflybsd.org>

UPDATING: Mention DEVICE_POLLING is replaced by IFPOLL_ENABLE


# 09ff663c 24-Oct-2012 Sascha Wildner <saw@online.de>

UPDATING: Mention SMP is a no-op for now.


# 1918fc5c 24-Oct-2012 Sascha Wildner <saw@online.de>

kernel: Make SMP support default (and non-optional).

The 'SMP' kernel option gets removed with this commit, so it has to
be removed from everybody's configs.

Reviewed-by: sjg
Approved-by: many


# c7200221 21-Oct-2012 Sascha Wildner <saw@online.de>

UPDATING: Fix a typo and mention that for usb4bsd, w&k need rebuilding.

Sigh, I had written 'loader.conf' instead of 'make.conf'. It will need
a mention on the release page/errata.


Revision tags: v3.2.1
# 2508820f 21-Oct-2012 Sascha Wildner <saw@online.de>

UPDATING: Add some words about usb4bsd.


# a1404d4f 12-Oct-2012 Sascha Wildner <saw@online.de>

UPDATING: Some words about GCC 4.7.


Revision tags: v3.2.0, v3.3.0, v3.0.3
# 397ffc5c 08-Jun-2012 Sascha Wildner <saw@online.de>

Remove doscmd(1).

Whatever it is that people take for running MS-DOS stuff nowadays, we do
not need to maintain this in the base.

It was i386 only, too.


# 6d488cc3 03-May-2012 Sascha Wildner <saw@online.de>

kernel: Remove the unused HW_WDOG option.


# cf03d6cd 03-May-2012 Sascha Wildner <saw@online.de>

kernel/wdog: Compile in kern_wdog.c by default.

Actually it was always compiled in by default but the code depended
on the WATCHDOG_ENABLED option which is not in the GENERIC kernels.

Simply remove

kernel/wdog: Compile in kern_wdog.c by default.

Actually it was always compiled in by default but the code depended
on the WATCHDOG_ENABLED option which is not in the GENERIC kernels.

Simply remove the WATCHDOG_ENABLE option. The code is small, it does
nothing by default than initializing a lock, a /dev/wdog and a
callout, and it also makes it easier for people who want to use
ichwd(4) by simply kldloading it.

show more ...


Revision tags: v3.0.2, v3.0.1
# c691bb43 03-Feb-2012 Sascha Wildner <saw@online.de>

kernel: Remove the no longer functional APIC_IO option.


Revision tags: v3.1.0, v3.0.0
# eca86bd9 05-Jan-2012 Sascha Wildner <saw@online.de>

UPDATING: Add some info about the dma(8) upgrade.


# 83bc1e2a 27-Dec-2011 Sascha Wildner <saw@online.de>

UPDATING: Note that mkdir(1) and install(1) need updating before building.


# e685772e 25-Nov-2011 John Marino <draco@marino.st>

binutils 2.22: Promote to primary binutils


# 37c5a0db 25-Nov-2011 John Marino <draco@marino.st>

binutils 2.22: Activate building in world

The next commit will change the default to make binutils 2.22 prime
and demote binutils 2.21 to be the backup.


# e6cf4289 26-Nov-2011 John Marino <draco@marino.st>

Revert "binutils 2.22: Activate building in world"

This reverts commit e8402471895f5f3b9bc77fde77d732db0feea249.


# 1c05bfaa 26-Nov-2011 John Marino <draco@marino.st>

Revert "binutils 2.22: Promote to primary binutils"

This reverts commit c2e570e14a87f984d27b71ec02365064555dee87.


# c2e570e1 25-Nov-2011 John Marino <draco@marino.st>

binutils 2.22: Promote to primary binutils


# e8402471 25-Nov-2011 John Marino <draco@marino.st>

binutils 2.22: Activate building in world

The next commit will change the default to make binutils 2.22 prime
and demote binutils 2.21 to be the backup.


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


# 919eb219 03-Nov-2011 John Marino <draco@marino.st>

Binutils 2.20: Effectively remove from world

There is no longer a reason to maintain multiple versions of binutils
in the base system. While contrib/binutils-2.20 directory isn't being
removed quit

Binutils 2.20: Effectively remove from world

There is no longer a reason to maintain multiple versions of binutils
in the base system. While contrib/binutils-2.20 directory isn't being
removed quite yet, this commit effectively removed binutils 2.20 from
DragonFly.

Sometime in the future, binutils may be removed from the objformat
handler. The value of the BINUTILSVERS variable no longer has any
effect, and the only version of binutils on the system is 2.21.

show more ...


Revision tags: v2.12.0, v2.13.0
# 96386d4b 12-Sep-2011 Sascha Wildner <saw@online.de>

UPDATING: Add some words about the ISA only drivers I removed recently.


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
# 45e80934 04-Aug-2009 Matthew Dillon <dillon@apollo.backplane.com>

DEVFS - rollup - Userland, nrelease, and installer

* Remove MAKEDEV and MAKEDEV use in the build system.

* Add a new libc function fdevname() taking a file descriptor and
returning the device nam

DEVFS - rollup - Userland, nrelease, and installer

* Remove MAKEDEV and MAKEDEV use in the build system.

* Add a new libc function fdevname() taking a file descriptor and
returning the device name.

* Remove the MFS /dev for the CD and adjust the nrelease build system
to use devfs.

* Installer adjustments: PFI search path, remove device node maker
(it is non-applicable with devfs).

* Add mount_devfs to the build Makefile.

* Change dhclient to use an auto-cloning bpf.

* The VN device now uses labels by default, and no longer supports
non-label configurations (though you can of course ignore the label
area and just r/w the raw device anyway).

Submitted-by: Alex Hornung <ahornung@gmail.com>, and Matthew Dillon

show more ...


Revision tags: v2.3.2, v2.3.1, v2.2.1, v2.2.0, v2.3.0, v2.1.1
# a700883c 01-Dec-2008 Sascha Wildner <saw@online.de>

Update some documents for git usage.


Revision tags: v2.0.1
# 4523a2c0 15-Sep-2008 Thomas Nikolajsen <thomas@dragonflybsd.org>

Add note on move of kernel and modules to boot directory.


123456