search for: istr

Displaying 20 results from an estimated 167 matches for "istr".

Did you mean: idtr
2018 Apr 25
2
Help on understanding assume shape array processing and array descriptors in LLVM IR
...I am trying to understand how assume shaped arrays are received and processed in LLVM IR. I am using "flang" for my front end. There seems to be an array descriptor received as implicit argument for every assume shaped array. For my test routine: ---snip-- SUBROUTINE test(a,b,Li,Lj,Istr,Iend,Jstr,Jend) INTEGER, INTENT(IN) :: Li,Lj INTEGER, INTENT(IN) :: Istr, Iend, Jstr,Jend INTEGER :: i, j REAL*8, INTENT(INOUT) :: a(Li:,Lj:) REAL*8, INTENT(IN) :: b(Li:,Lj:) --snip-- I got the below LLVM IR, the parameters received. --snip-- ; Function Attrs: nore...
2009 Mar 07
3
rosh patch V2
Here is a second version of my patch from last night. It uses the provided ctype function isspace and does the same readdir(). I remove the rosh_issp() function. I admit to being a bit liberal with my use of braces and spaces. We all of the habit of knowing we can invent a more perfect wheel. Let me know if you have any questions. Keith -------------- next part -------------- A non-text
2018 Apr 25
0
Help on understanding assume shape array processing and array descriptors in LLVM IR
...I am trying to understand how assume shaped arrays are received and processed in LLVM IR. I am using "flang" for my front end. There seems to be an array descriptor received as implicit argument for every assume shaped array. For my test routine: ---snip-- SUBROUTINE test(a,b,Li,Lj,Istr,Iend,Jstr,Jend) INTEGER, INTENT(IN) :: Li,Lj INTEGER, INTENT(IN) :: Istr, Iend, Jstr,Jend INTEGER :: i, j REAL*8, INTENT(INOUT) :: a(Li:,Lj:) REAL*8, INTENT(IN) :: b(Li:,Lj:) --snip-- I got the below LLVM IR, the parameters received. --snip-- ; Function Attrs: nore...
2010 Jun 27
1
[PATCH] ROSH: Upgraded
...32/rosh/rosh.c +++ b/com32/rosh/rosh.c @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2008 Gene Cumm - All Rights Reserved + * Copyright 2008-2010 Gene Cumm - All Rights Reserved * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,22 +20,24 @@ /* * ToDos: - * Change functions to use pwdstr - * In rosh_run() Reparse cmdstr relative to pwdstr + * rosh_ls(): sorted; then multiple columns */ -// #define DO_DEBUG 1 - /*...
2014 Dec 17
5
I can't see some of my onwn e-mails ...
...r picked it up. And today I've not seen either of my posts but I know it got there because I did see a reply to my post about the flash plugin and it had a snippet of my post init. I've looked at all the seetings I can think of and nothing struck me as suppressing my own. I use gmail and ISTR a discussion recently about some issues with that. Anyone got a clue(bat) for me? Thanks, Bill
2009 Feb 15
2
COM32 module: Read-Only shell
.../MCONFIG new file mode 100644 index 0000000..02b4856 --- /dev/null +++ b/com32/rosh/MCONFIG @@ -0,0 +1,27 @@ +## -*- makefile -*- ------------------------------------------------------- +## +## Copyright 2008 H. Peter Anvin - All Rights Reserved +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, +## Boston MA 02110-1301, USA; either version 2 of the License, or +## (at your option) any later version; incorporated herein...
2010 Sep 16
1
[RFC] function to parse string to argc/argv pair
...---------- * * * Copyright 2010 Gene Cumm - All Rights Reserved * * Portions from com32/lib/sys/argv.c:__parse_argv() * Copyright 2004-2009 H. Peter Anvin - All Rights Reserved * Copyright 2009 Intel Corporation; author: H. Peter Anvin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, Inc., 53 Temple Place Ste 330, * Boston MA 02111-1307, USA; either version 2 of the License, or * (at your option) any later version; incorporated herein by refer...
2009 Mar 05
0
[PATCH 5/5] COM32/rosh: Improvements
...32/rosh/rosh.c +++ b/com32/rosh/rosh.c @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2008 Gene Cumm - All Rights Reserved + * Copyright 2008-2009 Gene Cumm - All Rights Reserved * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,20 +22,24 @@ * ToDos: * Change functions to use pwdstr * In rosh_run() Reparse cmdstr relative to pwdstr + * rosh_ls(): sorted; then multiple columns */ -// #define DO_DEBUG 1 - /* Uncom...
2013 Jul 22
11
[PATCH] xen: arm: document which hypercalls (and subops) are supported on ARM
From: Ian Campbell <ian.campbell@citrix.com> There are many hypercalls which make no sense or which are not supported on ARM systems but it''s not all that obvious which ones we do support. So lets try and document the hypercalls which are useful on ARM. I''m not sure this is the best way to go about this, I''m open to other ideas. Signed-off-by: Ian Campbell
2007 Nov 28
3
Asterisk on multi-homed systems
Greetings list, I remember a discussion many months ago which ISTR concluded that asterisk didn't play nicely at all in multi-homed setups (e.g. SIP packets not being sent out through the same interface they were received on, etc.). Is this still the case, or are there versions which have resolved the issue? Even if it's still the case, is this only a pro...
2019 Jul 30
4
Installation question?
...ting with CentOS 7, "post-installation setup tasks" take up an inproportionate amount of time during. All I was able to find out was that the kickstart %post section was not the culprit. It would be nice to have some detailed documentation what these post-installation tasks actually are. ISTR a lot of dracut this and that showing up in top.
2015 Feb 19
2
One more try at nut, this time on debian 7.8 (wheezy)
...coyote:/etc/nut# /etc/init.d/nut-server status Checking status of NUT - power devices information server and drivers [ ok ] upsd is running. Even though I installed nut-doc, there are no man pages so I am running in the dark again. Where is the initial config and startup procedure to be found? ISTR it was a web page at one time. Thanks Charles. Cheers, Gene Heskett -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) Genes Web page <http://geneslinuxbox.net:6309/gene>
2015 Feb 19
2
Install problems (group permissions) with nut 2.7.2
...he udev rules file needed to be > renamed from 62-nut* to 52-nut* in order to not be overridden by > another set of rules. It lives somewhere like /lib/udev/rules.d Charles; I assume this is the message you refered to, so I just checked my wheezy at that location, and its already been done. ISTR there was a udev update recently. So wheezy, if up to date, looks to be on top of it. Cheers, Gene Heskett -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) Genes Web page <http://geneslinux...
2020 Apr 23
2
CIFS VFS: in dmesg when Linux accesses eComStation's (OS/2) FAT filesystem shares
....5+git.296.3dd62eee45e-lp151.2.21.1.x86_64 samba-client-4.9.5+git.296.3dd62eee45e-lp151.2.21.1.x86_64 What needs to be done to quiet dmesg when these file access occur? These didn't occur until some not all that recent updates to Samba/CIFS versions, maybe a year or more, I'm not sure, but ISTR once upon a time complete silence from such touches. -- Evolution as taught in public schools is religion, not science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/
2006 Apr 03
5
Strange Problem with ActionController (I think)
I''m working through the Agile Depot example I have no idea what I did, but when I try and delete something from the web page I get this error on the log. Processing AdminController#destroy (for 127.0.0.1 at 2006-04-02 22:28:06) [GET] Session ID: 4371bd7ca2cb5ec5e08e60a7590df90a Parameters: {"action"=>"destroy", "id"=>"5",
2015 Apr 04
0
video problem since 2015-04-01 update
On Sat, 2015-04-04 at 11:24 -0500, Francis Gerund wrote: > Is there a way in Centos 7 to boot into an alternate video setup? Check the kernel parameters - ISTR long ago using a paramer to the kernel added to the grub boot line that had one of my machines go into VESA mode. ISTR some numbers after "=" that specied which VESA mode to use to get better resolution (more lines/screen). > > <snip> Bill
2015 Apr 05
1
video problem since 2015-04-01 update
...entos4bill at gmail.com> Sent:Sat 04-04-2015 12:32 pm Subject:Re: [CentOS] video problem since 2015-04-01 update To:centos at centos.org; On Sat, 2015-04-04 at 11:24 -0500, Francis Gerund wrote: > Is there a way in Centos 7 to boot into an alternate video setup? Check the kernel parameters - ISTR long ago using a paramer to the kernel added to the grub boot line that had one of my machines go into VESA mode. ISTR some numbers after "=" that specied which VESA mode to use to get better resolution (more lines/screen). > > <snip> Bill _________________________________...
2000 Dec 28
1
scp progress bar
ISTR that someone had a patch once upon a time to add some of the favorite features back to the scp output (e.g., transfer rate.) Did that get rejected or forgotten or what? -- Mike Stone
2003 Aug 26
1
Locked account checks and PAM
...c/shadow, the variable "passwd" in auth.c is used uninitialized. There's a simple patch attached to fix this. The question is: should the locked account test be done when PAM is enabled or should we rely on PAM to do the right thing? In theory they should behave the same way, but ISTR that in some patchlevels of Solaris PAM did not check for this. [1] http://dodgynet.dyndns.org/tinderbox/OpenSSH_Portable/status.html -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortuna...
2004 Jul 27
1
Hook-flash timing
...s mean. Pressing "Recall" at the dialtone makes Asterisk think I dialled 1 (presumably using pulse). Do I just need to disable pulse dialling detection? How do I do this? Finally, can I turn off the '#' to transfer, since we're using the hook-flash (albeit manually) instead? ISTR an option to do this but have spent the morning trying to find it again unsucessfully... Cheers, Robie.