]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
mmap(2): Document guard size for MAP_STACK and related EINVAL.
[FreeBSD/FreeBSD.git] / lib / libc /
2020-06-22 pstefstrtok(3): make it easier to find the RETURN VALUES...
2020-06-21 tuexenAdd include missing from my last commit.
2020-06-21 tuexenCleanup the defintion of struct sctp_getaddresses....
2020-06-20 tuexenUse a struct sockaddr_in pr struct sockaddr_in6 as...
2020-06-20 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-18 0mpFix a typo in cpuset_getdomain.2
2020-06-18 jkimMFV: r362286
2020-06-18 tuexenWhitespace changes, not functional change intended.
2020-06-18 gbefgetln(3): Add a Caveats Section
2020-06-17 andrewUpdate opencsd to 0.14.2
2020-06-17 delphijMFV r362254: file 5.39.
2020-06-16 blackendFix pointer name to match the name used in the function...
2020-06-16 gbelibcasper(3): Document HISTORY within the manpages
2020-06-16 andrewRe-add opencsd as a vendor import from the dist directory
2020-06-14 gbelibc manpages: various improvements from NetBSD
2020-06-13 kibprocctl(2): document PROC_KPTI
2020-06-13 kibprocctl(2): consistently refer to the data pointer...
2020-06-12 kevansposix_spawn: fix for some custom allocator setups
2020-06-10 kibAdd pthread_getname_np() and pthread_setname_np() alias...
2020-06-10 kevansAdd missing shell script from r361995
2020-06-10 kevansexecvPe: obviate the need for potentially large stack...
2020-06-10 kevansexecvp: fix up the ENOEXEC fallback
2020-06-05 manudts: Update our copy to be in sync with Linux 5.7
2020-06-05 arichardsonAvoid using non-portable dd status=none flag
2020-06-04 kevansvfs: add restrictions to read(2) of a directory [2/2]
2020-06-04 kevansvfs: add restrictions to read(2) of a directory [1/2]
2020-06-03 emastemmap.2: correct prot argument terminology
2020-06-03 jhbDocument SO_NO_OFFLOADS and SO_NO_DDP.
2020-06-01 dimUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 dimUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-05-31 dimUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-28 rmacklemAdd an entry to Symbol.map for the rpctls_syscall added...
2020-05-23 cemUpdate to Zstandard 1.4.5
2020-05-22 kibImplement Solaris-like link_map l_refname member.
2020-05-21 kibRestore the binary compatibility for link_map l_addr.
2020-05-21 cyMFV r361322:
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
next