]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
hyperv/hn: Implement LRO
[FreeBSD/FreeBSD.git] / lib /
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-10 andrewUse -mlong-calls to build crt1.o and gcrt1.o. This...
2016-01-09 aeMake tohex() work as expected.
2016-01-09 aeFix a typo.
2016-01-08 glebiusNew sendfile(2) syscall. A joint effort of NGINX and...
2016-01-08 delphijMFV r293415:
2016-01-08 delphijVendor import of ntp-4.2.8p5.
2016-01-07 dteskeBump copyright (forgotten part of r293340)
2016-01-07 bdreweryDIRDEPS_BUILD: Update dependencies.
2016-01-07 bdreweryDon't install /usr/include/stand.h twice after r293040.
2016-01-07 dteskeIncrease maximum buffer size for `-x cmd' value
2016-01-07 bdreweryAdd in DIRDEPS_BUILD support.
2016-01-06 emasteAdd fls() to libstand
2016-01-05 jillesAdd sbin and /usr/local directories to _PATH_DEFPATH.
2016-01-05 delphijMFV r293125: less v481.
2016-01-04 dfrFix a memory leak in gss_release_oid_set
2016-01-04 ngieRemove free'ing of an uninitialized variable
2016-01-04 ngieUse `nitems(x)` macro instead of using hardcoded number...
2016-01-04 ngieConvert another `string` variable to `string_arr` misse...
2016-01-04 ngieRename nitems and string variables to avoid collisions
2016-01-03 ngieAdd sys/types.h for for size_t, etc
2016-01-01 emasteReduce libstand Makefile duplication
2015-12-31 ianWhen building libstand for arm, don't emit instructions...
2015-12-30 jtlFix a file descriptor leak in mdXhl.c (which is used...
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-27 impThe FILE structure has a mbstate_t in it. This structur...
2015-12-27 allanjudeReplace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c
2015-12-27 dchaginVerify that tv_sec value specified in settimeofday...
2015-12-27 edReplace implementation of hsearch() by one that scales.
2015-12-27 kibTypo.
2015-12-25 dimUpgrade our copies of clang and llvm to 3.7.1 release...
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-23 ngieUse j instead of a hardcoded index (9) and increment...
2015-12-22 emasteSupport a.out format in nlist only on i386
2015-12-22 jhbMove the mkioctls script to libsysdecode and use it...
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-22 hselaskyMake CUSE usable with platforms where the size of ...
2015-12-22 ianAllow dhcp/bootp server-provided values to be overriden...
2015-12-21 umeUse _map_v4v6_address().
2015-12-21 ianMake the building of libsmb and mount_smbfs uncondition...
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 jilleslibthr: Don't use both __sys_open() and __sys_openat().
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-20 ngieIntegrate the remaining tools/regression/lib/msun testc...
2015-12-19 impCreate libstand version of uuid_from_string and uuid_to...
2015-12-18 umeUse _map_v4v6_address().
2015-12-18 umeAdd AI_V4MAPPED and AI_ALL support for getaddrinfo(3).
2015-12-18 bruefferAdd au_notify.2 and MLINKs (added in OpenBSM 1.2 alpha 4).
2015-12-18 bruefferMerge OpenBSM 1.2 alpha 4.
2015-12-16 baptpxeboot: make the tftp loader use the option root-path...
2015-12-16 desAs a followup to r292330, standardize on size_t and...
2015-12-16 desReset bufpos to 0 immediately after refilling the buffe...
2015-12-16 ngieIntegrate a number of testcases from tools/regression...
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 bruefferMinor spelling, mdoc and style cleanup.
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 ianAdd strlcat() and strlcpy() to libstand.
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 rodrigcRemove NO_WERROR, after fix from r292023.
2015-12-09 rodrigcMerge from OpenBSD:
2015-12-09 rodrigcMerge from OpenBSD:
2015-12-09 rodrigcMerge from OpenBSD:
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 emasteRemove historical GNUC test
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 bdreweryDIRDEPS_BUILD: Update dependencies.
2015-12-07 markjMFV r289003:
2015-12-07 bdreweryReplace unneeded manual dependency on header by adding...
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:
next