libc/winsup/cygwin
Christopher Faylor e97377932b * fhandler.h (fhandler_tty_slave::archetype): Make public.
(report_tty_counts): New macro.  Use throughout for reporting tty use counts.
* dtable.cc (dtable::vfork_child_dup): Add debugging output for usecount
increment.  Increment open_fhs if appropriate.
(dtable::vfork_parent_restore): "Close" artificially bumped ctty.
(dtable::vfork_child_fixup): Close ctty since it was bumped prior to vfork.
Save open_fhs around close since the closing of these handles has no effect on
the console.
* fhandler_tty.cc (fhandler_tty_slave::open): Reorganize calls to allow for
easier tracking of usecount modification.
(fhandler_tty_slave::open): Ditto.
2003-12-27 17:41:17 +00:00
..
config/i386 Eliminate use of sigframe and sigthread throughout. 2003-11-28 20:55:59 +00:00
include * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
lib * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o. 2003-09-10 19:13:05 +00:00
libc * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
regex * regex/regex.h: Define regoff_t as _off_t. 2003-04-10 19:49:30 +00:00
regexp
CYGWIN_LICENSE
ChangeLog * fhandler.h (fhandler_tty_slave::archetype): Make public. 2003-12-27 17:41:17 +00:00
ChangeLog-1995
ChangeLog-1996
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002 Split ChangeLog, create ChangeLog-2002. 2003-01-10 12:32:49 +00:00
Makefile.in * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
ROADMAP
acconfig.h * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
ansi.sgml
assert.cc Cleanup calls to CreateFile throughout. 2002-09-19 15:12:48 +00:00
autoload.cc * Makefile.in: Add libusr32.a to DLL_IMPORTS. 2003-09-27 03:44:31 +00:00
automode.c
binmode.c
child_info.h * Makefile.in: Add YA method for generating devices.cc. 2003-10-01 12:36:39 +00:00
config.h.in * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
configure * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
configure.in * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
cpuid.h * termios.cc (setspeed): New function. 2003-04-16 03:03:45 +00:00
crt0.c * Makefile.in: Rework to accommodate new speclib arguments. 2003-08-06 01:40:12 +00:00
cxx.cc * cxx.cc (new): Fix formatting. Just return result of ccalloc rather than 2003-09-04 03:01:35 +00:00
cygerrno.h Throughout, remove "include <errno.h>" from files which already include 2003-06-16 03:24:13 +00:00
cygheap.cc * fhandler.h (fhandler_tty_slave::archetype): Make public. 2003-12-27 17:41:17 +00:00
cygheap.h * cygheap.h (cygheap_types): Add HEAP_ARCHETYPES. 2003-12-11 06:12:41 +00:00
cygmagic * child_info.h: Add _PROC_WHOOPS enum value. 2002-08-27 04:10:54 +00:00
cygmalloc.h * cygmalloc.h: Remove MORECORE_CANNOT_TRIM. It's not true. # cygwin.din: 2003-02-22 23:02:15 +00:00
cygserver.h * cygserver.h (client_request::request_code_t): Add 2003-11-19 18:50:23 +00:00
cygserver_ipc.h * cygserver.h (client_request::request_code_t): Add 2003-11-19 18:50:23 +00:00
cygserver_msg.h * cygserver.h (client_request::request_code_t): Add 2003-11-19 18:50:23 +00:00
cygserver_sem.h * cygserver.h (client_request::request_code_t): Add 2003-11-19 18:50:23 +00:00
cygserver_shm.h * cygserver.h (client_request::request_code_t): Add 2003-11-19 18:50:23 +00:00
cygthread.cc * cygthread.cc (cygthread::stub): Revert previous change and again subsume 2003-12-14 07:09:22 +00:00
cygthread.h * cygthread.cc (cygthread::stub): Revert previous change and again subsume 2003-12-14 07:09:22 +00:00
cygtls.cc add missing file 2003-12-23 16:43:45 +00:00
cygtls.h * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
cygwin-shilka * cygwin-shilka: Remove '#line directives' or suffer debugging oddities. Use 2003-09-27 05:35:02 +00:00
cygwin.din * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
cygwin.sc * cygwin.sc: Add recent changes from ld sources. 2002-06-23 18:55:23 +00:00
cygwin_version.h
dcrt0.cc * dcrt0.cc (reent_data): Reluctantly resurrect. 2003-12-26 04:40:52 +00:00
debug.cc Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
debug.h Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
delqueue.cc 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
devices.cc Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
devices.h Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAX 2003-12-03 16:35:52 +00:00
devices.in Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
dir.cc * dir.cc (mkdir): Use local security_descriptor. Call 2003-11-26 13:23:27 +00:00
dlfcn.cc * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
dll_init.cc 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
dll_init.h 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
dll_init.sgml
dlmalloc.c * devices.cc: New file. 2003-09-25 00:37:18 +00:00
dlmalloc.h * Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object. 2003-08-31 18:26:58 +00:00
dtable.cc * fhandler.h (fhandler_tty_slave::archetype): Make public. 2003-12-27 17:41:17 +00:00
dtable.h * cygheap.h (cygheap_types): Add HEAP_ARCHETYPES. 2003-12-11 06:12:41 +00:00
dtable.sgml
environ.cc 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
environ.h 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
errno.cc * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
exceptions.cc * exceptions.cc (try_to_debug): Fix off-by-one problem when resetting 2003-12-27 00:25:02 +00:00
exec.cc * devices.cc: New file. 2003-09-25 00:37:18 +00:00
external.cc * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
external.sgml
fcntl.cc * fcntl.cc (fcntl_worker): Remove static storage class. 2003-12-03 09:55:42 +00:00
fhandler.cc * winsup.h (access_worker): Declare with added fhandler_base parameter. 2003-12-15 04:16:42 +00:00
fhandler.h * fhandler.h (fhandler_tty_slave::archetype): Make public. 2003-12-27 17:41:17 +00:00
fhandler_clipboard.cc * devices.cc: New file. 2003-09-25 00:37:18 +00:00
fhandler_console.cc * cygheap.h (cygheap_types): Add HEAP_ARCHETYPES. 2003-12-11 06:12:41 +00:00
fhandler_disk_file.cc * winsup.h (access_worker): Declare with added fhandler_base parameter. 2003-12-15 04:16:42 +00:00
fhandler_dsp.cc * devices.cc: New file. 2003-09-25 00:37:18 +00:00
fhandler_fifo.cc Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
fhandler_floppy.cc Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAX 2003-12-03 16:35:52 +00:00
fhandler_mem.cc Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
fhandler_nodevice.cc * syscalls.cc (system): Strip signal considerations from here so that they are 2003-09-20 00:31:13 +00:00
fhandler_proc.cc 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
fhandler_process.cc * dcrt0.cc (reent_data): Reluctantly resurrect. 2003-12-26 04:40:52 +00:00
fhandler_random.cc Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
fhandler_raw.cc 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
fhandler_registry.cc 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
fhandler_serial.cc * fhandler_serial.cc (fhandler_serial::tcflush): Simplify. Remove 2003-12-11 18:07:42 +00:00
fhandler_socket.cc Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
fhandler_tape.cc Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
fhandler_termios.cc Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
fhandler_tty.cc * fhandler.h (fhandler_tty_slave::archetype): Make public. 2003-12-27 17:41:17 +00:00
fhandler_virtual.cc 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
fhandler_windows.cc * devices.cc: New file. 2003-09-25 00:37:18 +00:00
fhandler_zero.cc * devices.cc: New file. 2003-09-25 00:37:18 +00:00
flock.cc * fcntl.cc (fcntl_worker): Remove static storage class. 2003-12-03 09:55:42 +00:00
fork.cc * fork.cc (fork_child): After a pthread/fork, ensure that impure pointer stuff 2003-12-23 22:24:38 +00:00
gcrt0.c
gendef Eliminate use of sigframe and sigthread throughout. 2003-11-28 20:55:59 +00:00
gendevices * gendevices: Issue error when shilka is missing. 2003-11-28 21:20:15 +00:00
gentls_offsets * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
glob.c * glob.c: Eliminate __INSIDE_CYGWIN__ preprocessor conditionals 2003-03-19 21:38:25 +00:00
gmon.c 2002-05-25 Robert Collins <rbtcollins@hotmail.com> 2002-05-24 14:24:33 +00:00
gmon.h
grp.cc * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
heap.cc Eliminate use of sigframe and sigthread throughout. 2003-11-28 20:55:59 +00:00
heap.h * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap. 2002-10-22 16:18:55 +00:00
hires.h * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
how-autoload-works.txt whitespace 2002-12-12 03:09:38 +00:00
how-cygheap-works.txt
how-fhandlers-work.txt
how-signals-work.txt add out-of-date notice. 2003-12-15 04:44:30 +00:00
how-spawn-works.txt
how-to-debug-cygwin.txt add initial information 2002-07-13 21:15:10 +00:00
how-vfork-works.txt
init.cc * dcrt0.cc (reent_data): Reluctantly resurrect. 2003-12-26 04:40:52 +00:00
ioctl.cc Eliminate use of sigframe and sigthread throughout. 2003-11-28 20:55:59 +00:00
ipc.cc * exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if there 2003-07-26 04:53:59 +00:00
localtime.cc Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
malloc.cc * Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object. 2003-08-31 18:26:58 +00:00
malloc_wrapper.cc * devices.cc: New file. 2003-09-25 00:37:18 +00:00
mcount.c
misc-std.sgml
miscfuncs.cc * miscfuncs.cc (low_priority_sleep): Correct thinko which caused SetPriority to 2003-12-12 04:15:32 +00:00
mkvers.sh * mkvers.sh: Avoid "-dontuse" tags. 2003-05-29 03:50:15 +00:00
mmap.cc Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
msg.cc Eliminate use of sigframe and sigthread throughout. 2003-11-28 20:55:59 +00:00
net.cc * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
netdb.cc 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
newsym * newsym: Reenable removal of tmp directory. Just use ar to generate archive 2003-07-07 05:30:33 +00:00
ntdll.h * cygwin.din: Export _fdopen64 2003-07-25 16:13:12 +00:00
ntea.cc Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
passwd.cc * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
path.cc * path.cc (mount_item::build_win32): Backslashify paths in non-managed case. 2003-12-26 18:26:17 +00:00
path.h Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
path.sgml
perprocess.h
perthread.h * dcrt0.cc (reent_data): Reluctantly resurrect. 2003-12-26 04:40:52 +00:00
pinfo.cc * fhandler.h (fhandler_tty_slave::archetype): Make public. 2003-12-27 17:41:17 +00:00
pinfo.h * pinfo.h (pinfo::operator ==): Add a way to check for _pinfo types. 2003-12-17 22:47:32 +00:00
pipe.cc * devices.cc: New file. 2003-09-25 00:37:18 +00:00
poll.cc Eliminate use of sigframe and sigthread throughout. 2003-11-28 20:55:59 +00:00
posix.sgml
profil.c * profil.h (PROFADDR): Prevent overflow when text segments are larger than 2003-04-28 20:10:54 +00:00
profil.h * profil.h (PROFADDR): Prevent overflow when text segments are larger than 2003-04-28 20:10:54 +00:00
pseudo-reloc.cc * lib/pseudo-reloc.c: New file. 2002-12-09 22:49:12 +00:00
pthread.cc 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
pwdgrp.h * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
registry.cc 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
registry.h
resource.cc * cygheap.cc (creturn): Set appropriate errno when out of memory. 2003-07-09 01:33:06 +00:00
rmsym * rmsym: Don't use ranlib. 2003-07-07 05:32:24 +00:00
scandir.cc Throughout, remove "include <errno.h>" from files which already include 2003-06-16 03:24:13 +00:00
sched.cc * Makefile.in: Add libusr32.a to DLL_IMPORTS. 2003-09-27 03:44:31 +00:00
sec_acl.cc Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
sec_helper.cc Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
security.cc Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
security.h Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
select.cc Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
select.h
sem.cc Eliminate use of sigframe and sigthread throughout. 2003-11-28 20:55:59 +00:00
shared.cc * cygheap.cc (cygheap_init): Set cygheap->shared_prefix. 2003-12-01 15:03:43 +00:00
shared.sgml
shared_info.h 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
shm.cc Eliminate use of sigframe and sigthread throughout. 2003-11-28 20:55:59 +00:00
signal.cc * pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout. 2003-11-28 22:13:57 +00:00
sigproc.cc * dcrt0.cc (reent_data): Reluctantly resurrect. 2003-12-26 04:40:52 +00:00
sigproc.h * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
smallprint.c 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
spawn.cc * spawn.cc (spawn_guts): Change type back to 'int' after erroneous change 2003-12-08 00:21:17 +00:00
speclib * speclib: Use correct EOF marker. Ensure that directory is actually deleted 2003-11-28 20:51:11 +00:00
stackdump.sgml
strace.cc Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
string.h whitespace cleanup 2003-03-09 20:31:07 +00:00
strsep.cc Do some minor reformatting of 'extern "C"' use throughout. 2003-03-09 20:10:25 +00:00
sync.cc * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares. 2002-06-05 04:01:43 +00:00
sync.h * Makefile.in: Add support for new malloc.o and renamed malloc_wrapper.o. Use 2002-08-16 19:41:39 +00:00
syscalls.cc * syscalls.cc (close_all_files): Simplify logic around closing ctty. 2003-12-27 02:41:07 +00:00
sysconf.cc * devices.cc: New file. 2003-09-25 00:37:18 +00:00
syslog.cc * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
termios.cc Eliminate use of sigframe and sigthread throughout. 2003-11-28 20:55:59 +00:00
textmode.c
thread.cc * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
thread.h * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
times.cc * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
tlsoffsets.h * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
tty.cc * fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration. 2003-12-27 01:59:29 +00:00
tty.h * fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration. 2003-12-27 01:59:29 +00:00
tz_posixrules.h
uinfo.cc * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
uname.cc * autoload.cc: Fix copyright date. 2003-01-15 10:21:23 +00:00
wait.cc * pinfo.h (pinfo::operator ==): Add a way to check for _pinfo types. 2003-12-17 22:47:32 +00:00
winbase.h * cygthread.cc (cygthread::stub): Properly establish _threadinfo environment. 2003-12-03 05:21:55 +00:00
wincap.cc Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAX 2003-12-03 16:35:52 +00:00
wincap.h * Makefile.in: Add libusr32.a to DLL_IMPORTS. 2003-09-27 03:44:31 +00:00
window.cc * cygthread.cc (cygthread::stub): Revert previous change and again subsume 2003-12-14 07:09:22 +00:00
winsup.h * winsup.h (access_worker): Declare with added fhandler_base parameter. 2003-12-15 04:16:42 +00:00
winver.rc * winver.rc: Change Copyright hint to inlcude 2003. 2003-03-09 22:13:06 +00:00
wsock_event.h