glibc/hurd
Roland McGrath 72e1a75071 1999-11-18 Roland McGrath <roland@baalperazim.frob.com>
* hurd/hurdsig.c (_hurdsig_init): If __hurd_threadvar_stack_mask is
        nonzero, use cthread_fork to create the signal thread.
        * hurd/msgportdemux.c (_hurd_msgport_receive): Initialize
        _hurd_msgport_thread here (to self).
        * sysdeps/mach/hurd/fork.c (__fork): When __hurd_sigthread_stack_end
        is zero, instead compute child signal thread's starting SP from parent
        signal thread's current SP and the threadvar_stack variables.
        * hurd/Versions (GLIBC_2.1.3): Add cthread_fork, cthread_detach.
        These are now referenced weakly by _hurdsig_init.

        * hurd/report-wait.c (_S_msg_report_wait): Fix typo:
        &_hurd_itimer_thread not &_hurd_msgport_thread.

1999-10-01  Roland McGrath  <roland@baalperazim.frob.com>

        * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Rewrite
        without HURD_DPORT_USE to clean up warnings.
        * hurd/dtable.c (get_dtable_port): Likewise.

        * hurd/hurdioctl.c (rectty_dtable): Renamed to install_ctty.
        (install_ctty): Do the changing of the cttyid port cell here, inside
        the critical section while we holding the dtable lock.
        (_hurd_setcttyid, tiocsctty, tiocnotty): Use that instead of changing
        the port cell and calling rectty_dtable.
        (_hurd_locked_install_cttyid): New function, split out of install_ctty.
        (install_ctty): Use it inside a critical section, with the lock held.
        * sysdeps/mach/hurd/setsid.c (__setsid): Use
        _hurd_locked_install_cttyid to effect the cttyid and dtable changes
        after proc_setsid, having held the dtable lock throughout.
        * hurd/dtable.c (ctty_new_pgrp): With the dtable lock held, check the
        cttyid port for null and bail out early if so.  The dtable lock
        serializes us after any cttyid change and its associated dtable update.
1999-12-03 05:01:23 +00:00
..
hurd * hurd.h, hurd/hurd/fd.h, hurd/hurd/port.h, hurd/hurd/signal.h, 1999-06-25 14:50:51 +00:00
.cvsignore
alloc-fd.c
catch-exc.c
catch-signal.c
compat-20.c
ctty-input.c
ctty-output.c
dtable.c 1999-11-18 Roland McGrath <roland@baalperazim.frob.com> 1999-12-03 05:01:23 +00:00
faultexc.defs
fchroot.c
fd-close.c
fd-read.c 1999-06-23 Roland McGrath <roland@baalperazim.frob.com> 1999-06-22 23:56:08 +00:00
fd-write.c 1999-06-23 Roland McGrath <roland@baalperazim.frob.com> 1999-06-22 23:56:08 +00:00
fopenport.c
get-host.c
getdport.c
geteuids.c
getumask.c
hurd-raise.c
hurd.h * Versions.def (libc): Move GLIBC_2.2 dependency from GLIBC_2.1.1 to 1999-11-13 23:52:38 +00:00
hurdauth.c
hurdchdir.c
hurdexec.c 1999-07-17 Roland McGrath <roland@baalperazim.frob.com> 1999-07-20 21:04:41 +00:00
hurdfault.c
hurdfault.h
hurdfchdir.c 1999-11-18 Roland McGrath <roland@baalperazim.frob.com> 1999-12-03 05:01:23 +00:00
hurdhost.h
hurdid.c
hurdinit.c
hurdioctl.c 1999-11-18 Roland McGrath <roland@baalperazim.frob.com> 1999-12-03 05:01:23 +00:00
hurdkill.c
hurdlookup.c * Versions.def (libc): Move GLIBC_2.2 dependency from GLIBC_2.1.1 to 1999-11-13 23:52:38 +00:00
hurdmalloc.c
hurdmalloc.h
hurdmsg.c
hurdpid.c
hurdports.c
hurdprio.c 1999-09-19 Roland McGrath <roland@baalperazim.frob.com> 1999-09-19 05:42:05 +00:00
hurdrlimit.c
hurdselect.c
hurdsig.c 1999-11-18 Roland McGrath <roland@baalperazim.frob.com> 1999-12-03 05:01:23 +00:00
hurdsock.c
hurdstartup.c
hurdstartup.h
intern-fd.c
intr-msg.c 1999-08-19 Roland McGrath <roland@baalperazim.frob.com> 1999-08-22 22:23:58 +00:00
intr-rpc.defs
intr-rpc.h
Makefile * hurd.h, hurd/hurd/fd.h, hurd/hurd/port.h, hurd/hurd/signal.h, 1999-06-25 14:50:51 +00:00
msgportdemux.c 1999-11-18 Roland McGrath <roland@baalperazim.frob.com> 1999-12-03 05:01:23 +00:00
new-fd.c 1999-08-22 Mark Kettenis <kettenis@gnu.org> 1999-08-22 22:28:03 +00:00
Notes
openport.c
path-lookup.c
pid2task.c
port-cleanup.c
port2fd.c 1999-09-18 Roland McGrath <roland@baalperazim.frob.com> 1999-09-19 20:46:22 +00:00
ports-get.c
ports-set.c
preempt-sig.c
privports.c
report-wait.c 1999-11-18 Roland McGrath <roland@baalperazim.frob.com> 1999-12-03 05:01:23 +00:00
set-host.c
setauth.c
seteuids.c
siginfo.c
sigunwind.c
task2pid.c
thread-cancel.c
thread-self.c
Versions 1999-11-18 Roland McGrath <roland@baalperazim.frob.com> 1999-12-03 05:01:23 +00:00
vpprintf.c