summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * pipe.cc (fhandler_pipe::create): Use debug_printf to print debugging infoChristopher Faylor2011-12-122-6/+51
* * select.cc (select_stuff::wait): Very minor formatting fix.Christopher Faylor2011-12-114-23/+22
* Correct defective configure checkinKeith Marshall2011-12-101-229/+2
* fix another typo in ChangeLogChristopher Faylor2011-12-101-1/+1
* * sigproc.h (cygwait): Delete duplicate va_start and add matching va_end.Christopher Faylor2011-12-102-1/+8
* Add ChangeLog entry for previous change and revert erroneously checked inChristopher Faylor2011-12-103-85/+63
* Clarify entryChristopher Faylor2011-12-104-62/+88
* Build system clean-up (phase 1)Keith Marshall2011-12-106-2399/+2662
* * exceptions.cc (ctrl_c_handler): YA in a series or reversions. Put backChristopher Faylor2011-12-103-10/+16
* * dllfixdbg: Work around annoying gdb warning about missing .gnu_debuglink.Christopher Faylor2011-12-092-1/+6
* Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "waitChristopher Faylor2011-12-0910-32/+89
* Revert erroneous checkinChristopher Faylor2011-12-091-3/+0
* * sigproc.cc (signal_exit): Revert reversion of 2011-12-04 change since,Christopher Faylor2011-12-093-2/+26
* * select.cc (cygwin_select): Fifth time is the charm.Christopher Faylor2011-12-092-3/+10
* bfd:Andrew Pinski2011-12-082-1/+13
* * select.cc (cygwin_select): Make sure that 0 is returned when sel.wait timesChristopher Faylor2011-12-082-2/+7
* * include/sys/wait.h: Add in all c++ functions.Christopher Faylor2011-12-082-2/+6
* * select.cc (select_stuff::wait): Temporarily disallow APCS.Christopher Faylor2011-12-082-2/+6
* * include/sys/wait.h: Ensure that C++ functions are only used when using C++.Christopher Faylor2011-12-082-0/+7
* * select.cc (cygwin_select): Make sure that poll is called when appropriate.Christopher Faylor2011-12-082-25/+22
* * dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we'reChristopher Faylor2011-12-085-13/+18
* * fhandler_termios.cc (tty_min::kill_pgrp): Don't send __SIGSETPGRP sinceChristopher Faylor2011-12-082-2/+7
* * select.cc (cygwin_select): Add common introducer and leaver debug output.Christopher Faylor2011-12-072-9/+23
* * exceptions.cc (ctrl_c_handler): Remove _my_tls.remove since it can causeChristopher Faylor2011-12-072-2/+5
* * spawn.cc (child_info_spawn::worker): Add CREATE_BREAKAWAY_FROM_JOBCorinna Vinschen2011-12-072-1/+16
* * fhandler_fifo.cc (fhandler_fifo::wait): Fix stupid typo and actually wait forChristopher Faylor2011-12-072-1/+6
* include/elf/ChangeLog:Ulrich Weigand2011-12-062-0/+9
* * libc/iconv/Makefile.am (stmp-def): Use $(MAKE) rather than make.Corinna Vinschen2011-12-063-2/+7
* * sigproc.cc (close_my_readsig): New function.Christopher Faylor2011-12-052-11/+17
* * mmap.cc (mlock): Replace LOCK_VM_IN_WSL with correct MAP_PROCESS.Corinna Vinschen2011-12-053-87/+108
* correct name of functionChristopher Faylor2011-12-041-1/+1
* * sigproc.cc (cygWFMO): Don't assume that cancellable event is alwaysChristopher Faylor2011-12-047-31/+26
* * sigproc.h (cygWFMO): Move inside "INSIDE_CYGWIN" #ifdef.Christopher Faylor2011-12-042-15/+19
* * exceptions.cc (exception::handle): Drop abbreviation for "exception" since IChristopher Faylor2011-12-048-31/+82
* * mmap.cc (mlock): Add standard syscall return value debugging output.Christopher Faylor2011-12-034-87/+92
* fix incorrectly named file in old ChangeLog entryChristopher Faylor2011-12-031-1/+1
* * mmap.cc (mlock): Drop requesting SE_LOCK_MEMORY_PRIVILEGE. DropCorinna Vinschen2011-12-032-16/+9
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-0342-188/+224
* * fhandler.cc (fhandler_base::open): Fix comment a bit more.Corinna Vinschen2011-12-032-1/+5
* sim: export cb_get_string for people to useMichael Frysinger2011-12-032-0/+7
* * fhandler.cc (fhandler_base::open): Fix typos in comment.Corinna Vinschen2011-12-032-3/+7
* * Makefile.in (cygpath.exe): Add -luserenv to ALL_LDFLAGS.Corinna Vinschen2011-12-023-156/+78
* * path.cc (conv_path_list): Take cygwin_conv_path_t as third parameter.Corinna Vinschen2011-12-023-32/+87
* * mkgroup.c: Drop support for NT4 domains.Corinna Vinschen2011-12-014-156/+54
* 2011-11-30 Ozkan Sezer <sezero@users.sourceforge.net>Chris Sutcliffe2011-12-012-22/+27
* 2011-11-30 Earnie Boyd <earnie@users.sourceforge.net>Chris Sutcliffe2011-12-012-0/+11
* 2011-11-30 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>Chris Sutcliffe2011-11-302-1/+12
* opcode/Andrew Pinski2011-11-292-1/+17
* * sigproc.cc (get_proc_lock): Remove extra NULL check. Return false onChristopher Faylor2011-11-292-9/+9
* * sync.cc: Fix comment.Christopher Faylor2011-11-293-3/+11