]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Cut over to KTR_INET for CTR.
[FreeBSD/FreeBSD.git] / lib /
2009-04-29 bmsFix an obvious bug in getsourcefilter()'s use of struct...
2009-04-28 cognetChange the test at the beginning of strncmp(), from...
2009-04-27 kientzleDocument the liblzma support.
2009-04-27 kientzleSymlink some additional man page entries.
2009-04-27 kientzleMerge r991 from libarchive.googlecode.com: Various...
2009-04-27 kientzleMerge r990,r1044 from libarchive.googlecode.com:
2009-04-27 kientzleMerge r1061,r1062,r1063 from libarchive.googlecode...
2009-04-27 kientzleMerge r1034 from libarchive.googlecode.com:
2009-04-27 kientzleMerge r1058 from libarchive.googlecode.com: Require...
2009-04-27 kientzleino_t varies across platforms; casting (int) here avoids
2009-04-27 kientzleMerge r1032 from libarchive.googlecode.com:
2009-04-27 kientzleMerge r1054,r1060 from libarchive.googlecode.com:
2009-04-27 kientzleMerge r1021 from libarchive.googlecode.com:
2009-04-27 kientzleMerge r1052,r1055 from libarchive.googlecode.com:
2009-04-27 kientzleMerge r1053,r1055,r1056,r1057,r1065 from libarchive...
2009-04-27 kientzleMerge r988,r1064 from libarchive.googlecode.com:
2009-04-26 kientzleReading an mtree file is supposed to provide
2009-04-26 kientzleVarious improvements to the tar.5 manpage, including
2009-04-26 kientzleExit with ARCHIVE_FATAL if the ISO image is truncated.
2009-04-26 kientzleRemove an unused variable.
2009-04-26 traszFix typo.
2009-04-23 bruefferCorrect the information about when the respective funct...
2009-04-22 emaxImplement low-level Bluetooth HCI API.
2009-04-19 rwatsonNow that the kernel defines CACHE_LINE_SIZE in machine...
2009-04-19 rwatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-18 kientzleRely on OpenSSL bits only if we're building a system...
2009-04-18 kientzleCorrect and update the manpage to include
2009-04-17 kientzleDisabling the crypto bits should quiet tinderbox while I
2009-04-17 kientzlePublicize a handful of new functions and bump the versi...
2009-04-17 kientzleMerge lots of test suite updates from libarchive.google...
2009-04-17 kientzleFreeBSD has a lot of crypto functions used by the recen...
2009-04-17 kientzleEnsure that the option setters return OK (option used...
2009-04-17 kientzleFix a memory leak: Release the current list of /set...
2009-04-17 kientzleDocument the new read options interface and the new...
2009-04-17 kientzleDynamically size the buffer we pass to getgrgid_r(...
2009-04-17 kientzleDon't match an empty file on a read error.
2009-04-17 kientzleWhen pulling metadata from disk, lookup the user and...
2009-04-17 kientzleLZW bugfix: when we hit end-of-file, return an invalid...
2009-04-17 kientzleMinor fix: some platforms require both inttypes.h and...
2009-04-17 kientzleImplement command-line fallbacks for gzip and bzip2...
2009-04-17 kientzleMerge new xz/lzma support from libarchive.googlecode...
2009-04-17 kientzleDon't use the open callback, which is deprecated (becau...
2009-04-17 kientzleAccept empty options, add a new read_next_header2(...
2009-04-17 kientzleProperly clone and free the recently-added "sourcepath...
2009-04-17 kientzleUse thread-safe getgrnam_r() and getpwnam_r(); dynamica...
2009-04-17 kientzleFix a minor memory leak.
2009-04-17 kientzleMerge from libarchive.googlecode.com: Numerous fixes...
2009-04-17 kientzleMerge from libarchive.googlecode.com: If we're
2009-04-14 traszThere is no way for strmode(3) to append '+' if the...
2009-04-13 kientzleRe-enable backing up extended attributes, as the ZFS...
2009-04-13 rwatsonSort man page cross references by section, no need...
2009-04-12 kientzleMerge from libarchive.googlecode.com r791, r879, r884...
2009-04-12 kientzleThanks to Christoph Mallon for pointing out the dead...
2009-04-12 kientzleMerge from libarchive.googlecode.com: Mostly a bunch of
2009-04-12 kientzleMerge from libarchive.googlecode.com r756,r761:
2009-04-12 kientzleMerge from libarchive.googlecode.com:
2009-04-12 kientzleMerge r881 from libarchive.googlecode.com: The "empty...
2009-04-09 emasteInclude a space between "send" and "broadcast".
2009-04-07 traszAdd wide character variants of string manipulations...
2009-04-06 marcelAdd support for PowerPC kernel core files. This commit...
2009-04-06 dasReturn -1 instead of 0 upon reaching EOF. This is somew...
2009-04-05 thompsaMFp4 //depot/projects/usb@159934
2009-04-04 kientzleTemporary hack to unbreak user/group lookups;
2009-04-03 kibAllow the NULL, RTLD_SELF and RTLD_NEXT handles to...
2009-04-02 delphijProperly handle malloc() failures.
2009-04-02 delphijRemove a warning which is supposed to have been removed...
2009-04-02 delphijBail out when memory allocation is failed, rather than...
2009-04-02 jhbProperly update the shm_open/shm_unlink symbol versioni...
2009-04-01 kibUnconditionally build wrappers for i386_get_ioperm...
2009-04-01 kibDocument RTLD_NODELETE, -z nodelete and -z origin support.
2009-03-31 jhbFix an off-by-one buffer overflow in ngets().
2009-03-31 davidxuTurn on nodelete linker flag because libthr can not...
2009-03-29 umeQuery DNS only once per an address family.
2009-03-28 delphijAdd some casts to silence compiler warning about signed...
2009-03-28 delphijMinor changes from Berkeley DB 1.86 and further improve...
2009-03-28 delphijAllow O_SYNC and O_NOFOLLOW flags in dbopen().
2009-03-28 delphijPlug memory leaks and a potential NULL dereference.
2009-03-28 delphijSimplify the logic when determining whether to zero...
2009-03-28 delphij - If (keysize+datasize)%(bsize=14)==0, insertion of...
2009-03-28 delphijAvoid NULL deference which causes DEBUG1 to crash,...
2009-03-28 delphij - Avoid overwriting the cursor page when the cursor...
2009-03-28 delphijFix a crash when iterating over a hash and removing...
2009-03-28 delphijOnly squeeze a short key/value pair onto a page with...
2009-03-28 delphijDiff reduce against OpenBSD, no functional change.
2009-03-28 delphijReturn meaningful errno in overflow case; print error...
2009-03-28 delphijUse pread(2) and pwrite(2) instead of lseek(2) + read...
2009-03-28 delphijdb/btree/bt_open.c: check return value of snprintf...
2009-03-28 delphijSeveral signed/unsigned warning fixes.
2009-03-28 delphijWhen allocating memory, zero out them if we don't inten...
2009-03-27 ddsDocument missing requests.
2009-03-25 umeAdd support for SCTP to getaddrinfo(3).
2009-03-25 netchildImprove the German translation.
2009-03-24 gabor- Add Belarusian catalog
2009-03-24 fabientAllow compile from c++ for libpmc
2009-03-24 umegetaddrinfo(3) should accept numeric when ai_socktype...
2009-03-23 delphijSave errno before calling _close(), which may clear it.
2009-03-23 delphijuse more proper format string.
2009-03-22 kib7.2 will be the first release where strndup() appears.
2009-03-22 rpauloFix typo in comment.
2009-03-22 rpauloInstall the new headers.
next