search for: mflag

Displaying 20 results from an estimated 59 matches for "mflag".

Did you mean: flag
2002 Sep 12
4
HPUX 10.20 and OpenSSH 3.4.p1
...bsd-waitpid.o libopenbsd-compat.a all gcc -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./.. -I/usr/lo cal/ssl/include -I/opt/zlib/include -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EX TENDED=1 -DHAVE_CONFIG_H -c bsd-waitpid.c nenv = 29 setvar: @ = noreset = 0 envflg = 0 Mflags = 040001 setvar: % = noreset = 0 envflg = 0 Mflags = 040001 setvar: < = noreset = 0 envflg = 0 Mflags = 040001 setvar: * = noreset = 0 envflg = 0 Mflags = 040001 TIME(bsd-waitpid.o)=1031659552 doname(fake-getaddrinfo.o,2) setvar: @ = fake-getaddrinfo.o noreset = 0 envflg = 0 Mflags...
2005 Jan 31
1
[patch] add "--ignore" option
...-ur ../rsync-HEAD-20050125-1221GMT.orig/exclude.c ./exclude.c --- ../rsync-HEAD-20050125-1221GMT.orig/exclude.c Tue Jan 25 12:21:14 2005 +++ ./exclude.c Thu Jan 27 16:52:33 2005 @@ -117,7 +117,8 @@ rprintf(FINFO, "[%s] make_filter(%.*s, %s%s)\n", who_am_i(), (int)pat_len, pat, mflags & MATCHFLG_PERDIR_MERGE ? "per-dir-merge" - : mflags & MATCHFLG_INCLUDE ? "include" : "exclude", + : mflags & MATCHFLG_INCLUDE ? "include" + : mflags & MATCHFLG_IGNORE ? "ignore" : "exclude", listp->debug_type...
2016 Jan 27
4
NTP Service Running on Local Host does not Sync System Time
...initial socket boundary: 16 27 Jan 09:29:58 ntpd[18652]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123 27 Jan 09:29:58 ntpd[18652]: Listen and drop on 1 v6wildcard :: UDP 123 27 Jan 09:29:58 ntpd[18652]: Listen normally on 2 lo 127.0.0.1 UDP 123 restrict: op 1 addr 127.0.0.1 mask 255.255.255.255 mflags 00003000 flags 00000001 27 Jan 09:29:58 ntpd[18652]: Listen normally on 3 eth 172.16.0.213 UDP 123 restrict: op 1 addr 172.16.0.213 mask 255.255.255.255 mflags 00003000 flags 00000001 27 Jan 09:29:58 ntpd[18652]: Listen normally on 4 lo ::1 UDP 123 restrict: op 1 addr ::1 mask ffff:ffff:ffff:ffff:...
2005 Sep 16
1
Bug#314473: rsync still fails badly with an "!" in .cvsignore
...ere appeared to be trailing chars... The following patch seems to fix it. Paul Slootman --- rsync-2.6.6.orig/exclude.c +++ rsync-2.6.6/exclude.c @@ -665,8 +665,10 @@ * for old include/exclude patterns where just "+ " and "- " are * allowed as optional prefixes. */ if (mflags & MATCHFLG_NO_PREFIXES) { - if (*s == '!' && mflags & MATCHFLG_CVS_IGNORE) + if (*s == '!' && mflags & MATCHFLG_CVS_IGNORE) { new_mflags |= MATCHFLG_CLEAR_LIST; /* Tentative! */ + s++; + } } else if (xflags &...
2000 Jul 17
0
small patch for Makefile.in
...xecuted in all subdirectories. Cheers, Martin diff -c -3 -p -r1.9 Makefile.in *** Makefile.in 2000/06/26 11:25:32 1.9 --- Makefile.in 2000/07/17 13:50:14 *************** all debug profile selftest target clean: *** 24,28 **** @for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $(MFLAGS) $(MAKECMDGOALS)) || exit 1; done -rm -f *~ ! distclean: clean -rm -f Makefile config.* --- 24,29 ---- @for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $(MFLAGS) $(MAKECMDGOALS)) || exit 1; done -rm -f *~ ! distclean: ! @for dir in $(SUBDIRS);...
2006 Jan 06
2
DO NOT REPLY [Bug 3382] New: hang in read() in exclude.test of testsuite
...67d8 in __read(...) in /usr/shlib/libc.so #1 0x3ff80177b20 in __read_nc(...) in /usr/shlib/libc.so #2 0x3ff800da6d4 in __filbuf(...) in /usr/shlib/libc.so #3 0x120023574 in parse_filter_file(listp=0x140000010, fname=Info: no allocation applies for symbol fname at the current PC <no value>, mflags=1024, xflags=1) "exclude.c":999 #4 0x120023140 in parse_rule(listp=0x140000010, pattern=0x14000e3e7="", mflags=0, xflags=0) "exclude.c":938 #5 0x120031140 in parse_arguments(argc=0x11fffbfd8, argv=0x11fffbfd0, frommain=1) "options.c":749 #6 0x12002a878 in...
2014 Jan 09
0
ANNOUNCE: cifs-utils release 6.3 ready for download
...30b724e784c28bd1b3024f7fc6ca24cdac82a4d Author: Jeff Layton <jlayton at samba.org> Date: Wed Oct 9 08:14:21 2013 -0400 getcifsacl: remove some dead code Coverity says: Error: DEADCODE (CWE-561): [#def5] cifs-utils-6.2/getcifsacl.c:101: assignment: Assigning: "mflags" = "false". cifs-utils-6.2/getcifsacl.c:109: const: At condition "mflags", the value of "mflags" must be equal to 0. cifs-utils-6.2/getcifsacl.c:109: dead_error_condition: The condition "mflags" cannot be true. cifs-utils-6.2/getcifsacl.c:11...
2003 May 14
0
vnconfig(8), bin/45754
...455,10 @@ if (flags & VN_ENABLE) { if (flags & VN_SWAP) { rv = swapon(dev); - if (rv) + if (rv) { + status--; warn("swapon"); + } else if (verbose) printf("%s: swapping enabled\n", dev); } @@ -459,15 +469,17 @@ args.fspec = dev; mflags = (flags & VN_MOUNTRO) ? MNT_RDONLY : 0; rv = mount("ufs", oarg, mflags, &args); - if (rv) + if (rv) { + status--; warn("mount"); + } else if (verbose) printf("%s: mounted on %s\n", dev, oarg); } } /* done: */ fflush(stdout);...
2000 Sep 11
1
Mac OS X DP4 patches
...of the diff lines are changes in the line numbers that the configure scripts spit out. There is one that is a bit suspicious given my Makefile inexperience; in the vorbis-tools/Makefile, I have this change: libao: @echo "Building libao..." - @(cd libao && $(MAKE) $(MFLAGS) $(MAKECMDGOALS)) || exit 1 + @(cd libao && $(MAKE) all) || exit 1 This works fine on Mac OS X DP 4, and seems to be more appropriate. However, please consider this one carefully before accepting it. I will revisit these when I get my hands on Mac OS X beta, hopefully this week. -...
2008 Jun 26
1
gmirror+gjournal: unable to boot after crash
...: Tasting ad4. ad4: LSI (v2) check1 failed magic: GEOM::MIRROR version: 4 name: gm0 mid: 2403671335 did: 1321347210 all: 2 genid: 0 syncid: 1 priority: 0 slice: 4096 balance: round-robin mediasize: 500107861504 sectorsize: 512 syncoffset: 0 mflags: NONE dflags: DIRTY hcprovider: provsize: 500107862016 MD5 hash: fd8b1cfa1aeb685da9b4228f5be3dc41 GEOM_MIRROR[1]: Creating device gm0 (id=2403671335). GEOM_MIRROR[1]: Device gm0 created (2 components, id=2403671335). GEOM_MIRROR[1]: root_mount_hold 0xffffff0001318040 GEOM_MIRROR[1]: Addin...
2007 Apr 18
7
[RFC, PATCH 5/24] i386 Vmi code patching
...are.com> Index: linux-2.6.16-rc5/arch/i386/Makefile =================================================================== --- linux-2.6.16-rc5.orig/arch/i386/Makefile 2006-03-08 16:53:19.000000000 -0800 +++ linux-2.6.16-rc5/arch/i386/Makefile 2006-03-08 16:53:32.000000000 -0800 @@ -78,6 +78,10 @@ mflags-$(CONFIG_X86_ES7000) := -Iinclude mcore-$(CONFIG_X86_ES7000) := mach-default core-$(CONFIG_X86_ES7000) := arch/i386/mach-es7000/ +# VMI subarch support +mflags-$(CONFIG_X86_VMI) := -Iinclude/asm-i386/mach-vmi +mcore-$(CONFIG_X86_VMI) := mach-vmi + # default subarch .h files mflags-y += -Iin...
2007 Apr 18
7
[RFC, PATCH 5/24] i386 Vmi code patching
...are.com> Index: linux-2.6.16-rc5/arch/i386/Makefile =================================================================== --- linux-2.6.16-rc5.orig/arch/i386/Makefile 2006-03-08 16:53:19.000000000 -0800 +++ linux-2.6.16-rc5/arch/i386/Makefile 2006-03-08 16:53:32.000000000 -0800 @@ -78,6 +78,10 @@ mflags-$(CONFIG_X86_ES7000) := -Iinclude mcore-$(CONFIG_X86_ES7000) := mach-default core-$(CONFIG_X86_ES7000) := arch/i386/mach-es7000/ +# VMI subarch support +mflags-$(CONFIG_X86_VMI) := -Iinclude/asm-i386/mach-vmi +mcore-$(CONFIG_X86_VMI) := mach-vmi + # default subarch .h files mflags-y += -Iin...
2004 Oct 23
1
[LLVMdev] UPDATE: Makefile.rules Changes (IMPORTANT)
...---- > +ifdef EXPERIMENTAL_DIRS > +$(RECURSIVE_TARGETS):: > + $(VERB) for dir in $(EXPERIMENTAL_DIRS); do \ > + if [ ! -f $$dir/Makefile ]; then \ > + $(MKDIR) $$dir; \ > + cp $(BUILD_SRC_DIR)/$$dir/Makefile $$dir/Makefile; \ > + fi; \ > + $(MAKE) -C $$dir $@ $(MFLAGS) || exit 0; \ > + done > +endif > + > +#--------------------------------------------------------- > +# Handle the PARALLEL_DIRS options for parallel construction > +#--------------------------------------------------------- > ifdef PARALLEL_DIRS > + > +# Unfortunately,...
2004 Oct 19
9
[ANNOUNCE] iproute2 2.6.9-041019
Now that 2.6.9 is final. Here is an update of the iproute2 utilities that contains all the patches in my queue. * lnstat to replace rtstat and ctstat (from Harald Welte) * latest xfrm related changes * several small typo''s and build fixes for older systems http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.9-041019.tar.gz
2017 Apr 06
3
failure of make check-all
...Entering directory '/usr/local/src/R-devel/tests' make[3]: Entering directory '/usr/local/src/R-devel/tests/Examples' Testing examples for package ?base? comparing ?base-Ex.Rout? to ?base-Ex.Rout.prev? ... NOTE 1573,1607c1573,1608 < [35] "MANDATORY_PATH" "MFLAGS" < [37] "PAGER" "PATH" < [39] "PWD" "QT4_IM_MODULE" < [41] "QT_ACCESSIBILITY" "QT_IM_MODULE" < [43] "QT_LINUX_ACCESSIBILITY_ALWAYS_ON" "R_ARCH" < [45] "R_BROWSER" &quot...
2017 Apr 06
0
failure of make check-all
...'/usr/local/src/R-devel/tests' > make[3]: Entering directory '/usr/local/src/R-devel/tests/Examples' > Testing examples for package ?base? > comparing ?base-Ex.Rout? to ?base-Ex.Rout.prev? ... NOTE > 1573,1607c1573,1608 > < [35] "MANDATORY_PATH" "MFLAGS" > < [37] "PAGER" "PATH" > < [39] "PWD" "QT4_IM_MODULE" > < [41] "QT_ACCESSIBILITY" "QT_IM_MODULE" > < [43] "QT_LINUX_ACCESSIBILITY_ALWAYS_ON" "R_ARCH" > < [45] "R_BROW...
2000 Jun 17
1
make install
Is `make install' supposed to work in current CVS ? For me it do: --- start --- cat install.sh >install chmod +x install --- end --- where install.sh is empty. Anyway, I thing /usr/local/bin shouldn't be hardcoded. Here is a patch. <HR NOSHADE> <UL> <LI>text/plain attachment: prefix.diff </UL> -------------- next part -------------- A non-text attachment was
2005 Oct 20
1
[LLVMdev] llvm-test Makefile question
Hi, I am trying to do something similar to the profiling target in the llvm-test suite makefiles, but I'm not a gmake expert, so I am stumped on something: I did some copy-and-paste of the profile code in llvm-test/Makefile.programs and got it working within SingleSource/Benchmarks, where I can say 'make pmf' or 'make profile' and get a build with profiling results or my own
2006 Apr 05
1
GEOM_RAID3: Device datos is broken, too few valid components
Hello list, Last night one disk of my desktop machine dead causing a hard lock of the computer. It was a component of a mirror volume so it wasn't as serious as it initially looked. Unfortunately, the metadata structure of my data partition (a geom raid3 array with tree components ) seems to be corrupted by this hard lock, the following message is scrolled constantly on the screen:
2015 Aug 14
2
Build R on Haiku
...01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:" export MAKEFLAGS="w" export MAKELEVEL="5" export MFLAGS="-w" export OLDPWD export PATH=".:/boot/home/config/non-packaged/bin:/boot/home/config/bin:/boot/system/non-packaged/bin:/bin:/boot/system/apps:/boot/system/preferences" export PWD="/Store/buildr/src/library/tools" export R_DEFAULT_PACKAGES="NULL" export R_D...