Standard Shared Libraries (from the GNU C Library)
The GNU C Library provides the most important standard libraries used
by nearly all programs: the standard C library, the standard math
library, and the POSIX thread library. A system is not functional
without these libraries.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
15
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:zSystems/glibc && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000288 288 Bytes | |
_multibuild | 0000000111 111 Bytes | |
add-locales.patch | 0000000805 805 Bytes | |
baselibs.conf | 0000000730 730 Bytes | |
bindresvport.blacklist | 0000000415 415 Bytes | |
crypt_blowfish-1.2-hack_around_arm.diff | 0000000180 180 Bytes | |
crypt_blowfish-1.2-sha.diff | 0000005903 5.76 KB | |
crypt_blowfish-1.3.tar.gz | 0000030310 29.6 KB | |
crypt_blowfish-const.patch | 0000001616 1.58 KB | |
crypt_blowfish-gensalt.patch | 0000010563 10.3 KB | |
fix-locking-in-_IO_cleanup.patch | 0000004904 4.79 KB | |
fnmatch-collating-elements.patch | 0000013241 12.9 KB | |
glibc-2.14-crypt.diff | 0000003081 3.01 KB | |
glibc-2.27.tar.xz | 0015395316 14.7 MB | |
glibc-2.27.tar.xz.sig | 0000000801 801 Bytes | |
glibc-2.3.2.no_archive.diff | 0000001446 1.41 KB | |
glibc-2.3.3-nscd-db-path.diff | 0000000901 901 Bytes | |
glibc-2.3.90-langpackdir.diff | 0000001715 1.67 KB | |
glibc-2.4-china.diff | 0000000716 716 Bytes | |
glibc-2.4.90-no_NO.diff | 0000002085 2.04 KB | |
glibc-bindresvport-blacklist.diff | 0000003587 3.5 KB | |
glibc-c-utf8-locale.patch | 0000008575 8.37 KB | |
glibc-disable-gettext-for-c-utf8.patch | 0000000486 486 Bytes | |
glibc-fix-double-loopback.diff | 0000001052 1.03 KB | |
glibc-nscd.conf.patch | 0000000541 541 Bytes | |
glibc-resolv-mdnshint.diff | 0000000777 777 Bytes | |
glibc-version.diff | 0000000787 787 Bytes | |
glibc.changes | 0000291883 285 KB | |
glibc.keyring | 0000055366 54.1 KB | |
glibc.rpmlintrc | 0000001035 1.01 KB | |
glibc.spec | 0000038499 37.6 KB | |
glibc_post_upgrade.c | 0000008665 8.46 KB | |
iconv-reset-input-buffer.patch | 0000011480 11.2 KB | |
manpages.patch | 0000000738 738 Bytes | |
manpages.tar.bz2 | 0000007405 7.23 KB | |
nscd-server-user.patch | 0000000351 351 Bytes | |
nscd.conf | 0000000027 27 Bytes | |
nscd.service | 0000000507 507 Bytes | |
nss-db-path.patch | 0000001327 1.3 KB | |
nss-files-long-lines-2.patch | 0000004743 4.63 KB | |
nsswitch.conf | 0000001136 1.11 KB | |
riscv-readelflib.patch | 0000001021 1021 Bytes |
Revision 219 (latest revision is 295)
Dominique Leuenberger (dimstar_suse)
accepted
request 580520
from
Andreas Schwab (Andreas_Schwab)
(revision 219)
- Use %license (boo#1082318) - Add systemtap-headers to BuildRequires - Add --enable-systemtap to configure arguments (fate#324969, bsc#1073636) - riscv-readelflib.patch: Fix parsing flags in ELF64 files on riscv - Update to glibc 2.27 * Optimized x86-64 asin, atan2, exp, expf, log, pow, atan, sin, cosf, sinf, sincosf and tan with FMA * Optimized x86-64 trunc and truncf for processors with SSE4.1 * Optimized generic expf, exp2f, logf, log2f, powf, sinf, cosf and sincosf * In order to support faster and safer process termination the malloc API family of functions will no longer print a failure address and stack backtrace after detecting heap corruption * The abort function terminates the process immediately, without flushing stdio streams * On platforms where long double has the IEEE binary128 format (aarch64, alpha, mips64, riscv, s390 and sparc), the math library now implements _Float128 interfaces for that type, as defined by ISO/IEC TS 18661-3:2015 These are the same interfaces added in version 2.26 for some platforms where this format is supported but is not the format of long double * On platforms with support for _Float64x (aarch64, alpha, i386, ia64, mips64, powerpc64le, riscv, s390, sparc and x86_64), the math library now implements interfaces for that type, as defined by ISO/IEC TS 18661-3:2015 * The math library now implements interfaces for the _Float32, _Float64 and _Float32x types, as defined by ISO/IEC TS 18661-3:2015 * glibc now implements the memfd_create and mlock2 functions on Linux
Comments 1
This update (version 2.39) breaks USB passthru for all Virtualbox virtual machines. Reversion to version 2.38 restores functionality.