]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Add initial DTrace support for RISC-V.
[FreeBSD/FreeBSD.git] / lib /
2016-05-24 Dag-Erling SmørgravThe NAS-Identifier attribute is a string, not an integer.
2016-05-24 Don LewisFix multiple Coverity Out-of-bounds access false postiv...
2016-05-22 Jilles Tjoelkervfork(2): Mention some risks of calling vfork() from...
2016-05-22 Andrew TurnerStop dereferencing _end in crt1.c. This was only needed...
2016-05-22 Andrey A. Chernov1) POSIX prohibits printing errors to stderr here and...
2016-05-22 Enji Coopernis_rpcent: don't leak resultbuf from yp_first(..)...
2016-05-22 Enji CooperCall endnetconfig on nc_handle sooner to avoid leaking...
2016-05-22 Enji Coopergetnetid(..): consistently fclose fd at the end of...
2016-05-22 Enji CooperDon't leak `handle` if svc_tp_create(..) succeeds and...
2016-05-22 Enji CooperDon't leak `tmp` if `p->nc_lookups` can't be malloced
2016-05-21 Pedro F. Giffunilibc/regex: fix two buffer underruns.
2016-05-21 Bryan DreweryAdd FREEBSD_CC_VERSION which will be used to define...
2016-05-21 Bryan DreweryFTS: Remove stale reference to nfs4 fs which was remove...
2016-05-20 Kenneth D. MerryAdd the density code for LTO-7 to libmt and the mt...
2016-05-20 Simon J. GerratyMerge bmake-20160512
2016-05-20 Ed MasteUpdate to ELF Tool Chain r3475
2016-05-20 Andrew TurnerRemove brk and sbrk from arm64. They were defined in...
2016-05-20 Warner LoshFix a bug in the parsing code: always use the len and...
2016-05-19 Konstantin BelousovDocument _umtx_op(2) interface for the implementation...
2016-05-18 Pedro F. Giffunilibufs: Simplify generation number calculation.
2016-05-18 Pedro F. Giffunilibutil: minor spelling fixes.
2016-05-18 Warner LoshMake armv6 hard float abi by default. Kill armv6hf.
2016-05-17 Warner LoshAdd support for %S to libstand as well so /boot/loader...
2016-05-17 Konstantin BelousovAdd implementation of robust mutexes, hopefully close...
2016-05-16 Don LewisFix off by one error in index limit calculation
2016-05-16 Don LewisSet retval in the empty password case to avoid a path...
2016-05-16 Jilles Tjoelkerlibthr(3): Fix xref to _umtx_op(2) now that we have it.
2016-05-16 Don LewisHoist the getpwnam() call outside the first if/else...
2016-05-16 Don LewisDon't call free_addrselectpolicy(&policyhead) before...
2016-05-16 Martin MatuskaRevert r299576 and MFV r299895:
2016-05-16 Don LewisSince rdata is only used as an argument to the immediat...
2016-05-16 Don LewisLikely a false positive ... but make sure that -1 can...
2016-05-14 Konstantin BelousovAdd thr*.2 and _umtx_op.2 manpages to the build.
2016-05-14 Xin LIMFV r299716: file 5.27
2016-05-14 Konstantin BelousovDocument the non-obsoleted kernel interfaces used by...
2016-05-14 Eric van Gyzeniconvctl(3): remove superfluous NULL pointer tests
2016-05-13 Enji CooperRemove NO_WERROR from libbsnmp/Makefile.inc
2016-05-13 Enji CooperRead the contents of the snapshot files properly
2016-05-13 Jason EvansUpdate jemalloc to 4.2.0.
2016-05-13 Don LewisUse strlcpy() instead of strncpy() to ensure that qf...
2016-05-12 Conrad Meyerlibc: Actually export fopencookie(3)
2016-05-12 Martin MatuskaMFV 299539:
2016-05-12 Martin MatuskaMFV r299425:
2016-05-12 Don LewisUse strlcpy() instead of strncpy() to copy the string...
2016-05-12 Conrad Meyerprint_positional_test: Fix misuse of wchar APIs
2016-05-12 Conrad Meyerlibmp: Fix trivial buffer overrun
2016-05-12 Conrad Meyernss/gethostby_test: fix broken vector iteration of...
2016-05-11 Conrad Meyerlibc: Add fopencookie(3) wrapper around funopen(3)
2016-05-11 Pedro F. Giffunilibrpcsec_gss: remove redundant code.
2016-05-11 Alexander MotinMFV r299453: 6765 zfs_zaccess_delete() comments do...
2016-05-11 Alexander MotinMFV r299451: 6764 zfs issues with inheritance flags...
2016-05-11 Alexander MotinMFV r299449: 6763 aclinherit=restricted masks inherited...
2016-05-11 Alexander MotinMFV r299442: 6762 POSIX write should imply DELETE_CHILD...
2016-05-11 Alexander MotinMFV r299440: 6736 ZFS per-vdev ZAPs
2016-05-11 Alexander MotinMFV r299438: 6842 Fix empty xattr dir causing lockup
2016-05-11 Alexander MotinMFV r299436: 6843 Make xattr dir truncate and remove...
2016-05-11 Alexander MotinMFV r299434: 6841 Undirty freed spill blocks
2016-05-10 Baptiste DaroussinRename dprintf into dbg_printf to avoid collision with...
2016-05-09 Bryan DreweryDIRDEPS_BUILD: Run the staged bootstrap-tools version...
2016-05-08 Xin LIMFV r299237: apply two upstream revisions to address...
2016-05-08 Xin LIMFV r299233: Apply upstream fix 11edb37a71851b5bcbd4e51...
2016-05-06 Pedro F. Giffunilibc/xdr: unsign some loop indexes.
2016-05-05 Dimitry AndricImport libcxxrt master 516a65c109eb0a01e5e95fbef455eb32...
2016-05-05 Dimitry AndricSince contrib/libcxxrt's ancestry was never correct...
2016-05-05 Ed MasteLimit Options.inc generation to desired targets
2016-05-05 Konstantin BelousovDo not leak THR_FLAGS_SUSPENDED from the previous suspe...
2016-05-04 Enji CooperMerge ^/user/ngie/release-pkg-fix-tests to unbreak...
2016-05-04 Alan SomersImprove performance and functionality of the bitstring...
2016-05-03 Jung-uk KimMerge OpenSSL 1.0.2h.
2016-05-03 Konstantin BelousovCorrect wording.
2016-05-03 Konstantin BelousovAdd EVFILT_VNODE open, read and close notifications.
2016-05-02 Konstantin BelousovIssue NOTE_EXTEND when a directory entry is added to...
2016-05-01 Konstantin BelousovAs a reader service, explain NOTE_LINK reporting for...
2016-05-01 Pedro F. Giffunilib: minor spelling fixes in comments.
2016-05-01 Benedict ReuschlingProvide an example to the kqueue man page, showing
2016-05-01 Ed SchoutenRemove useless calls to basename().
2016-04-30 Dimitry AndricUpdate from subversion 1.9.2 to 1.9.4.
2016-04-30 Enji CooperDon't leak PML4 in _amd64_initvtop(..) if kvm_read2...
2016-04-30 Enji CooperRemove a -Wunused-but-set-variable variable -- `pa`
2016-04-30 Enji CooperRemove kvm_getfiles(3)
2016-04-30 Enji CooperFix memory allocation edgecases in kvm_argv(..)
2016-04-30 Pedro F. Giffunilibc: spelling fixes.
2016-04-29 Glen BarberFix including Kyuafile in packaged base system.
2016-04-28 Enji CooperFix va_list handling
2016-04-27 Jung-uk KimMerge ACPICA 20160422.
2016-04-27 John BaldwinAdd 'devctl delete' that calls device_delete_child().
2016-04-27 John BaldwinAdd a new rescan method to the bus interface.
2016-04-27 Xin LIMFV r298691:
2016-04-27 Xin LIVendor import of ntp-4.2.8p7.
2016-04-26 Pedro F. Giffunilibcuse: make more use of the howmany() macro when...
2016-04-26 Pedro F. Giffunilibstand: make more use of the howmany() macro when...
2016-04-26 Pedro F. Giffunilibc: make more use of the howmany() macro when available.
2016-04-23 Pedro F. Giffuniregex: prevent two improbable signed integer overflows.
2016-04-22 Enji CooperFix up pointer issues with lib/libkvm
2016-04-22 Andriy GaponMFV r298471: 6052 decouple lzc_create() from the implem...
2016-04-22 Andriy Gapon6052 decouple lzc_create() from the implementation...
2016-04-21 Enji CooperCompletely disable fmaxmin_test (follow up to r297952)
2016-04-21 Ed Masteelftoolchain: Use ${SRCTOP} for the top of the FreeBSD...
2016-04-21 Baptiste DaroussinRestore the original ascii.c from prior to r290494
2016-04-20 Baptiste DaroussinCheck the returned value of memchr(3) before using it
next