search for: nfc

Displaying 20 results from an estimated 236 matches for "nfc".

Did you mean: fc
2005 Oct 27
0
Converting OS X UTF-8 NFD to UTF-8 NFC
To make rsync work better when rsyncing between OS X (whose filenames are encoded in UTF-8 NFD form) and just about every other OS (whose filenames are encoded in UTF-8 NFC form), I wrote a little patch for rsync that converts the filenames to NFC before sending them to the other side. It uses libidn for that, and currently has no option to enable/disable this behaviour, but since on OS X all filenames are UTF-8 no matter what, this shouldn't matter much. When c...
2018 Mar 17
0
[NFC] Restructuring LoopRoration.cpp to create Loop Rotation Pass with Loop Rotation Utility Interface
NFC: Restructuring LoopRoration.cpp to create Loop Rotation Pass with Loop Rotation Utility Interface ============================================================================= Why this NFC change? ================= The existing LoopRotation.cpp is implemented as one of loop passes instead of being...
2016 May 31
0
Fwd: [PATCH] D20841: TII: Add documentation about conditional exits. NFC
...owing enhancement to the API so that I can teach AnalyzeBranch about conditional return instructions. ---------- Forwarded message ---------- From: Kyle Butt <kyle+llvm at iteratee.net> Date: Tue, May 31, 2016 at 4:07 PM Subject: [PATCH] D20841: TII: Add documentation about conditional exits. NFC To: kyle+llvm at iteratee.net Cc: llvm-commits at lists.llvm.org iteratee created this revision. iteratee added a subscriber: llvm-commits. iteratee set the repository for this revision to rL LLVM. Currently the documented API for AnalyzeBranch leaves no place for conditional returns. This leave...
2009 Dec 16
1
[PATCH] HVTarget: trivial NFC code cleanup
--- lib/Sys/VirtV2V/HVTarget/Linux.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Sys/VirtV2V/HVTarget/Linux.pm b/lib/Sys/VirtV2V/HVTarget/Linux.pm index 53784ea..dc546de 100644 --- a/lib/Sys/VirtV2V/HVTarget/Linux.pm +++ b/lib/Sys/VirtV2V/HVTarget/Linux.pm @@ -349,7 +349,7 @@ sub _configure_kernel } # If we didn't install a new kernel, pick the
2011 Nov 08
1
[PATCH] NFC: Update FSF address everywhere it's used
...| 4 ++-- tx-pull.sh | 2 +- update-bugs.sh | 2 +- 300 files changed, 305 insertions(+), 304 deletions(-) -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-NFC-Update-FSF-address-everywhere-it-s-used.patch Type: text/x-patch Size: 146267 bytes Desc: not available URL: <http://listman.redhat.com/archives/libguestfs/attachments/20111108/6c8ae6c0/attachment.bin>
2012 Mar 28
1
[PATCH] java: NFC: Remove unused section from Makefile.am
--- java/Makefile.am | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/java/Makefile.am b/java/Makefile.am index c753672..9c31e57 100644 --- a/java/Makefile.am +++ b/java/Makefile.am @@ -22,12 +22,6 @@ java_prefix = com/redhat/et/libguestfs # Old RHEL 5 autoconf doesn't have builddir. builddir ?= $(top_builddir)/java -generator_built = \ - Makefile.inc \ -
2016 Mar 16
2
LLD performance w.r.t. local symbols (and --build-id)
Slowdown by "[ELF] - Early continue in InputSectionBase<ELFT>::relocate(). NFC.?" looks wierd for me. I do not see any reasons for any impact on perfomance by this change. Good news is that since it was NFC it can easily be reverted. But I think slowdown in results is unrelative with that change and reverting will not give us 2-3% boost back. Best regards, George. ___...
2020 Jun 26
14
[Bug 3188] New: Problems creating a second ecdsa-sk key for a second Yubikey
...a recent openSUSE Tumbleweed snapshot. It works fine for me, except when I try to add a second Yubikey. My first key (a Yubikey 5c Nano) was set up with "ssh-keygen -t ecdsa-sk" using the default key files (~/.ssh/id_ecdsa_sk*), but when I try to do the same for a second key (a Yubikey 5 NFC, using USB), the light doesn't flash on the Yubikey when I'm prompted to press the Yubikey's button, so pressing the button has no effect, I'm not prompted for where to store the new key pair, and no key is created. I have to use ctrl-C to get out of ssh-keygen. After this happens...
2017 Jun 25
2
IMPORTANT: LLVM.org server move complete (SVN impact please read)
...; On Sun, Jun 25, 2017 at 12:32 PM, Anton Korobeynikov > <anton at korobeynikov.info> wrote: > > Thanks, fixed. > > > > Also, FWIW, phabricator commit mails are broken. Example: > > davide committed rL306255: [MemDep] Cleanup return after else & use > `auto`. NFC.. > > [MemDep] Cleanup return after else & use `auto`. NFC. > > > Files: > /llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp > > PATCH > > Unable to generate patch: Command failed with error #1! > COMMAND > svn --non-interactive --no-auth-cache --trust-...
2020 May 28
2
[PATCH v2v] v2v: -it vddk: Don't use nbdkit readahead filter with VDDK (RHBZ#1832805).
This is the simplest solution to this problem. There are two other possible fixes I considered: Increase the documented limit (see http://libguestfs.org/virt-v2v-input-vmware.1.html#vddk:-esxi-nfc-service-memory-limits). However at the moment we know the current limit works through extensive testing (without readahead), plus I have no idea nor any way to test if larger limits are supported by all versions of VMware new and old. The limit we are recommending at the moment is the one document...
2014 Dec 10
2
Mount unix samba 4 share to osx client without mangled file names
...e a file with special chars on the OSX client mount, it displays correctly in OSX but on the unix server it is display with a weird symbol like `File with ?quotes?`. I assume it is because OSX expects the filenames to be in utf-8 nfd form, but the filenames on the server server are stored in utf-8 nfc form. Am I right about this? Is this the problem? Basically I want to have a working samba share on my linux server where users from OSX and unix clients can access and store files, and special chars in file names should be allowed. Is there any way to do this cross platform? Do I have to tell o...
2012 Jan 17
2
[PATCH 1/2] c: NFC Remove redundant parentheses
--- generator/generator_c.ml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/generator/generator_c.ml b/generator/generator_c.ml index 4324ec0..9cfb2b7 100644 --- a/generator/generator_c.ml +++ b/generator/generator_c.ml @@ -1187,7 +1187,7 @@ trace_send_line (guestfs_h *g) let n = name_of_optargt argt in let uc_shortname = String.uppercase
2017 Jan 18
10
llvm is getting slower, January edition
...y pass manager... +3% r247264: Enable GlobalsAA by default. +1% 6. r247674: [GlobalsAA] Disable globals-aa by default. -1% 7. r248638: [SCEV] Reapply 'Teach isLoopBackedgeGuardedByCond to exploit trip counts'. +2% 8. r249802: [SCEV] Call `StrengthenNoWrapFlags` after `GroupByComplexity`; NFCI. +4% 9. r250157: [GlobalsAA] Turn GlobalsAA on again by default. +1% 10. r251049: [SCEV] Mark AddExprs as nsw or nuw if legal. +23% 11. No data 12. r259252: AttributeSetImpl: Summarize existing function attributes in a bitset. -1% r259256: Add LoopSimplifyCFG pass. -2% 13. r262250: Enable Loop...
2019 Sep 19
1
Re: Thoughts on nbdkit automatic reconnection
...ost perhaps) - As we mentioned in the chat briefly, there could be general keep-alive issues on both RHEL (conversion host) and ESXi side. We changed the keep-alive settings in RHEL, but could not find the equvalent in VMware as of yet. - I found on a few spots that there are some vddk (vixDiskLib.nfc*) settings which can configure NFC keep-alives and timeouts, but I do not understand it deeply enough to see if anything would help. Whatever may be the cause, a retry filter would most likely solve the problem. Since we are fairly certain that we would encounter another failure with VDDK how the...
2019 Dec 11
1
Mac clients trouble with NFD accented characters on Samba share
...to find a solution, I came across this old thread : https://lists.samba.org/archive/samba/2014-December/187545.html ("[Samba] Mount unix samba 4 share to osx client without mangled file names") A reply in that thread suggested: > >/Do I have to tell osx to simply use utf-8 nfc encoding for the samba />/share? Or is there some special samba server/client config? / > yes. vfs_fruit and > > fruit:encoding = native > So I enabled vfs_fruit, but it doesn't seem to help for accented characters. Maybe it only solves a problem with illegal charact...
2019 Apr 11
3
nbdkit, VDDK, extents, readahead, etc
...VixDiskLib_ConnectEx. I suspect it's something to do with the PID changing. It would be fair to deduct 2 minutes from all timings below. (2) VDDK cannot use VixDiskLib_QueryAllocatedBlocks if the disk is opened for writes. It fails with this uninformative error: nbdkit: vddk[1]: error: [NFC ERROR] NfcFssrvrProcessErrorMsg: received NFC error 13 from server: NfcFssrvrOpen: Failed to open '[datastore1] Fedora 28/Fedora 28.vmdk' nbdkit: vddk[1]: error: [NFC ERROR] NfcFssrvrClientOpen: received unexpected message 4 from server nbdkit: vddk[1]: debug: VixDiskLib: Detected DiskL...
2011 Nov 24
2
[PATCH] NFC: Cleanup iteration over fstab entries in inspect_fs_unix.c
Select non-comment labels using an augeas path to return the correct nodes in the first instance, rather than applying a regular expression to all results. Iterate over returned matches using a char** iterator. Use asprintf() to ensure the path string buffer is the correct size. --- src/inspect_fs_unix.c | 50 +++++++++++++++++++++--------------------------- 1 files changed, 22 insertions(+),
2017 Mar 01
3
Excessive use of LLVM_FALLTHROUGH?
..._FALLTHROUGH; // not needed case Bar4: code without a break/return; LLVM_FALLTHROUGH; // <-- This one is needed. case Bar5: more code; break; default: llvm_unreachable("Foo with no Bar"); } So, can I take out all the ones marked "not needed" as an NFC cleanup? Thanks, --paulr P.S. If you care, the specific example I tripped over is in llvm/lib/CodeGen/AsmPrinter/DIE.cpp, DIEInteger::EmitValue().
2017 Aug 21
2
[RFC] Injecting new element atomic memory intrinsics into MemIntrinsic class hierarchy
...exposes an easy way for a pass to not even have to think about the atomic memory intrinsics — just key off of the PlainMemIntrinsic classes instead of the MemIntrinsic classes. We still have the same con as option 1, though I could virtually eliminate that con by starting the work by submitting an NFC that renames the current MemIntrinsic & derived class to PlainMemIntrinsic, etc. That would make the path forward something like: 1) NFC to rename MemIntrinsic classes to PlainMemIntrinsic 2) Patch to add AtomicMemIntrinsic classes & MemIntrinsic classes derived from Plain* & Atomic* 3)...
2017 Jan 18
2
llvm is getting slower, January edition
...47264: Enable GlobalsAA by default. +1% >> 6. r247674: [GlobalsAA] Disable globals-aa by default. -1% >> 7. r248638: [SCEV] Reapply 'Teach isLoopBackedgeGuardedByCond to exploit trip counts'. +2% >> 8. r249802: [SCEV] Call `StrengthenNoWrapFlags` after `GroupByComplexity`; NFCI. +4% >> 9. r250157: [GlobalsAA] Turn GlobalsAA on again by default. +1% >> 10. r251049: [SCEV] Mark AddExprs as nsw or nuw if legal. +23% >> 11. No data >> 12. r259252: AttributeSetImpl: Summarize existing function attributes in a bitset. -1% >> r259256: Add LoopS...