History log of /dflybsd-src/lib/libc/net/Symbol.map (Results 1 – 7 of 7)
Revision Date Author Comments
# dd010514 13-Aug-2021 Sascha Wildner <saw@online.de>

libc: Clean up the Symbol.maps a bit.

* Remove sysv_cond_wait and sysv_cond_signal because these functions
were always static.

* Remove tre_have_approx because this function is only available wit

libc: Clean up the Symbol.maps a bit.

* Remove sysv_cond_wait and sysv_cond_signal because these functions
were always static.

* Remove tre_have_approx because this function is only available with
-DTRE_APPROX which we never used, nor build with right away.

* Remove pthread_init since there was never a pthread_init in libc.
Seems to be just a typo.

* Remove mexitcount which was kernel only.

* Add a comment to a symbol that will only show up when libc is built
with a debug option.

show more ...


# b3a01159 05-Sep-2015 John Marino <draco@marino.st>

More libc Symbol map refinements (nearing completion now)


# 6c0f1bad 05-Sep-2015 John Marino <draco@marino.st>

Continue working on libc symbol maps


# 60a260ad 07-Jan-2015 Sascha Wildner <saw@online.de>

kernel: Remove our ancient SCTP support.

It was based on an early stage of FreeBSD's support and never got
beyond that point, due to lack of usage and lack of maintenance.

It is also kind of standi

kernel: Remove our ancient SCTP support.

It was based on an early stage of FreeBSD's support and never got
beyond that point, due to lack of usage and lack of maintenance.

It is also kind of standing the the way of ongoing work in the
IPv6 stack by sephe.

If anyone ever wants to start again on upgrading and maintaining it,
they can decide then if reverting this commit again makes sense as a
base.

Requested-by: sephe
Approved-by: dillon

show more ...


# f081f25c 02-Dec-2014 John Marino <draco@marino.st>

libc versioning: Add missing symbols, put rest in DFprivate_1_0

This builds, like the previous attempt, but all executables that pull in
libc segfault when errno is accessed, so libc versioning is n

libc versioning: Add missing symbols, put rest in DFprivate_1_0

This builds, like the previous attempt, but all executables that pull in
libc segfault when errno is accessed, so libc versioning is not working.

show more ...


# 6063a561 01-Dec-2014 John Marino <draco@marino.st>

libc version maps: Update inactive symbol maps

This is a work in progress, but it is encouraging that a full buildworld
completed with a versioned libc. This will not be activated until it is
verif

libc version maps: Update inactive symbol maps

This is a work in progress, but it is encouraging that a full buildworld
completed with a versioned libc. This will not be activated until it is
verified with a complete bulk run of packages.

show more ...


# df5c926f 16-Jun-2013 John Marino <draco@marino.st>

libc: Add symbol versions (not active)