Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-releasegdb_7_4-branchJoel Brobecker
2011-12-09This commit was manufactured by cvs2svn to create branch 'gdb_7_4-branch'.gdb_7_4-2011-12-13-branchpointcvs2svn
2011-12-09bfd:Andrew Pinski
2011-12-09* select.cc (cygwin_select): Make sure that 0 is returned when sel.wait timesChristopher Faylor
2011-12-08* include/sys/wait.h: Add in all c++ functions.Christopher Faylor
2011-12-08* select.cc (select_stuff::wait): Temporarily disallow APCS.Christopher Faylor
2011-12-08* include/sys/wait.h: Ensure that C++ functions are only used when using C++.Christopher Faylor
2011-12-08* select.cc (cygwin_select): Make sure that poll is called when appropriate.Christopher Faylor
2011-12-08* dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we'reChristopher Faylor
2011-12-08* fhandler_termios.cc (tty_min::kill_pgrp): Don't send __SIGSETPGRP sinceChristopher Faylor
2011-12-08* select.cc (cygwin_select): Add common introducer and leaver debug output.Christopher Faylor
2011-12-07* exceptions.cc (ctrl_c_handler): Remove _my_tls.remove since it can causeChristopher Faylor
2011-12-07 * spawn.cc (child_info_spawn::worker): Add CREATE_BREAKAWAY_FROM_JOBCorinna Vinschen
2011-12-07* fhandler_fifo.cc (fhandler_fifo::wait): Fix stupid typo and actually wait forChristopher Faylor
2011-12-06include/elf/ChangeLog:Ulrich Weigand
2011-12-06 * libc/iconv/Makefile.am (stmp-def): Use $(MAKE) rather than make.Corinna Vinschen
2011-12-05* sigproc.cc (close_my_readsig): New function.Christopher Faylor
2011-12-05 * mmap.cc (mlock): Replace LOCK_VM_IN_WSL with correct MAP_PROCESS.Corinna Vinschen
2011-12-04correct name of functionChristopher Faylor
2011-12-04* sigproc.cc (cygWFMO): Don't assume that cancellable event is alwaysChristopher Faylor
2011-12-04* sigproc.h (cygWFMO): Move inside "INSIDE_CYGWIN" #ifdef.Christopher Faylor
2011-12-04* exceptions.cc (exception::handle): Drop abbreviation for "exception" since IChristopher Faylor
2011-12-04* mmap.cc (mlock): Add standard syscall return value debugging output.Christopher Faylor
2011-12-04fix incorrectly named file in old ChangeLog entryChristopher Faylor
2011-12-04 * mmap.cc (mlock): Drop requesting SE_LOCK_MEMORY_PRIVILEGE. DropCorinna Vinschen
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-12-04 * fhandler.cc (fhandler_base::open): Fix comment a bit more.Corinna Vinschen
2011-12-03sim: export cb_get_string for people to useMichael Frysinger
2011-12-03 * fhandler.cc (fhandler_base::open): Fix typos in comment.Corinna Vinschen
2011-12-02 * Makefile.in (cygpath.exe): Add -luserenv to ALL_LDFLAGS.Corinna Vinschen
2011-12-02 * path.cc (conv_path_list): Take cygwin_conv_path_t as third parameter.Corinna Vinschen
2011-12-01 * mkgroup.c: Drop support for NT4 domains.Corinna Vinschen
2011-12-012011-11-30 Ozkan Sezer <sezero@users.sourceforge.net>Chris Sutcliffe
2011-12-012011-11-30 Earnie Boyd <earnie@users.sourceforge.net>Chris Sutcliffe
2011-12-012011-11-30 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>Chris Sutcliffe
2011-11-30opcode/Andrew Pinski
2011-11-29* sigproc.cc (get_proc_lock): Remove extra NULL check. Return false onChristopher Faylor
2011-11-29* sync.cc: Fix comment.Christopher Faylor
2011-11-29* sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher Faylor
2011-11-29[libgloss]DJ Delorie
2011-11-29fix older descriptionChristopher Faylor
2011-11-28 * locale.cc (print_locale_with_codeset): Fetch Windows path as UNICODECorinna Vinschen
2011-11-28 * external.cc (fillout_pinfo): Store program name as POSIX path inCorinna Vinschen
2011-11-28 * ps.cc: Remove all Win 9x considerations. Use psapi functionsCorinna Vinschen
2011-11-28 * pinfo.cc (pinfo::exit): Call TerminateProcess to avoid potentialCorinna Vinschen
2011-11-27* init.cc (dll_entry): Revert previous change since it caused inexplicable forkChristopher Faylor
2011-11-27Clean up DIRENT errno handling; make it more POSIX conformant.Keith Marshall
2011-11-26* init.cc (remove): Don't bother calling through thread removal cleanup if weChristopher Faylor
2011-11-26* exceptions.cc (stackdump): Make global.Christopher Faylor
2011-11-26* exceptions.cc (sigpacket::process): Move signal_exit processing into...Christopher Faylor