Re: pthread_sigmask bug

2011-07-08 Thread Corinna Vinschen
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

pthread_sigmask bug

2011-07-08 Thread Eric Blake
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

Re: vi in rxvt-Session really slow

2011-07-08 Thread René Berber
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

Re: vi in rxvt-Session really slow

2011-07-08 Thread Dieter
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

Re: grub install with cygwin

2011-07-08 Thread Christian Franke
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

Re: vi in rxvt-Session really slow

2011-07-08 Thread René Berber
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

Using cygwin to install grub on windows 7 (does not work)

2011-07-08 Thread J.V.
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

vi in rxvt-Session really slow

2011-07-08 Thread Dieter
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