newlib/winsup/cygwin
Christopher Faylor aed6988a36 * exceptions.cc (call_signal_handler_now): Add additional guard against
inappropriately calling signal handler.
* syscalls.cc (_read): Reset errno if not exiting due to signal.
2001-09-12 05:09:24 +00:00
..
config/i386 Update copyrights. 2001-09-11 20:01:02 +00:00
include Update copyrights. 2001-09-11 20:01:02 +00:00
lib Update copyrights. 2001-09-11 20:01:02 +00:00
regexp * exceptions.cc (ctrl_c_handler): Always send signal to process if it has no 2001-05-04 20:39:38 +00:00
CYGWIN_LICENSE
ChangeLog * exceptions.cc (call_signal_handler_now): Add additional guard against 2001-09-12 05:09:24 +00:00
ChangeLog-1995
ChangeLog-1996
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
Makefile.in Update copyrights. 2001-09-11 20:01:02 +00:00
ROADMAP
acconfig.h
ansi.sgml
assert.cc
autoload.cc Wed Sep 12 13:03:00 2001 Robert Collins <rbtcollins@hotmail.com> 2001-09-12 03:18:05 +00:00
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 * child_info.h (PROC_MAGIC): Bump magic number. 2001-09-09 17:01:47 +00:00
config.h.in * dlmalloc.c: New file. Port of Doug Lea's malloc 2001-04-24 15:25:31 +00:00
configure * configure.in: Allow --enable-newvfork to turn NEWVFORK on and off. 2001-05-21 19:13:48 +00:00
configure.in Update copyrights. 2001-09-11 20:01:02 +00:00
cygerrno.h * cygerrno.h: Revert previous patch. 2001-02-22 14:51:16 +00:00
cygheap.cc * cygheap.cc (cygheap_fixup_in_child): Clear cygheap->base so that heap is not 2001-09-09 19:06:50 +00:00
cygheap.h Update copyrights. 2001-09-11 20:01:02 +00:00
cygrun.c Update copyrights. 2001-09-11 20:01:02 +00:00
cygwin.din * cygwin.din: Remove cygwin_getshared. 2001-09-11 15:25:08 +00:00
cygwin.sc experiment. 2001-09-07 01:13:47 +00:00
cygwin_version.h Update copyrights. 2001-09-11 20:01:02 +00:00
dcrt0.cc Tue Sep 11 18:15:00 2001 Robert Collins <rbtcollins@hotmail.com> 2001-09-11 08:15:39 +00:00
debug.cc * debug.cc (mark_closed): Rename from debug_mark_closed and make static. 2001-09-01 05:17:34 +00:00
debug.h Update copyrights. 2001-09-11 20:01:02 +00:00
delqueue.cc Update copyrights. 2001-09-11 20:01:02 +00:00
dir.cc Update copyrights. 2001-09-11 20:01:02 +00:00
dlfcn.cc Throughout, reorganize header file inclusion to put security.h prior to 2001-07-26 19:22:24 +00:00
dll_init.cc Update copyrights. 2001-09-11 20:01:02 +00:00
dll_init.h Update copyrights. 2001-09-11 20:01:02 +00:00
dll_init.sgml
dlmalloc.c * cygheap.h (init_cygheap): Move heap pointers here. 2001-09-07 21:32:07 +00:00
dlmalloc.h * dlmalloc.c: New file. Port of Doug Lea's malloc 2001-04-24 15:25:31 +00:00
dtable.cc Update copyrights. 2001-09-11 20:01:02 +00:00
dtable.h * syscalls.cc (setsid): Detach process from its console if the current 2001-07-26 00:10:52 +00:00
dtable.sgml
environ.cc Move appropriate variables to NO_COPY segment, throughout. 2001-09-06 05:17:22 +00:00
environ.h
errno.cc Move appropriate variables to NO_COPY segment, throughout. 2001-09-06 05:17:22 +00:00
exceptions.cc * exceptions.cc (call_signal_handler_now): Add additional guard against 2001-09-12 05:09:24 +00:00
exec.cc Update copyrights. 2001-09-11 20:01:02 +00:00
external.cc * cygheap.h (init_cygheap): Move heap pointers here. 2001-09-07 21:32:07 +00:00
external.sgml
fcntl.cc Update copyrights. 2001-09-11 20:01:02 +00:00
fhandler.cc Update copyrights. 2001-09-11 20:01:02 +00:00
fhandler.h Update copyrights. 2001-09-11 20:01:02 +00:00
fhandler_clipboard.cc Move appropriate variables to NO_COPY segment, throughout. 2001-09-06 05:17:22 +00:00
fhandler_console.cc * cygheap.h (init_cygheap): Move heap pointers here. 2001-09-07 21:32:07 +00:00
fhandler_dsp.cc Throughout, reorganize header file inclusion to put security.h prior to 2001-07-26 19:22:24 +00:00
fhandler_floppy.cc * cygheap.h (init_cygheap): Move heap pointers here. 2001-09-07 21:32:07 +00:00
fhandler_mem.cc * cygheap.h (init_cygheap): Move heap pointers here. 2001-09-07 21:32:07 +00:00
fhandler_random.cc Update copyrights. 2001-09-11 20:01:02 +00:00
fhandler_raw.cc Throughout, reorganize header file inclusion to put security.h prior to 2001-07-26 19:22:24 +00:00
fhandler_serial.cc Throughout, reorganize header file inclusion to put security.h prior to 2001-07-26 19:22:24 +00:00
fhandler_socket.cc * cygheap.h (init_cygheap): Move heap pointers here. 2001-09-07 21:32:07 +00:00
fhandler_tape.cc Update copyrights. 2001-09-11 20:01:02 +00:00
fhandler_termios.cc * fhandler_console.cc (get_tty_stuff): Don't initialize shared memory console 2001-08-07 05:15:59 +00:00
fhandler_tty.cc * cygheap.h (init_cygheap): Move heap pointers here. 2001-09-07 21:32:07 +00:00
fhandler_windows.cc Update copyrights. 2001-09-11 20:01:02 +00:00
fhandler_zero.cc Update copyrights. 2001-09-11 20:01:02 +00:00
fork.cc Tue Sep 11 18:15:00 2001 Robert Collins <rbtcollins@hotmail.com> 2001-09-11 08:15:39 +00:00
gcrt0.c Update copyrights. 2001-09-11 20:01:02 +00:00
glob.c
gmon.c * cygheap.h (init_cygheap): Move heap pointers here. 2001-09-07 21:32:07 +00:00
gmon.h
grp.cc Update copyrights. 2001-09-11 20:01:02 +00:00
heap.cc * cygheap.cc (cygheap_fixup_in_child): Clear cygheap->base so that heap is not 2001-09-09 19:06:50 +00:00
heap.h Update copyrights. 2001-09-11 20:01:02 +00:00
host_dependent.h
how-cygheap-works.txt Another in the how-it-works series. 2001-09-06 16:53:48 +00:00
how-signals-work.txt minor wording changes 2001-09-05 20:12:38 +00:00
how-vfork-works.txt top level overview of vfork. 2001-09-05 19:43:52 +00:00
init.cc Update copyrights. 2001-09-11 20:01:02 +00:00
ioctl.cc Update copyrights. 2001-09-11 20:01:02 +00:00
localtime.cc Move appropriate variables to NO_COPY segment, throughout. 2001-09-06 05:17:22 +00:00
malloc_wrapper.cc Update copyrights. 2001-09-11 20:01:02 +00:00
mcount.c
misc-std.sgml
miscfuncs.cc * cygheap.h (init_cygheap): Move heap pointers here. 2001-09-07 21:32:07 +00:00
mkvers.sh Update copyrights. 2001-09-11 20:01:02 +00:00
mmap.cc Update copyrights. 2001-09-11 20:01:02 +00:00
net.cc Update copyrights. 2001-09-11 20:01:02 +00:00
ntdll.h Update copyrights. 2001-09-11 20:01:02 +00:00
ntea.cc Update copyrights. 2001-09-11 20:01:02 +00:00
passwd.cc Update copyrights. 2001-09-11 20:01:02 +00:00
path.cc * cygheap.h (init_cygheap): Move heap pointers here. 2001-09-07 21:32:07 +00:00
path.h Change check_null_empty_path* to check_null_empty_str* throughout. 2001-06-28 02:19:57 +00:00
path.sgml revert. 2001-06-01 01:45:53 +00:00
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 Remove initialization of static or global values to zero, throughout. This 2001-09-06 04:41:59 +00:00
pinfo.h Throughout, change check for running under Windows NT to 'iswinnt'. 2001-08-04 21:10:52 +00:00
pipe.cc Update copyrights. 2001-09-11 20:01:02 +00:00
poll.cc Update copyrights. 2001-09-11 20:01:02 +00:00
posix.sgml
profil.c Update copyrights. 2001-09-11 20:01:02 +00:00
profil.h Update copyrights. 2001-09-11 20:01:02 +00:00
pthread.cc * fork.cc (fork_child): Call the __pthread_atforkchild function. 2001-04-13 15:28:20 +00:00
pwdgrp.h * pwdgrp.h (pwdgrp_check::set_last_modified): Call GetFileTime() 2001-09-09 21:57:44 +00:00
registry.cc Update copyrights. 2001-09-11 20:01:02 +00:00
registry.h Update copyrights. 2001-09-11 20:01:02 +00:00
resource.cc Update copyrights. 2001-09-11 20:01:02 +00:00
scandir.cc Update copyrights. 2001-09-11 20:01:02 +00:00
sched.cc * mmap.cc: Clean up *ResourceLock calls throughout. 2001-06-26 14:47:48 +00:00
sec_acl.cc Update copyrights. 2001-09-11 20:01:02 +00:00
sec_helper.cc Update copyrights. 2001-09-11 20:01:02 +00:00
security.cc Update copyrights. 2001-09-11 20:01:02 +00:00
security.h * cygheap.h (init_cygheap): Move heap pointers here. 2001-09-07 21:32:07 +00:00
select.cc * cygwin.sc: New file -- linker script for building cygwin DLL. 2001-08-31 05:06:14 +00:00
select.h Update copyrights. 2001-09-11 20:01:02 +00:00
shared.cc * cygwin.din: Remove cygwin_getshared. 2001-09-11 15:25:08 +00:00
shared.sgml
shared_info.h Update copyrights. 2001-09-11 20:01:02 +00:00
shortcut.c * cygheap.h (init_cygheap): Move heap pointers here. 2001-09-07 21:32:07 +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 * cygheap.h (init_cygheap): Move heap pointers here. 2001-09-07 21:32:07 +00:00
sigproc.cc * sigproc.cc (NZOMBIES): Reduce substantially to minimize memory use. 2001-09-10 00:19:06 +00:00
sigproc.h * sigproc.h (sigframe::unregister): Return true/false whether this frame is 2001-09-12 01:56:32 +00:00
smallprint.c Update copyrights. 2001-09-11 20:01:02 +00:00
spawn.cc Update copyrights. 2001-09-11 20:01:02 +00:00
strace.cc Update copyright. 2001-03-07 17:45:03 +00:00
string.h * string.h (cygwin_strchr): Make 'static inline' so that things will still work 2001-05-06 16:00:23 +00:00
strsep.cc
sync.cc change copyright. 2001-09-11 17:02:23 +00:00
sync.h Update copyrights. 2001-09-11 20:01:02 +00:00
syscalls.cc * exceptions.cc (call_signal_handler_now): Add additional guard against 2001-09-12 05:09:24 +00:00
sysconf.cc Update copyrights. 2001-09-11 20:01:02 +00:00
syslog.cc Update copyrights. 2001-09-11 20:01:02 +00:00
termios.cc * dtable.cc (dtable::dup2): Allow extension of fd table by dup2. 2001-08-23 02:27:01 +00:00
test.c Update copyrights. 2001-09-11 20:01:02 +00:00
textmode.c * autoload.c (cygwin_premain0): Add missing parameter. 2001-03-06 12:05:45 +00:00
thread.cc minor cleanups 2001-09-12 04:47:47 +00:00
thread.h Wed Sep 12 13:03:00 2001 Robert Collins <rbtcollins@hotmail.com> 2001-09-12 03:18:05 +00:00
times.cc * cygheap.h (init_cygheap): Move heap pointers here. 2001-09-07 21:32:07 +00:00
tty.cc Remove initialization of static or global values to zero, throughout. This 2001-09-06 04:41:59 +00:00
tty.h Update copyrights. 2001-09-11 20:01:02 +00:00
tz_posixrules.h Move appropriate variables to NO_COPY segment, throughout. 2001-09-06 05:17:22 +00:00
uinfo.cc Update copyrights. 2001-09-11 20:01:02 +00:00
uname.cc Update copyrights. 2001-09-11 20:01:02 +00:00
wait.cc * sigproc.h (class sigframe): Implement 'unregister()' method. 2001-04-01 00:06:17 +00:00
window.cc Update copyrights. 2001-09-11 20:01:02 +00:00
winsup.h * cygheap.cc (init_cygheap::etc_changed): New method to signal 2001-09-09 16:52:37 +00:00
winver.rc * winver.rc: Change copyright to include 2001. 2001-09-05 19:36:49 +00:00