search for: tatham

Displaying 20 results from an estimated 21 matches for "tatham".

Did you mean: latham
2019 Jul 05
5
Python build dependency in LLVM and/or clang?
Hello llvm-devs, I'm currently starting to look at implementing compiler intrinsics for the Arm MVE vector instruction set. In a similar sort of style to the existing NEON intrinsics, this is going to involve describing the set of functions needed in Tablegen, and then processing that data into a header file and some bits and pieces to compile into clang (the list of builtins, data tables
2010 Sep 13
15
[Bug 1818] New: SSH2_MSG_CHANNEL_FAILURE on closed channel
https://bugzilla.mindrot.org/show_bug.cgi?id=1818 Summary: SSH2_MSG_CHANNEL_FAILURE on closed channel Product: Portable OpenSSH Version: 5.1p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy:
2019 Jul 10
3
Python build dependency in LLVM and/or clang?
Am Fr., 5. Juli 2019 um 07:01 Uhr schrieb Joerg Sonnenberger via llvm-dev <llvm-dev at lists.llvm.org>: > > On Fri, Jul 05, 2019 at 10:43:12AM +0000, Simon Tatham via llvm-dev wrote: > > But before I do that, I wanted to check whether there would be any > > objection on grounds of build dependencies. Is it acceptable to require Python > > as part of the normal build process for LLVM? > > At the moment, Python is not truely necessary f...
2017 Jun 21
2
[LLD][COFF] Zero linker-version header field breaks Authenticode on Windows 7
> From: Rui Ueyama [mailto:ruiu at google.com] > Sent: 21 June 2017 15:23 > > lld-link already has an option to specify version. Please try to add > "/version:14.0" to your command line. That doesn't affect the same version field. The number I put in there goes into the MajorImageVersion and MinorImageVersion fields, whereas to solve this signature issue I need to
2005 Feb 16
2
Subversion?
I've been wondering if we should consider migrating from CVS to Subversion (aka SVN) for version control. There's a utility (cvs2svn) to convert a CVS repository while keeping full history. And SVN is supported by viewcvs (as used by http://cvs.xapian.org/) The main motivations are: * CVS doesn't really handle renaming files well. Either you "cvs rm" then "cvs
2015 Apr 26
7
[Bug 2390] New: PROTOCOL.key mis-describes private section
https://bugzilla.mindrot.org/show_bug.cgi?id=2390 Bug ID: 2390 Summary: PROTOCOL.key mis-describes private section Product: Portable OpenSSH Version: 6.8p1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: Documentation Assignee: unassigned-bugs at
2018 Apr 23
3
RFC: general machine-parsable backend for TableGen (e.g. JSON)
Hello llvm-dev, Would there be any interest in adding a back end to TableGen to produce output in a general-purpose but machine-parsable format? At the moment, TableGen has two kinds of output option. The -gen-foo options are each tailored to a particular use case; the -print-records option is fully general, but it's difficult to machine-parse, since its output is in the same syntax as the
2016 Jul 18
0
[Bug 1278] CYGWIN controlMaster connections don't work.
...------------- CC| |dtucker at zip.com.au --- Comment #11 from Darren Tucker <dtucker at zip.com.au> --- FYI Markus is working on a way to run the ssh protocol over a Unix domain socket between mux server and client, based on a discussion with Simon Tatham about how PuTTY does it. That would remove the dependency on Unix descriptor passing and allow it to work on Cygwin. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
2004 Jun 18
5
Another NEWBIE
Hi, I'm a very fresh newbie to R. My first main question is, what the limitations of R are, what methods can R NOT do, esp. compared to (a) SPSS and (b) SAS? The second question is, how do you handle the data entry, data management and data manipulation in R, to me it seems to be really complicated and confusing?! Are there a kind of "helping tools"? The third question: are
2013 Jul 15
2
[LLVMdev] [PATCH] x86/asm: avoid mnemonics without type suffix
On Mon, Jul 15, 2013 at 11:40 AM, H. Peter Anvin <hpa at zytor.com> wrote: > On 07/14/2013 12:49 PM, Linus Torvalds wrote: > > This is also why the Intel manuals point out that "some assemblers" can > take things like: > > bt[l] $63,(%rsi) > > ... and turn it into: > > btl $31,4(%rsi) > > This is definitely the friendly thing to
2018 Apr 24
0
RFC: general machine-parsable backend for TableGen (e.g. JSON)
Hi Simon, that makes sense to me. Please add me on any reviews when you're done. Cheers, Nicolai On 23.04.2018 14:08, Simon Tatham via llvm-dev wrote: > Hello llvm-dev, > > Would there be any interest in adding a back end to TableGen to produce output in a general-purpose but machine-parsable format? > > At the moment, TableGen has two kinds of output option. The -gen-foo options are each tailored to a particu...
2018 Apr 30
0
LLVM Weekly - #226, Apr 30th 2018
...om around the web LLVM 6.0.1-rc1 [has been tagged](http://lists.llvm.org/pipermail/llvm-dev/2018-April/122776.html). Simon Brand has written a fantastic introductory blog post on [custom alias analysis in LLVM](https://blog.tartanllama.xyz/llvm-alias-analysis/). ## On the mailing lists * Simon Tatham is interested in contributing a [JSON backend for TableGen](http://lists.llvm.org/pipermail/llvm-dev/2018-April/122723.html), providing a machine-readable alternative to -print-records. An initial patch is already [up for review](https://reviews.llvm.org/D46054). * Following on from his lightning...
2008 Sep 27
3
Query::MatchAll
Why there still been rank when using Query::MatchAll() ?
2017 Jun 21
2
[LLD][COFF] Zero linker-version header field breaks Authenticode on Windows 7
Hello llvm-dev, I've recently been using clang-cl and lld-link to build Windows PE executables, which I then code-sign with Authenticode. I've found that although the resulting signed executables seem to validate successfully on Windows 10, they don't on Windows 7: right-clicking on one and bringing up the Windows Properties dialog shows either no 'Digital Signatures' tab at
2015 Jul 05
9
[Bug 2424] New: Compatibility for iSSH and Ubuntu/Mint Putty
https://bugzilla.mindrot.org/show_bug.cgi?id=2424 Bug ID: 2424 Summary: Compatibility for iSSH and Ubuntu/Mint Putty Product: Portable OpenSSH Version: 6.9p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: sshd Assignee: unassigned-bugs at
2015 Oct 09
10
[Bug 2477] New: backspace in interactive session does not delete multi-byte Unicode characters correctly
https://bugzilla.mindrot.org/show_bug.cgi?id=2477 Bug ID: 2477 Summary: backspace in interactive session does not delete multi-byte Unicode characters correctly Product: Portable OpenSSH Version: 7.1p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5
2016 Dec 14
17
Call for testing: OpenSSH 7.4
...nfiguration directive and support for having /bin/login manage login sessions. Changes since OpenSSH 7.3 ========================= This is primarily a bugfix release. New Features ------------ * ssh(1): Add a proxy multiplexing mode to ssh(1) inspired by the version in PuTTY by Simon Tatham. This allows a multiplexing client to communicate with the master process using a subset of the SSH packet and channels protocol over a Unix-domain socket, with the main process acting as a proxy that translates channel IDs, etc. This allows multiplexing mode to run on systems that...
2016 Dec 19
2
Announce: OpenSSH 7.4 released
...address ranges (e.g. user at 127.1.2.3/55) and these would always match, possibly resulting in granting access where it was not intended. Reported by Laurence Parry. New Features ------------ * ssh(1): Add a proxy multiplexing mode to ssh(1) inspired by the version in PuTTY by Simon Tatham. This allows a multiplexing client to communicate with the master process using a subset of the SSH packet and channels protocol over a Unix-domain socket, with the main process acting as a proxy that translates channel IDs, etc. This allows multiplexing mode to run on systems that...
2016 Dec 19
2
Announce: OpenSSH 7.4 released
...address ranges (e.g. user at 127.1.2.3/55) and these would always match, possibly resulting in granting access where it was not intended. Reported by Laurence Parry. New Features ------------ * ssh(1): Add a proxy multiplexing mode to ssh(1) inspired by the version in PuTTY by Simon Tatham. This allows a multiplexing client to communicate with the master process using a subset of the SSH packet and channels protocol over a Unix-domain socket, with the main process acting as a proxy that translates channel IDs, etc. This allows multiplexing mode to run on systems that...
2003 Dec 20
6
draft of posting guide
...e's time because one of the R-core members must manually respond to the bug report to clear it out. Before you post a bug report, make sure you read the section on how to post a bug report in the R-faq "http://CRAN.R-project.org/doc/FAQ/R-FAQ.html#R Bugs". Also, see Simon Tatham's essay at http://www.chiark.greenend.org.uk/~sgtatham/bugs.html * In any question regarding unusual or unexpected behavior, or interaction with the operating system, always state the version of R you are using (which is like "1.8.1", NOT just "1.8"), the operating...