]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
libc: fix undefined behavior from signed overflow in strstr and memmem
[FreeBSD/FreeBSD.git] / lib / libc /
2020-11-19 emastelibc: fix undefined behavior from signed overflow in...
2020-11-19 emastelibc: optimize memmem two-way bad character shift
2020-11-18 emasteclang-format libc string functions imported from musl
2020-11-17 kevans_umtx_op: document UMTX_OP_SEM2_WAIT copyout behavior
2020-11-13 0mpAdd a missing Nm macro
2020-11-13 0mpReference setprogname(3) in setproctitle(3)
2020-11-08 tmunroAdd collation version support to querylocale(3).
2020-11-07 sjgUpdate to bmake-20201101
2020-11-02 seRe-arrange some of the code to separate writable user...
2020-10-31 seMake sysctl user.local a tunable that can be written...
2020-10-31 seFix reversed condition after attempted style fix in...
2020-10-31 seFix style, no functional change
2020-10-30 seUpdate man-pages to describe the user.localbase variabl...
2020-10-30 seAdd read only sysctl variable user.localbase
2020-10-28 brooksDisable ssp raw test without ASAN
2020-10-28 traszDrop "All rights reserved" from all my stuff. This...
2020-10-27 alcRevise the description of MAP_STACK. In particular...
2020-10-27 seReplace literal uses of /usr/local in C sources with...
2020-10-26 jmgupdate write(2)'s iovec limit w/ info about the iosize_...
2020-10-24 impwarnx: fix needless static
2020-10-23 impwarnx: Save errno across calls that might change it.
2020-10-23 brooksOnly use ASAN when using the in-tree compiler
2020-10-21 kibmmap(2): Document guard size for MAP_STACK and related...
2020-10-20 delphijFurther refinements of ptsname_r(3) interface:
2020-10-17 delphijImplement ptsname_r.
2020-10-17 mmacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-16 kevanslibc: typo fix (s/involes/involves)
2020-10-12 arichardsonFix building on Linux/macOS after r366622
2020-10-10 cemrandom(4) FenestrasX: Push root seed version to arc4ran...
2020-10-09 gbeFix a few mandoc issues
2020-10-02 markjnewlocale(3): Fix a memory leak.
2020-10-01 mmacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-10-01 kevansauxv: partially revert r366207, cast buflen to unsigned...
2020-10-01 ngieEliminate duplicate `afterinstallconfigs` target
2020-09-29 impUpdates to chroot(2) docs
2020-09-27 asomersMisc compiler warning fixes in lib/libc
2020-09-24 asomerslib/libc/tests/iconv: raise WARNS to 6
2020-09-24 asomerslib/libc/tests/sys: raise WARNS to 6
2020-09-23 bdragon[PowerPC64LE] Fix gdtoa configurations on LE.
2020-09-23 bdragon[PowerPC64LE] Use a shared LIBC_ARCH for powerpc64le.
2020-09-22 kibDocument {O,AT}_RESOLVE_BENEATH and new O_BENEATH behav...
2020-09-19 asomersfix integer underflow in getgrnam_r and getpwnam_r
2020-09-18 mmacyMFV 2.0-rc2
2020-09-18 kevansbuild: provide a default WARNS for all in-tree builds
2020-09-18 markjFix error checking in shm_create_largepage().
2020-09-11 kevansmemfd_create: simplify HUGETLB support a little bit
2020-09-10 kevansmemfd_create: fix return values
2020-09-10 kevansFix memfd_create tests after r365524
2020-09-09 kibAdd shm_create_largepage(3) helper for creation and...
2020-09-09 kevansgetlogin_r: fix the type of len
2020-09-09 baptUpdate nvi to 2.2.0
2020-09-09 kevanslibc tests: dynthr_mod: fix some WARNS issues
2020-09-09 kevanslibc/resolv: attempt to fix the test under WARNS=6
2020-09-08 bdragon[PowerPC] Implement VDSO timebase access on powerpc*
2020-09-06 dimFollow-up r365371 by removing sentences which indicate...
2020-09-05 dimTurn MALLOC_PRODUCTION into a regular src.conf(5) option
2020-09-05 sjgUpdate to bmake-20200902
2020-09-04 mmacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-03 jhbVarious fixes to the load() function.
2020-09-02 jhbPass a valid mode with O_CREATE to open(2).
2020-09-02 jhbDon't assume objects in program sections have a size...
2020-09-02 jhbCompute the correct size of the string to move forward.
2020-09-02 markjInclude the psind in data returned by mincore(2).
2020-09-01 jhbFix a buffer overrun.
2020-08-31 jhbFix the build of scandir_b with GCC.
2020-08-28 mmacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 gjbMFH
2020-08-25 arichardsonAdd missing FreeBSD functions to -legacy when building...
2020-08-24 mmacyInitial import from vendor-sys branch of openzfs
2020-08-24 cyMFV 364468:
2020-08-24 cyMFV 364467:
2020-08-23 mjglibc: hide alphasort_thunk behind I_AM_SCANDIR_B
2020-08-20 kibdl_iterate_phdr(3): provide exclusive locking for callb...
2020-08-17 kibscandir-compat11.c: Remove unused declaration for qsort...
2020-08-17 delphijDon't explicitly specify c99 or gnu99 as the default...
2020-08-15 dimMerge ^/head r364082 through r364250.
2020-08-14 bdrewerysyslog(3): Send proper NILVALUE if gethostname(3) fails.
2020-08-12 gjbMFH
2020-08-10 kibExport scandir_b from libc.
2020-08-07 dimMerge ^/head r363989 through r364034.
2020-08-07 gbesetlocale(3): Add an EXAMPLES section and add LANG...
2020-08-07 gbembsrtowcs(3): Clarify the RETURN VALUES section
2020-08-07 gbetmpnam(3): Also mention tmpfile in the ENVIRONMENT...
2020-08-06 dimMerge ^/head r363739 through r363986.
2020-08-06 bdragon[POWERPC] Fix ppc64 makecontext() parameter overflow...
2020-08-04 manuImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-04 gbedirectory(3): Add an ERRORS section
2020-08-04 kevanslibregex: Implement a subset of the GNU extensions
2020-08-04 kevansregex(3): belatedly document REG_POSIX from r363734
2020-08-03 kibAdd SOL_LOCAL symbolic constant for unix socket option...
2020-08-03 seUpgrade to version 3.1.4
2020-08-03 arichardsonAllow building setmode.c on Linux/macOS
2020-08-03 kplibc: Provide sub fp(s|g)etmask() implementations for...
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 gjbMFH
2020-07-31 dimMerge ^/head r363583 through r363738.
2020-07-30 cemImport PCG-C into sys/contrib
2020-07-29 kevansregex(3): Interpret many escaped ordinary characters...
2020-07-21 asomers[skip ci] document close_range(2) as async-signal-safe
next