History log of /dragonfly/Makefile_upgrade.inc (Results 51 – 75 of 658)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a3e064e4 27-Sep-2019 Sascha Wildner <saw@online.de>

Some cleanup regarding the removal of the old clang 3.8 framework.

Forgotten in 9f47dde1b3a468c6ec0f5593a50c214b95f51ebc.


# 25606b42 11-Sep-2019 Sascha Wildner <saw@online.de>

Adjust numerous manual pages, scripts and Makefiles for the utmp removal.

Also remove /var/run/utmp and /var/log/lastlog via 'make upgrade'. Keep
any /var/log/wtmp and /var/log/wtmp.* files in case

Adjust numerous manual pages, scripts and Makefiles for the utmp removal.

Also remove /var/run/utmp and /var/log/lastlog via 'make upgrade'. Keep
any /var/log/wtmp and /var/log/wtmp.* files in case the user wants to
convert them with wtmpcvt(1).

show more ...


# 2b83e2ee 10-Sep-2019 Sascha Wildner <saw@online.de>

Retire the utmp specific ttyslot() function, like FreeBSD did.


# e2e9821d 10-Sep-2019 Sascha Wildner <saw@online.de>

Remove the legacy "utmp" API, now that our utils have been moved to utmpx.

As I wrote in UPGRADING, the main change for "normal" users is probably
that /var/log/wtmp is no longer logged to, just /va

Remove the legacy "utmp" API, now that our utils have been moved to utmpx.

As I wrote in UPGRADING, the main change for "normal" users is probably
that /var/log/wtmp is no longer logged to, just /var/log/wtmpx.

Leave the old API in libc as compat symbols that do nothing and always
succeed for the run-time linker (i.e. old binaries still using them).

dports has been kindly adjusted by zrj and new binary packages for master
are on their way.

A future commit will provide a wtmpcvt(1) utility to convert old wtmp
files to the wtmpx format.

show more ...


# 7a094cd1 27-Jul-2019 Sascha Wildner <saw@online.de>

kmalloc.9: Mention M_CACHEALIGN.

While here, move the examples to an EXAMPLES section.


# 38d20183 22-Jul-2019 Sascha Wildner <saw@online.de>

Fix up recent entropy file commits.

* Use spaces, not tabs, in mtree files (see README).

* Move file to the right place in Makefile_upgrade.inc.


# 7581f51d 22-Jul-2019 Matthew Dillon <dillon@apollo.backplane.com>

world - Change entropy file location

* Move entropy to the file /var/db/entropy/reboot, set entropy_dir
default to /var/db/entropy.

* The 'reboot' file is written out on reboot by default.

* Any

world - Change entropy file location

* Move entropy to the file /var/db/entropy/reboot, set entropy_dir
default to /var/db/entropy.

* The 'reboot' file is written out on reboot by default.

* Any file in /var/db/entropy will be added to the entropy on boot.
(this was already operational)

show more ...


# 55ea120d 21-Jul-2019 Sascha Wildner <saw@online.de>

Remove rdate(8).

It is of little use in base, with dntpd(8) around, and a more up to date
version is in dports (sysutils/rdate).


# 0177a9d7 13-Jul-2019 Sascha Wildner <saw@online.de>

i386 removal, part 73/x: Remove the ancient nextboot(8) command.

See FreeBSD's r97957.

Reported-by: aly


# b2223336 17-Jun-2019 Sascha Wildner <saw@online.de>

Nuke timed(8) (and timedc(8)). It is no longer used for time setting.

Adjust date(1) too for the removal (based on what FreeBSD did).


# 17287016 17-Jun-2019 zrj <rimvydas.jasinskas@gmail.com>

world: Remove libmd from the base.

Everything in base has been converted to use pure LibreSSL hash API.
The libmd now is moved to dports security/libmd for compatibility.

Also remove lone rmd160.h

world: Remove libmd from the base.

Everything in base has been converted to use pure LibreSSL hash API.
The libmd now is moved to dports security/libmd for compatibility.

