]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Replace .CURDIR with SRCTOP to respect LIBC_SRCTOP feature.
[FreeBSD/FreeBSD.git] / lib / libc /
2016-01-25 bdreweryReplace .CURDIR with SRCTOP to respect LIBC_SRCTOP...
2016-01-24 tuexensctp_sendx() needs to provide the assoc_id back.
2016-01-24 sobomaxFix bug in the readpassphrase(3) function, which can...
2016-01-24 tuexensctp_sendv() needs to fill in the association id on...
2016-01-22 wblockAdd a standards compliance note for strtok_r as suggest...
2016-01-22 jillessem: Don't free nameinfo that is still in list when...
2016-01-22 delphijMFV r294491: ntp 4.2.8p6.
2016-01-21 brooksReplace the last non-optional use of sbrk() in the...
2016-01-21 brooksFix the implementations of PSEUDO_NOERROR and PSEUDO.
2016-01-20 bdreweryAdd .NOMETA missed in r291320.
2016-01-19 desUpgrade to OpenSSH 6.9p1.
2016-01-19 desUpgrade to OpenSSH 6.8p1.
2016-01-19 desUpgrade to OpenSSH 6.7p1, retaining libwrap support...
2016-01-18 joelmdoc: sort Xr
2016-01-18 brFix compilation on MIPS (typo introduced in r294227).
2016-01-17 jillesutimensat(2): Correct description of [EINVAL] error.
2016-01-17 brBring in initial libc and libstand support for RISC-V.
2016-01-15 baptUpdate mandoc to 20160116
2016-01-14 edRemove an unneeded assignment of the return value.
2016-01-14 kevlo- Add the 'restrict' type qualifier to match function...
2016-01-13 brooksAvoid reading pass the end of the source buffer when...
2016-01-13 brooksAvoid reading pass the end of the source buffer when...
2016-01-13 ngieMFhead @ r293815
2016-01-12 jillesUpdate futimens/utimensat for MFC to stable/10:
2016-01-12 ngieFix a mismerge from NetBSD in r162194 with `xdr_rpcb_en...
2016-01-11 ngieSimilar to r293704, fix theoretical leak of netconfig...
2016-01-11 ngieFix theoretical leak of netconfig(3) resources in svcun...
2016-01-08 glebiusNew sendfile(2) syscall. A joint effort of NGINX and...
2016-01-08 delphijMFV r293415:
2016-01-05 jillesAdd sbin and /usr/local directories to _PATH_DEFPATH.
2016-01-05 delphijMFV r293125: less v481.
2015-12-31 ngieMFhead @ r293006
2015-12-30 impUse __alignof__ instead of assuming int64_t to get...
2015-12-30 jhbDocument the recently added support for ptrace(2) LWP...
2015-12-29 ngieMFhead @ r292618
2015-12-27 impThe FILE structure has a mbstate_t in it. This structur...
2015-12-27 dchaginVerify that tv_sec value specified in settimeofday...
2015-12-27 edReplace implementation of hsearch() by one that scales.
2015-12-25 cpercivaMake libxnet.so a symlink to libc.so. This makes ...
2015-12-25 umeRemove _gethostbynisname() and _gethostbynisaddr()...
2015-12-24 kibDo not compile ARMv6 instructions on ARMv4/v5. Althoug...
2015-12-23 ngieIncrease the timeout for resolv_test from the default...
2015-12-22 emasteSupport a.out format in nlist only on i386
2015-12-22 edLet tsearch()/tdelete() use an AVL tree.
2015-12-22 umeWe don't need to use a temporary buffer, here.
2015-12-21 umeUse _map_v4v6_address().
2015-12-21 umeSimplify _map_v4v6_address().
2015-12-21 umeIf we end up following a CNAME chain that does not...
2015-12-20 jilleslibc: Use namespace.h in a few more files.
2015-12-20 umeaddrinfo.ai_family is an address family, not a protocol...
2015-12-20 jillesclock_gettime(2),gettimeofday(2): Remove [EFAULT] error.
2015-12-20 kibFix lockf(3) cancellation behaviour.
2015-12-19 ngieMFhead @ r292474
2015-12-18 umeUse _map_v4v6_address().
2015-12-18 umeAdd AI_V4MAPPED and AI_ALL support for getaddrinfo(3).
2015-12-18 bruefferMerge OpenBSM 1.2 alpha 4.
2015-12-17 ngieMFhead @ r292396
2015-12-16 ngieIterate down lib/libc/tests/nss...
2015-12-16 ngieIntegrate tools/regression/lib/libc/nss into the FreeBS...
2015-12-16 ngieAdd Makefile accidentally missed in r292317
2015-12-16 ngieIntegrate tools/regression/lib/libc/resolv into the...
2015-12-15 ngieMFhead @ r292285
2015-12-15 kevloRemove sys/types.h due to STANDARDS and unistd.h also...
2015-12-15 kevloRemove sys/types.h due to STANDARDS and unistd.h also...
2015-12-15 ngieAllow users override `DEBUG` on the command line via...
2015-12-15 jhbStart on a new library (libsysdecode) that provides...
2015-12-14 vangyzenresolver: preserve binary compatibility; reduce header...
2015-12-14 desUpgrade to Unbound 1.5.7.
2015-12-14 ngieMFhead @ r292177
2015-12-13 ngieAdd -static to CFLAGS to unbreak the tests by using...
2015-12-12 jillesexec(3): Fix COMPATIBILITY section: default path does...
2015-12-12 umeRFC 3493 requires ignoring the loopback address for...
2015-12-11 brStart support for the RISC-V 64-bit architecture develo...
2015-12-10 umeThe calls to RES_SET_H_ERRNO() macro on error paths...
2015-12-10 ngieMFhead @ r292053
2015-12-10 stasRPC: populate local address for rendezvous transporter.
2015-12-09 ngieUse stdint.h instead of inttypes.h as the latter pollut...
2015-12-09 ngieMFhead @ r292005
2015-12-08 ngieFix compilation when -DDEBUG is defined by adding intty...
2015-12-08 ngieDelete bogus freeing of uninitialized data
2015-12-08 ngieAdd missing va_ends for corresponding va_starts to...
2015-12-08 ngieUnbreak compiling getnetgrent.c with -DDEBUG after...
2015-12-07 markjMFV r289003:
2015-12-07 kibAdd support for usermode (vdso-like) gettimeofday(2...
2015-12-06 ngieMFhead@r291879
2015-12-05 bdreweryFix regression in r291738: This really wants -lssp.
2015-12-05 ngieInitialize errno to 0 in the nul testcase before testing it
2015-12-05 ngieFix -Wformat issues and minor whitespace issues in...
2015-12-05 ngiesplit.ih:
2015-12-05 ngieUse `==` instead of `=` in the function comment above...
2015-12-05 ngieUse ANSI C function prototypes/definitions instead...
2015-12-05 ngieAdd missing headers and sort #includes per style(9)
2015-12-05 ngie- Use ANSI C function prototypes/definitions instead...
2015-12-05 ngieFix -Wformat warnings by using the correct format quali...
2015-12-04 bdreweryFix LDADD/DPADD that should be LIBADD.
2015-12-03 jkimMerge OpenSSL 1.0.2e.
2015-11-26 ngieMFhead @ r291345
2015-11-25 bdreweryFollow-up r291330: h_testbits.h is only needed by xdr_test.
2015-11-25 ngieLink fclose(3) to fdclose(3)
2015-11-25 bdreweryReplace DPSRCS that work fine in SRCS.
next