]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
radix_mpath: Don't derefence a NULL pointer in for loop iteration
[FreeBSD/FreeBSD.git] / lib /
2016-04-26 Pedro F. Giffunilibcuse: make more use of the howmany() macro when...
2016-04-26 Pedro F. Giffunilibstand: make more use of the howmany() macro when...
2016-04-26 Pedro F. Giffunilibc: make more use of the howmany() macro when available.
2016-04-23 Pedro F. Giffuniregex: prevent two improbable signed integer overflows.
2016-04-22 Enji CooperFix up pointer issues with lib/libkvm
2016-04-22 Andriy GaponMFV r298471: 6052 decouple lzc_create() from the implem...
2016-04-22 Andriy Gapon6052 decouple lzc_create() from the implementation...
2016-04-21 Enji CooperCompletely disable fmaxmin_test (follow up to r297952)
2016-04-21 Ed Masteelftoolchain: Use ${SRCTOP} for the top of the FreeBSD...
2016-04-21 Baptiste DaroussinRestore the original ascii.c from prior to r290494
2016-04-20 Baptiste DaroussinCheck the returned value of memchr(3) before using it
2016-04-20 Pedro F. GiffuniMinor indentation issue.
2016-04-20 Pedro F. Giffunilibc: use our roundup2/rounddown2() macros when param...
2016-04-20 Enji CooperFix double fclose of `fp1` when freopen fails
2016-04-19 Enji CooperMake sure fmemopen succeeds in :test_append_binary_pos...
2016-04-19 Enji CooperRemove trailing whitespace and use `nitems(mib)` instea...
2016-04-19 Luiz Otavio O SouzaUse GPIOTOGGLE to toggle the pin state instead of read...
2016-04-19 Allan JudeUnbreak the build if you enable WITH_NAND
2016-04-18 Allan JudeA new implementation of the loader block cache
2016-04-18 Andriy Voskoboinyklibc: do not include <sys/types.h> where <sys/param...
2016-04-18 Pedro F. GiffuniRe-use our roundup2() macro instead of reinventing...
2016-04-18 Pedro F. Giffunilibipsec: use NULL instead of zero for pointers.
2016-04-18 Pedro F. Giffunilibstand: use NULL instead of zero for pointers.
2016-04-18 Pedro F. Giffunilibbluetooth: use NULL instead of zero for pointers.
2016-04-18 Pedro F. Giffunirexec(3): use NULL instead of zero for pointers.
2016-04-18 Ed MasteReplace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchain
2016-04-18 Sergey KandaurovFixed indentation, minor style.
2016-04-18 Xin LIMFV r298178:
2016-04-17 Baptiste DaroussinImport libucl 0.8.0
2016-04-17 Baptiste DaroussinImport sqlite3 3.12.1
2016-04-17 Warren BlockFix markup on "\n" in printf so it renders correctly.
2016-04-17 Glen BarberRemove lib/libcapsicum and libexec/casper, brought...
2016-04-16 Pedro F. Giffunilibc: make some more use of the nitems() macro.
2016-04-16 Glen BarberMerge the projects/release-pkg branch to head.
2016-04-16 Glen BarberMFH
2016-04-16 Glen BarberMFH
2016-04-15 Phil ShaferImport to 0.6.1
2016-04-15 Phil Shaferimport libxo-0.4.7
2016-04-15 Marcelo AraujoInitialize pointer with NULL instead of 0.
2016-04-14 Enji CooperClean up trailing whitespace in lib/libcam; no function...
2016-04-14 Bryan DreweryMETA_MODE: Don't rebuild build-tools targets during...
2016-04-14 Mariusz ZaborskiSet NULL to the ai_next pointer which fix cap_getaddrin...
2016-04-14 Ed Mastearm64 libc: hide .cerror, .curbrk, .minbrk for WITHOUT_...
2016-04-14 Ruslan BukinUnmagic the thread pointer offset.
2016-04-14 Enji CooperDisable fmaxmin_test when compiling it with clang 3.8.0
2016-04-14 Bryan DreweryBuild libpam modules in parallel.
2016-04-14 Bryan DrewerySimplify building libpam and fix libpam.a not containin...
2016-04-13 Pedro F. Giffunilibgssapi: avoid NULL pointer dereferences.
2016-04-13 Glen BarberMFH
2016-04-13 Pedro F. Giffunilibvgl: do not initialize static storage.
2016-04-13 Glen BarberMFH
2016-04-12 Phil ShaferMerge libxo 0.4.6
2016-04-12 Ed MasteRemove PS_STRINGS fallback from setproctitle
2016-04-12 Glen BarberMFH
2016-04-12 Konstantin BelousovIf off-page lookup failed, there is no memory to perform
2016-04-11 Enji CooperFix appending -O0 to CFLAGS
2016-04-11 Alexander MotinMFV r297831: 6322 ZFS indirect block predictive prefetch
2016-04-11 Pedro F. Giffunilibc: cleanup unnecessary semicolons (part 2).
2016-04-11 Pedro F. Giffunilibc: cleanup unnecessary semicolons.
2016-04-11 Glen BarberMFH
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-06 Glen BarberMFH
2016-04-04 Glen BarberMFH
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...
next