newlib/winsup/cygwin
Christopher Faylor b98ebf5470 Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.
Throughout, change 'OutputStopped' to 'output_stopped', for consistency.
* dtable.cc (stdio_init): Set controlling tty if not set by stdio opens.
* exceptions.cc (ctrl_c_handler): Avoid special pgid checking if no tty is
associated with the process.
(Suggested by Tim Baker <dbaker@direct.ca>)
* external.cc (fillout_pinfo): Return actual tty number for ctty.
* fhandler_console.cc (get_tty_stuff): Set ctty when shared memory is
allocated.  Accept flags input from open().
(set_console_ctty): New function.
(fhandler_console::open): Pass flags to get_tty_stuff and rely on this function
to set the ctty, if appropriate.
* fhandler_termios.cc (fhandler_termios::set_ctty): Move to tty_min class.
* fhandler_tty.cc (fhandler_tty_slave::open): Use tc field to access
set_ctty().
* tty.h (TTY_CONSOLE): Move to include/sys/cygwin.h.
(tty_min): Add set_ctty class here.
* include/sys/cygwin.h (TTY_CONSOLE): New home here.
* path.cc (symlink_info): Make contents an actual buffer.  Pass more flags to
case_check.
(path_conv::check): Reorganize to do parsing based on posix path rather than
native path.
(symlink_info::check): Expect posix path as input.  Translate to native path
here.  Accept path_conv flags.  Stop parsing if not a symlink regardless of
whether previous path was a symlink.
2001-04-28 23:48:28 +00:00
..
config/i386
include Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
lib * lib/_cygwin_S_IEXEC.c: Remove "const" from globals or they never seem to be 2001-03-28 03:42:58 +00:00
regexp * include/a.out.h: Add copyright hint. 2001-03-05 21:29:24 +00:00
CYGWIN_LICENSE
ChangeLog Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
ChangeLog-1995
ChangeLog-1996
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
Makefile.in * dlmalloc.c: New file. Port of Doug Lea's malloc 2001-04-24 15:25:31 +00:00
ROADMAP
acconfig.h
ansi.sgml
assert.cc
autoload.cc * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16. 2001-04-25 09:43:25 +00:00
autoload.h
automode.c * autoload.c (cygwin_premain0): Add missing parameter. 2001-03-06 12:05:45 +00:00
binmode.c * autoload.c (cygwin_premain0): Add missing parameter. 2001-03-06 12:05:45 +00:00
child_info.h * include/cygwin/version.h: Bump minor version number. 2001-04-25 14:59:49 +00:00
config.h.in * dlmalloc.c: New file. Port of Doug Lea's malloc 2001-04-24 15:25:31 +00:00
configure * dlmalloc.c: New file. Port of Doug Lea's malloc 2001-04-24 15:25:31 +00:00
configure.in * dlmalloc.c: New file. Port of Doug Lea's malloc 2001-04-24 15:25:31 +00:00
cygerrno.h * cygerrno.h: Revert previous patch. 2001-02-22 14:51:16 +00:00
cygheap.cc * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16. 2001-04-25 09:43:25 +00:00
cygheap.h Throughout, change fdtab references to cygheap->fdtab. 2001-04-18 21:10:15 +00:00
cygrun.c * cygrun.c (main): Fix compiler warning. 2001-04-03 02:53:25 +00:00
cygwin.din * cygwin.din: Export asctime_r, ctime_r, gmtime_r, localtime_r 2001-04-25 16:18:43 +00:00
cygwin_version.h
dcrt0.cc Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
debug.cc *** empty log message *** 2001-03-03 03:56:34 +00:00
debug.h * dlmalloc.c: New file. Port of Doug Lea's malloc 2001-04-24 15:25:31 +00:00
delqueue.cc
delqueue.h
dir.cc Throughout, change fdtab references to cygheap->fdtab. 2001-04-18 21:10:15 +00:00
dlfcn.cc * dlfcn.cc (check_access): Eliminate. 2001-03-26 01:16:11 +00:00
dll_init.cc
dll_init.h
dll_init.sgml
dlmalloc.c * dlmalloc.c: New file. Port of Doug Lea's malloc 2001-04-24 15:25:31 +00:00
dlmalloc.h * dlmalloc.c: New file. Port of Doug Lea's malloc 2001-04-24 15:25:31 +00:00
dtable.cc Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
dtable.h Throughout, change fdtab references to cygheap->fdtab. 2001-04-18 21:10:15 +00:00
dtable.sgml
environ.cc Throughout, change fdtab references to cygheap->fdtab. 2001-04-18 21:10:15 +00:00
environ.h
errno.cc * dir.cc (mkdir): Check for case clash. 2001-04-12 21:21:37 +00:00
exceptions.cc Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
exec.cc * dlopen.c (dlopen): Return NULL when name is NULL (suggested by 2001-03-05 06:28:25 +00:00
external.cc Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
external.sgml
fcntl.cc Throughout, change fdtab references to cygheap->fdtab. 2001-04-18 21:10:15 +00:00
fhandler.cc Remove trailing underscore from fhandler_base and friends, throughout. 2001-04-24 02:07:58 +00:00
fhandler.h Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
fhandler_clipboard.cc Remove trailing underscore from fhandler_base and friends, throughout. 2001-04-24 02:07:58 +00:00
fhandler_console.cc Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
fhandler_dsp.cc * fhandler_dsp.cc: Improved handling of 8 bit playback modes. 2001-04-25 07:26:54 +00:00
fhandler_floppy.cc Update copyrights. 2001-03-18 03:34:05 +00:00
fhandler_mem.cc Remove trailing underscore from fhandler_base and friends, throughout. 2001-04-24 02:07:58 +00:00
fhandler_random.cc Remove trailing underscore from fhandler_base and friends, throughout. 2001-04-24 02:07:58 +00:00
fhandler_raw.cc Throughout, change fdtab references to cygheap->fdtab. 2001-04-18 21:10:15 +00:00
fhandler_serial.cc Remove trailing underscore from fhandler_base and friends, throughout. 2001-04-24 02:07:58 +00:00
fhandler_socket.cc Throughout, change fdtab references to cygheap->fdtab. 2001-04-18 21:10:15 +00:00
fhandler_tape.cc Throughout, change fdtab references to cygheap->fdtab. 2001-04-18 21:10:15 +00:00
fhandler_termios.cc Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
fhandler_tty.cc Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
fhandler_windows.cc Remove trailing underscore from fhandler_base and friends, throughout. 2001-04-24 02:07:58 +00:00
fhandler_zero.cc Remove trailing underscore from fhandler_base and friends, throughout. 2001-04-24 02:07:58 +00:00
fork.cc Throughout, change fdtab references to cygheap->fdtab. 2001-04-18 21:10:15 +00:00
gcrt0.c Remove obvious brain freeze problem. 2001-03-11 16:46:28 +00:00
glob.c
gmon.c * cygrun.c (main): Fix compiler warning. 2001-04-03 02:53:25 +00:00
gmon.h
grp.cc * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16. 2001-04-25 09:43:25 +00:00
heap.cc Update copyrights. 2001-03-18 03:34:05 +00:00
heap.h
host_dependent.h
init.cc
ioctl.cc Throughout, change fdtab references to cygheap->fdtab. 2001-04-18 21:10:15 +00:00
localtime.c
malloc_wrapper.cc Throughout, change fdtab references to cygheap->fdtab. 2001-04-18 21:10:15 +00:00
mcount.c
misc-std.sgml
miscfuncs.cc
mkvers.sh * mkvers.sh: Include config.h so that DEBUGGING is correctly defined. 2001-03-12 16:20:30 +00:00
mmap.cc * mmap.cc (mmap): Drop usage of the same memory area if the same 2001-04-19 07:44:34 +00:00
net.cc * net.cc [errmap]: Add '0' condition. 2001-04-23 16:46:30 +00:00
ntdll.h
ntea.cc
passwd.cc * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16. 2001-04-25 09:43:25 +00:00
path.cc Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
path.h * path.h (path_conv::add_ext_from_sym): Declare. 2001-04-17 23:12:11 +00:00
path.sgml
perprocess.h * dlopen.c (dlopen): Return NULL when name is NULL (suggested by 2001-03-05 06:28:25 +00:00
perthread.h
pinfo.cc
pinfo.h * sched.cc: New file. Implement sched*. 2001-03-21 02:17:58 +00:00
pipe.cc Throughout, change fdtab references to cygheap->fdtab. 2001-04-18 21:10:15 +00:00
poll.cc Throughout, change fdtab references to cygheap->fdtab. 2001-04-18 21:10:15 +00:00
posix.sgml
profil.c * cygrun.c (main): Fix compiler warning. 2001-04-03 02:53:25 +00:00
profil.h
pthread.cc * fork.cc (fork_child): Call the __pthread_atforkchild function. 2001-04-13 15:28:20 +00:00
registry.cc
registry.h
resource.cc
scandir.cc
sched.cc * configure.in: Remove PTH_ALLOW. 2001-04-12 04:04:53 +00:00
sec_acl.cc * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16. 2001-04-25 09:43:25 +00:00
sec_helper.cc * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16. 2001-04-25 09:43:25 +00:00
security.cc * security.cc (alloc_sd): Add unrelated ACCESS_ALLOWED_ACE behind 2001-04-26 09:21:33 +00:00
security.h * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16. 2001-04-25 09:43:25 +00:00
select.cc Throughout, change fdtab references to cygheap->fdtab. 2001-04-18 21:10:15 +00:00
select.h
shared.cc * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16. 2001-04-25 09:43:25 +00:00
shared.sgml
shared_info.h * shared_info.h (mount_info): Remove mnt_ elements. 2001-04-02 04:27:12 +00:00
shortcut.c * shortcut.c (check_shortcut): Close input file handle before returning. 2001-04-22 16:19:27 +00:00
shortcut.h * shortcut.c: New file. Provides a C interface to reading of 2001-02-22 12:56:36 +00:00
signal.cc * sigproc.h (class sigframe): Implement 'unregister()' method. 2001-04-01 00:06:17 +00:00
sigproc.cc * thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reent 2001-04-27 18:50:59 +00:00
sigproc.h * thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reent 2001-04-27 18:50:59 +00:00
smallprint.c
spawn.cc Throughout, change fdtab references to cygheap->fdtab. 2001-04-18 21:10:15 +00:00
strace.cc Update copyright. 2001-03-07 17:45:03 +00:00
strsep.cc
sync.cc
sync.h
syscalls.cc Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
sysconf.cc Throughout, change fdtab references to cygheap->fdtab. 2001-04-18 21:10:15 +00:00
syslog.cc Throughout, change fdtab references to cygheap->fdtab. 2001-04-18 21:10:15 +00:00
termios.cc Throughout, change fdtab references to cygheap->fdtab. 2001-04-18 21:10:15 +00:00
test.c
textmode.c * autoload.c (cygwin_premain0): Add missing parameter. 2001-03-06 12:05:45 +00:00
thread.cc * thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reent 2001-04-27 18:50:59 +00:00
thread.h Sun Apr 22 20:22:00 2001 Robert Collins <rbtcollins@hotmail.com> 2001-04-21 14:23:47 +00:00
times.cc * thread.h (struct _winsup_t): Remove obsolete elements. Add available_drives 2001-04-01 03:06:02 +00:00
tty.cc Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
tty.h Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
tz_posixrules.h
uinfo.cc * uinfo.cc (internal_getlogin): Return pointer to struct passwd. 2001-04-25 12:54:21 +00:00
uname.cc * uname.c (uname): Default n in in86 to 6 if Windows returns > 6. 2001-04-15 20:39:46 +00:00
wait.cc * sigproc.h (class sigframe): Implement 'unregister()' method. 2001-04-01 00:06:17 +00:00
window.cc Fix spacing, copyrights. 2001-03-18 21:11:25 +00:00
winsup.h * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16. 2001-04-25 09:43:25 +00:00
winver.rc