History log of /dragonfly/UPDATING (Results 51 – 75 of 135)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 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
# 39b3e0a1 29-Jul-2014 Sascha Wildner <saw@online.de>

kernel: Completely remove the obsolete DEVICE_POLLING and SMP options.

DEVICE_POLLING is IFPOLL_ENABLE and SMP is the default for some time
now.


# 10ceb702 29-Jul-2014 Sascha Wildner <saw@online.de>

kernel: Make sysvipc syscalls non-optional.

Before this commit, we had three related kernel options, SYSVMSG,
SYSVSEM and SYSVSHM, to enable the syscalls. They were in all our
configs, but in theory

kernel: Make sysvipc syscalls non-optional.

Before this commit, we had three related kernel options, SYSVMSG,
SYSVSEM and SYSVSHM, to enable the syscalls. They were in all our
configs, but in theory the user could disable the functionality.
Having to deal with scenarios where they are not available is
unnecessarily complicated and there seems to be no real reason to
want to disable them.

For convenience, leave the three options as no-ops for now, so
adjusting the kernel config is not necessarily needed. We'll
change them to being unknown at some later point.

This commit also removes some parts which assumed that we had
sysvmsg.ko, sysvsem.ko and sysvshm.ko modules, like FreeBSD, but
this assumption was never true on DragonFly.

show more ...


# 79a3e83f 18-Jul-2014 Sascha Wildner <saw@online.de>

kernel: Switch to mrsas(4) as the default for 'Thunderbird' series cards.


# a6a7c140 26-Jun-2014 Justin C. Sherrill <justin@shiningsilence.com>

Note need for most recent 3.6 possible before updating.


Revision tags: v3.8.1, v3.6.3
# 0055c35b 08-Jun-2014 Sascha Wildner <saw@online.de>

Move ed(4), sr(4), and ng_sync_{ar,sr} to being i386 only.

If someone needs them on x86_64, they will first have to fix the various
int <-> pointer conversions which they warn about.


Revision tags: v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc
# 7c87aae6 01-May-2014 Sascha Wildner <saw@online.de>

Remove ATM protocol support.

FreeBSD ditched it about 6 years ago. Also, I'm not sure if this ever
worked on x86_64.


# 6f25d555 20-Apr-2014 Sascha Wildner <saw@online.de>

Remove support for the IPX and NCP protocols, and for NWFS.

This was on the list for a longer time now. FreeBSD removed it
recently, too. Their commit msg has some more info:

"IPX was a network tra

Remove support for the IPX and NCP protocols, and for NWFS.

This was on the list for a longer time now. FreeBSD removed it
recently, too. Their commit msg has some more info:

"IPX was a network transport protocol in Novell's NetWare network
operating system from late 80s and then 90s. The NetWare itself
switched to TCP/IP as default transport in 1998. Later, in this
century the Novell Open Enterprise Server became successor of
Novell NetWare. The last release that claimed to still support
IPX was OES 2 in 2007. Routing equipment vendors (e.g. Cisco)
discontinued support for IPX in 2011."

The commit removes support for NCP (NetWare Core Protocol) and
NWFS (NetWare File System) along with it (both gone from FreeBSD
too since a while).

show more ...


# f3266596 11-Apr-2014 François Tigeot <ftigeot@wolfpond.org>

Create and install an initial ramdisk image

* This initrd can be used to mount encrypted filesystems or as a
minimal rescue system

* Existing initrd.img files will be removed by make upgrade; the

Create and install an initial ramdisk image

* This initrd can be used to mount encrypted filesystems or as a
minimal rescue system

* Existing initrd.img files will be removed by make upgrade; the
new ramdisk images are compressed and named initrd.img.gz

show more ...


Revision tags: v3.6.2
# 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
# 62d4130d 07-Dec-2013 Sascha Wildner <saw@online.de>

UPDATING: Don't stop shouting in the middle of the sentence.


# e19e3c77 06-Dec-2013 Sascha Wildner <saw@online.de>

kernel: Drop ISA support from most remaining drivers that had some.

After this commit we're only left with things like atkbd, sio, etc.
which have to stay.


Revision tags: v3.6.0
# c04df145 20-Nov-2013 Justin C. Sherrill <justin@shiningsilence.com>

