libc/winsup/cygwin
Christopher Faylor 56a1971526 Throughout use "have_execed" macro rather than "hExeced" global handle.
Throughout rename _PROC_* to _CH_*.
* child_info.h: Include "pinfo.h".
(child_info_types): Rename _PROC_* -> _CH_* to avoid confusion with similarly
named constants.
(_PROC_*): Delete unneeded aliases.
(PROC_*): Ditto.
(CURR_CHILD_INFO_MAGIC): Ditto.
(cchildren): Define using "pinfo_minimal".
(child_info::set_saw_ctrl_c): Move to
(child_info_spawn::set_saw_ctrl_c): Here.
(child_info_spawn::lock): New field.
(child_info_spawn::hExeced): Ditto.
(child_info_spawn::ev): Ditto.
(child_info_spawn::~child_info_spawn): Move to sigproc.cc.
(child_info_spawn::child_info_spawn): Ditto.
(child_info_spawn::cleanup): Declare new function.
(child_info_spawn::set_saw_ctrl_c): Move to this class.  Set flag only when
execed and return true when we have set the flag.
(child_info_spawn::child_info_spawn::signal_myself_exited): New function.
(child_info_spawn::wait_for_myself): Ditto.
(child_info_spawn::has_execed_cygwin): Ditto.
(child_info_spawn::has_execed): Ditto.  Replaces "hExeced" test.
(child_info_spawn::operator HANDLE&): New operator.
(child_info_spawn::worker): Define old "spawn_guts" as class member.
(ch_spawn): Declare.
(have_execed): Define.
(have_execed_cygwin): Ditto.
* cygheap.h: Update comment.
* dcrt0.cc (get_cygwin_startup_info): Use _CH_* enums.
(child_info_spawn::handle_spawn): Ditto.
(dll_crt0_0): Ditto.
(multiple_cygwin_problem): Ditto.
* exceptions.cc (chExeced): Delete obsolete declaration.
(ctrl_c_handler): Reference set_saw_ctrl_c via new ch_spawn global.
* globals.cc (hExeced): Delete.
* pinfo.cc (pinfo::thisproc): Refer to cygheap as ::cygheap for consistency in
handle naming when -DDEBUGGING.
(pinfo::init): Accommodate case where myself.h is known but h0 is passed in.
(pinfo::pinfo): New constructor for setting up a pinfo passed in by previous
exec'or.
(pinfo::proc_waiter): Don't handle subprocess if we're in the process of
exiting due to an exec of a cygwin process.  Don't close rd_proc_pipe here.
Close it when we actually are finished with the process.  Use new
ch_spawn.signal_myself_exited function to let exec stub know that subprocess
has exited.
(pinfo::wait): Clarify debugging output.
(pinfo::release): Use "close_h" to close all handles to avoid races.
(winpids::add): Assume that elements of the array do not need to be zeroed and
are properly initialized or suffer problems on pinfo::release.  Don't close
hProcess since release does that now.
* pinfo.h: Update comment.
(pinfo_minimal): Move some elements from pinfo here so that child_info_spawn
can use them.
(pinfo): Inherit from pinfo_minimal.
(pinfo::pinfo): Modify to accommodate new pinfo_minimal.
(pinfo::allow_remove): New function.
* sigproc.cc (proc_subproc): Use boolean values for true/false.  Implement
PROC_EXEC_CLEANUP.
(proc_terminate): Set ppid = 1 since the procs list will only be iterated when
the process has not execed.  Don't do any cleanup here since it is now handled
in pinfo::release.
(sigproc_init): Initialize sync_proc_subproc earlier.
(child_info::child_info): Assume that all important fields are properly
initialized and avoid memset().
(child_info_spawn::child_info_spawn): Specifically test for execing and then
set up appropriate fields in the struct.
(child_info_spawn::cleanup): Define new function.
(child_info_spawn::record_children): Specifically test for being execed here.
Fill in pinfo_minimal part of children array.
(child_info_spawn::reattach_children): Use constructor to duplicate information
for previous exec'or.  Add more debugging output.
(remove_proc): Force deletion of thread when exiting due to exec.  Rely on
pinfo::cleanup in release.
* sigproc.h (PROC_EXEC_CLEANUP): New enum.
(PROC_DETACHED_CHILD): Delete.
* spawn.cc (chExeced): Delete.
(child_info_spawn::worker): Rename from spawn_guts.  Use elements of
child_info_spawn throughout rather than ch.whatever.  Use ::cygheap to refer to
global rather than element of child_info.  Use wait_for_myself() rather than
waitpid().  Call child_info_spawn::cleanup on function return.
(spawnve): Reflect movement of spawn_guts functionality into
child_info_spawn::worker.
* syscalls.cc (popen): Ditto.
* winsup.h (spawn_guts): Delete declaration.
2011-11-14 01:29:49 +00:00
..
config/i386 * config/i386/profile.h: Sync with Mingw. 2011-02-14 09:42:19 +00:00
include * include/cygwin/stdlib.h: Update copyright. 2011-11-08 05:50:18 +00:00
lib * Throughout fix copyright dates. 2011-02-15 15:56:03 +00:00
libc * fhandler.h (__ptsname): New macro. 2011-11-08 06:26:15 +00:00
regex * regex/regcomp.c (xwcrtomb): Fix one explicable and one inexcplicable C 2010-02-14 21:28:44 +00:00
ChangeLog Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
ChangeLog-1995
ChangeLog-1996
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002 * ChangeLog-2002: Fix typo. 2009-09-22 02:49:15 +00:00
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005 fix minor typo 2006-01-16 19:52:21 +00:00
ChangeLog-2006 * ChangeLog: Happy New Year. 2007-01-03 11:14:53 +00:00
ChangeLog-2007 * newsym: First stab at understanding data as well as functions. 2008-01-01 18:51:23 +00:00
ChangeLog-2008 * ChangeLog-2002: Fix typo. 2009-09-22 02:49:15 +00:00
ChangeLog-2009 * dcrt0.cc: Bump copyright. 2010-01-01 19:28:15 +00:00
ChangeLog-2010 * ChangeLog-2010: Create from ChangeLog. 2011-01-03 01:53:19 +00:00
Makefile.in * Makefile.in: Allow CFLAGS to be overridden from the environment. 2011-05-02 19:14:39 +00:00
ROADMAP
acconfig.h ChangeLog: 2009-01-21 17:14:39 +00:00
aclocal.m4 update to newer autoconf 2006-05-24 16:59:03 +00:00
advapi32.cc * advapi32.cc: Add comment. 2011-04-29 10:38:12 +00:00
analyze_sigfe * analyze_sigfe: New script. 2006-03-01 20:20:22 +00:00
assert.cc Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
autoload.cc * autoload.cc (GetModuleHandleExW): Define. 2011-08-16 14:44:26 +00:00
automode.c * winlean.h: New file. 2010-08-30 01:57:37 +00:00
binmode.c * winlean.h: New file. 2010-08-30 01:57:37 +00:00
child_info.h Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
config.h.in ChangeLog: 2009-01-21 17:14:39 +00:00
configure * configure.in: Remove AC_ALLOCA test and test for __builtin_memset. 2011-02-07 16:22:02 +00:00
configure.in * Throughout fix copyright dates. 2011-02-15 15:56:03 +00:00
cpuid.h
crt0.c * crt0.c (mainCRTStartup): Move call to _feinitialise from here... 2011-03-17 08:40:25 +00:00
ctype.cc whitespace elimination 2011-06-06 05:02:13 +00:00
cxx.cc * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting. 2009-08-13 07:35:50 +00:00
cygerrno.h * cygerrno.h (__set_errno): Modify debugging output to make searching strace 2011-10-15 22:37:30 +00:00
cygheap.cc Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
cygheap.h Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
cygheap_malloc.h * cygheap_malloc.h: New file. 2009-08-01 19:52:46 +00:00
cyglsa.h Change length for domain buffers from INTERNET_MAX_HOST_NAME_LENGTH to 2008-07-11 10:00:36 +00:00
cygmagic
cygmalloc.h * cygmalloc.h (__set_ENOMEM): Declare. 2007-02-08 11:35:52 +00:00
cygprops.h * cygprops.h: New file. 2009-10-31 13:24:06 +00:00
cygserver.h * Makefile.in (DLL_OFILES): Add setlsapwd.o. 2008-11-26 10:18:10 +00:00
cygserver_ipc.h
cygserver_msg.h * Makefile.in (DLL_OFILES): Add setlsapwd.o. 2008-11-26 10:18:10 +00:00
cygserver_sem.h * Makefile.in (DLL_OFILES): Add setlsapwd.o. 2008-11-26 10:18:10 +00:00
cygserver_setpwd.h * cygserver_setpwd.h (setlsapwd): Add username parameter to declaration. 2011-04-04 09:04:00 +00:00
cygserver_shm.h * Makefile.in (DLL_OFILES): Add setlsapwd.o. 2008-11-26 10:18:10 +00:00
cygthread.cc * tty.cc (grantpt): Check for valid fd. 2011-09-21 04:33:57 +00:00
cygthread.h * syscalls.cc (try_to_bin): Improve debug output. 2011-10-20 10:59:01 +00:00
cygtls.cc Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
cygtls.h * cygtls.h (struct _local_storage): Add cw_timer member. 2011-08-03 16:40:48 +00:00
cygwin-cxx.h winsup/ChangeLog: 2009-07-07 20:12:44 +00:00
cygwin-shilka Perform whitespace cleanup throughout. 2008-02-15 17:53:11 +00:00
cygwin.din * cygwin.din (ptsname_r): Export. 2011-11-07 20:05:49 +00:00
cygwin.sc * cygwin.sc: Raise default cygheap size to 2 Megs. 2011-03-18 18:16:37 +00:00
cygwin_version.h
cygxdr.cc whitespace elimination 2011-06-06 05:02:13 +00:00
cygxdr.h whitespace elimination 2011-06-06 05:02:13 +00:00
dcrt0.cc Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
debug.cc Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
debug.h * fhandler_tty.cc (fhandler_tty_slave::init): Add additional checks to 2010-09-20 20:25:50 +00:00
devices.cc Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*. 2011-10-20 14:02:54 +00:00
devices.h Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*. 2011-10-20 14:02:54 +00:00
devices.in Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*. 2011-10-20 14:02:54 +00:00
dir.cc whitespace elimination 2011-06-06 05:02:13 +00:00
dlfcn.cc * dlfcn.cc (gfpod_helper): Helper function to search DLL using 2011-09-01 08:17:07 +00:00
dll_init.cc * dll_init.cc: Use fabort in favor of api_fatal and fork_info->abort where 2011-08-03 17:58:59 +00:00
dll_init.h whitespace elimination 2011-06-06 05:02:13 +00:00
dll_init.sgml
dllfixdbg Perform whitespace cleanup throughout. 2008-02-15 17:53:11 +00:00
dlmalloc.c
dlmalloc.h
dtable.cc * fhandler.h (__ptsname): New macro. 2011-11-08 06:26:15 +00:00
dtable.h * dtable.cc (dtable::delete_archetype): Improve debugging output. 2011-10-22 16:26:30 +00:00
dtable.sgml
environ.cc * dtable.cc (conv_start_chars): Remove unneeded section attribute. 2011-08-21 18:45:07 +00:00
environ.h Add miscfuncs.h to files as needed throughout. 2008-04-07 16:15:45 +00:00
errno.cc * errno.cc (EIO): Lowercase "o" representative string. 2011-06-15 17:36:10 +00:00
exception.h * exception.h: Remove DEBUG_EXCEPTION left over debugging ifdef. 2011-02-09 15:40:37 +00:00
exceptions.cc Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
exec.cc * exec.cc: Include pinfo.h. 2011-01-20 11:09:21 +00:00
external.cc * external.cc (create_winenv): Rename from sync_winenv. Take 2011-10-05 12:27:37 +00:00
external.sgml
fcntl.cc * fcntl.cc (fcntl64): Call pthread_testcancel. 2011-04-30 16:34:48 +00:00
fenv.cc whitespace elimination 2011-06-06 05:02:13 +00:00
fhandler.cc * cygwin.din (ptsname_r): Export. 2011-11-07 20:05:49 +00:00
fhandler.h * fhandler.h (__ptsname): New macro. 2011-11-08 06:26:15 +00:00
fhandler_clipboard.cc Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
fhandler_console.cc Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
fhandler_disk_file.cc * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Check invalid 2011-10-21 17:43:00 +00:00
fhandler_dsp.cc Corinna Vinschen <corinna@vinschen.de> 2011-07-21 20:21:46 +00:00
fhandler_fifo.cc * fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, take 2011-10-30 04:50:36 +00:00
fhandler_floppy.cc * cygerrno.h (__set_errno): Modify debugging output to make searching strace 2011-10-15 22:37:30 +00:00
fhandler_mailslot.cc whitespace elimination 2011-06-06 05:02:13 +00:00
fhandler_mem.cc * fhandler.h (class fhandler_dev_mem): Remove dup method declaration. 2011-07-31 12:37:52 +00:00
fhandler_netdrive.cc Drop NT4 support. 2011-04-04 12:23:36 +00:00
fhandler_nodevice.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
fhandler_proc.cc Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*. 2011-10-20 14:02:54 +00:00
fhandler_process.cc * fhandler_process.cc (dos_drive_mappings::fixup_if_match): Convert 2011-10-15 19:13:57 +00:00
fhandler_procnet.cc Rename FH_BAD to FH_NADA throughout. 2011-06-12 20:15:26 +00:00
fhandler_procsys.cc whitespace elimination 2011-06-06 05:02:13 +00:00
fhandler_procsysvipc.cc Rename FH_BAD to FH_NADA throughout. 2011-06-12 20:15:26 +00:00
fhandler_random.cc Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
fhandler_raw.cc * cygerrno.h (__set_errno): Modify debugging output to make searching strace 2011-10-15 22:37:30 +00:00
fhandler_registry.cc Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
fhandler_serial.cc * cygerrno.h (__set_errno): Modify debugging output to make searching strace 2011-10-15 22:37:30 +00:00
fhandler_socket.cc * cygerrno.h (__set_errno): Modify debugging output to make searching strace 2011-10-15 22:37:30 +00:00
fhandler_tape.cc Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
fhandler_termios.cc * dtable.cc (dtable::delete_archetype): Improve debugging output. 2011-10-22 16:26:30 +00:00
fhandler_tty.cc Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
fhandler_virtual.cc Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
fhandler_virtual.h * autoload.cc: Call _api_fatal in asm. 2011-05-28 18:17:09 +00:00
fhandler_windows.cc Corinna Vinschen <corinna@vinschen.de> 2011-07-21 20:21:46 +00:00
fhandler_zero.cc * sigproc.h (wait_for_sigthread): Eliminate parameter. 2009-07-24 20:54:33 +00:00
flock.cc * flock.cc (inode_t::unlock_and_remove_if_unused): Rename from 2011-08-31 16:35:19 +00:00
fork.cc Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
gcrt0.c
gendef * exceptions.cc (_cygtls::interrupt_now): Revert to checking for "spinning" 2010-08-01 19:10:52 +00:00
gendevices * analyze_sigfe: New script. 2006-03-01 20:20:22 +00:00
gentls_offsets * cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed code. 2008-12-13 21:05:31 +00:00
glob.cc Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
glob_pattern_p.cc * glob_pattern_p.cc: New file. 2008-12-31 21:33:34 +00:00
globals.cc Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
gmon.c * winlean.h: New file. 2010-08-30 01:57:37 +00:00
gmon.h
grp.cc * cygwin.din (getgrouplist): Export. 2011-10-28 09:26:42 +00:00
heap.cc * heap.cc (eval_initial_heap_size): New function fetching the heap 2011-08-09 12:00:27 +00:00
heap.h
hires.h * cygtls.h (struct _local_storage): Add cw_timer member. 2011-08-03 16:40:48 +00:00
hookapi.cc * hookapi.cc (hook_or_detect_cygwin): Take additional handle 2011-10-25 16:35:58 +00:00
how-autoload-works.txt
how-cygheap-works.txt
how-cygtls-works.txt
how-fhandlers-work.txt
how-signals-work.txt
how-spawn-works.txt * how-spawn-works.txt: Add "out of date" note. 2009-07-12 21:26:40 +00:00
how-startup-shutdown-works.txt * how-startup-shutdown-works.txt: Add new document. 2010-02-02 01:54:55 +00:00
how-to-debug-cygwin.txt Put an underscore in front of the "active" in "strace.active". 2006-05-28 21:39:37 +00:00
how-vfork-works.txt * how-spawn-works.txt: Add "out of date" note. 2009-07-12 21:26:40 +00:00
init.cc * dcrt0.cc (dll_crt0_0): Remove unneeded __stdcall decoration. 2011-08-18 15:59:16 +00:00
ioctl.cc Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*. 2011-10-20 14:02:54 +00:00
ipc.cc Remove all traces of __CYGWIN_USE_BIG_TYPES__. 2010-02-26 09:36:21 +00:00
kernel32.cc Drop NT4 support. 2011-04-04 12:23:36 +00:00
lc_era.h * lc_era.h (lc_era_t): Fix apparent glibc bug in ja_JP era definition. 2010-02-25 16:55:02 +00:00
lc_msg.h * lc_msg.h: Regenerate. 2011-09-01 19:19:29 +00:00
libstdcxx_wrapper.cc * fhandler.h (fhandler_cygdrive:DRVSZ): New enum. 2009-08-04 04:20:36 +00:00
localtime.cc * localtime.cc (tzload): Don't change global timezone information 2011-04-18 19:07:18 +00:00
lsearch.cc Remove unneeded header files from source files throughout. 2008-04-07 18:45:59 +00:00
malloc.cc
malloc_wrapper.cc * cygwin.din: Export reallocf. 2009-02-16 20:22:38 +00:00
mcount.c Remove unneeded header files from source files throughout. Update copyrights 2009-01-03 05:12:22 +00:00
miscfuncs.cc * fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, take 2011-10-30 04:50:36 +00:00
miscfuncs.h * miscfuncs.cc (CreatePipeOverlapped): New function. 2011-08-13 10:28:15 +00:00
mkglobals_h * include/sys/cygwin.h (CW_SETERRNO): Define. 2009-01-09 05:18:02 +00:00
mkimport * mkstatic: Make sure that we are not cd'ed to temporary directory on exit to 2011-02-11 18:00:55 +00:00
mkstatic * mkstatic: Make sure that we are not cd'ed to temporary directory on exit to 2011-02-11 18:00:55 +00:00
mktemp.cc Add mkostemp and mkostemps. 2010-07-19 18:22:40 +00:00
mkvers.sh update copyright 2010-04-10 05:47:54 +00:00
mmap.cc whitespace elimination 2011-06-06 05:02:13 +00:00
mmap_helper.h whitespace elimination 2011-06-06 05:02:13 +00:00
mount.cc * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Check invalid 2011-10-21 17:43:00 +00:00
mount.h * globals.cc (ro_u_ncfsd): New R/O unicode string. 2011-10-21 08:29:19 +00:00
msg.cc ChangeLog: 2009-01-21 17:14:39 +00:00
mtinfo.h * fhandler_tape.cc (mtinfo::initialize): Remove synchronization stuff. 2008-07-15 11:42:45 +00:00
net.cc * net.cc (socketpair): Bind first socket to loopback only as well. 2011-10-05 06:18:16 +00:00
netdb.cc * autoload.cc (LoadDLLprime): Change dllname storage to string16. 2010-08-28 08:51:21 +00:00
nfs.cc * fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_ea): Simplify. 2010-10-02 19:03:44 +00:00
nfs.h * fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_ea): Simplify. 2010-10-02 19:03:44 +00:00
nlsfuncs.cc whitespace elimination 2011-06-06 05:02:13 +00:00
ntdll.h * fhandler.cc (fhandler_base::open): Fix typo in comment. 2011-08-27 20:01:29 +00:00
ntea.cc * ntdll.h (STATUS_NOT_FOUND): Define. 2011-08-09 09:14:28 +00:00
passwd.cc * autoload.cc (UuidCreate): Remove. 2011-03-29 10:42:11 +00:00
path.cc * path.cc (path_conv::get_nt_native_path): Avoid dereferencing path when it is 2011-10-23 17:19:17 +00:00
path.h * dtable.cc (dtable::delete_archetype): Improve debugging output. 2011-10-22 16:26:30 +00:00
path.sgml * path.sgml (func-cygwin-conv-path): Clarify meaning of size parameter. 2009-12-18 10:11:56 +00:00
perprocess.h
pinfo.cc Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
pinfo.h Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
pipe.cc * fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, take 2011-10-30 04:50:36 +00:00
poll.cc * poll.cc (poll): Don't return prematurely if invalid fds have been 2011-08-23 14:05:04 +00:00
posix.sgml * posix.sgml (std-gnu): Add ptsname_r. 2011-11-08 09:24:58 +00:00
posix_ipc.cc whitespace elimination 2011-06-06 05:02:13 +00:00
profil.c * winlean.h: New file. 2010-08-30 01:57:37 +00:00
profil.h
pseudo-reloc.cc whitespace elimination 2011-06-06 05:02:13 +00:00
pthread.cc * cygwin.din (pthread_spin_destroy): Export. 2011-03-29 10:32:40 +00:00
pwdgrp.h * pwdgrp.h (pwdgrp::refresh): Fix indentation. 2008-12-20 09:35:18 +00:00
random.cc * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error. 2008-09-11 04:34:24 +00:00
registry.cc whitespace elimination 2011-06-06 05:02:13 +00:00
registry.h * registry.cc (reg_key::get_dword): Rename from get_int, use DWORD 2011-04-23 13:15:46 +00:00
resource.cc * resource.cc (getrlimit): Just return RLIM_INFINITY in a request for 2011-08-07 19:49:08 +00:00
scandir.cc
sched.cc * sched.c (sched_yield): Just call SwitchToThread because yield now 2011-07-06 18:35:44 +00:00
sec_acl.cc * advapi32.cc: Add comment. 2011-04-29 10:38:12 +00:00
sec_auth.cc * sec_auth.cc (get_token_group_sidlist): Add CONSOLE LOGON SID on 2011-10-15 16:31:57 +00:00
sec_helper.cc * sec_auth.cc (get_token_group_sidlist): Add CONSOLE LOGON SID on 2011-10-15 16:31:57 +00:00
security.cc * fhandler_disk_file.cc (__DIR_mounts::eval_ino): Create path_conv 2011-07-26 13:30:41 +00:00
security.h * sec_auth.cc (get_token_group_sidlist): Add CONSOLE LOGON SID on 2011-10-15 16:31:57 +00:00
security.sgml * path.sgml: Remove documentation for old path API. Add documentation 2008-03-13 15:18:10 +00:00
select.cc Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*. 2011-10-20 14:02:54 +00:00
select.h * select.cc (cygwin_select): Make degenerate case cancelable. 2011-05-03 15:58:52 +00:00
sem.cc ChangeLog: 2009-01-21 17:14:39 +00:00
setlsapwd.cc * cygserver_setpwd.h (setlsapwd): Add username parameter to declaration. 2011-04-04 09:04:00 +00:00
shared.cc * shared.cc (open_shared): Fix memory reservation of essential shared 2011-10-24 09:19:58 +00:00
shared_info.h * heap.cc (eval_initial_heap_size): New function fetching the heap 2011-08-09 12:00:27 +00:00
shm.cc Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess 2009-12-18 20:32:04 +00:00
signal.cc Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
sigproc.cc Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
sigproc.h Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
smallprint.cc whitespace elimination 2011-06-06 05:02:13 +00:00
sortdin * sortdin: Ignore all leading underscores when deriving a sort key. 2006-07-05 16:06:50 +00:00
spawn.cc Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
speclib * mkstatic: Make sure that we are not cd'ed to temporary directory on exit to 2011-02-11 18:00:55 +00:00
spinlock.h * shared_info.h (user_info): Add dll_crt0_1 as a friend. 2010-03-15 21:29:15 +00:00
stackdump.sgml
strace.cc Throughout, open console handles with sharing for reading and writing. 2011-07-04 15:25:36 +00:00
strfuncs.cc whitespace elimination 2011-06-06 05:02:13 +00:00
string.h * exec.cc (strccpy): Move function from here... 2011-01-19 09:41:54 +00:00
strsep.cc
strsig.cc * cygwin.din (psiginfo): Export. 2011-05-04 22:12:15 +00:00
sync.cc * cygheap.cc (init_cygheap::close_ctty): Avoid closing console-cttys since they 2011-04-21 00:53:55 +00:00
sync.h * spinlock.h: New file. 2010-03-13 19:34:35 +00:00
syscalls.cc Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
sysconf.cc * cygwin.din (pthread_condattr_getclock): Export. 2011-07-21 09:39:22 +00:00
syslog.cc * fhandler_socket.cc (get_inet_addr): Rearrange for better readability. 2011-05-11 08:20:17 +00:00
termios.cc * cygwin.din: Remove some _tc* exports. Add tcgetsid(). 2011-10-11 23:20:38 +00:00
textmode.c * winlean.h: New file. 2010-08-30 01:57:37 +00:00
textreadmode.c * winlean.h: New file. 2010-08-30 01:57:37 +00:00
thread.cc * thread.cc (pthread::pthread): Drop setting parent_tls. Call 2011-08-24 15:18:17 +00:00
thread.h * thread.cc (pthread::pthread): Drop setting parent_tls. Call 2011-08-24 15:18:17 +00:00
timer.cc Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
times.cc * cygtls.h (struct _local_storage): Add cw_timer member. 2011-08-03 16:40:48 +00:00
tls_pbuf.cc * init.cc (search_for): Put this in shared section or suffer subtle problems 2010-12-12 05:48:29 +00:00
tls_pbuf.h * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767. 2008-03-12 12:41:50 +00:00
tlsoffsets.h * cygtls.h (struct _local_storage): Add cw_timer member. 2011-08-03 16:40:48 +00:00
tmpbuf.h * tmpbuf.h: New file. 2010-06-21 19:55:12 +00:00
tty.cc * fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, take 2011-10-30 04:50:36 +00:00
tty.h * cygerrno.h (__set_errno): Modify debugging output to make searching strace 2011-10-15 22:37:30 +00:00
tz_posixrules.h
uinfo.cc whitespace elimination 2011-06-06 05:02:13 +00:00
uname.cc Remove unneeded header files from source files throughout. 2008-04-07 18:45:59 +00:00
wait.cc * cygtls.h (struct _local_storage): Add cw_timer member. 2011-08-03 16:40:48 +00:00
wchar.h Replace regex files with multibyte-aware version from FreeBSD. 2010-02-04 12:35:49 +00:00
winbase.h * winbase.h (ilockexch): Avoid making 'ret' volatile. 2009-07-07 21:41:43 +00:00
wincap.cc * sec_auth.cc (get_token_group_sidlist): Add CONSOLE LOGON SID on 2011-10-15 16:31:57 +00:00
wincap.h * sec_auth.cc (get_token_group_sidlist): Add CONSOLE LOGON SID on 2011-10-15 16:31:57 +00:00
window.cc Throughout, use user32 UNICODE functions rather than ANSI functions. 2011-05-01 14:35:12 +00:00
winf.cc * cygheap_malloc.h: New file. 2009-08-01 19:52:46 +00:00
winf.h * exec.cc: Include pinfo.h. 2011-01-20 11:09:21 +00:00
wininfo.h GCC 4.1 fixes. 2006-07-17 19:30:30 +00:00
winlean.h * autoload.cc (GetConsoleWindow): Drop. 2011-04-19 10:15:09 +00:00
winsup.h Throughout use "have_execed" macro rather than "hExeced" global handle. 2011-11-14 01:29:49 +00:00
winver.rc * winver.rc: Fix copyright dates. 2011-03-16 21:10:51 +00:00