summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * select.cc (start_thread_socket): Remove attempt to delay reading of exitsockChristopher Faylor2004-10-202-6/+12
* revert erroneous checkinChristopher Faylor2004-10-201-7/+4
* * fhandler_console.cc (fhandler_console::fixup_after_exec): Fix error message.Christopher Faylor2004-10-203-8/+16
* * select.cc (start_thread_socket): Remove unused code.Christopher Faylor2004-10-132-6/+4
* * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Revert previous checkin.Christopher Faylor2004-10-112-1/+5
* * cygtls.h (exitsock): New element.Christopher Faylor2004-10-115-127/+137
* * cygheap.h (class cygheap_user): Add psystemroot member andCorinna Vinschen2004-10-074-11/+47
* * dcrt0.cc (dll_crt0_0): Drop duplicated line.Corinna Vinschen2004-10-072-1/+4
* revert erroneously applied changeChristopher Faylor2004-10-071-1/+0
* * spawn.cc (pthread_cleanup::oldmask): Default to invalid signal mask.Christopher Faylor2004-10-073-2/+10
* * fhandler_tty.cc (fhandler_tty_slave::read): Use previouslyCorinna Vinschen2004-10-072-1/+6
* 2004-10-05 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-10-064-5/+12
* revert erroneous checkinChristopher Faylor2004-10-051-1/+1
* * pinfo.cc (_pinfo::commune_send): Correct debugging output.Christopher Faylor2004-10-053-2/+6
* fix erroneous checkinChristopher Faylor2004-10-041-1/+1
* * include/cygwin/signal.h: Add siginterrupt definition.Christopher Faylor2004-10-042-1/+6
* 2004-10-02 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-10-024-5/+9
* * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Disallow attempts to setChristopher Faylor2004-09-282-1/+6
* * lib/_cygwin_crt0_common.cc: Revert patch from 2004-09-16. BrakesCorinna Vinschen2004-09-272-0/+12
* Sergey Ivanov <seriv@parkheights.dyndns.org>Christopher Faylor2004-09-242-5/+11
* 2004-09-22 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-09-232-7/+12
* * exceptions.cc (sig_handle_tty_stop): Set flag earlier.Christopher Faylor2004-09-202-1/+5
* .Christopher Faylor2004-09-201-1/+1
* * exceptions.cc (sig_handle_tty_stop): Set flag that we are in a cygwinChristopher Faylor2004-09-203-1/+10
* * syscalls.cc (unlink): Don't use "delete on close" on remote shares.Corinna Vinschen2004-09-172-2/+22
* * cygwin.din (_impure_ptr): And export again. There are libs out there.Corinna Vinschen2004-09-172-0/+5
* * cygwin.din (_impure_ptr): Don't export.Corinna Vinschen2004-09-163-8/+8
* * cygwin.din (_impure_ptr): Export.Christopher Faylor2004-09-164-6/+17
* * cygtls.h: Add alignment kludge to fix disparity between compilers.Christopher Faylor2004-09-144-55/+75
* * autoload.cc (EnumProcessModules): Add.Corinna Vinschen2004-09-144-1/+30
* * fork.cc (slow_pid_reuse): Temporarily double the number of pids held toChristopher Faylor2004-09-142-1/+6
* trivia change to force a new snapshotChristopher Faylor2004-09-131-4/+4
* * sigproc.cc (wait_sig): Ensure that waiting threads are awoken after returningChristopher Faylor2004-09-122-8/+21
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor2004-09-122-1/+5
* check in file missing from previous checkin.Christopher Faylor2004-09-121-2/+2
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-1221-218/+237
* * fhandler.cc (fhandler_base::dup): Use debug_printf.Corinna Vinschen2004-09-102-2/+6
* * Makefile.in: Create libutil.a from bsdlib.o exports.Corinna Vinschen2004-09-107-70/+78
* * fhandler_tape.cc (fhandler_dev_tape::open): Fix typo.Corinna Vinschen2004-09-092-1/+5
* * pipe.cc (create_selectable_pipe): Work around bug in Windows 95Corinna Vinschen2004-09-092-2/+9
* 2004-09-05 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-09-073-23/+41
* * cygtls.cc (_cygtls::init_thread): Set __sdidinit to negative value toChristopher Faylor2004-09-073-1/+10
* * include/cygwin/version.h: Bump DLL minor number to 12.Christopher Faylor2004-09-052-1/+5
* * security.cc: Fix a few more strace_prints.Corinna Vinschen2004-09-032-4/+8
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-0318-78/+70
* Christopher Faylor <cgf@timesys.com>Christopher Faylor2004-09-035-21/+250
* * fork.cc (fork_parent): Return the cygpid directly derived from the winpid.Christopher Faylor2004-08-312-6/+10
* * fork.cc (fork_parent): Record child's pid when we're sure that it has beenChristopher Faylor2004-08-303-3/+8
* * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Allow to reportCorinna Vinschen2004-08-292-1/+6
* * fhandler.cc (fhandler_base::write): In the lseek_bug case, set EOFCorinna Vinschen2004-08-282-16/+26