Note on ABI change requiring rebuild of third-party software.

(cherry picked from commit ac04afc3258dcdbfc2072a1df56803905e8bbbad)


# 2b455b95 20-Nov-2013 Justin C. Sherrill <justin@shiningsilence.com>

Add note about reboot before 'make upgrade' step.

Based on:

http://lists.dragonflybsd.org/pipermail/users/2013-September/090163.html
(cherry picked from commit 43f7fa4fcaec7f2308a0442cf485b180de7b3

Add note about reboot before 'make upgrade' step.

Based on:

http://lists.dragonflybsd.org/pipermail/users/2013-September/090163.html
(cherry picked from commit 43f7fa4fcaec7f2308a0442cf485b180de7b3c1a)

show more ...


Revision tags: v3.7.1, v3.6.0rc, v3.7.0, v3.4.3
# 9332798a 05-Aug-2013 Sascha Wildner <saw@online.de>

Update UPDATING a bit.


Revision tags: v3.4.2, v3.4.0, v3.4.1, v3.4.0rc, v3.5.0
# d88b9605 29-Mar-2013 Sascha Wildner <saw@online.de>

kernel: Remove 'options COMPAT_SUNOS'.

It was supposed to provide binary compatibility with SunOS 4.x for the
sparc32 port of 4.4BSD.


# 43f215d7 10-Feb-2013 Sascha Wildner <saw@online.de>

kernel: Nuke ISA sound card support.

This removes the following modules:

snd_ad1816.ko
snd_ess.ko
snd_mss.ko
snd_sb8.ko
snd_sb16.ko
snd_sbc.ko


# 64aeb497 03-Feb-2013 Sascha Wildner <saw@online.de>

UPDATING: Adjust heading.


# 6100d1de 03-Feb-2013 John Marino <draco@marino.st>

Promote GCC 4.7 to be the default compiler

This commit causes world and kernel to be built by GCC 4.7 if the compiler
is not specified. As a side effect, the make variable "NO_GCC47" no longer
func

Promote GCC 4.7 to be the default compiler

This commit causes world and kernel to be built by GCC 4.7 if the compiler
is not specified. As a side effect, the make variable "NO_GCC47" no longer
functions. GCC 4.7 will always be built. In addition to changing the
default of WORLD_CCVER, the CCVER variable also defaults to "gcc47" now.

The variable "NO_GCC44" has been resurrected to prevent GCC 4.4 from
being built. As noted in the UPDATING file, using this option is highly
discouraged. GCC 4.4 is very useful in building some packages in pkgsrc
that fail to build with GCC 4.7's stricter standards. The new DPorts
system is designed to use GCC 4.4 by default, regardless of the base's
default compiler setting. If at all possible, build *both* compilers
for the maximum flexibility to build packages.

show more ...


Revision tags: v3.2.2
# e98bcb27 01-Dec-2012 Sascha Wildner <saw@online.de>

kernel/i386: With stl(4) and cy(4) made PCI only, remove COMPAT_OLDISA.


# ae0870a3 01-Dec-2012 Sascha Wildner <saw@online.de>

UPDATING: Note that aic(4) was deISAized (forgot to mention at the time).


# 558b0a0b 01-Dec-2012 Sascha Wildner <saw@online.de>

cy(4): Remove ISA support.


# e6f626a1 01-Dec-2012 Sascha Wildner <saw@online.de>

Remove stli(4). Also remove ISA support from stl(4).

stli(4) was ISA only. stl(4) was for ISA/PCI controllers.

The stlload(8) and stlstty(8) utilities were for ISA controllers only,
so remove them

Remove stli(4). Also remove ISA support from stl(4).

stli(4) was ISA only. stl(4) was for ISA/PCI controllers.

The stlload(8) and stlstty(8) utilities were for ISA controllers only,
so remove them too (along with ISA only firmware).

While here, clean up stl(4) a bit.

show more ...


# 850c4634 01-Dec-2012 Sascha Wildner <saw@online.de>

UPDATING: Mention that bt(4) is PCI only now.


# 2089bb7c 01-Dec-2012 Sascha Wildner <saw@online.de>

UPDATING: Use release version numbers.


123456