]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
fix top after arc accounting change
[FreeBSD/FreeBSD.git] / lib /
2018-08-10 dimIn r308100, an explicit -fexceptions flag was added...
2018-08-10 impUpdate man page to include FreeBSD-specific details.
2018-08-10 impRemove assert.h and commented out _DIAGASSERT.
2018-08-10 impBring in timespce_get form NetBSD.
2018-08-09 dimAdd optional LLVM BPF target support
2018-08-09 kevanslibnv: Remove -I${SRCTOP}/sys
2018-08-08 eadlerfile: update to 5.34
2018-08-07 pfglibc: fix cases of undefined behavior.
2018-08-04 cemsettimeofday(2): Remove stale note about timezone
2018-08-03 jhbInstall the 32-bit compat sanitizer libraries.
2018-08-03 brMAXLOGNAME changed to 33 in r243023.
2018-08-02 mavDo not blindly include illumos kernel headers instead...
2018-08-02 brImplement pt_fpreg_to_ucontext(), pt_ucontext_to_fpreg().
2018-08-01 kibMake cache coherency attributes definitions available...
2018-07-31 emastebump lld version number after r336972 arm(v7) VFP tag...
2018-07-31 mavMFV r336991, r337001:
2018-07-30 asomersMake timespecadd(3) and friends public
2018-07-29 mmMFV r336851:
2018-07-28 cemexec.3: Add BUGS section and document non-FreeBSD porta...
2018-07-28 brdMove etc/shells to lib/libc/gen with getusershell(3).
2018-07-28 asomersDisable -Wcast-align in libbsm and libauditd
2018-07-28 cemClean up execl*(3) manual page prototype formatting
2018-07-27 impRevert r336773: it removed too much.
2018-07-27 markjDetach from the child process before completing the...
2018-07-27 ianStop exporting __pw_scan and __pw_initpwd as freebsd...
2018-07-27 impRemove xscale support
2018-07-27 dabAllow a EVFILT_TIMER kevent to be updated.
2018-07-26 ianMake pw_scan(3) more compatible with getpwent(3) et...
2018-07-26 jhibbitsFix fabs(3) for powerpcspe, this time for real
2018-07-25 emastellvm: remove __FreeBSD_version conditionals
2018-07-24 jhibbitsFix register usage in fabs(3) for powerpcspe
2018-07-24 jhibbitsFix floating point exception definitions for powerpcspe
2018-07-24 bdeIn C remquol() and thus also in C remainderl(), don...
2018-07-24 bdeFix the conversion to use nan_mix() in r336362. fmod...
2018-07-23 woodsb02geli init: Allow initialization of multiple geli provid...
2018-07-23 ianRevert r336619, it appears to cause problems with ssh...
2018-07-23 brFix setjmp for RISC-V:
2018-07-22 ianSet the pw_class field to NULL when scanning the non...
2018-07-22 woodsb02geli attach: Fix exit codes and errors not being printe...
2018-07-21 markjTake the mapping's segment offset into account when...
2018-07-21 markjDisable optimization of the libproc test program.
2018-07-20 kibMove OFED libraries libmlx5.so.1 and libibverbs.so...
2018-07-20 dimRecommit r336497: Fix powl, cpow, cpowf, and cpowl...
2018-07-20 bdeCentralize the complications for special efficient...
2018-07-20 delphijlibcrypt: There is no need to clear message digest...
2018-07-20 delphijGet rid of unused variables.
2018-07-20 delphijlibmd: Always erase context in _Final method, and when...
2018-07-20 impRemove three stray instances of zfsloader.
2018-07-19 dimRevert r336497 for now, as it breaks on architectures...
2018-07-19 dimFix powl, cpow, cpowf, and cpowl imports from OpenBSD
2018-07-19 bdeFix spurious and extra underflows and resulting inaccur...
2018-07-19 bdeOops, r336412 undid the fix of the overflow threshold...
2018-07-18 oshogboFix description.
2018-07-17 impRemove special cases for armeb in the build.
2018-07-17 bdeMinor cleanups to csqrt*(), mostly in comments.
2018-07-17 bdeFix scaling bugs which gave innaccuracies and spurious...
2018-07-17 bdeAdd a macro nan_mix() and use it to get NaN results...
2018-07-16 arichardsonNo longer install sys/nv.h and sys/cnv.h in lib/libnv...
2018-07-15 oshogboFix declaration.
2018-07-15 mmacymsun: add ld80/ld128 powl, cpow, cpowf, cpowl from...
2018-07-14 tsoomeregex/engine.c: error: variable 'dp' set but not used
2018-07-12 impFix an obvious 'is odd' check.
2018-07-11 cyMFV r324714:
2018-07-10 kibRemove bits of the old NUMA.
2018-07-10 brooksGet rid of netbsd_lchown and netbsd_msync syscall entries.
2018-07-10 impTweak documentation to RB_ constants to reflect current use
2018-07-09 cemIntegrate SHA2-224 with userspace components
2018-07-08 pfglibiconv: correct undefined behavior.
2018-07-08 markjReduce diff between msun/src/e_pow.c and msun/src/e_powf.c.
2018-07-08 markjFix whitespace issues in bessel function routines.
2018-07-06 kevansconfig(8): Fix broken ABI
2018-07-05 sefThis exposes ZFS user and group quotas via the normal
2018-07-05 brooksRevert r335983.
2018-07-05 brooksGet rid of netbsd_lchown and netbsd_msync syscall entries.
2018-07-05 brooksMake struct xinpcb and friends word-size independent.
2018-07-04 kibAdd setproctitle_fast(3) for frequent callers.
2018-07-03 jamieAllow jail names (not just IDs) to be specified for...
2018-07-03 jhbClean up the vcs ID strings in libc's gen/ directory.
2018-07-03 jhbStrip __RCSID() and __SCCSID() strings by default when...
2018-07-03 brRevert 335888 ("Ensure va_list is declared by including...
2018-07-03 bro Ensure va_list is declared by including stdarg.h.
2018-07-03 hartiUpdate bsnmp to version 1.13. This does not bring user...
2018-07-01 oshogboWith r335636 C++ program use libcasper.h and capsicum_h...
2018-06-30 dimMore follow-up to r335799 (llvm/clang 6.0.1 update...
2018-06-30 dimFollow-up to r335799 (llvm/clang 6.0.1 update), by...
2018-06-29 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-06-28 cemsigaction.2: Minor cleanups
2018-06-27 bdreweryDon't use CCACHE for linking.
2018-06-27 bdreweryRework check for libclang_rt to see if the needed libra...
2018-06-26 oshogbo[libcasper] Use explicit_bzero instead of memset to...
2018-06-26 woodsb02geli attach multiple providers
2018-06-26 hselaskyImprove the userspace USB string reading function in...
2018-06-25 brdAdd a file missed in r335645.
2018-06-25 brooksNormalize the g(eom,cache,part,...) build.
2018-06-25 eadlerusers(1): Use capsicum helpers for users
2018-06-23 oshogboDocument libcasper_service.
2018-06-22 bdreweryRevert r335449 and add needed MK_LLD_BOOTSTRAP check...
2018-06-22 dimAdd support for selectively enabling LLVM targets
2018-06-21 ianAdd some words clarifying that rename(2) does nothing...
2018-06-20 bdreweryFix sources needed for lld.
next