search for: schouten

Displaying 20 results from an estimated 28 matches for "schouten".

2016 May 10
2
Did llvm.org just run out of disk space?
...atomic initialization https://llvm.org/bugs/show_bug.cgi?id=24734: "undef error - DBD::mysql::st execute failed: Got error 28 from storage engine" On Linux, errno 28 corresponds with ENOSPC, so my suspicion is that the server running both SVN and Bugzilla ran out of disk space. -- Ed Schouten <ed at nuxi.nl> Nuxi, 's-Hertogenbosch, the Netherlands KvK-nr.: 62051717
2015 Jan 10
2
[LLVMdev] [cfe-dev] Reminder: 3.6 branch is coming
On 10 Jan 2015, at 17:35, Dimitry Andric <dimitry at andric.com> wrote: > > It looks like the interpretation of what "__STDC_MB_MIGHT_NEQ_WC__" means differs between the llvm developers and the FreeBSD developers. I'm not sure what a good solution is. I've just read the relevant parts of the C11 spec, and it's not really clear to me what the 'basic
2009 Dec 25
2
[openssh-portable] utmpx and ut_name
...;username, utx->ut_user, + MIN_SIZEOF(li->username, utx->ut_user)) == 0 ) { # ifdef HAVE_TYPE_IN_UTMPX if (utx->ut_type == USER_PROCESS) return (1); %%% It changes all uses of ut_name on utmpx structures to ut_user. Any chance this can go into CVS? Merry christmas, -- Ed Schouten <ed at 80386.nl> WWW: http://80386.nl/ [1] http://www.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available URL: <http...
2010 Jan 13
1
[Patch] Make OpenSSH work with FreeBSD's utmpx implementation
...o interact with the database files directly. This definition seems to be required by OpenSSH, even though it is not used in a sensible way. The attached patch makes OpenSSH from CVS build on FreeBSD HEAD again. It would be nice if it could be incorporated into the next version. Greetings, -- Ed Schouten <ed at 80386.nl> WWW: http://80386.nl/ -------------- next part -------------- A non-text attachment was scrubbed... Name: openssh.diff Type: text/x-diff Size: 4407 bytes Desc: not available URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20100113/87b83aec/attachment...
2009 Jan 06
3
Enforcing TLS
...It does not actually enforce TLS or SSL. My question: is there support to enforce TLS when people connect to non-SSL ports? If someone comes up with a solution, I'll add it to the SSL article on the Wiki. I'm using Dovecot 1.1.7, installed on a FreeBSD 6.4-STABLE system. Thanks! -- Ed Schouten <ed at 80386.nl> WWW: http://80386.nl/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20090106/eb0751e1/attachment-...
2016 Sep 12
3
RFC #2: Improving license & patent issues in the LLVM community
On Sep 12, 2016, at 10:10 AM, Ed Schouten <ed at nuxi.nl> wrote: >> >> ---- end --- > > Just to make sure I get this straight, I can substitute 'this > Software' by the names of components provided by the LLVM project. This is the literal license text that will be included with each of these projects,...
2015 Jan 12
3
[LLVMdev] [cfe-dev] Reminder: 3.6 branch is coming
On 12 Jan 2015, at 08:07, Dimitry Andric <dimitry at andric.com> wrote: > > > On 15 Oct 2014, at 19:42, Richard Smith <richard at metafoo.co.uk> wrote: >> On 15 Oct 2014 05:12, "Ed Schouten" <ed at 80386.nl> wrote: > ... >> The test case in the LLVM tree is invalid and should be discarded. It >> erroneously assumes that the encoding of wchar_t is independent of the >> locale. >> > That makes no sense. These value are compile-time constants and...
2015 Mar 29
2
[LLVMdev] How to Cross Compile libcompiler_rt Static Library?
2015-03-29 3:33 GMT-05:00 Ed Schouten <ed at 80386.nl>: > I am cross-compiling compiler-rt for my specific use-case. That said, > I'm cross-compiling from x86-64 to x86-64, but for a different ABI. > This is what I use: > > > https://github.com/NuxiNL/cloudlibc/wiki/Building-runtime-libraries#user-content-c...
2010 Mar 06
7
[Bug 1732] New: Proper utmpx support for FreeBSD HEAD
https://bugzilla.mindrot.org/show_bug.cgi?id=1732 Summary: Proper utmpx support for FreeBSD HEAD Product: Portable OpenSSH Version: 5.4p1 Platform: Other OS/Version: FreeBSD Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy: ed
2009 Aug 01
0
[LLVMdev] I add utf8 meta for all html documents:)
...e" content="text/html; charset=utf-8"> > Before <title> is just because of > in tag title may contains strange characters such as Chinese > Characters and so on:) Why not just configure the webserver properly, to serve the page with the appropriate header? -- Ed Schouten <ed at 80386.nl> WWW: http://80386.nl/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090802/9cae0def/attachm...
2010 May 13
1
[LLVMdev] libSystem, __clear_cache(), FreeBSD and ARM
...(__FreeBSD__) // FIXME: Can we safely always call this for __GNUC__ everywhere? char *Start = (char*) Addr; char *End = Start + Len; I don't know anything about ARM, but isn't there a way we can do this using some inline asm instead of calling a glibc-function? Greetings, -- Ed Schouten <ed at 80386.nl> WWW: http://80386.nl/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100513/03f19f3e/attachm...
2010 Jun 14
0
[LLVMdev] Patch to remove Warnings
...n FreeBSD/amd64. When using GCC: http://amd64-clang-bot.qat.freebsd.org:8010/builders/freebsd-clang-amd64/builds/20/steps/compile-llvm.1/logs/warnings When using Clang: http://amd64-clang-bot.qat.freebsd.org:8010/builders/freebsd-clang-amd64/builds/20/steps/compile-llvm.2/logs/warnings -- Ed Schouten <ed at 80386.nl> WWW: http://80386.nl/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100614/8982972a/attachm...
2010 Jun 14
1
[LLVMdev] Patch to remove Warnings
On Jun 14, 2010, at 2:26 AM, Ed Schouten wrote: > Hi all, > > Speaking about warnings, we're seeing the following warnings when > building LLVM/Clang on FreeBSD/amd64. > > When using GCC: > http://amd64-clang-bot.qat.freebsd.org:8010/builders/freebsd-clang-amd64/builds/20/steps/compile-llvm.1/logs/warnings &gt...
2016 Jul 31
0
[3.9 Release] Release Candidate 1 has been tagged
...eal testing started to see where we're at. Just to double-check, is this bug also on people's radar? It causes Clang to crash when trying to build a fair number of Open Source packages/libraries. In my opinion it's a blocker for 3.9. https://llvm.org/bugs/show_bug.cgi?id=28617 -- Ed Schouten <ed at nuxi.nl> Nuxi, 's-Hertogenbosch, the Netherlands KvK-nr.: 62051717
2008 May 21
1
[LLVMdev] Compiling FreeBSD kernels with LLVM 2.3-pre
...rmail/freebsd-hackers/2008-May/024600.html http://lists.freebsd.org/pipermail/freebsd-hackers/2008-May/024605.html I'd like to thank the LLVM team for writing such a good compiler. So far I'm really impressed by the state of the compiler. I can't wait for the 2.3 release. :-) -- Ed Schouten <ed at 80386.nl> WWW: http://80386.nl/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080521/1e914987/attachm...
2015 Mar 29
2
[LLVMdev] How to Cross Compile libcompiler_rt Static Library?
Hi, I've cross-compiled musl-libc to arm binaries with clang. It needs functions from static runtime library "libcompiler_rt.a". I tried to build compile_rt outside the llvm source tree. Using command like "make clang_linux", I can easily build "libcompiler_rt.a" for my host machine, which is X86_64. But how can I *cross-compile* the compiler_rt runtime
2010 Jun 12
6
[LLVMdev] Patch to remove Warnings
Dear all, When I tried to compile LLVM, I found these annoying warnings. I actually found several other, but this patch deals with the trivial ones Regards, Rizky Herucakra -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100612/d2171b49/attachment.html> -------------- next part -------------- A
2009 Aug 01
3
[LLVMdev] I add utf8 meta for all html documents:)
The patch is for version 77784 And it's fixed the cmake for eclipse win32 mingw makefile output:) Also a warning in VS 2008 on stub.c Hope someone apply this patch. And those files that place the <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> Before <title> is just because of in tag title may contains strange characters such as Chinese
2013 Feb 11
0
[ANNOUNCE] sessreg 1.0.8
...ity fixes for BSD systems, code cleanups, and the addition of a -V option to print the version number. Alan Coopersmith (4): Fix some clang warnings about implicit conversions Combine usage message into a single string Add -V option to print version number sessreg 1.0.8 Ed Schouten (3): Place NetBSD specific #defines in the proper place. Make the `line' variable local to main(). Remove dubious code. Thomas Klausner (1): Fix compilation on NetBSD - undefined *TMPX paths git tag: sessreg-1.0.8 http://xorg.freedesktop.org/archive/individual/app/ses...
2008 Jul 28
0
PTY allocation without being root
...allocate(). If we would call openpty() by the proper user, we wouldn't need functions like pty_setowner(), because openpty() already sets the proper permissions then. There's no rush in implementing this, but I think it would be cool if OpenSSH would honour this behaviour. Thanks! -- Ed Schouten <ed at FreeBSD.org> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20080728/284e6833/attachment.bin