Displaying 20 results from an estimated 2000 matches similar to: "Does / Is anyone maintaining CVS for FreeBSD?"
2015 May 29
1
[LLVMdev] Phabricator
On Fri, May 29, 2015 at 1:54 AM Eitan Adler <lists at eitanadler.com> wrote:
> On 27 May 2015 at 09:29, Justin Bogner <mail at justinbogner.com> wrote:
> > Mehdi Amini <mehdi.amini at apple.com> writes:
> >> Hi Manuel,
> >>
> >> I like Phabricator for code review much much more than emails. Let me
> know how
> >> I can help (I’m
2015 May 28
2
[LLVMdev] Phabricator
On 27 May 2015 at 09:29, Justin Bogner <mail at justinbogner.com> wrote:
> Mehdi Amini <mehdi.amini at apple.com> writes:
>> Hi Manuel,
>>
>> I like Phabricator for code review much much more than emails. Let me know how
>> I can help (I’m not afraid of PHP).
>
> Chandler updated the llvm phabricator doc to point at what we're deploying:
>
>
2012 Jan 24
0
[LLVMdev] How to enable C as a target
On Tue, Jan 24, 2012 at 3:42 AM, Sarath Chandra <sarathcse19 at gmail.com> wrote:
> Hi,
>
> How to enable C as a target while configuring LLVM...
>
> Can i do ' --enable-targets = x86,c ' to make it work?
use --enable-targets=x86,cbe
(C BackEnd if I remember correctly)
--
Eitan Adler
2012 Jan 24
4
[LLVMdev] How to enable C as a target
Hi,
How to enable C as a target while configuring LLVM...
Can i do ' --enable-targets = x86,c ' to make it work?
´ Sarath!!!
`·.¸.·´
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120124/b782e413/attachment.html>
2012 Aug 19
3
Bug Report and patch fix
Hi
I found this issue in scp in the following blog link
http://oldpapyrus.wordpress.com/2012/08/08/scp-a-funny-error/
when the wrong local file name is specified in local to remote transfer
mode, scp first tries to establish the connection rather than to check
first whether the file is proper or not.
However I could not find a reported bug for this. I am attaching the fix as
patch for this
2012 Nov 12
3
nomenclature for conf files
It might sound stupid, but I'd like to know if there's
any difference. Are those 3 line the same?
WITH_KMS=YES
WITH_KMS="YES"
WITH_KMS=yes
Best regards
Zoran
2012 Jun 03
6
Zigor Ebro 650 compatibility
Hi all,
After some research I've found that this device should run with the
blazer_usb driver.
Jun 3 16:15:38 pegasus kernel: ugen0.4: <vendor 0x0001> at usbus0
Jun 3 16:15:38 pegasus kernel: uhid0: <vendor 0x0001 product 0x0000,
class 0/0, rev 1.00/1.00, addr 4> on usbus0
However, even after shoehorning it;
[crees at pegasus]/usr/local/libexec/nut% sudo ./blazer_usb -a zigor
2012 Oct 17
5
Problem reading vitals from Gigabyte H77-DH3H
Hello everyone,
I'm unable to read temperature Gigabyte H77-DH3H motherboard. Is that
motherboard supported or am I doing it incorrectly?
When trying to access hw.acpi.thermal everything appears to be ok, but
it is not, the system always returns 27,8C and 29,8C which fooled me
initially - the values never change.
Here is output:
[chinatsu]:/root# sysctl hw.acpi.thermal
2010 Apr 26
3
allow multiple users
Hi,
I have user A that connects to ssh successfully through public key
authentication.
I created on server user B, but ssh doesn't allow user B to connect through PKI.
Both users use the same key to connect, for user A works, for user B doesn't.
Here is the fail message:
"trying public key file /home/A/glassfish/domains/domain1/config/authorized_keys
debug1: fd 4 clearing
2010 Mar 20
2
specific Host not overriding global Host
My config file contains
Host *
VisualHostKey yes
Host app
VisualHostKey no
however when I ssh into app I still see the VisualHostKey.
It is my understanding that the more specific host should override the
global defaults. When I asked on IRC they told me to report the issue
to this mailing list.
I know my version of OpenSSH is old, but I checked bugzilla and did
not see any bug reports about
2011 May 06
6
Rooting FreeBSD , Privilege Escalation using Jails (Pétur)
I read this (http://www.petur.eu/blog/?p=459) blog post today. It's
about that a remote user with root privilegs to a FreeBSD jail & user
privileges to the jails host machine can obtain root privileges on the
host machine.
Can someone confirm if this bugg/exploit works?
2012 Nov 11
1
improved ssh-copy-id
Hey all,
The attached copy of ssh-copy-id has support for ssh's -o options as
well as a -p option for the port. I opted to write this cleanroom
because at the time I didn't know the origin of the ssh-copy-id script
and wasn't sure of license concerns.
Comments / Suggestions welcome.
--
Eitan Adler
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2014 Mar 23
1
patch to send incoming key to AuthorizedKeysCommand via stdin
On 21 March 2014 10:56, Scott Duckworth <sduckwo at clemson.edu> wrote:
> On Fri, Mar 21, 2014 at 12:15 PM, Daniel Kahn Gillmor <dkg at fifthhorseman.net>
> wrote:
>> those limits suggest that the size is 128kiB on anything resembling a
>> modern Linux system.
>
> How about other platforms?
Especially embedded systems which may have a lot less RAM?
--
Eitan
2013 Nov 12
4
freebsd-upgrade
hi all.
it was happened that i have no upgrade my system long time. Before that
i used for upgrading "classic" way.
make buildworld
make buildkernel
make installkernel
mergemaster
make installworld
But in current moment as i can see the upgrading is totally changed. As
i understand commands sequence is next:
#freebsd-update fetch
#freebsd-update install
#freebsd-update upgrade -r
2013 Feb 07
2
CLANG and -fstack-protector
Hello,
Does the -fstack-protector option work on CLANG 3.1 and 3.2?
There is thread on FreeBSD forums about the stack protector and ports
and I'm wondering if it's possible to use the -fstack-protector option
with CLANG.
http://forums.freebsd.org/showthread.php?t=36927
-Kimmo
2012 Oct 23
1
[LLVMdev] "Information retrieval"-y idea suggestions for course project.
I'm currently taking an "information retrieval" (e.g. search engine,
text categorization, information extraction, information
visualization, etc) course and I have to do a pretty large relatively
open-ended project. I was thinking of doing something related to LLVM
or Clang, and would like to get some ideas from the community.
I've pinged a couple community members already, and
2016 Feb 27
1
Possible mitigation for forgetting phabricator subcriptions for {llvm, cfe}-commits?
Does phabricator have a way of changing the default commit message template
through the per-repo .arcconfig?
Making the default template include the appropriate mailing list
automatically might go a long way to mitigating our problems. It doesn't
help when uploading through the web UI though.
-- Sean Silva
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Jun 15
4
[PATCH] Fix sizeof in jpake_free()
Hello,
running Coccinelle (http://coccinelle.lip6.fr/) on the DragonFly source
tree with a patch to find issues of this kind turned up this one. Please
see the attached diff (against OpenBSD).
Regards,
Sascha
2012 Dec 04
2
OpenSSH warnings on FreeBSD
on FreeBSD, gcc complains that %d is used for sig_atomic_t
Casting to (int) as a solution ?
Index: serverloop.c
===================================================================
RCS file: /cvs/openssh/serverloop.c,v
retrieving revision 1.172
diff -u -p -r1.172 serverloop.c
--- serverloop.c 2 Dec 2012 22:50:55 -0000 1.172
+++ serverloop.c 4 Dec 2012 11:46:33 -0000
@@ -708,7 +708,7 @@
2013 Oct 25
2
ProxyCommand brokent in recent snapshots
On 26 Oct 2013 08:38, "Tim R?hsen" <tim.ruehsen at gmx.de> wrote:
[...]
> With this change, the regression test fails (ssh dumps core).
> 'addrs' stays NULL but is freed unconditionally a few lines further down.
What platform is this on? POSIX says free(NULL) is a no-op.
http://pubs.opengroup.org/onlinepubs/000095399/functions/free.html