]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
allwinner: clk: Garbage collect old clock implementation
[FreeBSD/FreeBSD.git] / lib /
2019-04-16 Bruce EvansSigh, r346279 was also a test version with the reduced...
2019-04-16 Bruce EvansOops, r346278 committed a test version with the change...
2019-04-16 Bruce EvansQuick fix for slow clearing and context switches of...
2019-04-16 Bruce EvansFix a variable name in r346215. Clearing of the right...
2019-04-15 Conrad Meyerrandom.3: Clarify confusing summary
2019-04-15 Konstantin BelousovFix order of destructors between main binary and libraries.
2019-04-15 Mariusz Zaborskilibnv: extend the tests
2019-04-15 Mariusz Zaborskilibnv: add support for nvlist_send()/nvlist_recv()...
2019-04-14 Bruce EvansFor writing and reading single pixels, avoid some pessi...
2019-04-14 Enji CooperFix warnings with lib/libpmc
2019-04-12 Konstantin BelousovDo not access mutex memory after unlock.
2019-04-12 Baptiste DaroussinUpdate mandoc to 1.14.5
2019-04-10 Emmanuel VadotImport DTS files from Linux 5.0
2019-04-10 Kyle Evanslibbe(3): use libzfs name validation for datasets/snaps...
2019-04-09 Simon J. GerratyAlways report file with incorrect hash.
2019-04-09 Ed Mastelibc: update strstr implementation to match musl
2019-04-09 Edward Tomasz Napi... .Xr protect(1) and proccontrol(1) from procctl(2).
2019-04-08 Bruce EvansFix copying of MEMBUFs to MEMBUFs. This case was imple...
2019-04-07 Mitchell HorneAdd option to build LLVM RISC-V target
2019-04-06 Cy SchubertMFV r345988:
2019-04-06 Mariusz ZaborskiUse funlinkat in pidfile to ensure we are removing...
2019-04-06 Mariusz ZaborskiIntroduce funlinkat syscall that always us to check...
2019-04-06 Jung-uk KimMFV: r345969
2019-04-05 Konstantin BelousovImplement devctl(8) command 'reset', using DEV_RESET...
2019-04-05 Konstantin BelousovAdd __BEGIN_DECLS/__END_DECLS braces to libdevctl header.
2019-04-04 Olivier CochardAdd requiered programs (cc and c++) for some lib/atf...
2019-04-04 Rodney W. GrimesUse IN_foo() macros from sys/netinet/in.h inplace of...
2019-04-03 Pawel Jakub DawidekImplement automatic online expansion of GELI providers...
2019-04-03 Pawel Jakub Dawidek- Add missing -T (notrim) option to the label subcommand.
2019-04-03 Phil ShaferImport libxo-1.0.2
2019-04-03 Kyle Evanslibbe(3): Add a serial to the generated snapshot names
2019-04-03 Marcin WojtasCreate kernel module to parse Veriexec manifest based...
2019-04-02 Alexander MotinMake cam_error_print() decode NVMe commands.
2019-04-02 Andrey V. ElsukovAdd IPv6 transport for bsnmp.
2019-04-01 Enji CooperIntegrate capsicum-test into the FreeBSD test suite
2019-04-01 Enji CooperImport proof-of-concept for handling `GTEST_SKIP()...
2019-04-01 Kyle Evanslibbe: Fix zfs_is_mounted check w/ snapshots
2019-03-29 Jung-uk KimMerge ACPICA 20190329.
2019-03-29 Enji CooperAllow users to override CSTD/CXXSTD on a per-prog basis
2019-03-29 Enji CooperStandardize `-std=c++* as `CXXSTD`
2019-03-29 Enji CooperRevert r345706: the third time will be the charm
2019-03-29 Enji CooperStandardize `-std=c++* as `CXXSTD`
2019-03-29 Enji CooperRevert r345704
2019-03-29 Enji CooperCXXSTD is the C++ analogue to CSTD.
2019-03-29 Konstantin BelousovFix initial exec TLS mode for dynamically loaded shared...
2019-03-29 Bruce EvansFix restoring to graphics modes in VGLEnd().
2019-03-29 Bruce EvansFix endless loops for handling SIGBUS and SIGSEGV.
2019-03-29 Bruce EvansFix races in mouse signal handling almost properly...
2019-03-29 Alan SomersAdd man page for VOP_FDATASYNC(9)
2019-03-29 Alan Somersfusefs: convert debug printfs into dtrace probes
2019-03-28 Bruce EvansFix VGLLine() in depths > 8.
2019-03-28 Bruce EvansFix VGLGetXY(), VGLSetXY() and VGLClear() for MEMBUFs...
2019-03-28 Bruce EvansOops, r345496 got the pointer args backwards for bcopy...
2019-03-28 Ed Masterevert r341429 "disable BIND_NOW in libc, libthr, and...
2019-03-27 Mark JohnstonFix pidfile_open(3) to handle relative paths with multi...
2019-03-27 Bruce EvansFix accessing pixels under the mouse cursor:
2019-03-27 Ed MasteMerge r345574 from vendor-crypto:
2019-03-27 Bruce EvansFix copying of bitmaps in depths > 8. This fix is...
2019-03-26 Ed MasteDTF_REWIND does nothing (since r247236) so retire its use
2019-03-26 Philip PaepsImport tzdata 2019a
2019-03-26 Kyle EvansMFV r345515: netbsd-tests: import memory bump for libc...
2019-03-26 Kyle Evansnetbsd-tests: import memory bump for libc/regex/t_exhaust
2019-03-25 Martin MatuskaMFV r345495:
2019-03-25 Bruce EvansFix another type of buffer overrun for segmented modes...
2019-03-24 Bruce EvansOops, my previous commit to libvgl was missing the...
2019-03-24 Bruce EvansFix the type of the color args for VGLMouseFreeze(...
2019-03-24 Bruce EvansAdd support for arbitrary font widths. Only multiples...
2019-03-24 Bruce EvansFix reading of pixels in (4 and 8-plane) planar modes.
2019-03-24 Bruce EvansFix buffer overruns in modes with color depth more...
2019-03-24 Bruce EvansFix libvgl to not always fail to initialize due to...
2019-03-23 Ravi PokalaAdd descriptions for sysctls in kern_mib.c and sysctl...
2019-03-21 Conrad Meyerarc4random: Adjust example code to use uniform() API
2019-03-20 Alan SomersMFHead @345353
2019-03-20 Alan Somersgoogletest: backport GTEST_SKIP to googletest 1.8.1
2019-03-20 Alan SomersRename fuse(4) to fusefs(4)
2019-03-20 Dimitry AndricPull in r352826 from upstream lld trunk (by Fangrui...
2019-03-20 Alan Somersgoogletest: Also build the new gtest_skip_test
2019-03-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-03-20 Dimitry AndricVendor import of clang 8.0.0 release r356365:
2019-03-18 Dimitry AndricEnable building libomp.so for 32-bit x86. This is...
2019-03-18 Dimitry AndricRemove --as-needed from the linker flags for libomp...
2019-03-18 Alan SomersMFHead@r345275
2019-03-18 Dimitry AndricAlso explicitly link libomp.so against -lm, as it trans...
2019-03-17 Dimitry AndricExplicitly link libomp.so against -lpthread, as it...
2019-03-16 Dimitry AndricDisable lib/libomp build for the 32-bit part of amd64...
2019-03-16 Dimitry AndricConnect lib/libomp to the build.
2019-03-16 Dimitry AndricAdd lib/libomp, with a Makefile, and generated configur...
2019-03-16 Dimitry AndricMerge openmp release_80 branch r356034 (effectively...
2019-03-16 Dimitry AndricAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-16 Enji CooperRemove duplicate `${PACKAGE}FILES+= cleanup.ksh` line
2019-03-15 Enji CooperInitial googlemock/googletest integration into the...
2019-03-15 Alexander MotinMFV r336930: 9284 arc_reclaim_thread has 2 jobs
2019-03-14 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-03-14 Dimitry AndricVendor import of clang release_80 branch r356034:
2019-03-13 Ed MasteUse consistent struct stat arg name in stat man page
2019-03-12 John BaldwinMove libunwind out of contrib/llvm/projects.
2019-03-11 Enji CooperMFhead@r345025
2019-03-11 Dimitry AndricMerge LLVM libunwind release_80 branch r355677 (effecti...
2019-03-11 Dimitry AndricMerge LLVM libunwind trunk r351319, from just before...
2019-03-11 Enji CooperMFhead@r344996
next