search for: rvu

Displaying 14 results from an estimated 14 matches for "rvu".

Did you mean: rcu
2006 May 05
2
Win32 programs can't find files on FAT32 partitions
...; "/home/sagar/.wine/dosdevices/c:/" trace:file:FindNextFileW 0x5591ec18 0x55c2c294 trace:file:NtQueryDirectoryFile (0x64 (nil) (nil) (nil) 0x55c2c164 0x5591ec58 0x00002000 0x00000003 0x00000000 L"windows" 0x00000000 trace:file:append_entry long L"uU\00ac\00c0\00c2UF\0088sU@RvU" short L".U\00dd\0080sU\0003" mask L"windows" trace:file:match_filename (L"uU\00ac\00c0\00c2UF\0088sU@RvU", L"windows") trace:file:match_filename (L".U\00dd\0080sU\0003", L"windows") trace:file:append_entry long L"uU\00ac\00c0\00...
2015 Sep 14
1
mk/efi.mk: Build gnu-efi with the Makefile, ARFLAGS=$(AROPT)
...02 100644 > --- a/mk/efi.mk > +++ b/mk/efi.mk > @@ -10,6 +10,7 @@ core = $(topdir)/core > GCCOPT := $(call gcc_ok,-fno-stack-protector,) > EFIINC = $(objdir)/include/efi > LIBDIR = $(objdir)/lib > +EFIDIR = $(topdir)/gnu-efi/gnu-efi-3.0 Would it make sense to add AROPT = rvU or #ifdefine AR_DEFAULT_SETS_TIMESTAMP_TO_ZERO AROPT = rvU #elseif AROPT = rv #endifdefine ? > ifeq ($(ARCH),i386) > ARCHOPT = -m32 -march=i386 > @@ -55,7 +56,13 @@ $(EFIINC)/%.h $(EFIINC)/protocol/%.h $(EFIINC)/$(EFI_SUBARCH)/%.h: gnuefi ; > .PHONY: gnuefi > gnuefi: &...
2010 Jul 16
4
--compare-dest weirdness
...ynctest/dir2 mkdir ~/rsynctest/dir3 nano ~/rsynctest/dir1/file1 (wrote the line hello world and saved) nano ~/rsynctest/dir1/file2 (wrote the line hello and saved) cp ~/rsynctest/dir1/file* ~/rsynctest/dir2/ checked md5sums of both files in both dirs to ensure they were identical the did rsync -rvu --compare-dest=/home/kevin/rsynctest/dir2/ /home/kevin/rsynctest/dir1/ /home/kevin/rsynctest/dir3/ the two files from dir1 were copied to dir3, even though identical copies, with the same names, existed in dir2. i also tried this again with the compare dir relative to the dest dir, i.e.: rsync -r...
2007 Sep 09
2
What is the different between these rsync command
I use the following command initially for a Rsync between Windows and Linux rsync -rvu -e ssh /cygdrive/c//folder user@linux.host.com:/home/public I was asked for user@linux.host.com's password. I type the password and the process continue and success. Then I change the command to (without "-e ssh") rsync -rvu /cygdrive/c//folder user@linux.host.com:/home/public I wa...
2015 Sep 14
11
[PATCH 0/4] efi: Makefile improvement
...com> These few patches contain a few improvement about the Makefiles for EFI. Mainly, to rebuild the files when needed, and only when needed. The three shell scripts efi/{check,build,clean}-gnu-efi.sh disappeared and are now integrated as makefile recipes. You'll notice an argument ARFLAGS=rvU to the recursive make calls to gnu-efi. This is because, the default value is just "rv" and gnu-efi uses the implicit rules of make that uses $(ARFLAGS). Without the U flag, the timestamp of the members of the generated archive is set to 0, which is always outdated from the make's poi...
2008 Aug 21
2
IP options
...e reordered IP options check. For some reason, getsockopt is returning an IP options of length 2, value 00 00. Would Mark Weindling's original patch (https://bugzilla.mindrot.org/attachment.cgi?id=1105) break anything if I incorporated it? Platform: HP NonStop S7000 series (G-series RVU). ---- Scott Neugroschl XYPRO Technologies scott_n at xypro.com 805-583-2874 x121
2015 Sep 14
0
[PATCH 3/4] mk/efi.mk: Build gnu-efi with the Makefile
...o Building gnu-efi for $(EFI_SUBARCH) - $(topdir)/efi/check-gnu-efi.sh $(EFI_SUBARCH) $(objdir) + cd $(topdir) && git submodule update --init + mkdir -p "$(objdir)/gnu-efi" + MAKEFLAGS= make SRCDIR="$(EFIDIR)" TOPDIR="$(EFIDIR)" \ + ARCH=$(EFI_SUBARCH) ARFLAGS=rvU -f "$(EFIDIR)/Makefile" + MAKEFLAGS= make SRCDIR="$(EFIDIR)" TOPDIR="$(EFIDIR)" \ + ARCH=$(EFI_SUBARCH) PREFIX="$(objdir)" ARFLAGS=rvU \ + -f "$(EFIDIR)/Makefile" install %.o: %.S # Cancel old rule -- 2.5.1
2008 Aug 22
0
REPOST: IP options
...e reordered IP options check. For some reason, getsockopt is returning an IP options of length 2, value 00 00. Would Mark Weindling's original patch (https://bugzilla.mindrot.org/attachment.cgi?id=1105) break anything if I incorporated it? Platform: HP NonStop S7000 series (G-series RVU). ---- Scott Neugroschl XYPRO Technologies scott_n at xypro.com 805-583-2874 x121
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...Done via script Link: https://lore.kernel.org/lkml/b56602fcf79f849e733e7b521bb0e17895d390fa.1582230379.git.joe at perches.com/ EOF ; close $fh; `git commit -s -a -F cvt_fallthrough.commit_msg`; } Joe Perches (491): MELLANOX ETHERNET INNOVA DRIVERS: Use fallthrough; MARVELL OCTEONTX2 RVU ADMIN FUNCTION DRIVER: Use fallthrough; MELLANOX MLX5 core VPI driver: Use fallthrough; PERFORMANCE EVENTS SUBSYSTEM: Use fallthrough; ARM/UNIPHIER ARCHITECTURE: Use fallthrough; ARM/RISCPC ARCHITECTURE: Use fallthrough; KERNEL VIRTUAL MACHINE FOR ARM/ARM64 (KVM/arm, KVM/arm64): Use f...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...Done via script Link: https://lore.kernel.org/lkml/b56602fcf79f849e733e7b521bb0e17895d390fa.1582230379.git.joe at perches.com/ EOF ; close $fh; `git commit -s -a -F cvt_fallthrough.commit_msg`; } Joe Perches (491): MELLANOX ETHERNET INNOVA DRIVERS: Use fallthrough; MARVELL OCTEONTX2 RVU ADMIN FUNCTION DRIVER: Use fallthrough; MELLANOX MLX5 core VPI driver: Use fallthrough; PERFORMANCE EVENTS SUBSYSTEM: Use fallthrough; ARM/UNIPHIER ARCHITECTURE: Use fallthrough; ARM/RISCPC ARCHITECTURE: Use fallthrough; KERNEL VIRTUAL MACHINE FOR ARM/ARM64 (KVM/arm, KVM/arm64): Use f...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...Done via script Link: https://lore.kernel.org/lkml/b56602fcf79f849e733e7b521bb0e17895d390fa.1582230379.git.joe at perches.com/ EOF ; close $fh; `git commit -s -a -F cvt_fallthrough.commit_msg`; } Joe Perches (491): MELLANOX ETHERNET INNOVA DRIVERS: Use fallthrough; MARVELL OCTEONTX2 RVU ADMIN FUNCTION DRIVER: Use fallthrough; MELLANOX MLX5 core VPI driver: Use fallthrough; PERFORMANCE EVENTS SUBSYSTEM: Use fallthrough; ARM/UNIPHIER ARCHITECTURE: Use fallthrough; ARM/RISCPC ARCHITECTURE: Use fallthrough; KERNEL VIRTUAL MACHINE FOR ARM/ARM64 (KVM/arm, KVM/arm64): Use f...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...Done via script Link: https://lore.kernel.org/lkml/b56602fcf79f849e733e7b521bb0e17895d390fa.1582230379.git.joe at perches.com/ EOF ; close $fh; `git commit -s -a -F cvt_fallthrough.commit_msg`; } Joe Perches (491): MELLANOX ETHERNET INNOVA DRIVERS: Use fallthrough; MARVELL OCTEONTX2 RVU ADMIN FUNCTION DRIVER: Use fallthrough; MELLANOX MLX5 core VPI driver: Use fallthrough; PERFORMANCE EVENTS SUBSYSTEM: Use fallthrough; ARM/UNIPHIER ARCHITECTURE: Use fallthrough; ARM/RISCPC ARCHITECTURE: Use fallthrough; KERNEL VIRTUAL MACHINE FOR ARM/ARM64 (KVM/arm, KVM/arm64): Use f...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...Done via script Link: https://lore.kernel.org/lkml/b56602fcf79f849e733e7b521bb0e17895d390fa.1582230379.git.joe at perches.com/ EOF ; close $fh; `git commit -s -a -F cvt_fallthrough.commit_msg`; } Joe Perches (491): MELLANOX ETHERNET INNOVA DRIVERS: Use fallthrough; MARVELL OCTEONTX2 RVU ADMIN FUNCTION DRIVER: Use fallthrough; MELLANOX MLX5 core VPI driver: Use fallthrough; PERFORMANCE EVENTS SUBSYSTEM: Use fallthrough; ARM/UNIPHIER ARCHITECTURE: Use fallthrough; ARM/RISCPC ARCHITECTURE: Use fallthrough; KERNEL VIRTUAL MACHINE FOR ARM/ARM64 (KVM/arm, KVM/arm64): Use f...
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...Hs|Rrnkis(6+$J2zvDniJmp4G@XJ9cI-Mz%}a;~AKsJ`vVPf<feb<YTI{s& zx=N4A==z)PCu4LDj>OVxflo9PYxFqzJuB8PPQb$HnnjbI!}7aX-mPN?99uTGT;1iU zr;a}B7fH>XeP~3j8OJ0=fyKgIgM~C9Ht(vHtu!XuUxzgq`08gbD(#(d=J09X7&DhE zZ$I=2-u;=5#Qu;`YtTSa2+vKu{!hECo+M3<IuhCiwo?z*(nlICN$T{_+ZG^k1RrNS zR0yU9{~5o<aiRvUq#}qKVw4X;x5;`0m{ggsH8BAE1SKC|#$YtwT$_s(&{i@!OBj~T z?S}zE!gP^59w4@ivTbsUlrNwH5WsY<=*d>MABB9iPef#-{_2cP=)xg!g$CUT<`Bs@ zGozFwIep$N)W}uJ!kH#s3Z3S+m?hf0g$O$dSmjXH>7NhT&dVK9*UzHvhlUydE-EK} zO3gzVTzzr-ZN6|VaW<bsd1Q`}-!5;$UZFVIlEH>V)a!m0ah+Kgo~xYrd^>T$<EQi< zun`<$z1&g...