]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
libc: provide fputc_unlocked
[FreeBSD/FreeBSD.git] / lib / libc /
2020-02-02 kevanslibc: provide fputc_unlocked
2020-02-02 kevansProvide O_SEARCH
2020-02-01 cemrand(3): Replace implementation with one backed by...
2020-01-30 mjgamd64: sync up libc memcmp with the kernel version...
2020-01-30 kevansstdio: provide _unlocked variants of fflush, fputc...
2020-01-29 mjgamd64: sync up libc memcmp with the kernel version...
2020-01-29 mjglibc: remove forward compat added in r356830 for F_ISUN...
2020-01-24 cemrandom(3): Abstract routines into _r versions on explic...
2020-01-24 cemrandom(3): Abstract state into a single context object
2020-01-22 bdragon[PowerPC] libc backwards compatibility shim for auxv...
2020-01-21 kevansposix_spawn: mark error as volatile
2020-01-21 brooksCorrect a misleading indent.
2020-01-20 cemrandom.3: Some minor improvements to wording/clarity
2020-01-20 cemlibc: Delete unused rand.c ifdef TEST code
2020-01-20 cemqsort.3: Bump Dd and note that Annex K is optional
2020-01-20 traszAdd qsort_r(3) regression test.
2020-01-20 traszAdd qsort_s(3). Apart from the constraints, it also...
2020-01-17 mjglibc: fix build after r356830
2020-01-17 mjgvfs: provide F_ISUNIONSTACK as a kludge for libc
2020-01-17 mjglibc: assume no union stack if fstatfs fails in readdir
2020-01-15 luporl[PPC64] memcpy/memmove/bcopy optimization
2020-01-15 luporl[PPC64] strncpy optimization
2020-01-15 luporl[PPC64] strcpy optimization
2020-01-12 cemgetrandom(2): Add Linux GRND_INSECURE API flag
2020-01-09 markjlibc: Fix a few bugs in the xlocale collation code.
2020-01-08 kevansposix_fallocate: push vnop implementation into the...
2020-01-06 kevansUpdate libssp paths in various Makefile.depend* files
2020-01-04 kevansssp: knock out some trivial warnings that come up with...
2019-12-31 cyMFV r356143:
2019-12-31 mmMFV r356163,r356197:
2019-12-29 kaktussysctlbyname(2): Remove temporary compatibility layer
2019-12-28 pfgarm/ffs.S: remove stale comment.
2019-12-22 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 cyMFV r353143 (phillip):
2019-12-21 cyMFV r353141 (by phillip):
2019-12-20 dimMove all sources from the llvm project into contrib...
2019-12-19 emastelocaleconv: correct grouping and mon_grouping per C...
2019-12-14 cemDeprecate sranddev(3) API
2019-12-13 bdragon[PowerPC] Fully define gdtoa settings on powerpc64.
2019-12-12 bdragon[PowerPC] Fix SPE floating point environment manipulation
2019-12-12 kevansAdd sigsetop extensions commonly found in musl libc...
2019-12-11 sjgUpdate Makefile.depend files
2019-12-11 sjgAdd Makefile.depend.options
2019-12-07 kibOnly return EPERM from kill(-pid) when no process was...
2019-12-07 asomersclock_gettime(2): add a HISTORY section
2019-12-07 asomerslio_listio(2): add a HISTORY section
2019-12-05 emasteUpdate ELF Tool Chain to upstream r3769
2019-12-04 jhbUse "far" calls and branches so that lld uses valid...
2019-12-04 jhbUse a single 'ld' to read the jmpbuf magic values inste...
2019-12-04 impRegularize my copyright notice
2019-12-03 manuImport DTS files for riscv from Linux 5.4
2019-11-28 manuImport riscv DTS files
2019-11-28 manuImport DTS files from Linux 5.4
2019-11-25 delphijMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-23 bdragon[PowerPC] Fix typo in _ctx_start on ppc32
2019-11-22 markjFix typos in the cpuset_{get,set}domain() man page.
2019-11-20 pfgMFV 354917, 354918, 354919
2019-11-18 avgMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-17 kibDocument required size of buffer for elf_aux_info(3).
2019-11-16 bdragon[PowerPC] Fix *context on ELFv2
2019-11-16 cemUpdate to Zstandard 1.4.4
2019-11-14 imparmv6 soft float build fixed
2019-11-13 brooksImprove the description of AT_EXECPATH availability.
2019-11-13 brookself_aux_info: Add support for AT_EXECPATH.
2019-11-13 kevansssp: further refine the conditional used for constructo...
2019-11-13 kevansssp: rework the logic to use priority=200 on clang...
2019-11-13 kevansssp: add a priority to the __stack_chk_guard constructor
2019-11-11 jasoneRevert r354605: Update jemalloc to version 5.2.1.
2019-11-11 jasoneUpdate jemalloc to version 5.2.1.
2019-11-10 delphijMFV r354582: file 5.37.
2019-11-10 rmacklemUpdate the copy_file_range man page to reflect the...
2019-11-08 rmacklemUpdate the copy_file_range.2 man page to reflect the...
2019-11-07 philImport libxo-1.3.0:
2019-11-02 dimAdd __isnan()/__isnanf() aliases for compatibility...
2019-10-19 jkimMerge ACPICA 20191018.
2019-10-09 dimMerge ^/head r353316 through r353350.
2019-10-08 brooksFix various -Wpointer-compare warnings
2019-10-08 brooksUpdate tcsh to 6.21.00.
2019-10-08 dimMerge ^/head r352764 through r353315.
2019-09-29 kevansmemfd_create(3): Don't actually force hugetlb size...
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-28 impRevert the mode_t -> int changes and add a warning...
2019-09-27 impDocument varadic args as int, since you can't have...
2019-09-26 dimMerge ^/head r352587 through r352763.
2019-09-26 kevansFurther normalize copyright notices
2019-09-26 dabCorrect mistake in MLINKS introduced in r352747
2019-09-26 dabAdd an shm_rename syscall
2019-09-25 kevansAdd SPDX tags to recently added files
2019-09-25 kevansposix_spawn(3): handle potential signal issues with...
2019-09-25 kevansrfork(2): add RFSPAWN flag
2019-09-25 kevanssysent: regenerate after r352705
2019-09-25 kevansAdd linux-compatible memfd_create
2019-09-25 kevansUpdate fcntl(2) after r352695
2019-09-25 emasteremove obsolete i386 MD memchr implementation
2019-09-24 yuripvlib/libc/regex: fix build with REDEBUG defined
2019-09-23 sefAdd two options to allow mount to avoid covering up...
2019-09-19 dimMerge ^/head r352436 through r352536.
2019-09-19 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-18 kibsysctl: use names instead of magic numbers.
next