History log of /dflybsd-src/lib/libc_rtld/Makefile (Results 1 – 21 of 21)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.4.0, v6.4.0rc1, v6.5.0, v6.2.2
# 3e885352 29-Jan-2022 Sascha Wildner <saw@online.de>

libc: Remove libc checks around manual pages from the Makefile.inc's.

Handle this better by setting NOMAN for libc_rtld.


Revision tags: v6.2.1, v6.3.0
# e0878688 06-Nov-2021 Sascha Wildner <saw@online.de>

libc: Fix a number of .PATH related issues in the Makefiles.

* Adjust a couple of .PATHs in libc's Makefiles so that libc_rtld can
reuse them.

* Remove non-existent .PATHs.


Revision tags: 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
# 44d3e190 11-Sep-2019 zrj <rimvydas.jasinskas@gmail.com>

libc: Add global __LIBC definition while building libc.

It will be used to limit visibility for uses outside libc context.
No functional change yet.

In-discussion-with: swilder


Revision tags: 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
# 3a5be3f2 20-Feb-2018 Sascha Wildner <saw@online.de>

libc/libc_rtld: Fix up some comments in the Makefiles.


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, 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
# 450f08db 23-Sep-2013 Sascha Wildner <saw@online.de>

libc: Raise WARNS to 1 and fix warnings.

* Raise the priorities of our constructor functions from 0 to 101 because
0-100 are reserved priorities. This results in no change in object code
(as per

libc: Raise WARNS to 1 and fix warnings.

* Raise the priorities of our constructor functions from 0 to 101 because
0-100 are reserved priorities. This results in no change in object code
(as per comparison using hexdump(1)).

* Provide a prototype for _pthread_init_early().

* Be less strict in the exclusion of gdtoa's files to also match the files
outside contrib/ (in lib/libc/gdtoa/). Do the same for libc_rtld.

* Also fix an ignored attribute warning due to __thread being defined
empty in libc_rtld.

Note that the most important aspect of this commit is that it causes libc
to no longer be built with -w (suppress all warnings). This was the result
of a hack we have to ignore warnings for gdtoa (which resides in contrib/).
But in conjunction with WARNS being 0 it led to -w being set for _all_
files of libc.

Removing -w causes all the warnings which are enabled by default (even
without any -W options) to trigger again, in addition the few -W options
that WARNS=1 actually sets.

Thanks to aggelos for useful clues.

show more ...


Revision tags: v3.4.3, v3.4.2, v3.4.1, v3.4.0, v3.4.0rc, v3.5.0, v3.2.2
# 572b65cc 27-Oct-2012 John Marino <draco@marino.st>

bsd.dep.mk: Remove AINC knob

The AINC knob was removed from FreeBSD before DragonFly 1.0 was released.
It's not needed, so remove it to simplify bsd.dep.mk dependency makefile.
While here, convert S

bsd.dep.mk: Remove AINC knob

The AINC knob was removed from FreeBSD before DragonFly 1.0 was released.
It's not needed, so remove it to simplify bsd.dep.mk dependency makefile.
While here, convert SRCS and CLEANFILES to the new += method of augmenting
variables.

show more ...


Revision tags: v3.2.1, v3.2.0, v3.3.0, v3.0.3, v3.0.2, v3.0.1, v3.1.0, v3.0.0
# 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, 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
# dd1b3d24 14-Nov-2009 Aggelos Economopoulos <aoiko@cc.ece.ntua.gr>

Merge branch 'less_update'


# ae788f37 12-Nov-2009 Matthew Dillon <dillon@apollo.backplane.com>

BIND - Update BIND to 9.5.2

* Enable man page for nslookup.
* nsupdate does not provide man 8 anmyore, but man 1.
* Fixes for x86_64.
* Added all the _LIBC conditionals that where present in 9.3

Su

BIND - Update BIND to 9.5.2

* Enable man page for nslookup.
* nsupdate does not provide man 8 anmyore, but man 1.
* Fixes for x86_64.
* Added all the _LIBC conditionals that where present in 9.3

Submitted-by: Jan Lentfer <Jan.Lentfer@web.de>
Testing-by: dillon

show more ...


Revision tags: v2.5.1, v2.4.1, v2.5.0, v2.4.0
# 1bfb4b7b 03-Sep-2009 Matthew Dillon <dillon@apollo.backplane.com>

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


# 65c62024 02-Sep-2009 Alexander Polakov <polachok@gmail.com>

citrus: fix libc_rtld build with STATIC_LOCALES set.

Fix locales build for libc_rtld
Disabled locales for libc_rtld.


Revision tags: v2.3.2, v2.3.1, v2.2.1
# e28f12ac 07-Apr-2009 Matthew Dillon <dillon@apollo.backplane.com>

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


Revision tags: v2.2.0, v2.3.0
# f202adf7 19-Jan-2009 Peter Avalos <pavalos@theshell.com>

Replace our strtod with the gdtoa package.

Obtained-from: FreeBSD


# cd7c1b86 28-Dec-2008 Matthew Dillon <dillon@apollo.backplane.com>

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


# ce0e08e2 15-Dec-2008 Peter Avalos <pavalos@theshell.com>

Bring in a transport-independent RPC (TI-RPC).

-rpcbind replaces portmap which is more secure.
-Essentially this is the same thing FreeBSD did over 7 years ago (svn
revision #74462).
-This also upda

Bring in a transport-independent RPC (TI-RPC).

-rpcbind replaces portmap which is more secure.
-Essentially this is the same thing FreeBSD did over 7 years ago (svn
revision #74462).
-This also updates utilities and the kernel build associated with this
change.

show more ...


Revision tags: v2.1.1, v2.0.1
# 744c01d0 16-Jan-2007 Matthew Dillon <dillon@dragonflybsd.org>

Add missing -I path when compiling assembly files.


# d2a4c620 29-Apr-2005 Joerg Sonnenberger <joerg@dragonflybsd.org>

Make a special libc version for RTLD which doesn't use TLS as it will
soon be added. Don't install it, keep it in the build tree. Also
build the rtld itself without TLS dependencies. Stop building an

Make a special libc version for RTLD which doesn't use TLS as it will
soon be added. Don't install it, keep it in the build tree. Also
build the rtld itself without TLS dependencies. Stop building and
installing the normal libc as PIC archive.

Discussed-with: dillon

show more ...


# ee65b806 08-Mar-2010 Jan Lentfer <lentferj@df64devel.lan.net>

BIND: entirely purge BIND and related stuff from base


# 2064509a 03-Dec-2009 Matthew Dillon <dillon@apollo.backplane.com>

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


# f923bb3a 03-Dec-2009 Aggelos Economopoulos <aoiko@cc.ece.ntua.gr>

Merge commit 'lentferj/bind_vendor2'


# 59911381 03-Dec-2009 Jan Lentfer <Jan.Lentfer@web.de>

bind - Changed bind dependend Makefiles to fit to new contrib/bind without version tag.