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
2011-08-19 * fhandler_console.cc (fhandler_console::read): Recognize backspace keyCorinna Vinschen
2011-08-19 * include/winuser.h: Ad missing MAPVK_xxx definitions.Corinna Vinschen
2011-08-19* sysv_shm.cc (ACCESSPERMS): Remove to fix redefined warning, asYaakov Selkowitz
2011-08-18* dcrt0.cc (dll_crt0_0): Remove unneeded __stdcall decoration.Christopher Faylor
2011-08-18 * dtable.cc (dtable::get_debugger_info): Add missing braces.Corinna Vinschen
2011-08-172011-08-16 Pierre Humblet <Pierre.Humblet@ieee.org>Pierre Humblet
2011-08-17 * dlfcn.cc (dlopen): Reimplement RTLD_NODELETE for Windows 2000 usingCorinna Vinschen
2011-08-16 * new-features.sgml (ov-new1.7.10): Document new RTLD flags.Corinna Vinschen
2011-08-16 * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.Corinna Vinschen
2011-08-16 * autoload.cc (GetModuleHandleExW): Define.Corinna Vinschen
2011-08-15 * pipe.cc (pipe): Just call _pipe with O_BINARY mode. Move code toCorinna Vinschen
2011-08-14 Merge from gcc:Yao Qi
2011-08-13 * miscfuncs.cc (CreatePipeOverlapped): New function.Corinna Vinschen
2011-08-13Add R_X86_64_RELATIVE64.H.J. Lu
2011-08-12* miscfuncs.cc (create_pipe): Delete obsolete function.Christopher Faylor
2011-08-12 * new-features.sgml (ov-new1.7.10): Document large address awarenessCorinna Vinschen
2011-08-12 * fhandler_proc.cc (fhandler_proc::closedir): Don't free, but deleteCorinna Vinschen
2011-08-12 * fhandler.h (fhandler_proc::opendir): Declare.Corinna Vinschen
2011-08-11 * fhandler_proc.cc (fhandler_proc::get_proc_fhandler): Don't allow toCorinna Vinschen
2011-08-11 * (winpids::add): Make sure to store always a Windows PID inCorinna Vinschen
2011-08-10 * ps.cc (main): Don't overwrite process name, just attach <defunct>Corinna Vinschen
2011-08-10 * fhandler_process.cc (format_process_status): Always print process nameCorinna Vinschen
2011-08-09 gas/Maciej W. Rozycki
2011-08-09 include/opcode/Maciej W. Rozycki
2011-08-09 * heap.cc (eval_initial_heap_size): New function fetching the heapCorinna Vinschen
2011-08-09 * ntdll.h (STATUS_NOT_FOUND): Define.Corinna Vinschen
2011-08-08Fix name in last entry.Jeff Johnston
2011-08-08bfd/Tristan Gingold
2011-08-08bfd/Tristan Gingold
2011-08-07 * resource.cc (getrlimit): Just return RLIM_INFINITY in a request forCorinna Vinschen
2011-08-07 * fhandler_process.cc (format_process_maps): Actually print info aboutCorinna Vinschen
2011-08-05include/opcode/David S. Miller
2011-08-05 * include/winnt.h (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE,Corinna Vinschen
2011-08-04 * faq-using.xml (faq.using.bloda): Add NVIDIA. Change wording slightly.Corinna Vinschen
2011-08-04 * net.cc (socketpair): Release sb0 if there's no space left for sb1.Corinna Vinschen
2011-08-04 * mips.h: Document the use of FP_D in MIPS16 mode. Adjust theMaciej W. Rozycki
2011-08-03* new-features.sgml (ov-new1.7.10): Document new POSIX Clock SelectionYaakov Selkowitz
2011-08-03* cygwin.din (clock_nanosleep): Export.Yaakov Selkowitz
2011-08-03* dll_init.cc: Use fabort in favor of api_fatal and fork_info->abort whereChristopher Faylor
2011-08-03* cygtls.h (struct _local_storage): Add cw_timer member.Yaakov Selkowitz
2011-08-012011-08-01 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill
2011-08-01 * syscalls.cc (faccessat): Fix parens in flag expression when callingCorinna Vinschen
2011-08-01* dll_init.cc (dll_list::load_after_fork_impl): Add a hint to an error message.Christopher Faylor
2011-08-01* sigproc.cc (pending_signals::pending): Define new function.Christopher Faylor
2011-07-31 * fhandler.h (class fhandler_dev_mem): Remove dup method declaration.Corinna Vinschen
2011-07-31add missing entryChristopher Faylor
2011-07-31* cygthread.cc (cygthread::async_create): Define new function.Christopher Faylor
2011-07-31* fhandler.h (fhandler_base_overlapped::size): Declare/define size() functionChristopher Faylor
2011-07-30 * fhandler_registry.cc (fhandler_registry::dup): Duplicate value_name.Corinna Vinschen
2011-07-30 bfd/Maciej W. Rozycki