]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
MFC r311714:
[FreeBSD/FreeBSD.git] / lib /
2016-08-22 jhbMFC 304476: Fix various nits in the aio operation manpages.
2016-08-20 dimMFC r304319:
2016-08-20 kibMFC r303795:
2016-08-20 kibMFC r303794:
2016-08-20 bdreweryMFC r304288:
2016-08-19 jhbMFC 303001: Add PTRACE_VFORK to trace vfork events.
2016-08-19 kibMFC r304016:
2016-08-19 kibMFC r303991:
2016-08-17 acheMFC r302943,r302944,r303004,r303010,r303011,r303013...
2016-08-17 acheMFC r302824
2016-08-16 dimSimilar to r256297, disable assertions in llvm and...
2016-08-15 jhbMFC 302900,302902,302921,303461,304009:
2016-08-08 bdreweryMFC r303687:
2016-08-05 edMFC r303486:
2016-08-03 brooksMFC r303104, r303106:
2016-08-03 kibMFC r303393:
2016-07-28 jhbMFC 303164: Add more documentation regarding unsafe...
2016-07-26 pfgMFC r303046:
2016-07-25 jhbMFC 302899: Add documentation for the sigevent structure.
2016-07-25 jhbMFC 302860: Fix aio system call wrappers in librt.
2016-07-20 baptMFC: r302916
2016-07-07 jillesfcntl(2): Document interrupt/restart for file locks.
2016-07-04 grehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-03 baptFix a bad test resulting in a segfault with ISO-8859...
2016-07-01 delphijMFV r302260: expat 2.2.0
2016-06-29 emastelibcxxrt: correct mangled "typeinfo name" symbols in...
2016-06-29 delphijVendor import of expat 2.2.0 (trimmed).
2016-06-28 bdreweryUse on crypto.x and rpc.x from the source tree.
2016-06-28 cyThis commit addresses regression introduceded in r302177
2016-06-27 delphijFix build: explicitly reference the generated magic...
2016-06-27 delphijMFV r302218: file 5.28.
2016-06-25 kibRevert r302194, there are issues with some applications...
2016-06-25 kibFor pthread_mutex_trylock() call on owned error-check...
2016-06-24 hselaskyResolve issue with libusb C++ header file inclusion.
2016-06-23 hselaskyAdd support for USB streams to the LibUSB v1.0 API...
2016-06-22 brooksReplace use of the pipe(2) system call with pipe2(2...
2016-06-22 hselaskyImplement libusb_hotplug_register_callback() and
2016-06-22 mmMFV r302003,r302037,r302038,r302056:
2016-06-17 bdreweryAdd clang-format under WITH_CLANG_EXTRAS.
2016-06-17 bdreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-16 hselaskyAdd missing return statement.
2016-06-16 hselaskyAdd multiple missing descriptor parsing functions to...
2016-06-16 hselaskyAdd support for libusb_set_auto_detach_kernel_driver...
2016-06-16 hselaskyAdd support for libusb_get_port_number() to the LibUSB...
2016-06-16 hselaskyDefine LIBUSB_API_VERSION.
2016-06-16 hselaskyImplement libusb_get_version() and update libusb manual...
2016-06-14 bdreweryDIRDEPS_BUILD: Update dependencies
2016-06-13 hselaskyFix compile warning.
2016-06-13 oshogboDon't close fd if it's lower then stderr, otherwise...
2016-06-12 hselaskyImplement code to stop all USB endpoints before executi...
2016-06-10 pfgFix regression from r301461.
2016-06-09 pfglibc/rpc: Make use of some xdr_* macros. (part 2)
2016-06-09 jillesutimes(2),utime(3): Add deprecation in favour of utimen...
2016-06-09 traszFix frexpl() declaration to not include the field name.
2016-06-09 pfglibc/rpc: Make use of some xdr_* macros.
2016-06-09 kevloFix the rpcb_getaddr() definition to match its declaration.
2016-06-09 markjImplement an NSS backend for netgroups and add getnetgr...
2016-06-09 markjFix an infinite loop in setnetgrent(3) with NIS netgroups.
2016-06-09 markjUse a more common spelling for "(char *)0" in the getne...
2016-06-08 ngieRevert r301707
2016-06-08 ngieUse NULL instead of `0` in _ht_getnetbyname(..)
2016-06-08 ngieTest for strchr(3) returning NULL, not 0
2016-06-08 brooksUpdate to a June 8th snapshot of (un)vis form NetBSD.
2016-06-08 desReplace _pam_verbose_error() with a macro. This was...
2016-06-08 truckmanDon't leak olinep if malloc() fails.
2016-06-08 truckmanDon't leak addrinfo if ai->ai_addrlen <= minsiz test...
2016-06-08 oshogboIntroduce the PD_CLOEXEC for pdfork(2).
2016-06-08 oshogboAdd flags to the Casper services.
2016-06-07 lidlSeparate BLACKLIST vs BLACKLIST_SUPPORT properly
2016-06-05 bdreweryUse the in-tree sys/elf_common.h to build libelftc.
2016-06-05 pfglibc/locale: Fix type breakage in __collate_range_cmp().
2016-06-05 acheReflect error indication according to POSIX and what...
2016-06-04 kibFix markup.
2016-06-04 baptImport libucl snapshot 20160604
2016-06-03 bdreweryDIRDEPS_BUILD: Connect new directories and update depen...
2016-06-03 dimFor clang, move the definition of FREEBSD_CC_VERSION...
2016-06-03 vangyzenImprove errno documentation in pthread_create(3) and...
2016-06-03 delphijMFV r301238:
2016-06-02 bdreweryRemove libstdc++ again.
2016-06-02 dimPull in r271548 from upstream llvm trunk (by me):
2016-06-02 lidlAdd basic blacklist build support
2016-06-02 pfgcitrus: Remove redundant code in _citrus_esdb_get_list().
2016-06-01 lidlImport NetBSD's blacklist source from vendor tree
2016-06-01 jillesthr_*(2): Add xrefs to what libthr implements using...
2016-06-01 allanjudeSkein was not meant to be connected to libcrypto
2016-06-01 edDon't call setgrent() in an unportable way.
2016-06-01 oshogboDocument behavior of wait introduced in the r286698.
2016-06-01 cemlibthr: Use formatted PANIC()
2016-06-01 cemlibthr: _thread_vprintf: Enhance support for %p, %#x
2016-06-01 cemlibthr: Add vprintf variant of _thread_printf, formatte...
2016-06-01 acheDon't use fixup for C99 and up, the compiler result...
2016-05-31 asomersCoverity fixes for r300906
2016-05-31 acheFor EILSEQ case in mbsnrtowcs() and wcsnrtombs() update...
2016-05-31 edFix prototype of dbm_open().
2016-05-31 desr169386 (PR 112515) was incomplete: it treated 307...
2016-05-30 pfglibdevdctl: minor spelling fixes.
2016-05-30 edLet dbm's datum::dptr use the right type.
2016-05-30 edFix the signature of the psignal() function.
2016-05-30 dimBump __FreeBSD_cc_version after r300974.
2016-05-30 jamieMark jail(2), and the sysctls that it (and only it...
next