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
path: root/winsup
AgeCommit message (Expand)Author
2011-09-22This commit was manufactured by cvs2svn to create branch 'binutils-binutils-2_22-branchpointcvs2svn
2011-09-21* tty.cc (grantpt): Check for valid fd.Christopher Faylor
2011-09-15 * strace.cc (attach_process): Try to turn off DEBUG_ONLY_THIS_PROCESSJon TURNEY
2011-09-02 * net.cc (cygwin_getsockopt): Drop erroneous double conversion of errorCorinna Vinschen
2011-09-01 * lc_msg.h: Regenerate.Corinna Vinschen
2011-09-01 * dlfcn.cc (gfpod_helper): Helper function to search DLL usingCorinna Vinschen
2011-08-31 * flock.cc (inode_t::unlock_and_remove_if_unused): Rename fromCorinna Vinschen
2011-08-29 * flock.cc (LOCK_OBJ_NAME_LEN): Change to accommodate extra lf_verCorinna Vinschen
2011-08-28Don't expose implementation detail for opaque DIRENT structures.Keith Marshall
2011-08-28 * fhandler.cc (fhandler_base::open): Fix typo in comment.Corinna Vinschen
2011-08-25* cygthread.cc (cygthread::simplestub): Notify that the thread has detachedChristopher Faylor
2011-08-25 * fhandler.cc (fhandler_base::open): Never open files withCorinna Vinschen
2011-08-24 * thread.cc (pthread::pthread): Drop setting parent_tls. CallCorinna Vinschen
2011-08-24* thread.cc (pthread::exit): Create dummy tls structure to hold _main_tlsChristopher Faylor
2011-08-242011-08-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2011-08-242011-08-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2011-08-23 * poll.cc (poll): Don't return prematurely if invalid fds have beenCorinna Vinschen
2011-08-23 * fhandler_socket.cc (fhandler_socket::send_internal): Fix settingCorinna Vinschen
2011-08-21* Makefile.in: Check for header file existence when building dumper.exe too.Christopher Faylor
2011-08-21* dtable.cc (conv_start_chars): Remove unneeded section attribute.Christopher Faylor
2011-08-21* include/paths.h (_PATH_MAILDIR): Define.Yaakov Selkowitz
2011-08-20 * fhandler_process.cc (format_process_maps): Define page protectionCorinna Vinschen
2011-08-202011-08-20 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2011-08-202011-08-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2011-08-202011-08-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2011-08-202011-08-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2011-08-20* new-features.sgml (ov-new1.7.10): Document /proc/devicesYaakov Selkowitz
2011-08-20* devices.h (fh_devices): Define DEV_MISC_MAJOR, DEV_MEM_MAJOR,Yaakov Selkowitz
2011-08-19* dtable.cc: Mark some const variables as static.Christopher Faylor
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-13 * miscfuncs.cc (CreatePipeOverlapped): New function.Corinna Vinschen
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 * heap.cc (eval_initial_heap_size): New function fetching the heapCorinna Vinschen