]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Merge bmake-20200517
[FreeBSD/FreeBSD.git] / lib / libc /
2020-05-20 sjgMerge bmake-20200517
2020-05-20 kibChange the samantic of struct link_map l_addr member.
2020-05-20 mmMFV r361280:
2020-05-19 bcrFix a typo: argments -> arguments
2020-05-16 kevansprocctl(2): correct a minor cut-n-pasto
2020-05-15 kibImplement RTLD_DEEPBIND.
2020-05-14 kibAdd memalign(3), mostly for glibc compatibility.
2020-05-14 jceelImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-05-05 bcrAdd HISTORY sections to document when this
2020-05-05 cemstrdup.3: Slightly canonicalize OOM return/error status
2020-04-30 jhbRemove the SYMVER build option.
2020-04-27 markjDocument handling of connection-mode sockets by sendto(2).
2020-04-27 markjFix handling of EV_EOF for named pipes.
2020-04-25 cemlibc: partially revert r326576
2020-04-24 0mpFix a typo
2020-04-23 vangyzenUpdate jemalloc to version 5.2.1
2020-04-23 kplibc: Shortcut if_indextoname() if index == 0
2020-04-22 kevanskqueue(2): de-vandalize the random sentence in the...
2020-04-22 kevanskqueue(2): add a note about EV_RECEIPT
2020-04-21 jkimMerge OpenSSL 1.1.1g.
2020-04-21 jhbCheck the magic value in longjmp() before calling sigpr...
2020-04-15 brooksAttempt to use AT_PS_STRINGS to get the ps_strings...
2020-04-15 brooksSupport AT_PS_STRINGS in _elf_aux_info().
2020-04-15 brooksFix -Wvoid-pointer-to-enum-cast warnings.
2020-04-14 kevansclosefrom: clamp lowfd to >= 0; close_range's parameter...
2020-04-14 manudts: Import DTS from Linux 5.6
2020-04-14 kevansMark closefrom(2) COMPAT12, reimplement in libc to...
2020-04-14 jtlMake sonewconn() overflow messages have per-socket...
2020-04-13 kevanslibc: remove shm_open(2)'s compat fallback
2020-04-13 delphijSync with OpenBSD:
2020-04-12 kevansImplement a close_range(2) syscall
2020-04-12 melifaroIntroduce nexthop objects and new routing KPI.
2020-04-10 carlavillaAdd HISTORY section to getc(3)
2020-04-10 carlavillaexit(3): Add HISTORY section
2020-04-10 carlavillaarc4random(3): Expand the SEE ALSO section
2020-04-09 kiblibc: Fix possible overflow in binuptime().
2020-04-07 sobomaxNormalize deployment tools usage and definitions by...
2020-04-02 dimMerge once more from ^/vendor/llvm-project/release...
2020-04-01 impNote some functions that appeared in First Edition...
2020-04-01 hartiMerge release 1.14 of bsnmp.
2020-04-01 0mpUse proper mdoc(7) macros for literal text and do not...
2020-03-30 jhbTrim some duplicate EIO descriptions.
2020-03-30 jhbDocument EINTEGRITY errors for many system calls.
2020-03-30 emastelibc: unconditionalize _NLIST_DO_ELF
2020-03-30 emastenlist: retire long-obsolete aout support
2020-03-24 impexec{l,v}{e,p} arrived in 7th Edition research Unix...
2020-03-23 brooksImport the kyua test framework.
2020-03-23 brooksAdd liblutok a lightweight C++ API for lua.
2020-03-23 traszAdd STANDARDS and HISTORY to getcontext(3), makecontext...
2020-03-23 impDocument when execl and execp entered unix.
2020-03-22 carlavillafix typo in exec man page
2020-03-22 carlavillaexec man page: Add HISTORY section
2020-03-21 emastenlist(3): add elf(5) xref
2020-03-20 markjFix uselocale(3) to not leak a reference to the old...
2020-03-19 delphijFix race condition in catopen(3).
2020-03-18 jkimMerge OpenSSL 1.1.1e.
2020-03-13 tuexensendfile() does currently not support SCTP sockets.
2020-03-12 0mpftw.3: Follow style(9) in the example
2020-03-11 bdragonFix r358688 -- Remember to actually save r3 before...
2020-03-11 mckusickWhen mounting a UFS filesystem, return EINTEGRITY rathe...
2020-03-06 dimMerge ^/head r358678 through r358711.
2020-03-06 jhibbitspowerpc/memcpy: Don't predict the src and dst will...
2020-03-06 jhibbitsFinish revert of r358672, missed in r358688.
2020-03-06 jhibbitspowerpc/powerpc64: Enforce natural alignment in memcpy
2020-03-05 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-03-05 dimMerge ^/head r358466 through r358677.
2020-03-05 emasteumtx_op.2: correct typo
2020-03-05 0mpftw.3: Add examples
2020-03-05 alfredo[PowerPC64] restrict memcpy/bcopy optimization to POWER...
2020-03-04 cyMFV r358616:
2020-03-03 0mpthr_self.2: Fix some typos in the thread identifier...
2020-03-02 mmMFV r358511,r358532:
2020-02-28 manudts: Update our copy for arm, arm64 and riscv dts to...
2020-02-27 dimMerge ^/head r358269 through r358399.
2020-02-26 emasteReturn ENOTSUP for mmap/mprotect if prot not subset...
2020-02-26 impRemove sparc64 specific parts of libc.
2020-02-26 emastemprotect.2: sort errors alphabetically
2020-02-22 dimMerge r358179 through r358238.
2020-02-20 vangyzentruncate(2): extending the file is required by POSIX...
2020-02-20 dimMerge ^/head r358131 through r358178.
2020-02-20 mjgvfs: add realpathat syscall
2020-02-18 baptUpdate ncurses to 20200118
2020-02-17 dimMerge r358042 from the clang1000-import branch:
2020-02-17 dimAdd casts and L suffixes to libc quad support, to work...
2020-02-15 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-14 emasteUpgrade to OpenSSH 7.9p1.
2020-02-13 dimMerge ^/head r357662 through r357854.
2020-02-12 mmMFV r357783:
2020-02-11 delphijMFV r357712: file 5.38.
2020-02-09 kibAdd AT_BSDFLAGS support to _elf_aux_info(3).
2020-02-09 kibAdd a way to manage thread signal mask using shared...
2020-02-08 eadlermemset.3: better fix previous typo
2020-02-08 eadlermemset.3: fix a a duplicate word
2020-02-07 dimMerge ^/head r357408 through r357661.
2020-02-07 pfgtypo: s/impelmentation/implementation/.
2020-02-06 jhbTidy the _set_tp function for RISC-V.
2020-02-05 emastelibssp_nonshared: use only on i386 and ppc
2020-02-05 markjFix a use of an uninitialized pointer in xdr_rpcbs_rmtc...
2020-02-05 markjImprove validation of the sockaddr length in iruserok_sa().
2020-02-02 kevanslibc: provide fputc_unlocked
next