]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Fix error in validate_tx_req_id() in ENA
[FreeBSD/FreeBSD.git] / lib /
2019-05-30 Marcin WojtasAdjust ENA driver to the new ena-com
2019-05-29 Gleb SmirnoffThe KVM code also needs a fix similar to r344269.
2019-05-29 Pedro F. Giffunitypo: suppported.
2019-05-28 Jung-uk KimMerge OpenSSL 1.1.1c.
2019-05-27 Xin LIChase r261913: hardcoded default crypt(3) algorithm...
2019-05-24 Li-Wen HsuCorrect the argument passed to g_eli_algo2str()
2019-05-24 Kyle Evansjail_getid(3): validate jid string input
2019-05-23 John BaldwinAdd deprecation warnings for weaker algorithms to geli(4).
2019-05-23 Baptiste DaroussinMove back group, master.passwd and shells to etc directory
2019-05-22 Alan SomersLink fhlinkat(2) man page
2019-05-21 Allan JudeAdd admonitions against using MD5 and SHA1 to the API...
2019-05-21 Allan JudeAdd missing errors section to md[2-5], ripemd160, sha...
2019-05-20 Ed Mastemips: remove 16-byte alignment from .init and .fini...
2019-05-20 Li-Wen HsuInstall missing data file for
2019-05-20 Martin MatuskaMFV r347989:
2019-05-19 Simon J. Gerratylibsecureboot: allow control of when pseudo pcr is...
2019-05-19 Simon J. Gerratyload_key_buf do not free data from dearmor
2019-05-19 Dimitry AndricTo avoid unnecessarily modifying ports, add a -lgomp...
2019-05-16 Konstantin BelousovRemove resolver_qual from DEFINE_IFUNC/DEFINE_UIFUNC...
2019-05-16 Kyle Evanslibbe(3): Descend into children of datasets w/ mountpoi...
2019-05-16 Brad DavisMove master.passwd and group to lib/libc/gen/
2019-05-15 Benedict ReuschlingAdd small EXAMPLE section to bsearch.3.
2019-05-13 Mark JohnstonExtend the libcap_sysctl tests.
2019-05-13 Mark JohnstonConvert the libcap_sysctl test cases to ATF.
2019-05-13 Mark JohnstonAdd cap_sysctl(3) and cap_sysctlnametomib(3).
2019-05-13 Mark JohnstonProvide separate accounting for user-wired pages.
2019-05-11 Justin Hibbitsrevert r346588 for now
2019-05-10 Mark JohnstonAtomically update the global gMsgId in libnetgraph.
2019-05-09 Jung-uk KimMFV: r347413
2019-05-09 Simon J. Gerratylibsecureboot: make it easier to customize trust anchors
2019-05-08 Emmanuel Vadotdts: Import files from Linux 5.1
2019-05-08 Xin LIMove contrib/zlib to sys/contrib/zlib so that we can...
2019-05-07 Conrad MeyerFix libsbuf sbuf_printf_drain symbol version
2019-05-07 Cy SchubertImprove the legibility of the login.access.5 man page...
2019-05-07 Conrad Meyerdevice_printf: Use sbuf for more coherent prints on SMP
2019-05-06 Phil ShaferImport libxo-1.0.4:
2019-05-05 Cy SchubertMFV r347136:
2019-05-03 Bruce EvansFix copying planar bitmaps when the horizontal start...
2019-05-03 Adrian Chadd[libfetch] Fix compilation with WITHOUT_CRYPT.
2019-05-02 Alan Somersdirectory.3: add a STANDARDS section
2019-05-02 Kyle Evanslibbe: set mountpoint=none in be_import
2019-05-02 Kyle Evanslibbe(3): Properly mount BEs with mountpoint=none
2019-05-01 Edward Tomasz Napi... Add MLINKS to atf-c.3.
2019-04-29 Bruce EvansSupport all reasonable cursor sizes. Reduce the size...
2019-04-29 Bruce EvansOops, r346889 broke showing of the mouse cursor after...
2019-04-29 Bruce EvansRefactor and simplify hiding the mouse cursor and fix...
2019-04-26 Bruce EvansUse __VGLBitmapCopy() directly to show the mouse cursor...
2019-04-26 Bruce EvansMerge __VGLGetXY() back into VGLGetXY(). They were...
2019-04-26 Bruce EvansIn VGLClear(), check for the overlap of the mouse curso...
2019-04-26 Ian LeporeAdd a manpage for elf_aux_info(3)
2019-04-26 Bruce EvansRemove save/restore of the crtc and gdc registers when...
2019-04-26 Bruce EvansFix the only known remaining (libvgl) bug for 24-bit...
2019-04-26 Bruce EvansRestore the line width in VGLEnd(). The line width...
2019-04-26 Bruce EvansFix an off-by-1 error for copying overlapping bitmaps...
2019-04-25 Kyle Evanslibbe(3): Fix libcompat build
2019-04-25 Kyle Evanslibbe(3): Fix mis-application of patch (SHLIBDIR)
2019-04-25 Kyle Evanslibbe(3): Copy received properties as well
2019-04-25 Bruce EvansRestore doing nothing for calls to VGLEnd() after the...
2019-04-24 Bruce EvansAvoid hiding and unhiding the mouse cursor when copying...
2019-04-24 Bruce EvansRefactor mouse freezing and fix some minor bugs.
2019-04-24 Bruce EvansFix some races and screeen clearing in VGLEnd().
2019-04-23 Simon J. GerratyAllow no_hash to appear in manifest.
2019-04-23 Cy SchubertMFV r346563:
2019-04-23 Justin Hibbitspowerpc64: Rewrite strcmp in asm to take advantage...
2019-04-22 Bruce EvansFix mouse cursor coloring in depths > 8 (previously...
2019-04-22 Enji CooperBuild libclang_rt/profile on all clang-supported archit...
2019-04-22 Enji CooperRework CXXSTD setting via r345708
2019-04-22 Enji CooperUpdate the spelling of my name (continuation of r346571)
2019-04-22 Conrad Meyerrandom.3: Remove obsolete BUGS section
2019-04-22 Conrad Meyerrand.3: Match better recommendation language from random.3
2019-04-22 Kyle Evanslibbe(3): Add a test for be creation
2019-04-22 Kyle Evanslibbe(3): allow creation of arbitrary depth boot enviro...
2019-04-22 Enji CooperFix `get_int_via_sysctlbyname(..)` on Jenkins
2019-04-21 Bruce EvansUse a shadow buffer and never read from the frame buffe...
2019-04-21 Bruce EvansFix missing restoring of the mouse cursor position...
2019-04-20 Cy SchubertMFV r346450:
2019-04-20 Bruce EvansMake libvgl mostly work without superuser privilege...
2019-04-19 Conrad MeyerRevert r346410 and r346411
2019-04-19 Bruce EvansFix copying of overlapping bitmaps. The cases of copyi...
2019-04-19 Conrad Meyerlibkern: Bring in arc4random_uniform(9) from libc
2019-04-19 Conrad MeyerUpdate to Zstandard 1.4.0
2019-04-19 Conrad Meyerimport zstd 1.4.0
2019-04-18 Hans Petter SelaskyImplement flag for telling cuse(3) clients if the peer...
2019-04-17 Adrian Chadd[casper] fix compilation when casper is disabled.
2019-04-17 Ed Mastecap_fileargs: fix test after r346318
2019-04-17 Ed Mastecap_fileargs: fix GCC build, don't shadow 'stat'
2019-04-17 Ed Mastecap_fileargs: add fileargs_lstat service
2019-04-17 Ed Mastecap_fileargs.3: typo and markup corrections
2019-04-17 Ed Mastecap_fileargs.3: correct 'filerags' typo
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.
next