On Jul 8 17:16, Eric Blake wrote:
> The current implementation of pthread_sigmask violates POSIX:
>
> extern "C" int
> pthread_sigmask (int operation, const sigset_t *set, sigset_t *old_set)
> {
> return handle_sigprocmask (operation, set, old_set, _my_tls.sigmask);
> }
>
> POSIX requires that
The current implementation of pthread_sigmask violates POSIX:
extern "C" int
pthread_sigmask (int operation, const sigset_t *set, sigset_t *old_set)
{
return handle_sigprocmask (operation, set, old_set, _my_tls.sigmask);
}
POSIX requires that sigprocmask returns -1 and sets errno on failure,
bu
On 7/8/2011 2:27 PM, Dieter wrote:
> Originally it was set to rxvt-cygwin-native
That will only be recognized on systems with a recent terminfo, Linux
mostly. I change it to rxvt since I use Solaris most of the time, and
it doesn't recognize cygwin or any derivatives (of course I could modify
te
René Berber computer.org> writes:
>
> On 7/8/2011 8:50 AM, Dieter wrote:
>
> > Why is remote vi so slow when I use rxvt? Would that be better if I use
> > xterm
> > (currently not installed)?
>
> I don't see this problem...
>
> > Additional information:
> > I had to set
> > export TERM=cyg
J.V. wrote:
So I would have to create the /etc/default/ directory since it does
not exist in cygwin.
/etc/defaults/ does exist (with an s at the end).
When I boot, I am presented with
grub>
Does /boot/grub/grub.cfg exist?
Does it contain menuentry {...} statements?
Is it accessible from gru
On 7/8/2011 8:50 AM, Dieter wrote:
> Why is remote vi so slow when I use rxvt? Would that be better if I use xterm
> (currently not installed)?
I don't see this problem...
> Additional information:
> I had to set
> export TERM=cygwin
> in my ~/.bashrc - otherwise the remote host answers
> "un
When I use cygwin to install grub on my Windows 7 HD, I boot and just
get the grub> prompt.
I have googled a googol or more times for solutions. Has anyone,
anywhere been able to use cygwin to successfully install grub and get
the graphical login (with a menu)?
I used the mkconfig command t
Hello,
I've downloaded cygwin including the rxvt-Terminal.
The local terminal with bash works great, but when I connect in a rxvt-Window to
a remote-Server via ssh and run there "vi", the vi-startup needs a few
seconds...
When I use the simple Bash-Shell in the Windows-Command-Window then vi is m
8 matches
Mail list logo