]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Use _map_v4v6_address().
[FreeBSD/FreeBSD.git] / lib / libc /
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-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 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-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 stasRPC: populate local address for rendezvous transporter.
2015-12-09 ngieUse stdint.h instead of inttypes.h as the latter pollut...
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-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-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.
2015-11-25 bdreweryMETA MODE: Don't create .meta files when symlinking...
2015-11-25 ngieLink localeconv(3) to localeconv_l(3)
2015-11-23 desmarkup fixes
2015-11-23 ngieUse __MAKE_SHELL instead of HOST_SHELL when generating...
2015-11-20 rpokalapopen() requires check for fdopen() failure
2015-11-19 araujoIf a NIS server has long entries on its database that...
2015-11-18 ngieDo not print out errno if the call succeeded unexpected...
2015-11-16 ngieAdd some initial tests for SLIST and STAILQ macros
2015-11-16 ngieMFhead @ r290899
2015-11-15 baptFix unused-but-set-variable
2015-11-15 ngieDisable -Wformat with scanfloat_test when compiling...
2015-11-15 ngieFix -Wformat issues
2015-11-15 baptRemove unused variables to fix building world
2015-11-15 ngieChange WARNS to 2 across the board with all the libc...
2015-11-15 ngieFix -Wmissing-braces warnings by adding braces around...
2015-11-15 ngieFix -Wunused warnings
2015-11-15 ngieBump WARNS to 2
2015-11-15 ngieRemove unused variables; sort by alignment where needed
2015-11-15 ngiePolish up iswctype_test
2015-11-15 ngiePolish up the tests a bit more after projects/collation...
2015-11-15 ngieFix the Indian numbering system (hi_IN.ISCII-DEV) tests
2015-11-12 ache1) Remove my overcomplicated error fallback and just...
2015-11-10 ngieAdd missing licensing boilerplate to test-fnmatch.c
2015-11-10 baptreturn "US-ASCII" instead of "POSIX" for "C" and "POSIX...
2015-11-09 baptnl_langinfo: Simplify case ladder
2015-11-09 baptReadd ascii.c forgotten in r290618
2015-11-09 baptlocales: Enforce US-ASCII encoding (limited to 7-bit)
2015-11-09 ngieIntegrate tools/regression/lib/libc/gen into the FreeBS...
2015-11-09 ngieFix some TAP -> ATF conversion errors
2015-11-08 ngieIntegrate tools/regression/lib/libc/net into the FreeBS...
2015-11-08 ngieDelete leftover printfs from when these were TAP tests
2015-11-08 ngieConvert print_positional_test over to ATF
2015-11-08 acheReorganize code to elimitate one _sseek() call for...
2015-11-08 ngieprintfloat_test and scanfloat_test need symbols from...
2015-11-08 ngieIntegrate tools/regression/lib/libc/string into the...
2015-11-08 ngieIntegrate tools/regression/lib/libc/stdlib into the...
2015-11-08 ngieIntegrate tools/regression/lib/libc/stdio into the...
2015-11-08 ngieIntegrate tools/regression/lib/libc/locale into the...
2015-11-07 baptImprove collation string and locales support
2015-11-07 baptMerge from head r290483
2015-11-03 hrssdl->sdl_len in sockaddr_dl can be longer than
2015-11-02 baptFix mbtowc not setting EILSEQ on an Incomplete multibyt...
2015-11-02 ngieAdd _test suffix to multiple tests in lib/libc to confo...
2015-11-02 ngieRemove unused variable (SRCDIR)
2015-11-02 ngieRemove unnecessary `if (x)` tests before calling `free...
2015-11-01 baptMerge from head
2015-11-01 baptlocales: Fix eucJP sorting (broken upstream?)
2015-11-01 baptlibc: Fix (and improve) nl_langinfo (CODESET)
2015-11-01 acheMicrooptimize.
2015-11-01 acheAddition to prev. commit.
2015-11-01 acheDon't seek to the end if write buffer is empty (in...
2015-10-30 jkimMerge OpenSSL 1.0.2d.
2015-10-30 sbrunoNot all targets support by clang have a tested or enabl...
2015-10-30 ngieDisable h_raw/h_read with gcc
2015-10-30 ngie- Re-enable h_raw with clang 3.7.0+
2015-10-30 ngieRemove a set but unused variable in __getgroupmembershi...
2015-10-30 ngieIntegrate contrib/netbsd-tests/lib/libc/rpc into the...
2015-10-29 bdreweryUse memmove(3) to avoid overlapping copy.
2015-10-29 bdreweryFix several memory leaks, and crashes, in iconvlist(3).
2015-10-28 acheAdd _flags2 per jhb@ suggestion since no room left...
next