]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Resolve issue with libusb C++ header file inclusion.
[FreeBSD/FreeBSD.git] / lib /
2016-05-22 jillesvfork(2): Mention some risks of calling vfork() from...
2016-05-22 andrewStop dereferencing _end in crt1.c. This was only needed...
2016-05-22 ache1) POSIX prohibits printing errors to stderr here and...
2016-05-22 ngienis_rpcent: don't leak resultbuf from yp_first(..)...
2016-05-22 ngieCall endnetconfig on nc_handle sooner to avoid leaking...
2016-05-22 ngiegetnetid(..): consistently fclose fd at the end of...
2016-05-22 ngieDon't leak `handle` if svc_tp_create(..) succeeds and...
2016-05-22 ngieDon't leak `tmp` if `p->nc_lookups` can't be malloced
2016-05-21 pfglibc/regex: fix two buffer underruns.
2016-05-21 bdreweryAdd FREEBSD_CC_VERSION which will be used to define...
2016-05-21 bdreweryFTS: Remove stale reference to nfs4 fs which was remove...
2016-05-20 kenAdd the density code for LTO-7 to libmt and the mt...
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-20 andrewRemove brk and sbrk from arm64. They were defined in...
2016-05-20 impFix a bug in the parsing code: always use the len and...
2016-05-19 kibDocument _umtx_op(2) interface for the implementation...
2016-05-18 pfglibufs: Simplify generation number calculation.
2016-05-18 pfglibutil: minor spelling fixes.
2016-05-18 impMake armv6 hard float abi by default. Kill armv6hf.
2016-05-17 impAdd support for %S to libstand as well so /boot/loader...
2016-05-17 kibAdd implementation of robust mutexes, hopefully close...
2016-05-16 truckmanFix off by one error in index limit calculation
2016-05-16 truckmanSet retval in the empty password case to avoid a path...
2016-05-16 jilleslibthr(3): Fix xref to _umtx_op(2) now that we have it.
2016-05-16 truckmanHoist the getpwnam() call outside the first if/else...
2016-05-16 truckmanDon't call free_addrselectpolicy(&policyhead) before...
2016-05-16 truckmanSince rdata is only used as an argument to the immediat...
2016-05-16 truckmanLikely a false positive ... but make sure that -1 can...
2016-05-14 kibAdd thr*.2 and _umtx_op.2 manpages to the build.
2016-05-14 delphijMFV r299716: file 5.27
2016-05-14 kibDocument the non-obsoleted kernel interfaces used by...
2016-05-14 vangyzeniconvctl(3): remove superfluous NULL pointer tests
2016-05-13 ngieRemove NO_WERROR from libbsnmp/Makefile.inc
2016-05-13 ngieRead the contents of the snapshot files properly
2016-05-13 jasoneUpdate jemalloc to 4.2.0.
2016-05-13 truckmanUse strlcpy() instead of strncpy() to ensure that qf...
2016-05-12 cemlibc: Actually export fopencookie(3)
2016-05-12 mmMFV r299425:
2016-05-12 truckmanUse strlcpy() instead of strncpy() to copy the string...
2016-05-12 cemprint_positional_test: Fix misuse of wchar APIs
2016-05-12 cemlibmp: Fix trivial buffer overrun
2016-05-12 cemnss/gethostby_test: fix broken vector iteration of...
2016-05-11 cemlibc: Add fopencookie(3) wrapper around funopen(3)
2016-05-11 pfglibrpcsec_gss: remove redundant code.
2016-05-10 baptRename dprintf into dbg_printf to avoid collision with...
2016-05-09 bdreweryDIRDEPS_BUILD: Run the staged bootstrap-tools version...
2016-05-06 pfglibc/xdr: unsign some loop indexes.
2016-05-05 dimSince contrib/libcxxrt's ancestry was never correct...
2016-05-05 emasteLimit Options.inc generation to desired targets
2016-05-05 kibDo not leak THR_FLAGS_SUSPENDED from the previous suspe...
2016-05-04 ngieMerge ^/user/ngie/release-pkg-fix-tests to unbreak...
2016-05-04 asomersImprove performance and functionality of the bitstring...
2016-05-03 jkimMerge OpenSSL 1.0.2h.
2016-05-03 kibCorrect wording.
2016-05-03 kibAdd EVFILT_VNODE open, read and close notifications.
2016-05-02 kibIssue NOTE_EXTEND when a directory entry is added to...
2016-05-01 kibAs a reader service, explain NOTE_LINK reporting for...
2016-05-01 pfglib: minor spelling fixes in comments.
2016-05-01 bcrProvide an example to the kqueue man page, showing
2016-05-01 edRemove useless calls to basename().
2016-04-30 ngieDon't leak PML4 in _amd64_initvtop(..) if kvm_read2...
2016-04-30 ngieRemove a -Wunused-but-set-variable variable -- `pa`
2016-04-30 ngieRemove kvm_getfiles(3)
2016-04-30 ngieFix memory allocation edgecases in kvm_argv(..)
2016-04-30 pfglibc: spelling fixes.
2016-04-29 gjbFix including Kyuafile in packaged base system.
2016-04-28 ngieFix va_list handling
2016-04-27 jkimMerge ACPICA 20160422.
2016-04-27 jhbAdd 'devctl delete' that calls device_delete_child().
2016-04-27 jhbAdd a new rescan method to the bus interface.
2016-04-27 delphijMFV r298691:
2016-04-27 delphijVendor import of ntp-4.2.8p7.
2016-04-26 pfglibcuse: make more use of the howmany() macro when...
2016-04-26 pfglibstand: make more use of the howmany() macro when...
2016-04-26 pfglibc: make more use of the howmany() macro when available.
2016-04-23 pfgregex: prevent two improbable signed integer overflows.
2016-04-22 ngieFix up pointer issues with lib/libkvm
2016-04-21 ngieCompletely disable fmaxmin_test (follow up to r297952)
2016-04-21 emasteelftoolchain: Use ${SRCTOP} for the top of the FreeBSD...
2016-04-21 baptRestore the original ascii.c from prior to r290494
2016-04-20 baptCheck the returned value of memchr(3) before using it
2016-04-20 pfgMinor indentation issue.
2016-04-20 pfglibc: use our roundup2/rounddown2() macros when param...
2016-04-20 ngieFix double fclose of `fp1` when freopen fails
2016-04-19 ngieMake sure fmemopen succeeds in :test_append_binary_pos...
2016-04-19 ngieRemove trailing whitespace and use `nitems(mib)` instea...
2016-04-19 loosUse GPIOTOGGLE to toggle the pin state instead of read...
2016-04-19 allanjudeUnbreak the build if you enable WITH_NAND
2016-04-18 allanjudeA new implementation of the loader block cache
2016-04-18 avoslibc: do not include <sys/types.h> where <sys/param...
2016-04-18 pfgRe-use our roundup2() macro instead of reinventing...
2016-04-18 pfglibipsec: use NULL instead of zero for pointers.
2016-04-18 pfglibstand: use NULL instead of zero for pointers.
2016-04-18 pfglibbluetooth: use NULL instead of zero for pointers.
2016-04-18 pfgrexec(3): use NULL instead of zero for pointers.
2016-04-18 emasteReplace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchain
2016-04-18 pluknetFixed indentation, minor style.
2016-04-18 delphijMFV r298178:
2016-04-17 baptImport libucl 0.8.0
2016-04-17 baptImport sqlite3 3.12.1
next