summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'cgen-cgen-snapshot-20120301cvs2svn2012-02-21313-94429/+139
* This commit was manufactured by cvs2svn to create branch 'gdb_7_4-branch'.gdb_7_4-2011-12-13-branchpointcvs2svn2011-12-086930-2253632/+0
* 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
* * sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher Faylor2011-11-299-136/+219
* [libgloss]DJ Delorie2011-11-2949-2/+12716
* fix older descriptionChristopher Faylor2011-11-291-2/+28
* * locale.cc (print_locale_with_codeset): Fetch Windows path as UNICODECorinna Vinschen2011-11-282-3/+8
* * external.cc (fillout_pinfo): Store program name as POSIX path inCorinna Vinschen2011-11-282-1/+6
* * ps.cc: Remove all Win 9x considerations. Use psapi functionsCorinna Vinschen2011-11-283-120/+25
* * pinfo.cc (pinfo::exit): Call TerminateProcess to avoid potentialCorinna Vinschen2011-11-282-0/+8
* * init.cc (dll_entry): Revert previous change since it caused inexplicable forkChristopher Faylor2011-11-272-2/+6
* Clean up DIRENT errno handling; make it more POSIX conformant.Keith Marshall2011-11-262-95/+108
* * init.cc (remove): Don't bother calling through thread removal cleanup if weChristopher Faylor2011-11-262-0/+6
* * exceptions.cc (stackdump): Make global.Christopher Faylor2011-11-263-47/+63
* * exceptions.cc (sigpacket::process): Move signal_exit processing into...Christopher Faylor2011-11-266-25/+32