Displaying 20 results from an estimated 40000 matches similar to: "git repo and ssh access"
2007 Aug 04
2
[Q]lguest git repo location?
HI Rusty,
I wanted to play with lguest. As it was recently merge upstream by
Linus, i took a look and the location looks like driver/lguest*.
Unfortunately my local git repo cannot get the 2.6.23-rc2 changes from
upstream somehow :-/.[duh... says "Cannot get the repository state
from http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git"].
i do not know what i am doing
2007 Aug 04
2
[Q]lguest git repo location?
HI Rusty,
I wanted to play with lguest. As it was recently merge upstream by
Linus, i took a look and the location looks like driver/lguest*.
Unfortunately my local git repo cannot get the 2.6.23-rc2 changes from
upstream somehow :-/.[duh... says "Cannot get the repository state
from http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git"].
i do not know what i am doing
2014 Jan 03
1
EFI build problems, fixed in which git repo
On 01/02/2014 09:59 PM, Geert Stappers wrote:
> Op 2014-01-02 om 15:37 schreef H. Peter Anvin:
>> On 01/02/2014 04:09 AM, Ferenc Wagner wrote:
>>>
>>> Issuing another make after this gave the previous error again:
>>>
>>> isolinux.asm:1102: error: TIMES value -4 is negative
>>>
>>
>> I just fixed this one... it seems to be a
2010 Aug 25
2
Announcing EXT2FS lib for syslinux
Here is the initial release:
git://github.com/donhiatt/Syslinux-EXT2FS-Library-port.git
I am very new to git so I hope I managed to get the repo setup properly.
The repo is branched from 'disklib' as I plan to use it for all disk
read/write access (I'm currently using modified gpllib/disk/* -- see
README).
Cheers,
don
-----
README for ext2fs module.
* Description
-----------
2010 Mar 13
1
Syslinux 4 git repo url?
Sorry for all the noise, but I can't seem to find the location of the
Syslinux 4 git codebase. The wiki give this for 3.x:
http://git.kernel.org/?p=boot/syslinux/syslinux.git;a=summary but I
haven't been able to find the 4.x branch.
Thank you.
don
2007 Apr 17
1
git problem
I'm trying to get the head source so I can try the patch Ram mentioned
in his email but without success. I have not used git/cogito before.
The output below is from a cygwin session but I get similar results on
Ubuntu as well (a bit more of the html ending with 'as an object to
pull'). So whatever is wrong is common to my cygwin and Ubuntu setup.
Thanks,
Andrew
$ cg clone -s
2010 May 19
2
Can't get COM32 + GDB to work
Hey guys,
I can't seem to figure out how to debug a COM32 app with GDB under qemu.
I start "qemu -s" and then "gdb hello.elf ; target remote:1234" but
can't set any breakpoints
that work. I"m using syslinux4 (pathbased from the repo).
Can anyone verify that they can use qemu+com32+gdb with something as simple as
com32/samples/hello.c32 ?
Also, is it
2013 Apr 19
2
[GIT PULL) xen (stable/for-linus-3.10-rc0-tag) for v3.10 merge window.
Hey Linus,
I am heading out for a week of vacation but would hate to have missed
the merge window. Hence sending it out early in anticipation that you
will release v3.9 on Sunday.
With that said, please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-linus-3.10-rc0-tag
which has just a couple of features and mostly bug-fixes. Here is the
2011 Sep 09
0
[LLVMdev] git Status Update?
On Sep 8, 2011, at 5:09 PM, David A. Greene wrote:
> Bill Wendling <wendling at apple.com> writes:
>
>>> Let's face it, Joe Dragon is pretty much happy with svn and there's an
>>> svn-git bridge for the rest of us.
>
> The svn-git bridge is broken as several people stated before. It is
> easier to contribute code via the gateway but it causes
2014 Nov 20
4
It the git server down ?
Hello,
I'm a newbie here, I found the git server from:
http://www.syslinux.org/wiki/index.php/Development
And the web said:
git clone git://git.zytor.com/syslinux/syslinux.git
But it didn't work:
Cloning into 'syslinux'...
fatal: remote error: access denied or repository not exported:
/syslinux/syslinux.git
There is another git server on git.kernel.org and it works:
2011 Sep 09
2
[LLVMdev] git Status Update?
Bill Wendling <wendling at apple.com> writes:
>> In other words, svn is not a distributed SCM. It has long struck me as
>> odd that a project whose license encourages private copies would stick
>> with an SCM that has no support for keeping such copies.
>>
> It's my understanding that the upcoming new version of SVN will have
> off-line commits available.
2014 Jan 03
0
EFI build problems, fixed in which git repo
Op 2014-01-02 om 15:37 schreef H. Peter Anvin:
> On 01/02/2014 04:09 AM, Ferenc Wagner wrote:
> >
> > Issuing another make after this gave the previous error again:
> >
> > isolinux.asm:1102: error: TIMES value -4 is negative
> >
>
> I just fixed this one... it seems to be a consequence of merging in the
> MOVZX isolinux fix into the firmware branch.
2006 Jan 28
1
Switchtower different svn repo urls from my local box and my shared hosting
I got problems running switchtower 0.10.0 when I try to run "rake deploy"
from my local box (windows) to my shared hosting
If I set the repository to (deploy.rb):
set :repository, "file:///home/[my_user]/repo/[my_app]/trunk"
My local box (windows) can''t reach the subversion repository located in
site5
If I set the repository to:
set :repository,
2010 Jul 01
3
[GIT PULL net-2.6] vhost-net: more error handling fixes
David,
The following tree includes more fixes dealing with
error handling in vhost-net. It is on top of net-2.6.
Please merge it for 2.6.35.
Thanks!
The following changes since commit 38000a94a902e94ca8b5498f7871c6316de8957a:
sky2: enable rx/tx in sky2_phy_reinit() (2010-06-23 14:37:04 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
2010 Jul 01
3
[GIT PULL net-2.6] vhost-net: more error handling fixes
David,
The following tree includes more fixes dealing with
error handling in vhost-net. It is on top of net-2.6.
Please merge it for 2.6.35.
Thanks!
The following changes since commit 38000a94a902e94ca8b5498f7871c6316de8957a:
sky2: enable rx/tx in sky2_phy_reinit() (2010-06-23 14:37:04 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
2015 Jan 16
4
[LLVMdev] Howdy + GIT
> On Jan 16, 2015, at 3:26 AM, Erik de Castro Lopo <mle+cl at mega-nerd.com> wrote:
>
> As for all the reason why the LLVM project does not use Git, I wonder
> why large complex projects like the Linux kernel, Wine, MinGW-w64,
> GHC and many many others don't seem to have any major problems using
> Git.
Lots of projects are also happy with Mercurial, or BZR, or even
2010 Mar 10
1
com32 fswrite to filesystem
Hello,
Pardon the newbee question but I'd like to be able to log to disk from
within syslinux (extlinux actually, as it's a ext2 fs). fopen("w")
does not appear to be implemented (returns EINVAL).
Has anyone written the filesystem write support, and if not, any
suggested routes? Should I just implement the lower level BIOS disk
write support, add the FS layer, and go from
2011 Aug 01
1
fwrite?
Is there a known problem with fopen and/or fwrite in Syslinux? I'm trying
to open a file to write data to but fopen( file_name, "w+" ) fails
everytime. fopen( file_name, "r" ) works just fine.
2015 Jan 19
2
[PATCH] Makefile: add support for git svn clones
Hi,
On Mon, Jan 19, 2015 at 03:06:11PM -0500, Duncan Murdoch wrote:
> On 19/01/2015 2:33 PM, Felipe Balbi wrote:
> > git has an interface for cloning SVN repositories into git which
> > some users might decide to use. For those users' surprise, the
> > repository will always fail to build on svnonly target and it will
> > exit early.
> >
> > The problem
2005 Sep 25
1
SYSLINUX development is now in "git"
I have now migrated SYSLINUX development from CVS to "git". A clonable
repository is available at:
rsync://rsync.kernel.org/pub/scm/boot/syslinux/syslinux.git
If you're doing any kind of development of syslinux, I recommend
installing cogito and git and cloning this repository. It will both
yours and my workflow a lot nicer. It will also let people see ongoing
syslinux