]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
ping(8): Fix a mandoc related issue
[FreeBSD/FreeBSD.git] / lib / libc /
2020-12-18 jrtc27strerror.3: Fix whitespace issue introduced in r368714
2020-12-17 0mpstrerror.3: Add an example for perror()
2020-12-17 yuripvnl_langinfo(3): document recognized item names
2020-12-16 kibImplement strerror_l().
2020-12-14 jrtc27strdup.3: Function appeared in 4.3BSD-Reno, not 4.4BSD
2020-12-11 ngietimespec_get(3): sort SEE ALSO correctly
2020-12-11 ngiecpuset{,_getaffinity,_getdomain}.2: fix SEE ALSO
2020-12-11 ngieaio_suspend.2: properly canonicalize .Dd
2020-12-11 ngiecap_enter(2): fix CAVEATS section
2020-12-11 ngieposix_spawn(3): fix section that references `vfork`
2020-12-11 ngiegetentropy(3): sort SEE ALSO sections
2020-12-11 ngiearc4random(3): fix .Xr issues
2020-12-09 kevans_umtx_op(2): document recent addition of 32bit compat...
2020-12-09 cyMFV r368464:
2020-12-08 ngieextattr_get_file(20: bump .Dd
2020-12-08 ngieextattr_get_file(2): clarify RETURN VALUES
2020-12-08 ngieextattr_get_file(2): fix more formatting
2020-12-08 ngieextattr_get_file(2): sort syscalls alphabetically
2020-12-08 ngielio_listio(2): fix manlint error
2020-12-08 ngieextattr_get_fd(2): fix manlint errors
2020-12-05 kevanslibc: regex: retire internal EMPTBR ("Empty branch...
2020-12-05 kevanslibregex: implement \b and \B (word boundary, not word...
2020-12-05 kevanslibregex: implement \` and \' (begin-of-subj, end-of...
2020-12-05 kevanslibc: regex: factor out ISBOW/ISEOW macros
2020-12-05 cemAdd CFI start/end proc directives to arm64, i386, and ppc
2020-12-03 cyRemove trailing whitespace.
2020-12-01 mmMFV r368207:
2020-11-28 kiblibc: Add pthread_attr_get_np(3) stub, reporting ESRCH.
2020-11-26 kibRemove stray column.
2020-11-26 seUpdate to version 3.2.0
2020-11-25 kibUse designated initializers for libc pthread stubs...
2020-11-20 sjgMerge bmake-20201117
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...
next