]> sourceware.org Git - newlib-cygwin.git/commit
* cygthread.cc (cygthread::terminate_thread): In debugging output, use name of
authorChristopher Faylor <me@cgf.cx>
Sat, 3 Jun 2006 21:44:01 +0000 (21:44 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 3 Jun 2006 21:44:01 +0000 (21:44 +0000)
commitc76ca047463a3f9ad93f5bafaf247ae6862197ea
treec91b125c4a99278294443364a0a1255238f5cf87
parent71d59a926f9d632b15c531325bad15edb32b8f81
* cygthread.cc (cygthread::terminate_thread): In debugging output, use name of
thread being terminated rather than thread doing terminating.
* fhandler.h (fhandler_pty_master::slave): Delete.
(fhandler_pty_master::get_unit): Ditto.
(fhandler_pty_master::setup): Change argument declaration to accommodate new
usage.
* fhandler_tty.cc (fhandler_tty_master::init): Remove obsolete slave
assignment.  Pass argument to setup indicating that this is a tty.
(fhandler_tty_slave::open): Use dev() method rather than referencing pc.dev
directly.
(fhandler_pty_master::open): Don't create archetype based on ptym device
number.  Set device number to use DEV_TTYM_MAJOR and tty number.  Pass argument
to setup indicating that this is a pty.
(fhandler_pty_master::setup): Change single argument to a flag indicating
whether we're creating a pty and use appropriately.  Calculate 't' variable
here rather than in caller.
* fhandler_dsp.cc (fhandler_dev_dsp::open): Use dev() method rather than
referencing pc.dev directly.
winsup/cygwin/ChangeLog
winsup/cygwin/cygthread.cc
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_dsp.cc
winsup/cygwin/fhandler_tty.cc
This page took 0.028658 seconds and 5 git commands to generate.