gdb and attaching processes

2001-11-04 Thread James A Morrison
I haven't been able to follow this up much, but I find gdb accepts keyboard signals when the process is run from gdb, but when gdb attaches to a process direct keyboard signals no longer work. The last encounter I had with this problem I was able to send an external signal to gdb and it worked.

[Adam Majer ] HURD kernel

2001-11-04 Thread Thomas Bushnell, BSG
Something should be done with the referenced file. --- Begin Message --- Hi, Is the HURD still developed? I'm asking because the last version seems http://www.gnu.org/prep/tasks.hurd.html rather old - the version of the file dates back to 1997. Thanks, Adam --- End Message ---

Re: What I know of sethostname()

2001-11-04 Thread Roland McGrath
Thanks for investigating. I've just checked in the following change to libc, which should fix this bug. 2001-11-04 Roland McGrath <[EMAIL PROTECTED]> * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags parameter to dir_mkfile. __