Also remove lone rmd160.h header that was added directly to include/.

show more ...


# d04cfa35 17-Jun-2019 zrj <rimvydas.jasinskas@gmail.com>

world: Remove OPIE from base.

The OPIE has been deprecated since
ed5666c1699a23a9ae3c0aca97dabaae71e26431


# 3091c842 31-May-2019 Sascha Wildner <saw@online.de>

Remove symorder(1). It's no longer useful.


# de8a4476 31-May-2019 François Tigeot <ftigeot@wolfpond.org>

drm/radeon: Stop naming the kernel module "radeonkms"

It is named "radeon" in Linux.


# f933b737 25-May-2019 Sascha Wildner <saw@online.de>

kernel/netmap: Move headers into <net/netmap/...>.

Note that netmap isn't hooked into the build right now, and because of
that, this commit results in removing them from their current location.

Som

kernel/netmap: Move headers into <net/netmap/...>.

Note that netmap isn't hooked into the build right now, and because of
that, this commit results in removing them from their current location.

Some dports like net/libpcap started breaking after 2c68437386f4be2ed45a4
because configure found a building netmap_user.h and decided that we have
a current and usable netmap.

Reported-by: zrj

show more ...


# a1df73d7 23-May-2019 Sascha Wildner <saw@online.de>

Move <sys/fd_set.h> to <sys/_fd_set.h>.

It is only supposed to be included by other headers. Normal code
should use <sys/select.h>.


# f1a18162 08-May-2019 Sascha Wildner <saw@online.de>

Remove any remaining traces of varargs.h.

This is a follow-up of b3a17fb68c15a4c57da6867f1b2119587b7a68a8.


# 7446f902 30-Apr-2019 zrj <rimvydas.jasinskas@gmail.com>

Complete upgrade of libedit from 2015-03-25 to 2017-03-29

Disable use of Symbol.map, bump shlib ver and move to shpub.
Add compatibility on api change for lvm(8).


# fc4af967 30-Apr-2019 zrj <rimvydas.jasinskas@gmail.com>

libedit: Privatize the last public header.

Adjust all cases to include correct histedit.h header.


# 56ffd56e 26-Apr-2019 Sascha Wildner <saw@online.de>

Remove two more files by 'make upgrade'.


# b501c63d 17-Apr-2019 zrj <rimvydas.jasinskas@gmail.com>

Remove libcipher.

It has been moved out to dports security/libcipher3.


# ca4ef999 19-Apr-2019 zrj <rimvydas.jasinskas@gmail.com>

libssh: Bump shlib version for api change.

The private libssh does not install any headers. Make it shpub.
There are few issues that need to be addressed later on.
For now just document its dependen

libssh: Bump shlib version for api change.

The private libssh does not install any headers. Make it shpub.
There are few issues that need to be addressed later on.
For now just document its dependency on libutil, adjust order.
The libprivate_ssh.so must be built before libpam shared modules.

show more ...


# 26c5a308 15-Apr-2019 zrj <rimvydas.jasinskas@gmail.com>

ldns: Adjust makefiles for ldns-1.7.0 update.

Several changes:
* move ldns.h to contrib
* use single config.h
* convert ldns headers to private (ldns is a private base lib)
* bump soname for api

ldns: Adjust makefiles for ldns-1.7.0 update.

Several changes:
* move ldns.h to contrib
* use single config.h
* convert ldns headers to private (ldns is a private base lib)
* bump soname for api changesmi, use shpub
* add missing deps on librecrypto.so
* update READMES

Currently only user of the libprivate_ldns is drill(1).
OpenSSH will be adjusted to use this lib next.

show more ...


# 078f87a8 12-Apr-2019 zrj <rimvydas.jasinskas@gmail.com>

Update LibreSSL makefiles.

Version 2.9.1, add local CRYPTO_free.c CRYPTO_malloc.c to avoid extra deps.


# e2732a56 23-Apr-2019 zrj <rimvydas.jasinskas@gmail.com>

gcc47: Disconnect objc components from world.


12345678910>>...27