]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
MFC r339531,r339579,r340252,r340463,r340464,340472,r340587
[FreeBSD/FreeBSD.git] / lib / libc /
2018-11-20 mjgMFC r339531,r339579,r340252,r340463,r340464,340472...
2018-10-28 cyFollow up on r331936. gets_s(3) will also fail in the...
2018-10-27 yuripvMFC r339489:
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 mjgamd64: remove unnecessary cld from libc memcpy/bcopy
2018-09-27 mjgamd64: reimplement libc memcmp and bcmp with kernel...
2018-09-24 emasteCopy libevent sources to contrib
2018-09-24 emasteMove libc linker ifunc test to build target only
2018-09-21 emastelibc: require ifunc-capable linker for amd64/i386
2018-09-20 baptImport mandoc 1.14.4
2018-09-18 brdMove mac.conf to lib/libc/posix1e/
2018-09-18 brdFix CONFS to append the value in this case.
2018-09-17 brdMove rpc and netconfig to lib/libc/rpc/
2018-09-17 brdMove hosts, hosts.equiv, networks, nsswitch.conf, proto...
2018-09-17 mjgamd64: depessimize userspace memcpy/memmove/bcopy
2018-09-13 jkimUpdate OpenSSL to 1.1.1.
2018-09-10 desUpgrade to OpenSSH 7.8p1.
2018-08-23 manudts: Import DTS for arm64
2018-08-21 tuexenAdd SOL_SOCKET level socket option with name SO_DOMAIN...
2018-08-20 delphijIn r331279 the code used ENOSYS to check the existence...
2018-08-19 0mpDocument socket control message routines for ancillary...
2018-08-19 delphijUpdate userland arc4random() with OpenBSD's Chacha20...
2018-08-19 kibProvide set_constraint_handler_s(3) man page.
2018-08-19 kibClarify that memset_s(3) requires __STDC_WANT_LIB_EXT1_...
2018-08-19 kibUse tab for indent.
2018-08-18 delphijWorkaround ECAPMODE for kernels between revision [33128...
2018-08-18 delphijSplit arc4random_uniform into it's own file and sync...
2018-08-17 kibAdd pthread_get_name_np(3).
2018-08-17 oshogboFix style nits.
2018-08-16 jamieRevert r337922, except for some documention-only bits...
2018-08-16 jamiePut jail(2) under COMPAT_FREEBSD11. It has been the...
2018-08-16 bzAllow the use of TCP instead of UDP for queries by...
2018-08-14 jkimMerge OpenSSL 1.0.2p.
2018-08-13 manuImport DTS files from Linux 4.18
2018-08-12 kevansgetopt_long(3): Document behavior of leading characters...
2018-08-11 kevansMFH @ r337607, in preparation for boarding
2018-08-10 impUpdate man page to include FreeBSD-specific details.
2018-08-10 impRemove assert.h and commented out _DIAGASSERT.
2018-08-10 impBring in timespce_get form NetBSD.
2018-08-08 eadlerfile: update to 5.34
2018-08-07 pfglibc: fix cases of undefined behavior.
2018-08-04 cemsettimeofday(2): Remove stale note about timezone
2018-08-03 brMAXLOGNAME changed to 33 in r243023.
2018-07-31 mavMFV r336991, r337001:
2018-07-29 mmMFV r336851:
2018-07-28 cemexec.3: Add BUGS section and document non-FreeBSD porta...
2018-07-28 brdMove etc/shells to lib/libc/gen with getusershell(3).
2018-07-28 cemClean up execl*(3) manual page prototype formatting
2018-07-27 impRevert r336773: it removed too much.
2018-07-27 ianStop exporting __pw_scan and __pw_initpwd as freebsd...
2018-07-27 impRemove xscale support
2018-07-27 dabAllow a EVFILT_TIMER kevent to be updated.
2018-07-26 ianMake pw_scan(3) more compatible with getpwent(3) et...
2018-07-26 jhibbitsFix fabs(3) for powerpcspe, this time for real
2018-07-24 jhibbitsFix register usage in fabs(3) for powerpcspe
2018-07-24 jhibbitsFix floating point exception definitions for powerpcspe
2018-07-23 ianRevert r336619, it appears to cause problems with ssh...
2018-07-23 brFix setjmp for RISC-V:
2018-07-22 ianSet the pw_class field to NULL when scanning the non...
2018-07-14 tsoomeregex/engine.c: error: variable 'dp' set but not used
2018-07-11 cyMFV r324714:
2018-07-10 kibRemove bits of the old NUMA.
2018-07-10 brooksGet rid of netbsd_lchown and netbsd_msync syscall entries.
2018-07-10 impTweak documentation to RB_ constants to reflect current use
2018-07-05 brooksRevert r335983.
2018-07-05 brooksGet rid of netbsd_lchown and netbsd_msync syscall entries.
2018-07-04 kibAdd setproctitle_fast(3) for frequent callers.
2018-07-03 jhbClean up the vcs ID strings in libc's gen/ directory.
2018-07-03 jhbStrip __RCSID() and __SCCSID() strings by default when...
2018-06-28 cemsigaction.2: Minor cleanups
2018-06-27 bdreweryRework check for libclang_rt to see if the needed libra...
2018-06-21 ianAdd some words clarifying that rename(2) does nothing...
2018-06-14 manudts: Update our copy to Linux 4.17
2018-06-13 traszGet rid of references to /usr/share/doc/ from ports...
2018-06-13 eadleratoi.3: bump .Dd
2018-06-13 eadlerlibc: remove explicit cast NULL in atoi
2018-06-10 kiblibc qsort(3): stop aliasing.
2018-06-06 cemstrdup.3: Document standardization in POSIX
2018-06-06 cemstrcpy.3: Improve legibility and clarity
next