]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
During if_vmove() we call if_detach_internal() which in turn calls the event
[FreeBSD/FreeBSD.git] / lib /
2016-04-10 Pedro F. Giffunilibc: replace 0 with NULL for pointers.
2016-04-09 Pedro F. GiffuniUSB: replace 0 with NULL for pointers.
2016-04-09 Alexander MotinMFV r297760: 6418 zpool should have a label clearing...
2016-04-09 Alexander Motin6418 zpool should have a label clearing command
2016-04-09 Pedro F. Giffunilibedit: replace 0 with NULL for pointers.
2016-04-09 Pedro F. Giffunilibpam: replace 0 with NULL for pointers.
2016-04-09 Pedro F. Giffunilibfetch: replace 0 with NULL for pointers.
2016-04-08 Konstantin BelousovUse __FBSDID() for .c files from lib/libthr/thread.
2016-04-08 Konstantin BelousovUse ANSI C function definitions, fix spelling in a...
2016-04-08 Konstantin BelousovAssert that the lock objects put into the off-page...
2016-04-06 Bryan DreweryFollow-up r295924: Only sync hash-based db files open...
2016-04-06 Andrew TurnerRevert a change that sneeked with 297619
2016-04-06 Andrew TurnerDisable support for compat syscalls on arm64. These...
2016-04-04 Andrey A. ChernovSJIS encoding don't have single byte characters >= 224
2016-04-04 Konstantin BelousovRemove unused variable. It was write-only before r297139.
2016-04-04 Andrey A. ChernovEUC-type encodings don't have single byte characters...
2016-04-02 Alexander MotinMFV r297506: 6738 zfs send stream padding needs documen...
2016-04-02 Alexander MotinMFV r297505:
2016-04-02 Alexander MotinMFV r297504: 6681 zfs list burning lots of time in...
2016-04-02 Alexander Motin6739 userland version of cv_timedwait_hires() always...
2016-03-31 Brooks DavisDocument KTRFAC_FAULT and KTRFAC_FAULTEND.
2016-03-31 Bryan DreweryWITHOUT_TOOLCHAIN: Skip building of h_raw.
2016-03-31 Bryan DreweryWITHOUT_TOOLCHAIN: Fix build of rtld.
2016-03-30 Ed Mastelibc: stop exporting cerror
2016-03-30 Pedro F. Giffunifreopen(3): prevent uninitialized errno.
2016-03-30 Pedro F. Giffunifreopen(3): prevent uninitialized errno.
2016-03-30 Pedro F. Giffunifreopen(3): prevent uninitialized errno.
2016-03-28 John BaldwinFix parsing of a 1GB page table entry.
2016-03-28 Edward Tomasz Napi... Fix bunch of .Xrs.
2016-03-27 Dimitry AndricCompile libcxxrt as C++11, since it is only really...
2016-03-26 Bryan DreweryImplement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.
2016-03-25 Jung-uk KimMerge byacc 20160324.
2016-03-24 Bryan DreweryCCACHE_BUILD: Don't use ccache when generating some...
2016-03-24 Bryan DreweryDon't reset CC away from full-pathed gcc.
2016-03-24 Ed SchoutenReplace the CloudABI system call table by a machine...
2016-03-24 Ed Mastelibc: stop exporting curbrk and minbrk in the private...
2016-03-22 Bjoern A. ZeebCorrect comment.
2016-03-22 Konstantin BelousovApparently there are some popular programs around which...
2016-03-21 John BaldwinFully handle size_t lengths in AIO requests.
2016-03-21 Ian LeporeIf the dhcp server delivers an interface-mtu option...
2016-03-21 Ian LeporeActually garbage collect the unused code, as mentioned...
2016-03-21 Ian LeporeGarbage collect the bswap routines from libstand. ...
2016-03-21 Konstantin BelousovLock pshared_lock shared around fork, to ensure that...
2016-03-21 Konstantin BelousovProvide more information on failing checks in mutex_ass...
2016-03-21 Konstantin BelousovFrom libthr, remove special and strange code to set...
2016-03-21 Konstantin BelousovImplement process-shared spinlocks.
2016-03-21 Konstantin BelousovFix typo.
2016-03-19 Michael GmelinUpdate fetch.1 and fetch.3 to reflect libfetch's actual...
2016-03-18 Simon J. GerratyUpdate to bmake-20160315
2016-03-18 Julian ElischerUse the right argumant name
2016-03-18 Justin HibbitsBump libdevinfo SHLIB_MAJOR, forgotten in r297000.
2016-03-17 Simon J. Gerratyxo_config.h no longer in contrib, so -I's needed
2016-03-17 Simon J. GerratyWe need libutil
2016-03-16 David E. O'BrienBring down 0.4.5 vendor files and other catchups with...
2016-03-16 Phil ShaferMove generated file from contrib to build directory.
2016-03-15 Ed Mastelibc: don't build compat functions if building WITHOUT_...
2016-03-12 Warner LoshUse the newly minted Makefile.libcompat to implement...
2016-03-12 Konstantin BelousovFix handling of umtxp resource limit in sh(1)/ulimit...
2016-03-12 John BaldwinRemove Symbol.map entries for old AIO system calls...
2016-03-11 Bryan DreweryDIRDEPS_BUILD: Update dependencies.
2016-03-11 Bryan DreweryAdd missing CLEANFILES.
2016-03-11 Bryan DreweryRemove bogus .ORDER.
2016-03-11 Justin HibbitsAdd to CFLAGS, rather than replacing.
2016-03-11 Dag-Erling SmørgravApply upstream r3651: the IPv6 address of the L root...
2016-03-11 Dag-Erling SmørgravNot ready for level 6 yet due to -Wredundant-decls.
2016-03-11 Dag-Erling SmørgravDefine __bounded__ to fix the gcc build. While there...
2016-03-11 Bryan DreweryUse the new bmake .dinclude feature to make these safe.
2016-03-11 Simon J. GerratyMerge bmake-20160307
2016-03-11 Dag-Erling SmørgravUpgrade to OpenSSH 7.2p2.
2016-03-10 Alexander MotinMFV r296609: 6370 ZFS send fails to transmit some holes
2016-03-09 Bryan DreweryDIRDEPS_BUILD: Connect MK_TESTS.
2016-03-09 Bryan DreweryFix and connect setjmp test.
2016-03-09 Edward Tomasz Napi... Fix spelling of MAXNAMLEN.
2016-03-08 Bryan DreweryDIRDEPS_BUILD: Update clang dependencies after r296417.
2016-03-08 Alexander MotinMFV r296540: 4448 zfs diff misprints unicode characters
2016-03-08 Alexander Motin4448 zfs diff misprints unicode characters
2016-03-08 Alexander MotinMFV r296538: 6544 incorrect comment in libzfs.h about...
2016-03-08 Alexander Motin6544 incorrect comment in libzfs.h about offline status
2016-03-08 Alexander MotinMFV r296536: 6551 cmd/zpool: cleanup gcc warnings
2016-03-08 Alexander MotinMFV r296534: 6550 cmd/zfs: cleanup gcc warnings
2016-03-08 Alexander MotinMFV r296532: 6637 replacing "dontclose" with "should_close"
2016-03-08 Alexander MotinMFV r296529:
2016-03-08 Alexander MotinMFV r296527: 6659 nvlist_free(NULL) is a no-op
2016-03-08 Alexander Motin6659 nvlist_free(NULL) is a no-op
2016-03-08 Alexander MotinMFV r296522: 6541 Pool feature-flag check defeated...
2016-03-08 Alexander MotinMFV r296520: 6562 Refquota on receive doesn't account...
2016-03-08 Alexander MotinMFV r296518: 5027 zfs large block support (add copyright)
2016-03-08 Alexander Motin5027 zfs large block support (add copyright)
2016-03-08 Alexander MotinMFV r296515: 6536 zfs send: want a way to disable...
2016-03-08 Alexander MotinMFV r296513: 6450 scrub/resilver unnecessarily traverse...
2016-03-08 Alexander MotinMFV r296511: 6537 Panic on zpool scrub with DEBUG kernel
2016-03-08 Alexander MotinMFV r296505: 6531 Provide mechanism to artificially...
2016-03-08 Mark JohnstonMFV r296306: 6604 harden DIF bounds checking
2016-03-08 Ed Mastelibc/{i386,amd64}: Do not export .cerror when building...
2016-03-06 Pedro F. GiffuniRevert r296175
2016-03-06 Jilles Tjoelkerlibc: Add some tests for memcmp().
2016-03-06 Kurt LidlAllow O_CLOEXEC to be used in dbopen() flags
2016-03-05 Dimitry AndricUpgrade our copies of clang, llvm, lldb and compiler...
2016-03-05 Dag-Erling SmørgravUpgrade to Unbound 1.5.8.
2016-03-05 Dimitry AndricMerge ^/head r296369 through r296409.
next