aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-06Copyright year update in most files of the GDB Project.gdb_7_4_1-2012-04-26-releasegdb_7_4-2012-01-24-releasegithub/gdb_7_4-branchgdb_7_4-branchJoel Brobecker16-24/+18
2011-12-08This commit was manufactured by cvs2svn to create branch 'gdb_7_4-branch'.gdb_7_4-2011-12-13-branchpointcvs2svn6930-2253632/+0
2011-12-08bfd:Andrew Pinski2-1/+13
2011-12-08* select.cc (cygwin_select): Make sure that 0 is returned when sel.wait timesChristopher Faylor2-2/+7
2011-12-08* include/sys/wait.h: Add in all c++ functions.Christopher Faylor2-2/+6
2011-12-08* select.cc (select_stuff::wait): Temporarily disallow APCS.Christopher Faylor2-2/+6
2011-12-08* include/sys/wait.h: Ensure that C++ functions are only used when using C++.Christopher Faylor2-0/+7
2011-12-08* select.cc (cygwin_select): Make sure that poll is called when appropriate.Christopher Faylor2-25/+22
2011-12-08* dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we'reChristopher Faylor5-13/+18
2011-12-08* fhandler_termios.cc (tty_min::kill_pgrp): Don't send __SIGSETPGRP sinceChristopher Faylor2-2/+7
2011-12-07* select.cc (cygwin_select): Add common introducer and leaver debug output.Christopher Faylor2-9/+23
2011-12-07* exceptions.cc (ctrl_c_handler): Remove _my_tls.remove since it can causeChristopher Faylor2-2/+5
2011-12-07 * spawn.cc (child_info_spawn::worker): Add CREATE_BREAKAWAY_FROM_JOBCorinna Vinschen2-1/+16
2011-12-07* fhandler_fifo.cc (fhandler_fifo::wait): Fix stupid typo and actually wait forChristopher Faylor2-1/+6
2011-12-06include/elf/ChangeLog:Ulrich Weigand2-0/+9
2011-12-06 * libc/iconv/Makefile.am (stmp-def): Use $(MAKE) rather than make.Corinna Vinschen3-2/+7
2011-12-05* sigproc.cc (close_my_readsig): New function.Christopher Faylor2-11/+17
2011-12-05 * mmap.cc (mlock): Replace LOCK_VM_IN_WSL with correct MAP_PROCESS.Corinna Vinschen3-87/+108
2011-12-04correct name of functionChristopher Faylor1-1/+1
2011-12-04* sigproc.cc (cygWFMO): Don't assume that cancellable event is alwaysChristopher Faylor7-31/+26
2011-12-04* sigproc.h (cygWFMO): Move inside "INSIDE_CYGWIN" #ifdef.Christopher Faylor2-15/+19
2011-12-04* exceptions.cc (exception::handle): Drop abbreviation for "exception" since IChristopher Faylor8-31/+82
2011-12-03* mmap.cc (mlock): Add standard syscall return value debugging output.Christopher Faylor4-87/+92
2011-12-03fix incorrectly named file in old ChangeLog entryChristopher Faylor1-1/+1
2011-12-03 * mmap.cc (mlock): Drop requesting SE_LOCK_MEMORY_PRIVILEGE. DropCorinna Vinschen2-16/+9
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor42-188/+224
2011-12-03 * fhandler.cc (fhandler_base::open): Fix comment a bit more.Corinna Vinschen2-1/+5
2011-12-03sim: export cb_get_string for people to useMichael Frysinger2-0/+7
2011-12-03 * fhandler.cc (fhandler_base::open): Fix typos in comment.Corinna Vinschen2-3/+7
2011-12-02 * Makefile.in (cygpath.exe): Add -luserenv to ALL_LDFLAGS.Corinna Vinschen3-156/+78
2011-12-02 * path.cc (conv_path_list): Take cygwin_conv_path_t as third parameter.Corinna Vinschen3-32/+87
2011-12-01 * mkgroup.c: Drop support for NT4 domains.Corinna Vinschen4-156/+54
2011-12-012011-11-30 Ozkan Sezer <sezero@users.sourceforge.net>Chris Sutcliffe2-22/+27
2011-12-012011-11-30 Earnie Boyd <earnie@users.sourceforge.net>Chris Sutcliffe2-0/+11
2011-11-302011-11-30 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>Chris Sutcliffe2-1/+12
2011-11-29opcode/Andrew Pinski2-1/+17
2011-11-29* sigproc.cc (get_proc_lock): Remove extra NULL check. Return false onChristopher Faylor2-9/+9
2011-11-29* sync.cc: Fix comment.Christopher Faylor3-3/+11
2011-11-29* sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher Faylor9-136/+219
2011-11-29[libgloss]DJ Delorie49-2/+12716
2011-11-29fix older descriptionChristopher Faylor1-2/+28
2011-11-28 * locale.cc (print_locale_with_codeset): Fetch Windows path as UNICODECorinna Vinschen2-3/+8
2011-11-28 * external.cc (fillout_pinfo): Store program name as POSIX path inCorinna Vinschen2-1/+6
2011-11-28 * ps.cc: Remove all Win 9x considerations. Use psapi functionsCorinna Vinschen3-120/+25
2011-11-28 * pinfo.cc (pinfo::exit): Call TerminateProcess to avoid potentialCorinna Vinschen2-0/+8
2011-11-27* init.cc (dll_entry): Revert previous change since it caused inexplicable forkChristopher Faylor2-2/+6
2011-11-26Clean up DIRENT errno handling; make it more POSIX conformant.Keith Marshall2-95/+108
2011-11-26* init.cc (remove): Don't bother calling through thread removal cleanup if weChristopher Faylor2-0/+6
2011-11-26* exceptions.cc (stackdump): Make global.Christopher Faylor3-47/+63
2011-11-26* exceptions.cc (sigpacket::process): Move signal_exit processing into...Christopher Faylor6-25/+32