]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Move master.passwd and group to lib/libc/gen/
[FreeBSD/FreeBSD.git] / lib /
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
2019-03-09 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, lld, and lldb...
2019-03-08 Dimitry AndricVendor import of clang release_80 branch r355677:
2019-03-08 Mark JohnstonHave pthread_cond_destroy() return EBUSY if the condvar...
2019-03-07 Cy SchubertMFV r344878:
2019-03-06 John BaldwinDrop "All rights reserved" from my copyright statements.
2019-03-06 Mark JohnstonReorder copyright lines to preserve the source of ...
2019-03-06 Marcin WojtasExtend libsecureboot(old libve) to obtain trusted certi...
2019-03-05 Mark JohnstonAdd riscv minidump support to libkvm.
2019-03-05 Dimitry AndricAdd a few missed files to the MK_LLVM_TARGET_BPF=yes...
2019-03-05 Ed Mastelibllvm: promote WithColor and xxhash to SRCS_MIN
2019-03-05 Hans Petter SelaskyFix typos in libusb.
2019-03-05 Enji CooperMFhead@r344786
2019-03-04 Simon J. GerratyAllow for reproducible build
2019-03-04 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-03-04 Dimitry AndricMerge ^/head r344549 through r344775.
2019-03-04 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, lld, and lldb...
2019-03-04 Dimitry AndricVendor import of clang release_80 branch r355313:
2019-03-04 Dimitry AndricVendor import of llvm release_80 branch r355313:
2019-03-04 Kenneth D. MerryAdd IBM TS1160 density codes to libmt and the mt(1...
2019-03-02 Michael TuexenUse correct buffer sizes in sctp_get[lp]addrs().
2019-02-27 Ed Mastepoll.2: POLLNVAL is returned also for insufficient...
2019-02-26 Jung-uk KimMerge OpenSSL 1.1.1b.
2019-02-26 Konstantin Belousovprocctl(2): document ASLR knobs.
2019-02-26 Konstantin Belousovprocctl(2): fix -width parameter to .Bl.
2019-02-26 Simon J. GerratyEnable build of libbearssl
2019-02-26 Simon J. GerratyAdd libsecureboot
2019-02-26 Simon J. GerratyAdd libbearssl
2019-02-25 Dimitry AndricMerge ^/head r344513 through r344548.
2019-02-25 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, lld, and lldb...
2019-02-25 Dimitry AndricVendor import of clang release_80 branch r354799:
2019-02-25 Dimitry AndricVendor import of llvm release_80 branch r354799:
next