]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Remove spurious newline
[FreeBSD/FreeBSD.git] / lib / libc /
2019-01-06 jillesthr_wake(2): Minor mdoc fixes
2019-01-04 markjSupport MSG_DONTWAIT in send*(2).
2019-01-04 kevansgetopt_long(3): fix case of malformed long opt
2019-01-03 romainAdd man page for dlvsym(3)
2018-12-29 cemUpdate to Zstandard 1.3.8
2018-12-28 kibFix WITHOUT_NLS build after r342551.
2018-12-27 kibBump sys_errlist size to keep ABI backward-compatible...
2018-12-23 pfggai_strerror() - Update string error messages according...
2018-12-19 yuripvregcomp: revert part of r341838 which turned out to...
2018-12-19 cemAllow multi-byte thousands separators in strfmon(3)
2018-12-18 cyMFV r342175:
2018-12-12 yuripvregcomp: reduce size of bitmap for multibyte locales
2018-12-11 dimMerge ^/head r341764 through r341812.
2018-12-11 kibRemove special case handling for getfhat(fd, NULL,...
2018-12-09 dimMerge ^/head r340918 through r341763.
2018-12-09 cyMFV r341618:
2018-12-07 kibAdd new file handle system calls.
2018-12-06 sjgUpdate bmake to version 20180919
2018-12-06 yuripvsyslog(3): stdarg.h is needed only for vsyslog()
2018-12-05 asomersstat(2): clarify which syscalls modify file timestamps
2018-12-05 brooksRemove MD __sys_* private symbols.
2018-12-03 emastedisable BIND_NOW in libc, libthr, and rtld
2018-12-01 jhibbitsFix PowerPC64 ELFv1-specific problem in __elf_phdr_matc...
2018-12-01 mjgamd64: align target memmove buffer to 16 bytes before...
2018-11-30 mjgamd64: handle small memmove buffers with overlapping...
2018-11-30 mjgamd64: remove stale attribution for memmove work
2018-11-30 mjgamd64: tidy up copying backwards in memmove
2018-11-27 desStyle cleanup.
2018-11-26 emasterevert r340640 "libc: forcibly disable BIND_NOW"
2018-11-24 dimMerge ^/head r340427 through r340868.
2018-11-23 yuripvregexec: fix processing multibyte strings.
2018-11-20 jkimMerge OpenSSL 1.1.1a.
2018-11-19 traszMake sysconf(_SC_PAGESIZE) return the value from getpag...
2018-11-19 emastelibc: forcibly disable BIND_NOW
2018-11-16 mjgamd64: handle small memset buffers with overlapping...
2018-11-15 mjgamd64: sync up libc memset with the kernel version
2018-11-15 mjgamd64: convert libc bzero to a C func to avoid future...
2018-11-15 asomersfcntl.2: document an additional error condition
2018-11-14 kibAdd d_off support for multiple filesystems.
2018-11-14 yuripvFix WITHOUT_ICONV build after r340276.
2018-11-14 dimMerge ^/head r340368 through r340426.
2018-11-12 kibCreate namespace for the symbols added during 13-CURREN...
2018-11-12 dimMerge ^/head r340235 through r340367.
2018-11-11 kibFirst draft of documentation for AT/O_BENEATH handling...
2018-11-10 traszDon't call stat(2) on nsswitch.conf(5) every time nsdis...
2018-11-10 manuUpdate our devicetree to 4.19 for arm and arm64
2018-11-09 yuripvReset persistent mbstates when rune locale encoding...
2018-11-07 dimMerge ^/head r340126 through r340212.
2018-11-04 yuripvAdd hybrid C.UTF-8 locale being identical to default...
2018-11-04 vangyzenUpdate expat to 2.2.6
2018-11-04 dimMerge ^/head r339813 through r340125.
2018-11-03 yuripvstrptime: make %k and %l specifiers match their descrip...
2018-11-01 cemkern_poll: Restore explanatory comment removed in r177374
2018-10-30 yuripvConnect libc/tests/time to the build, adding test cases...
2018-10-30 kibConvert amd64_get/set_fs/gsbase to ifunc.
2018-10-28 impBump .Dd forgotten in last commit.
2018-10-28 impNote that the kenrel doesn't keep track daylight saving...
2018-10-27 dimMerge ^/head r339670 through r339812.
2018-10-25 kibImplement O_BENEATH and AT_BENEATH.
2018-10-25 mmMFV r339640,339641,339644:
2018-10-24 markjClarify slightly the interaction between wait*() and...
2018-10-23 dimMerge ^/head r339015 through r339669.
2018-10-23 cyFollow up on r331936. gets_s(3) will also fail in the...
2018-10-21 phkUpdate example to something people less than 40 years...
2018-10-21 emasteANSIfy libc/quad
2018-10-20 emastemcount: tidy up ANSIfication
2018-10-20 oshogboAdd link to the setproctitle_fast function.
2018-10-20 cemEmbedded chacha: Distinguish via dedicated macro
2018-10-20 cemgetentropy(3): Trap non-API errnos from getrandom(2...
2018-10-20 yuripvAdd -b/-l options to localedef(1) to specify output...
2018-10-20 baptUpdate libdialog to 1.3-20180621
2018-10-20 markjFix formatting.
2018-10-17 yuripvstrptime: fix parsing of tm_year when both %C and ...
2018-10-16 traszGet rid unneccessary useless calls to lseek(2) from...
2018-10-15 glebiusAvoid OOB reads in memmem(3).
2018-10-15 traszPrevent flex(1) from generating calls to isatty(3)...
2018-10-15 traszDon't call dlopen(3) for built-in NSS types - "cache...
2018-10-14 traszAdd .Xrs to kqueue(2) from pdfork(2) and procdesc(4...
2018-10-13 mjgamd64: convert libc bcopy to a C func to avoid future...
2018-10-13 mjgamd64: import updated kernel memmove to libc
2018-10-13 yuripvstrptime: disallow zero hour for %I (defined by POSIX...
2018-10-13 allanjudeDocument that sendfile(2) can return ENOTCAPABLE
2018-10-10 desUpgrade Unbound to 1.8.0. More to follow.
2018-10-09 jkimUpdate ACPICA to 20181003.
2018-10-09 jhbUpdate Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
2018-10-09 gjbMFH r338661 through r339253.
2018-10-09 emasteCopy libevent sources to contrib
2018-10-08 kibDisallow zero day of month from strptime("%d").
2018-10-08 gjbMFH r339206-r339212, r339215-r339239
2018-10-08 gjbMFV r339226 (peter): Record merge of serf-1.3.9.
2018-10-06 emasteopenssh: cherry-pick OpenSSL 1.1.1 compatibility
2018-10-05 mjgamd64: import updated kernel memset to libc
2018-10-05 gjbMFH r338661 through r339200.
2018-10-01 mjgamd64: reimplement libc memset and bzero with kernel...
2018-09-29 dimMerge ^/head r338988 through r339014.
2018-09-29 dimAdd compiler-rt's libFuzzer, not connected to buildworl...
2018-09-29 mjgamd64: remove unnecessary cld from libc memcpy/bcopy
2018-09-27 dimMerge ^/head r338731 through r338987.
2018-09-27 mjgamd64: reimplement libc memcmp and bcmp with kernel...
2018-09-24 emasteCopy libevent sources to contrib
next