similar to: patch: Shouldn't the synopsis of upsmon.8 mention the -K flag?

Displaying 20 results from an estimated 400 matches similar to: "patch: Shouldn't the synopsis of upsmon.8 mention the -K flag?"

2012 Jan 23
1
[nut-commits] svn commit r3407 - trunk/docs/man
Argh! habits are hard to change. I've fixed the message again on the server, to satisfy the git format... Arnaud -- Linux / Unix Expert R&D - Eaton - http://powerquality.eaton.com Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/ Debian Developer - http://www.debian.org Free Software Developer - http://arnaud.quette.free.fr/ 2012/1/23 Arnaud Quette <aquette
2013 Sep 14
2
syslinux.exe, 5.01 on xp: Failed to load COM32 file, and more
On Sat, Sep 14, 2013 at 04:51:52PM -0400, Gene Cumm wrote: > On Sat, Sep 14, 2013 at 3:20 PM, Regid Ichira <regid23 at nt1.in> wrote: > > > label xp > > com32 chain.c32 > > append hd0 1 ntldr=/ntldr > > > 2. Installed by > > From xp cmd prompt: > > c:\downloadedPrograms\syslinux\syslinux.exe --active \ > >
2016 Dec 09
0
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
Hi Alex, I don’t know too much about recent MIPS, but have recently been doing something similar for the new ARM SVE architecture, so hopefully this will get you closer to what you need: If you’re looking where I think you are (lib/Target/X86/X86InstrAVX512.td), ‘GatherNode’ is a template argument, not a definition. It allows a PatFrag be passed into the avx512_gather multiclass definition.
2016 Dec 11
2
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
Hello. Will, thanks a lot for pointing me to the MaskedGatherSDNode and mgatherv4i32. I have to say that the definition of the "multiclass avx512_gather" from lib/Target/X86/X86InstrAVX512.td is difficult to follow and I prefer not to use it. I currently have some serious problems with TableGen - it gives an assertion failure:
2013 Mar 17
2
syslinux.exe, on XP, fails to run on a USB stick
I was trying to set up a USB stick with syslinux.exe, on a XP machine. Had the following problems: 1. Tried: 1.1 from XP native cmd shell: E:\>syslinux\syslinux.exe --directory /syslinux --install --force --mbr --active e: 1.2 and a similar command from cygwin. where e: is the USB stick. With cygwin I got a segmentation fault. With XP
2011 Dec 09
2
Patching doc/syslinux.txt, partialy because #647603 on Debian
My reason for patching circa line 225 is that I think it is clearer. The reason for patching circa line 575 is http://bugs.debian.org/647603. They concluded that a .0 file is recognized not only by PXELINUX. And what is NBP? --- a/doc/syslinux.txt 2011-12-07 04:53:29.201556663 +0200 +++ b/doc/syslinux.txt 2011-12-07 04:50:11.000000000 +0200 @@ -221,7 +221,6 @@ LABEL label The following
2016 Dec 09
5
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
Hello. I read on page 4 of http://www.cs.fsu.edu/~whalley/cda5155/chap4.pdf that gather and scatter operations exist for Mips, named LVI and SVI, respectively. Did anyone think of implementing in the LLVM Mips back end (part of the MSA vector instructions) gather and scatter operations? If so, can you share with me the TableGen spec? (I tried to start from LD_DESC_BASE, but it
2016 Dec 12
0
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
Hello. I wanted to inform that I fixed the bug from the previous email. The main reason for the bug was that I thought that the SDNode masked_gather is returning only 1 value, but it returns 2 (hence, I guess, the earlier reported, difficult to follow, error: "Assertion `New->getNumTypes() == 1"). masked_gather returns 2 values because: // SDTypeProfile -
2016 Dec 15
2
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
Hello. I fixed the bug reported in the previous post on this thread (<<llvm::MemSDNode::MemSDNode(unsigned int, unsigned int, const llvm::DebugLoc&, llvm::SDVTList, llvm::EVT, llvm::MachineMemOperand*): Assertion `memvt.getStoreSize() <= MMO->getSize() && "Size mismatch!"' failed.>>) The problem with this strange error reported comes from
2013 Feb 12
1
revisiting #613643 - Should include/nut_version.h be removed from nut_2.4.3.orig.tar.gz?
Regid, You suggested we remove nut_version.h from the .orig.tar.gz for NUT: <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613643> The original intent was that nut_version.h would be generated from "make dist" (or "make distcheck*") when the official nut-X.Y.Z.tar.gz tarball is created. At that point, it is safe to assume that there is no longer any local version
2010 Jun 07
0
[PATCH] extlinux: Add the --menu-save option to set the MENU SAVE value from the running system using extlinux
--- extlinux/main.c | 9 ++++++++- libinstaller/syslxopt.c | 8 +++++++- libinstaller/syslxopt.h | 1 + man/extlinux.1 | 3 +++ 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/extlinux/main.c b/extlinux/main.c index 0669bb9..8a0ac63 100644 --- a/extlinux/main.c +++ b/extlinux/main.c @@ -381,6 +381,13 @@ int modify_adv(void) rv = -1; } } +
2013 Feb 11
4
[syslinux.exe] Failures to use\install on xp+ntfs
I made several attepmts using the tree of 5.01 2013. My syslinux.cfg file has display /path_to/syslinux.cfg directive. 1. The installation, with a --directory option, was successful. After boot I got syslinux boot prompt. The syslinux.cfg was not displayed. I guess that means the MBR was there, but not the partition boot sector. Then I noticed the thread at
2013 Sep 14
4
syslinux.exe, 5.01 on xp: Failed to load COM32 file, and more
Platform: MS XP 1. cfg file: prompt 1 timeout 150 display /downloadedPrograms/syslinux/syslinux.cfg default xp label xp com32 chain.c32 append hd0 1 ntldr=/ntldr label de com32 chain.c32 append hd0 2 label memtest linux memtest86+.bin label hello com32 hello.c32 2. Installed by >From xp cmd prompt:
2006 Dec 11
0
Add option to TFTP client to ignore ':' in file name
I have encountered a situation where I would like to use tftp-hpa to retrieve a file that resides within an absolute path containing a ':' character. Ala, "tftp foobar -c get C:2/tftpdir/myfile". Since the tftp client automatically converts the host:file syntax, I get an error "tftp: C: Unknown host". I made a chage to the tftp client code to add a literal mode (-l),
2013 Apr 16
1
syslinux.exe: Does -o option not yet implemented?
C:\syslinux>syslinux.exe -o xp c: At least one specified option not yet implemented for this installer. C:\syslinux>syslinux.exe -o xp -d . c: At least one specified option not yet implemented for this installer. syslinux.cfg has a lebel xp statement. Am I doing something wrong? If not, shouldn't http://www.syslinux.org/wiki/index.php/SYSLINUX#NT.2F2K.2FXP get fixed?
2010 Apr 15
1
Having extlinux report the installed vesrion
1) With a running linux system, is there a switch to run extlinux with, ?? and read on the terminal the extlinux.sys version that is ?? installed? 2) Is there a directive to add to the conf file, to see that information ?? while booting? _________________________________________________________________ Hotmail: Free, trusted and rich email service.
2013 Sep 15
1
syslinux.exe, 6.01: --update misunderstanding
syslinux 6.01, on XP cmd prompt: With syslinux.exe --update c: At least one specified option not yet implemented for this installer. it is clear which option is not yet implemented. However, before trying just --update, I did try: syslinux.exe --active --directory /downloadedPrograms/syslinux \ --update --mbr c: (line was edited for presentation purposes) and got
2011 Nov 27
1
What extlinux -M does?
1. Which label is referred by -M, --menu-save=label Set the label to select as default on the next boot ? 2. With # grep 'label' /boot/extlinux/extlinux.conf label 1 menu label An old linux version 2.1 What will be the consequences of # extlinux -M 1 /boot/extlinux and # extlinux -M 'An old linux version' /boot/extlinux 2.2 What are
2006 Dec 11
2
Add option to TFTP client to ignore ':' in file name (re-submit)
Re-submitted for 0.44. b.t.w. I notice that the new 0.44 'R' option is not documented in the tftp man page. ----------------------------------------- I have encountered a situation where I would like to use tftp-hpa to retrieve a file that resides within an absolute path containing a ':' character. Ala, "tftp foobar -c get C:2/tftpdir/myfile". Since the tftp client
2019 Jan 13
1
[PATCH v2] drm/nouveau/volt/gf117: fix speedo readout register
GF117 appears to use the same register as GK104 (but still with the general Fermi readout mechanism). Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108980 Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- v1 -> v2: split out different regid into separate file. .../drm/nouveau/include/nvkm/subdev/volt.h | 1 + .../gpu/drm/nouveau/nvkm/engine/device/base.c | 2 +-