Displaying
1
—
50
of
2,033,792
commits
(0.065s)
LLVM
—
llvm/trunk/lib/Target/X86 X86ISelLowering.cpp, llvm/trunk/test/CodeGen/X86 sse3.ll vec_shuffle-35.ll
Simplify handling of v16i8 shuffles and fix a missed optimization.
| Delta |
File |
| +8 |
-30 |
llvm/trunk/lib/Target/X86/X86ISelLowering.cpp |
| +4 |
-3 |
llvm/trunk/test/CodeGen/X86/sse3.ll |
| +2 |
-2 |
llvm/trunk/test/CodeGen/X86/vec_shuffle-35.ll |
| +14 |
-35 |
3 files
|
FreeBSD
—
head/sys/amd64/amd64 pmap.c, head/sys/amd64/include pmap.h
Rename pmap_collect() to pmap_pv_reclaim() and rewrite it such that it no
longer uses the active and inactive paging queues. Instead, the pmap now
maintains an LRU-ordered list of pv entry pages, and pmap_pv_reclaim() uses
this list to select pv entries for reclamation.
Note: The old pmap_collect() tried to avoid reclaiming mappings for pages
that have either a hold_count or a busy field that is non-zero. However,
this isn't necessary for correctness, and the locking in pmap_collect() was
insufficient to guarantee that such mappings weren't reclaimed. The new
pmap_pv_reclaim() doesn't even try.
Reviewed by: kib
MFC after: 6 weeks
| Delta |
File |
| +121 |
-63 |
head/sys/amd64/amd64/pmap.c |
| +1 |
-1 |
head/sys/amd64/include/pmap.h |
| +122 |
-64 |
2 files
|
OpenBSD Ports
—
games/uqm distinfo Makefile, games/uqm/files build.vars config_unix.h
Update to uqm-0.7.0.
Addons structure and behavior has changed in this release:
- 3domusic and remix addons can, when installed, be selected from the game
settings menu rather than as command-line arguments
- voice addon will be automatically enabled when installed, but can be
turned off by adjusting the voice volume in the game settings menu
ok kirby@
| Delta |
File |
| +35 |
-35 |
games/uqm/distinfo |
| +17 |
-19 |
games/uqm/Makefile |
| +0 |
-14 |
games/uqm/patches/patch-sc2_src_sc2code_libs_sound_decoders_oggaud_c |
| +14 |
-0 |
games/uqm/patches/patch-src_libs_sound_decoders_oggaud_c |
| +8 |
-3 |
games/uqm/files/build.vars |
| +8 |
-1 |
games/uqm/files/config_unix.h |
| +22 |
-22 |
10 files not shown |
| +104 |
-94 |
16 files
|
pfSense
—
usr/local/www/includes functions.inc.php, usr/local/www/javascript/index ajax.js
Merge pull request #108 from vizvayu/dashboard-cpufreq-update
System info widget on dashboard now updates CPU Frequency automatically
| Delta |
File |
| +16 |
-0 |
usr/local/www/includes/functions.inc.php |
| +1 |
-11 |
usr/local/www/widgets/widgets/system_information.widget.php |
| +6 |
-0 |
usr/local/www/javascript/index/ajax.js |
| +23 |
-11 |
3 files
|
pfSense
—
usr/local/www diag_ipsec.php
Merge pull request #94 from vizvayu/master
Added description text for IPSec tunnel status in "Status: IPsec" page
| Delta |
File |
| +1 |
-1 |
usr/local/www/diag_ipsec.php |
| +1 |
-1 |
1 file
|
FreeBSD
—
head/usr.bin/join join.1
Fix a typo that crept in.
Pointyhat: gjb (myself)
Spotted by: hrs
MFC after: 2 days (minor change)
| Delta |
File |
| +1 |
-1 |
head/usr.bin/join/join.1 |
| +1 |
-1 |
1 file
|
pkgsrc
—
doc CHANGES-2012
update devel/cvsd to 1.0.23.
| Delta |
File |
| +2 |
-1 |
doc/CHANGES-2012 |
| +2 |
-1 |
1 file
|
pkgsrc
—
devel/cvsd distinfo Makefile, devel/cvsd/patches patch-ad patch-ae
Update to 1.0.23:
changes from 1.0.22 to 1.0.23
-----------------------------
* have cvsd-buildroot look in all multiarch subdirectories of /lib for
NSS libraries
* portability improvement by Eric Schnoebelen
* Debian packaging updates
| Delta |
File |
| +0 |
-34 |
devel/cvsd/patches/patch-ad |
| +0 |
-18 |
devel/cvsd/patches/patch-ae |
| +4 |
-6 |
devel/cvsd/distinfo |
| +2 |
-2 |
devel/cvsd/Makefile |
| +6 |
-60 |
4 files
|
pkgsrc
—
print Makefile, print/hplip Makefile
Add hplip to pkgsrc/print,
remove a bit of trailing whitespace in pkgsrc/print/hplip/Makefile.
| Delta |
File |
| +2 |
-2 |
print/hplip/Makefile |
| +2 |
-1 |
print/Makefile |
| +4 |
-3 |
2 files
|
pkgsrc
—
doc CHANGES-2012
Imported print/hplip from pkgsrc-wip.
| Delta |
File |
| +2 |
-1 |
doc/CHANGES-2012 |
| +2 |
-1 |
1 file
|
pkgsrc
—
print/hplip PLIST.base PLIST.gui, print/hplip/patches patch-aa patch-ae
Imported hplip from pkgsrc-wip.
HPLIP (Hewlett-Packard Linux Imaging & Printing) is an HP-developed
solution for printing, scanning, and faxing with HP inkjet and laser
based printers in Linux.
The HPLIP project provides printing support for 1,980 printer models,
including Deskjet, Officejet, Photosmart, PSC (Print Scan Copy),
Business Inkjet, LaserJet, Edgeline MFP, and LaserJet MFP. See [1]
for more information on supported printers.
[1] http://hplipopensource.com/hplip-web/supported_devices/index.html
| Delta |
File |
| +1,842 |
-0 |
print/hplip/PLIST.base |
| +453 |
-0 |
print/hplip/PLIST.gui |
| +190 |
-0 |
print/hplip/Makefile |
| +97 |
-0 |
print/hplip/patches/patch-aa |
| +92 |
-0 |
print/hplip/patches/patch-ae |
| +54 |
-0 |
print/hplip/options.mk |
| +173 |
-0 |
10 files not shown |
| +2,901 |
-0 |
16 files
|
pkgsrc
—
print/hplip PLIST.base PLIST.gui, print/hplip/patches patch-aa patch-ae
Imported hplip from pkgsrc-wip.
HPLIP (Hewlett-Packard Linux Imaging & Printing) is an HP-developed
solution for printing, scanning, and faxing with HP inkjet and laser
based printers in Linux.
The HPLIP project provides printing support for 1,980 printer models,
including Deskjet, Officejet, Photosmart, PSC (Print Scan Copy),
Business Inkjet, LaserJet, Edgeline MFP, and LaserJet MFP. See [1]
for more information on supported printers.
[1] http://hplipopensource.com/hplip-web/supported_devices/index.html
| Delta |
File |
| +1,842 |
-0 |
print/hplip/PLIST.base |
| +453 |
-0 |
print/hplip/PLIST.gui |
| +190 |
-0 |
print/hplip/Makefile |
| +97 |
-0 |
print/hplip/patches/patch-aa |
| +92 |
-0 |
print/hplip/patches/patch-ae |
| +54 |
-0 |
print/hplip/options.mk |
| +173 |
-0 |
10 files not shown |
| +2,901 |
-0 |
16 files
|
LLVM
—
lldb/trunk/include/lldb/Target Process.h Thread.h, lldb/trunk/source/Commands CommandObjectTarget.cpp CommandObjectRegister.cpp
<rdar://problem/11386214>
<rdar://problem/11455913>
"target symbol add" should flush the cached frames
"register write" should flush the thread state in case registers modifications change
stack
| Delta |
File |
| +12 |
-4 |
lldb/trunk/source/Commands/CommandObjectTarget.cpp |
| +12 |
-0 |
lldb/trunk/include/lldb/Target/Process.h |
| +8 |
-0 |
lldb/trunk/source/Target/ThreadList.cpp |
| +8 |
-0 |
lldb/trunk/source/Target/Thread.cpp |
| +6 |
-0 |
lldb/trunk/source/Target/Process.cpp |
| +3 |
-0 |
lldb/trunk/include/lldb/Target/Thread.h |
| +6 |
-0 |
2 files not shown |
| +55 |
-4 |
8 files
|
FreeBSD
—
stable/8/usr.sbin/wpa/hostapd hostapd.conf.5
| Delta |
File |
| +2 |
-2 |
stable/8/usr.sbin/wpa/hostapd/hostapd.conf.5 |
| +2 |
-2 |
1 file
|
FreeBSD
—
stable/9/usr.sbin/wpa/hostapd hostapd.conf.5
| Delta |
File |
| +2 |
-2 |
stable/9/usr.sbin/wpa/hostapd/hostapd.conf.5 |
| +2 |
-2 |
1 file
|
FreeBSD
—
stable/8/share/man/man8 rc.8
MFC r235441:
Fix an mdoc(7) formatting nit.
| Delta |
File |
| +1 |
-1 |
stable/8/share/man/man8/rc.8 |
| +1 |
-1 |
1 file
|
FreeBSD
—
stable/9/share/man/man8 rc.8
MFC r235441:
Fix an mdoc(7) formatting nit.
| Delta |
File |
| +1 |
-1 |
stable/9/share/man/man8/rc.8 |
| +1 |
-1 |
1 file
|
FreeBSD
—
stable/8/share/man/man9 usbdi.9 bus_space.9
MFC r235357,r235358,r235371,r235373,r235376:
Fix various mdoc(7) style nits.
| Delta |
File |
| +5 |
-5 |
stable/8/share/man/man9/usbdi.9 |
| +1 |
-1 |
stable/8/share/man/man9/bus_space.9 |
| +1 |
-1 |
stable/8/share/man/man9/DECLARE_GEOM_CLASS.9 |
| +1 |
-1 |
stable/8/share/man/man9/fail.9 |
| +1 |
-1 |
stable/8/share/man/man9/DB_COMMAND.9 |
| +9 |
-9 |
5 files
|
OpenBSD
—
usr.bin/mg cmode.c random.c
Allow no-tab-mode to compile. From James Turner.
note: no-tab-mode needs more work done before removing the NOTABs.
| Delta |
File |
| +2 |
-2 |
usr.bin/mg/cmode.c |
| +2 |
-2 |
usr.bin/mg/random.c |
| +4 |
-4 |
2 files
|
FreeBSD
—
stable/9/share/man/man9 usbdi.9 eventtimers.9
MFC r235357,r235358,r235371,r235373,r235376:
Fix various mdoc(7) style nits.
| Delta |
File |
| +5 |
-5 |
stable/9/share/man/man9/usbdi.9 |
| +2 |
-2 |
stable/9/share/man/man9/eventtimers.9 |
| +1 |
-2 |
stable/9/share/man/man9/spl.9 |
| +1 |
-1 |
stable/9/share/man/man9/fail.9 |
| +1 |
-1 |
stable/9/share/man/man9/bus_space.9 |
| +1 |
-1 |
stable/9/share/man/man9/namei.9 |
| +2 |
-2 |
2 files not shown |
| +13 |
-14 |
8 files
|
FreeBSD
—
stable/8/share/man/man4 igb.4
Document requirement to alter some sysctls when using igb(4) with
jumbo frames.
PR: 153738
| Delta |
File |
| +9 |
-1 |
stable/8/share/man/man4/igb.4 |
| +9 |
-1 |
1 file
|
FreeBSD
—
stable/9/share/man/man4 igb.4
Document requirement to alter some sysctls when using igb(4) with
jumbo frames.
PR: 153738
| Delta |
File |
| +9 |
-1 |
stable/9/share/man/man4/igb.4 |
| +9 |
-1 |
1 file
|
LLVM
—
lldb/tags lldb-149
| Delta |
File |
| +0 |
-0 |
lldb/tags/lldb-149/ |
| +0 |
-0 |
1 file
|
LLVM
—
lldb/trunk/lldb.xcodeproj project.pbxproj, lldb/trunk/resources LLDB-Info.plist
| Delta |
File |
| +18 |
-18 |
lldb/trunk/lldb.xcodeproj/project.pbxproj |
| +1 |
-1 |
lldb/trunk/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist |
| +1 |
-1 |
lldb/trunk/resources/LLDB-Info.plist |
| +1 |
-1 |
lldb/trunk/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist |
| +21 |
-21 |
4 files
|
FreeBSD
—
stable/8/share/man/man5 src.conf.5, stable/8/tools/build/options WITHOUT_ZONEINFO
| Delta |
File |
| +1 |
-1 |
stable/8/share/man/man5/src.conf.5 |
| +1 |
-1 |
stable/8/tools/build/options/WITHOUT_ZONEINFO |
| +2 |
-2 |
2 files
|
FreeBSD
—
stable/9/share/man/man5 src.conf.5, stable/9/tools/build/options WITH_CLANG_IS_CC WITHOUT_ZONEINFO
| Delta |
File |
| +5 |
-7 |
stable/9/share/man/man5/src.conf.5 |
| +2 |
-4 |
stable/9/tools/build/options/WITH_CLANG_IS_CC |
| +1 |
-1 |
stable/9/tools/build/options/WITHOUT_ZONEINFO |
| +1 |
-1 |
stable/9/tools/build/options/WITHOUT_BINUTILS |
| +1 |
-1 |
stable/9/tools/build/options/WITH_SHARED_TOOLCHAIN |
| +10 |
-14 |
5 files
|
FreeBSD
—
stable/9/lib/libutil login.conf.5, stable/9/sbin/hastd hast.conf.5
| Delta |
File |
| +16 |
-15 |
stable/9/usr.sbin/ntp/doc/ntp.conf.5 |
| +8 |
-4 |
stable/9/share/man/man5/portsnap.conf.5 |
| +6 |
-5 |
stable/9/share/man/man5/rc.conf.5 |
| +2 |
-2 |
stable/9/sbin/iscontrol/iscsi.conf.5 |
| +2 |
-2 |
stable/9/sbin/hastd/hast.conf.5 |
| +2 |
-2 |
stable/9/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 |
| +5 |
-5 |
5 files not shown |
| +41 |
-35 |
11 files
|
FreeBSD
—
stable/8/lib/libutil login.conf.5, stable/8/sbin/hastd hast.conf.5
| Delta |
File |
| +16 |
-15 |
stable/8/usr.sbin/ntp/doc/ntp.conf.5 |
| +8 |
-4 |
stable/8/share/man/man5/portsnap.conf.5 |
| +4 |
-3 |
stable/8/share/man/man5/rc.conf.5 |
| +2 |
-2 |
stable/8/sbin/hastd/hast.conf.5 |
| +2 |
-2 |
stable/8/sbin/iscontrol/iscsi.conf.5 |
| +2 |
-2 |
stable/8/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 |
| +4 |
-4 |
4 files not shown |
| +38 |
-32 |
10 files
|
LLVM
—
cfe/trunk/lib/Sema SemaDecl.cpp, cfe/trunk/test/Sema attr-decl-after-definition.c
Centralize the handling of the "attribute declaration must precede definition"
warning. This also makes us warn on tags, which, ironically, is the only case
gcc warns on.
| Delta |
File |
| +21 |
-23 |
cfe/trunk/lib/Sema/SemaDecl.cpp |
| +3 |
-0 |
cfe/trunk/test/Sema/attr-decl-after-definition.c |
| +24 |
-23 |
2 files
|
DragonFlyBSD
—
sys/vfs/hammer2 hammer2_chain.c hammer2_inode.c
hammer2 - hardlink stabilization (3), data and inode count propagation.
* Files with cached chains have to be flushed before they can be copied
to the hardlink target, because the original inode will become a
OBJTYPE_HARDLINK pointer which isn't allowed to have any sub-chains
under the inode.
* We also need to flush for the upcoming snapshot function to work properly
or dirty in-memory data will not show up in the snapshot.
* Propagate the inode and byte use count up the chain. Tie the inode count
into df's inode count (per-PFS). The byte count and quota fields are not
yet tied in.
* Adjust stat[v]fs() to return filesystem space useage using the allocation
iterator for now, to aid debugging.
* Adjust the allocation iterator to skip reserved areas at the beginning of
each 2GB storage zone.
| Delta |
File |
| +77 |
-17 |
sys/vfs/hammer2/hammer2_chain.c |
| +29 |
-2 |
sys/vfs/hammer2/hammer2_inode.c |
| +22 |
-4 |
sys/vfs/hammer2/hammer2_vfsops.c |
| +13 |
-2 |
sys/vfs/hammer2/hammer2.h |
| +10 |
-3 |
sys/vfs/hammer2/hammer2_vnops.c |
| +6 |
-0 |
sys/vfs/hammer2/hammer2_freemap.c |
| +157 |
-28 |
6 files
|
LLVM
—
llvm/trunk/lib/CodeGen TwoAddressInstructionPass.cpp, llvm/trunk/test/CodeGen/X86 2012-05-17-TwoAddressBug.ll
Teach two-address pass to update the "source" map so it doesn't perform a
non-profitable commute using outdated info. The test case would still fail
because of poor pre-RA schedule. That will be fixed by MI scheduler.
rdar://11472010
| Delta |
File |
| +16 |
-0 |
llvm/trunk/test/CodeGen/X86/2012-05-17-TwoAddressBug.ll |
| +7 |
-1 |
llvm/trunk/lib/CodeGen/TwoAddressInstructionPass.cpp |
| +23 |
-1 |
2 files
|
| Delta |
File |
| +2 |
-1 |
audio/Makefile |
| +2 |
-1 |
1 file
|
OpenBSD Ports
—
www/rackmonkey Makefile, www/rackmonkey/patches patch-doc_install_txt
Merge from vendor branch bentley:
Import shntool-3.0.10.
shntool is a multi-purpose WAVE data processing and reporting utility.
File formats are abstracted from its core, so it can process any file
that contains WAVE data, compressed or not - provided there exists a
format module to handle that particular file type.
ok sthen@
tweak www/rackmonkey package docs:
- tell people to use /etc/rc.d/httpd restart not apachectl stop / start
- remind people to enable mod_perl
| Delta |
File |
| +8 |
-6 |
www/rackmonkey/pkg/README |
| +2 |
-2 |
www/rackmonkey/patches/patch-doc_install_txt |
| +2 |
-2 |
www/rackmonkey/Makefile |
| +12 |
-10 |
3 files
|
OpenBSD Ports
—
audio/shntool Makefile distinfo, audio/shntool/pkg PLIST README
Import shntool-3.0.10.
shntool is a multi-purpose WAVE data processing and reporting utility.
File formats are abstracted from its core, so it can process any file
that contains WAVE data, compressed or not - provided there exists a
format module to handle that particular file type.
ok sthen@
| Delta |
File |
| +23 |
-0 |
audio/shntool/Makefile |
| +18 |
-0 |
audio/shntool/pkg/PLIST |
| +18 |
-0 |
audio/shntool/pkg/README |
| +8 |
-0 |
audio/shntool/pkg/DESCR |
| +5 |
-0 |
audio/shntool/distinfo |
| +72 |
-0 |
5 files
|
LLVM
—
cfe/trunk/lib/StaticAnalyzer/Checkers MallocChecker.cpp, cfe/trunk/test/Analysis malloc.c
[analyzer]Malloc: refactor and report use after free by memory
allocating functions.
| Delta |
File |
| +57 |
-10 |
cfe/trunk/lib/StaticAnalyzer/Checkers/MallocChecker.cpp |
| +8 |
-4 |
cfe/trunk/test/Analysis/malloc.c |
| +65 |
-14 |
2 files
|
FreeBSD
—
stable/7/share/man/man4 mk48txx.4 ng_patch.4, stable/7/share/man/man9 VOP_GETACL.9 VOP_GETEXTATTR.9
| Delta |
File |
| +1 |
-1 |
stable/7/share/man/man4/mk48txx.4 |
| +1 |
-1 |
stable/7/share/man/man4/ng_patch.4 |
| +1 |
-1 |
stable/7/share/man/man4/ste.4 |
| +1 |
-1 |
stable/7/share/man/man4/vge.4 |
| +1 |
-1 |
stable/7/share/man/man9/VOP_GETACL.9 |
| +1 |
-1 |
stable/7/share/man/man9/VOP_GETEXTATTR.9 |
| +2 |
-2 |
2 files not shown |
| +8 |
-8 |
8 files
|
FreeBSD
—
stable/8/share/man/man4 ng_patch.4 ste.4, stable/8/share/man/man7 tuning.7
| Delta |
File |
| +3 |
-3 |
stable/8/share/man/man9/store.9 |
| +1 |
-1 |
stable/8/share/man/man9/VOP_GETACL.9 |
| +1 |
-1 |
stable/8/share/man/man4/ng_patch.4 |
| +1 |
-1 |
stable/8/share/man/man4/ste.4 |
| +1 |
-1 |
stable/8/share/man/man4/vge.4 |
| +1 |
-1 |
stable/8/share/man/man7/tuning.7 |
| +6 |
-6 |
6 files not shown |
| +14 |
-14 |
12 files
|
FreeBSD
—
stable/9/share/man/man4 ng_patch.4 ste.4, stable/9/share/man/man7 tuning.7
| Delta |
File |
| +3 |
-3 |
stable/9/share/man/man9/store.9 |
| +1 |
-1 |
stable/9/share/man/man9/VOP_GETACL.9 |
| +1 |
-1 |
stable/9/share/man/man4/ng_patch.4 |
| +1 |
-1 |
stable/9/share/man/man4/ste.4 |
| +1 |
-1 |
stable/9/share/man/man4/vge.4 |
| +1 |
-1 |
stable/9/share/man/man7/tuning.7 |
| +6 |
-6 |
6 files not shown |
| +14 |
-14 |
12 files
|
FreeBSD
—
stable/8/lib/libc/compat-43 sigpause.2, stable/8/lib/libc/sys rtprio.2 setfib.2
| Delta |
File |
| +3 |
-2 |
stable/8/lib/libc/compat-43/sigpause.2 |
| +3 |
-2 |
stable/8/lib/libc/sys/rtprio.2 |
| +2 |
-1 |
stable/8/lib/libc/sys/setfib.2 |
| +1 |
-1 |
stable/8/lib/libc/sys/shm_open.2 |
| +1 |
-1 |
stable/8/lib/libc/sys/msgsnd.2 |
| +1 |
-1 |
stable/8/lib/libc/sys/ktrace.2 |
| +6 |
-6 |
6 files not shown |
| +17 |
-14 |
12 files
|
FreeBSD
—
stable/9/lib/libc/compat-43 sigpause.2, stable/9/lib/libc/sys rtprio.2 setfib.2
| Delta |
File |
| +3 |
-2 |
stable/9/lib/libc/compat-43/sigpause.2 |
| +3 |
-2 |
stable/9/lib/libc/sys/rtprio.2 |
| +2 |
-1 |
stable/9/lib/libc/sys/setfib.2 |
| +1 |
-1 |
stable/9/lib/libc/sys/shm_open.2 |
| +1 |
-1 |
stable/9/lib/libc/sys/msgsnd.2 |
| +1 |
-1 |
stable/9/lib/libc/sys/ktrace.2 |
| +6 |
-6 |
6 files not shown |
| +17 |
-14 |
12 files
|
FreeBSD
—
stable/8/share/man/man4 ti.4 ip.4
| Delta |
File |
| +7 |
-7 |
stable/8/share/man/man4/ti.4 |
| +6 |
-3 |
stable/8/share/man/man4/ip.4 |
| +4 |
-4 |
stable/8/share/man/man4/siftr.4 |
| +3 |
-3 |
stable/8/share/man/man4/mac_stub.4 |
| +3 |
-3 |
stable/8/share/man/man4/net80211.4 |
| +3 |
-3 |
stable/8/share/man/man4/tl.4 |
| +64 |
-59 |
44 files not shown |
| +90 |
-82 |
50 files
|
FreeBSD
—
stable/9/share/man/man4 ti.4 ip.4
| Delta |
File |
| +7 |
-7 |
stable/9/share/man/man4/ti.4 |
| +6 |
-3 |
stable/9/share/man/man4/ip.4 |
| +5 |
-3 |
stable/9/share/man/man4/fdt.4 |
| +4 |
-4 |
stable/9/share/man/man4/siftr.4 |
| +4 |
-4 |
stable/9/share/man/man4/snd_hda.4 |
| +3 |
-3 |
stable/9/share/man/man4/mac_stub.4 |
| +84 |
-78 |
53 files not shown |
| +113 |
-102 |
59 files
|
LLVM
—
lldb/trunk/source/Commands CommandObjectProcess.cpp
rdar://problem/11140741
For "process attach", make the success criterion as the inferior changes its state to
eStateStopped.
Otherwise, mark it as a failure and say so.
| Delta |
File |
| +12 |
-2 |
lldb/trunk/source/Commands/CommandObjectProcess.cpp |
| +12 |
-2 |
1 file
|
FreeBSD
—
stable/9/usr.sbin/rtprio rtprio.c
MFC r228917:
- Fail when the utility is not invoked as rtprio nor idprio.
- use warnx() to tell the user whether a process is running in normal,
idle or realtime priority. with the old code it would have been possible
for another process to send data to stdout between
printf("%s: ", p);
and
printf("* priority\n");
and thus break the formatting.
- 'rtprio 10 -0' triggeres non-intuitive behavior. It would first set the
priority of itself to 10 *and* would then try to execute '-0'. Of course,
setting the priority of [id|rt]prio itself doesn't make a lot of sense,
but it is intuitive compared to the previous behavior.
- 'rtprio -t --1' will actually pass over the '-1' to rtprio(). Now
invoking rtprio like this will catch the wrong usage before passing
over the invalid argument to rtprio().
- Garrett Cooper suggested to add further diagnostics where the failure
occures, if execvp fails.
PR: bin/154042
Submitted by: arundel
MFC r235293:
[5 lines not shown]
| Delta |
File |
| +18 |
-19 |
stable/9/usr.sbin/rtprio/rtprio.c |
| +18 |
-19 |
1 file
|
FreeBSD
—
stable/8/lib/libbluetooth bluetooth.3, stable/8/lib/libc/net sourcefilter.3 sctp_recvmsg.3
| Delta |
File |
| +13 |
-13 |
stable/8/lib/libusb/libusb.3 |
| +5 |
-5 |
stable/8/lib/libusb/libusb20.3 |
| +3 |
-5 |
stable/8/lib/libradius/libradius.3 |
| +3 |
-3 |
stable/8/sys/netinet/libalias/libalias.3 |
| +3 |
-2 |
stable/8/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 |
| +2 |
-2 |
stable/8/lib/libc/net/sourcefilter.3 |
| +23 |
-20 |
17 files not shown |
| +52 |
-50 |
23 files
|
FreeBSD
—
stable/9/contrib/bsnmp/snmp_usm snmp_usm.3, stable/9/contrib/bsnmp/snmp_vacm snmp_vacm.3
| Delta |
File |
| +13 |
-13 |
stable/9/lib/libusb/libusb.3 |
| +5 |
-5 |
stable/9/lib/libusb/libusb20.3 |
| +3 |
-5 |
stable/9/lib/libradius/libradius.3 |
| +3 |
-3 |
stable/9/sys/netinet/libalias/libalias.3 |
| +3 |
-2 |
stable/9/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 |
| +2 |
-2 |
stable/9/lib/libc/net/sourcefilter.3 |
| +31 |
-28 |
23 files not shown |
| +60 |
-58 |
29 files
|
LLVM
—
llvm/trunk/test/ExecutionEngine/MCJIT lit.local.cfg
Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO has a
problems with relocations for 32bit x86.
| Delta |
File |
| +1 |
-1 |
llvm/trunk/test/ExecutionEngine/MCJIT/lit.local.cfg |
| +1 |
-1 |
1 file
|
LLVM
—
cfe/trunk/test/SemaObjC mismatched-undefined-method.m
Another test for r157025 <rdar://problem/11460990>.
| Delta |
File |
| +13 |
-0 |
cfe/trunk/test/SemaObjC/mismatched-undefined-method.m |
| +13 |
-0 |
1 file
|
pfSense
—
etc rc.initial.setlanip
feature #2413 Allow IPv6 interface configuration from the menu
| Delta |
File |
| +107 |
-53 |
etc/rc.initial.setlanip |
| +107 |
-53 |
1 file
|
LLVM
—
llvm/trunk/lib/Analysis DIBuilder.cpp
| Delta |
File |
| +1 |
-1 |
llvm/trunk/lib/Analysis/DIBuilder.cpp |
| +1 |
-1 |
1 file
|