]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
stand/powerpc: Only build loader.kboot for powerpc64
[FreeBSD/FreeBSD.git] / lib /
2019-05-20 emastemips: remove 16-byte alignment from .init and .fini...
2019-05-20 lwhsuInstall missing data file for
2019-05-20 mmMFV r347989:
2019-05-19 sjglibsecureboot: allow control of when pseudo pcr is...
2019-05-19 sjgload_key_buf do not free data from dearmor
2019-05-19 dimTo avoid unnecessarily modifying ports, add a -lgomp...
2019-05-16 kibRemove resolver_qual from DEFINE_IFUNC/DEFINE_UIFUNC...
2019-05-16 kevanslibbe(3): Descend into children of datasets w/ mountpoi...
2019-05-16 brdMove master.passwd and group to lib/libc/gen/
2019-05-15 bcrAdd small EXAMPLE section to bsearch.3.
2019-05-13 markjExtend the libcap_sysctl tests.
2019-05-13 markjConvert the libcap_sysctl test cases to ATF.
2019-05-13 markjAdd cap_sysctl(3) and cap_sysctlnametomib(3).
2019-05-13 markjProvide separate accounting for user-wired pages.
2019-05-11 jhibbitsrevert r346588 for now
2019-05-10 markjAtomically update the global gMsgId in libnetgraph.
2019-05-09 sjglibsecureboot: make it easier to customize trust anchors
2019-05-08 manudts: Import files from Linux 5.1
2019-05-08 delphijMove contrib/zlib to sys/contrib/zlib so that we can...
2019-05-07 cemFix libsbuf sbuf_printf_drain symbol version
2019-05-07 cyImprove the legibility of the login.access.5 man page...
2019-05-07 cemdevice_printf: Use sbuf for more coherent prints on SMP
2019-05-06 philImport libxo-1.0.4:
2019-05-03 bdeFix copying planar bitmaps when the horizontal start...
2019-05-03 adrian[libfetch] Fix compilation with WITHOUT_CRYPT.
2019-05-02 asomersdirectory.3: add a STANDARDS section
2019-05-02 kevanslibbe: set mountpoint=none in be_import
2019-05-02 kevanslibbe(3): Properly mount BEs with mountpoint=none
2019-05-01 traszAdd MLINKS to atf-c.3.
2019-04-29 bdeSupport all reasonable cursor sizes. Reduce the size...
2019-04-29 bdeOops, r346889 broke showing of the mouse cursor after...
2019-04-29 bdeRefactor and simplify hiding the mouse cursor and fix...
2019-04-26 bdeUse __VGLBitmapCopy() directly to show the mouse cursor...
2019-04-26 bdeMerge __VGLGetXY() back into VGLGetXY(). They were...
2019-04-26 bdeIn VGLClear(), check for the overlap of the mouse curso...
2019-04-26 ianAdd a manpage for elf_aux_info(3)
2019-04-26 bdeRemove save/restore of the crtc and gdc registers when...
2019-04-26 bdeFix the only known remaining (libvgl) bug for 24-bit...
2019-04-26 bdeRestore the line width in VGLEnd(). The line width...
2019-04-26 bdeFix an off-by-1 error for copying overlapping bitmaps...
2019-04-25 kevanslibbe(3): Fix libcompat build
2019-04-25 kevanslibbe(3): Fix mis-application of patch (SHLIBDIR)
2019-04-25 kevanslibbe(3): Copy received properties as well
2019-04-25 bdeRestore doing nothing for calls to VGLEnd() after the...
2019-04-24 bdeAvoid hiding and unhiding the mouse cursor when copying...
2019-04-24 bdeRefactor mouse freezing and fix some minor bugs.
2019-04-24 bdeFix some races and screeen clearing in VGLEnd().
2019-04-23 sjgAllow no_hash to appear in manifest.
2019-04-23 cyMFV r346563:
2019-04-23 jhibbitspowerpc64: Rewrite strcmp in asm to take advantage...
2019-04-22 bdeFix mouse cursor coloring in depths > 8 (previously...
2019-04-22 ngieBuild libclang_rt/profile on all clang-supported archit...
2019-04-22 ngieRework CXXSTD setting via r345708
2019-04-22 ngieUpdate the spelling of my name (continuation of r346571)
2019-04-22 cemrandom.3: Remove obsolete BUGS section
2019-04-22 cemrand.3: Match better recommendation language from random.3
2019-04-22 kevanslibbe(3): Add a test for be creation
2019-04-22 kevanslibbe(3): allow creation of arbitrary depth boot enviro...
2019-04-22 ngieFix `get_int_via_sysctlbyname(..)` on Jenkins
2019-04-21 bdeUse a shadow buffer and never read from the frame buffe...
2019-04-21 bdeFix missing restoring of the mouse cursor position...
2019-04-20 bdeMake libvgl mostly work without superuser privilege...
2019-04-19 cemRevert r346410 and r346411
2019-04-19 bdeFix copying of overlapping bitmaps. The cases of copyi...
2019-04-19 cemlibkern: Bring in arc4random_uniform(9) from libc
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-19 cemimport zstd 1.4.0
2019-04-18 hselaskyImplement flag for telling cuse(3) clients if the peer...
2019-04-17 adrian[casper] fix compilation when casper is disabled.
2019-04-17 emastecap_fileargs: fix test after r346318
2019-04-17 emastecap_fileargs: fix GCC build, don't shadow 'stat'
2019-04-17 emastecap_fileargs: add fileargs_lstat service
2019-04-17 emastecap_fileargs.3: typo and markup corrections
2019-04-17 emastecap_fileargs.3: correct 'filerags' typo
2019-04-16 bdeSigh, r346279 was also a test version with the reduced...
2019-04-16 bdeOops, r346278 committed a test version with the change...
2019-04-16 bdeQuick fix for slow clearing and context switches of...
2019-04-16 bdeFix a variable name in r346215. Clearing of the right...
2019-04-15 cemrandom.3: Clarify confusing summary
2019-04-15 kibFix order of destructors between main binary and libraries.
2019-04-15 oshogbolibnv: extend the tests
2019-04-15 oshogbolibnv: add support for nvlist_send()/nvlist_recv()...
2019-04-14 bdeFor writing and reading single pixels, avoid some pessi...
2019-04-14 ngieFix warnings with lib/libpmc
2019-04-12 kibDo not access mutex memory after unlock.
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-10 kevanslibbe(3): use libzfs name validation for datasets/snaps...
2019-04-09 sjgAlways report file with incorrect hash.
2019-04-09 emastelibc: update strstr implementation to match musl
2019-04-09 trasz.Xr protect(1) and proccontrol(1) from procctl(2).
2019-04-08 bdeFix copying of MEMBUFs to MEMBUFs. This case was imple...
2019-04-07 mhorneAdd option to build LLVM RISC-V target
2019-04-06 oshogboUse funlinkat in pidfile to ensure we are removing...
2019-04-06 oshogboIntroduce funlinkat syscall that always us to check...
2019-04-05 kibImplement devctl(8) command 'reset', using DEV_RESET...
2019-04-05 kibAdd __BEGIN_DECLS/__END_DECLS braces to libdevctl header.
2019-04-04 olivierAdd requiered programs (cc and c++) for some lib/atf...
2019-04-04 rgrimesUse IN_foo() macros from sys/netinet/in.h inplace of...
2019-04-03 pjdImplement automatic online expansion of GELI providers...
next