]> sourceware.org Git - newlib-cygwin.git/commit
Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.
authorChristopher Faylor <me@cgf.cx>
Thu, 20 Oct 2011 14:02:54 +0000 (14:02 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 20 Oct 2011 14:02:54 +0000 (14:02 +0000)
commit38d732a152ff27601b385c00e6574111461b65c4
treece60ae6b1ad6b8ca6e1d71d10cddaffebbf62ab2
parentaa982024d14f9d6c4afe8ada89e5a46585623102
Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.
* devices.cc: Regenerate.
* dtable.cc: (fh_alloc): Preserve /dev/tty name when that's what we opened.
(build_fh_pc): Preserve any existing name.
* fhandler.cc (fhandler_base::open_with_arch): Ditto.
* fhandler_tty.cc (fhandler_pty_master::fhandler_pty_master): Force the name to
/dev/ptmx while preserving other pty master device information.
* path.h (cfree_maybe): New macro.
(path_conv::operator =): Free any allocated strings in target.
(path_conv::free_strings): Delete unused function.
* sigproc.cc (proc_terminate): Remove previous accommodation for execed
processes since it didn't have the desired effect.  Change comment to a FIXME.
* spawn.cc (chExeced): Mark NO_COPY.
(exe_suffixes): Ditto.
14 files changed:
winsup/cygwin/ChangeLog
winsup/cygwin/devices.cc
winsup/cygwin/devices.h
winsup/cygwin/devices.in
winsup/cygwin/dtable.cc
winsup/cygwin/fhandler.cc
winsup/cygwin/fhandler_proc.cc
winsup/cygwin/fhandler_tty.cc
winsup/cygwin/ioctl.cc
winsup/cygwin/path.h
winsup/cygwin/select.cc
winsup/cygwin/sigproc.cc
winsup/cygwin/spawn.cc
winsup/cygwin/tty.cc
This page took 0.035237 seconds and 5 git commands to generate.