Displaying
1
—
50
of
5,188,097
commits
(0.254s)
LLVM
—
llvm/trunk/lib/Demangle MicrosoftDemangle.cpp MicrosoftDemangleNodes.h, llvm/trunk/test/Demangle ms-templates-memptrs.test ms-basic.test
[MS Demangler] Re-write the Microsoft demangler.
This is a pretty large refactor / re-write of the Microsoft
demangler. The previous one was a little hackish because it
evolved as I was learning about all the various edge cases,
exceptions, etc. It didn't have a proper AST and so there was
lots of custom handling of things that should have been much
more clean.
Taking what was learned from that experience, it's now
re-written with a completely redesigned and much more sensible
AST. It's probably still not perfect, but at least it's
comprehensible now to someone else who wants to come along
and make some modifications or read the code.
Incidentally, this fixed a couple of bugs, so I've enabled
the tests which now pass.
FreeBSD
—
stable/11/sys/netgraph ng_base.c
MFC r338105: Remove extra M_ZERO from NG_MKRESPONSE() argument.
NG_MKRESPONSE() sets M_ZERO by itself.
Submitted by: Dmitry Luhtionov <dmitryluhtionov at gmail.com>
FreeBSD
—
stable/11/stand/sparc64/loader main.c
MFC r338201: increase heap size during "loader" on sparc64
Increase the size of the heap size available on sparc64 during
operation of "loader". The dramatic increase in size of
SPA_MAXBLOCKSIZE in r304321 causes the heap space to be exhausted,
so malloc() fails, ultimately leading to a memcpy() with a
destination of 0x0.
FreeBSD Ports
—
head/emulators/winetricks Makefile
fix emulators/winetricks version
PR: 230919
Submitted by: Nick Wolff
FreeBSD Ports
—
head/editors/lazarus Makefile
- Set LLD_UNSAFE
PR: 196576
Submitted by: emaste, darkfiberiru at gmail.com
FreeBSD Ports
—
head/emulators/mupen64plus-core Makefile.common
- Fix emulators/mupen64plus-video-glide64 and
emulators/mupen64plus-video-glide64mk2 build
Reported by: pkg-fallout
FreeBSD Ports
—
head/sysutils/smart Makefile distinfo
sysutils/smart: Update to version 0.0.10
NetBSD
—
sys/external/bsd/drm2/dist/drm/i915 i915_gem.c
Handle uvm object reference counts in uvm_map more carefully.
Acquire a reference unconditionally first; then let uvm_map consume
it on success, and release it ourselves on failure.
As we did before -- acquiring a fresh reference on success -- another
thread might release the reference with a concurrent uvm_unmap before
we could acquire it back, thereby destroying the object.
XXX pullup-7
XXX pullup-8
NetBSD
—
sys/dev/pci agp_i810.c agp_i810var.h, sys/external/bsd/drm2/i915drm intel_gtt.c
Restore gtt page table control register on resume.
Additional subroutine agp_i810_reset is used by i915drmkms to make
sure it happens early enough, since i915drmkms resumes before agp.
XXX pullup-7
XXX pullup-8
NetBSD
—
sys/external/bsd/drm2 README
Preliminary README for drm2 directory.
NetBSD
—
sys/external/bsd/drm2/drm drm2netbsd
New script to generate files.drmkms from Linux Makefile.
NetBSD
—
sys/external/bsd/drm2 prepare-import.sh, sys/external/bsd/drm2/nouveau nouveau2netbsd
Move cleantags and rcsid decorations to prepare-import.sh.
Also decorate .h files.
NetBSD
—
sys/external/bsd/drm2/nouveau nouveau2netbsd
Makefile got moved to Kbuild. Make sure variables expand.
NetBSD
—
sys/external/bsd/drm2/nouveau nouveau2netbsd
Allow caller to specify mv so I can stage this in git.
NetBSD
—
sbin/amrctl amrctl.c
Remove reference to -c flag which was never implemented.
NetBSD
—
bin/df df.1 df.c
-G cannot be specified alongside -i or -P.
Heads up by <leot>
NetBSD
—
sys/arch/zaurus/conf INSTALL_C700
Disable mue(4) for INSTALL_C70 like other USB NICs.
Should fix build.
NetBSD
—
bin/ln ln.c
Update usage to include -w
Match sequence as per SYNOPSIS in manual
pkgsrc
—
doc CHANGES-2018
doc: Updated www/pound to 2.8
pkgsrc
—
www/pound distinfo Makefile
Update to 2.8. From the changelog:
Enhancements:
- removed DynScale flag and support
- removed support for multi-line headers (both input and output)
Bug fixes:
- fixed potential request smuggling via fudged headers
NetBSD
—
bin/df df.1
Match SYNOPSIS with usage()
HBSD: update motd file
Signed-off-by: Oliver Pinter <oliver.pinter at hardenedbsd.org>
(cherry picked from commit 5c2188f129da1a7cc52ae69cc1629208ded0d4ef)
Signed-off-by: Oliver Pinter <oliver.pinter at hardenedbsd.org>
HBSD: update motd file
Signed-off-by: Oliver Pinter <oliver.pinter at hardenedbsd.org>
OpenBSD
—
sbin/disklabel disklabel.8
disklabel(8) has not used the primary/secondary boot files
for years. Remove mention of same from 'FILES' section.
PC-BSD
—
release/manifests trueos-plasma.json
Use correct plasma-init.sh script post-install
PC-BSD
—
usr.sbin/pc-sysinstall/backend functions-extractimage.sh
On fresh install, skip the installation of -development- and -debug-
packages, not needed for most users out of box
This fixes #144
PC-BSD
—
release/manifests trueos-plasma.json
Merge pull request #143 from trueos/include-pkg-config
Improve how we set pkg repos. Instead of hacking the files into the
Update TrueOS Plasma Manifest with port options we want and the
install overlay directory
NetBSD
—
external/bsd/top/dist top.1.in
NetBSD
—
sys/stand/efiboot efiblock.c efiblock.h
Add support for booting kernels from FFS partitions.
NetBSD
—
sys/arch/aarch64/include sljit_machdep.h, sys/arch/evbarm/conf files.generic64
NetBSD
—
sys/arch/xen/xen xbd_xenbus.c
add event counter for the unaligned map to get a handle on how often this
actually happens
OpenBSD Ports
—
archivers/cabextract Makefile
add missing dep on libiconv
OpenBSD
—
distrib/sets/lists/man mi
FreeBSD Ports
—
head/x11-wm/ctwm distinfo Makefile
x11-wm/ctwm: update to 4.0.2
Also switch from PORTVERSION to DISTVERSION
PR: 230901
Submitted by: fullermd at over-yonder.net (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16909
FreeBSD Ports
—
head/misc/openmvg pkg-plist Makefile, head/misc/openmvg/files patch-software_SfM_CMakeLists.txt patch-third__party_fast_CMakeLists.txt
misc/openmvg: Update 1.3-76 -> 1.4
Reported by: portscout
OpenBSD Ports
—
net/p5-Zonemaster/ldns Makefile distinfo
update to p5-Zonemaster-LDNS-1.1.0
ZFS on Linux
—
rpm/generic zfs-kmod.spec.in zfs.spec.in
Remove %changelog from spec file
Remove the %changelog section from the spec files since it does
not get updated in the master branch. Not only does this mean
the information is stale, but it can result in 'make deb' failing
to build packages, issue #7825. This section should be updated
for tagged releases.
Reviewed-by: Giuseppe Di Natale <guss80 at gmail.com>
Reviewed-by: George Melikov <mail at gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1 at llnl.gov>
Closes #7825
Closes #7827
ZFS on Linux
—
lib/libshare smb.c, module/icp/core kcf_mech_tabs.c
Fedora 28: Fix misc bounds check compiler warnings
Fix a bunch of truncation compiler warnings that show up
on Fedora 28 (GCC 8.0.1).
Reviewed-by: Giuseppe Di Natale <guss80 at gmail.com>
Reviewed-by: George Melikov <mail at gmelikov.ru>
Reviewed-by: Brian Behlendorf <behlendorf1 at llnl.gov>
Issue #7368
Closes #7826
Closes #7830
OpenBSD
—
share/man/man4 pinctrl.4 Makefile
FreeBSD Ports
—
head/Mk/Uses linux.mk, head/devel/linux-c6-dbus-libs distinfo Makefile
emulators/linux-c6: Update to CentOS 6.10
PR: 229979
Submitted by: Piotr Kubaj <pkubaj at anongoth.pl>
Reviewed by: xmj
OpenBSD
—
sys/arch/arm64/conf GENERIC RAMDISK, sys/dev/fdt pinctrl.c files.fdt
Add pinctrl(4), a generic pin mux driver.
ok patrick@
LLVM
—
cfe/trunk/lib/Driver/ToolChains MipsLinux.h
[Driver] Change MipsLinux default linker from "lld" to "ld.lld"
Reviewers: kzhuravl, atanasyan
Reviewed By: atanasyan
Subscribers: sdardis, arichardson, jrtc27, atanasyan, cfe-commits
Differential Revision: https://reviews.llvm.org/D51234
ZFS on Linux
—
rpm/generic zfs.spec.in
Fix libaio-devel requirement for Debian-based distributions
BuildRequires tags for "-devel" packages in the RPM spec file do not
work when building on Debian-based distributions.
Fix this issue by making this requirement conditional to RPM-based
distributions.
Reviewed-by: George Melikov <mail at gmelikov.ru>
Reviewed-by: Brian Behlendorf <behlendorf1 at llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu at gmail.com>
Closes #7829
Closes #7831
OpenBSD Ports
—
net/p5-Zonemaster/cli Makefile distinfo
update to zonemaster-1.1.3
pkgsrc
—
doc CHANGES-2018
doc: Updated devel/skalibs to 2.7.0.0