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
2006-07-31 * fhandler_socket.cc (fhandler_socket::recv_internal): Fix a problemCorinna Vinschen
2006-07-31 * fhandler_socket.cc (fhandler_socket::evaluate_events): CircumventCorinna Vinschen
2006-07-31 * autoload.cc: Drop LoadDLLprime for wsock32 since no wsock32 functionCorinna Vinschen
2006-07-31 * cygpath.cc (get_long_name): Fallback to get_long_path_name_w32impl.Corinna Vinschen
2006-07-29 Update more IMAGE relocation type indicatorsDanny Smith
2006-07-28 * fhandler.h (struct wsa_event): Define here.Corinna Vinschen
2006-07-28 * cygpath.c (get_long_name): Cover the case that GetLongPathNameCorinna Vinschen
2006-07-27 * fhandler_socket.cc: Revert misguided attempt to handle FD_CLOSE errorCorinna Vinschen
2006-07-27 * fhandler_socket.cc (fhandler_socket::recvmsg): Remove unused totCorinna Vinschen
2006-07-27 * fhandler.h (class fhandler_socket): Remove prot_info_ptr.Corinna Vinschen
2006-07-27 Update some IMAGE flags to PECOFF v8 (May, 2006) specs.Danny Smith
2006-07-27* fhandler.cc (fhandler_base::read): Call get_readahead_into_buffer instead ofChristopher Faylor
2006-07-27 * shared.cc (offsets): Define as offsets relative to cygwin_hmoduleCorinna Vinschen
2006-07-26 * cygheap.h (struct init_cygheap): Remove shared_h and mt_h members.Corinna Vinschen
2006-07-26 * include/cygwin/in6.h: Guard in_port_t typedef more restrictive toCorinna Vinschen
2006-07-25* security.cc (get_logon_server): Remove nret and use dret for everything toChristopher Faylor
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2006-07-25 * configure.in: Reenable building the subauth subdir.Corinna Vinschen
2006-07-25 * Makefile.in (LIBS): Link against msvcrt.dll, too.Corinna Vinschen
2006-07-25update copyrightChristopher Faylor
2006-07-25 * include/aclui.h: Replace __OBJC__ guard with _OBJC_NO_COM.Danny Smith
2006-07-24* include/cygwin/version.h: Bump DLL minor version number to 22.Christopher Faylor
2006-07-24* Makefile.in: Update copyrigh. Remove unused stuff.Christopher Faylor
2006-07-24* Makefile.in: Update copyright. Fix 'check' target so that it will once-againChristopher Faylor
2006-07-222006-07-22 ipsoner <ipsoner@users.sourceforge.net>Chris Sutcliffe
2006-07-222006-07-20 Elias Naur <elias_naur@users.sourceforge.net>Chris Sutcliffe
2006-07-222006-07-22 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2006-07-202006-07-19 Elias Naur <elias_naur@users.sourceforge.net>Danny Smith
2006-07-20 [mingw-Bugs-1525021]Danny Smith
2006-07-19 * pinfo.cc (commune_process): Don't add extra \0 to cmdline.Corinna Vinschen
2006-07-19 * mmap.cc (msync): Disable rounding up len. Fix bug in access checkCorinna Vinschen
2006-07-19 * path.cc (symlink_worker): Return EEXIST if newpath exists.Corinna Vinschen
2006-07-18 * pathnames.sgml: Change text for the order in which executablesCorinna Vinschen
2006-07-18* tty.cc (tty_list::terminate): Don't enter the busy loop if we don't own theChristopher Faylor
2006-07-18 * sec_acl.cc (acltotext32): Add missing handling of default ACL entryCorinna Vinschen
2006-07-18 * fhandler_floppy.cc (fhandler_dev_floppy::ioctl): Fix typo in lintCorinna Vinschen
2006-07-18* Makefile.in: Simplify a little.Christopher Faylor
2006-07-17GCC 4.1 fixes.Christopher Faylor
2006-07-15* fork.cc (fork): Lock the process before forking to prevent things like newChristopher Faylor
2006-07-15* include/cygwin/types.h: Update copyright.Christopher Faylor
2006-07-14* cygwin.sc: Make sure there's something in the cygheap.Christopher Faylor
2006-07-14* sigproc.cc (waitq_head): Don't initialize to zero.Christopher Faylor
2006-07-14* fhandler.cc (fhandler_base::raw_read): Only return EISDIR when we're reallyChristopher Faylor
2006-07-13 * fhandler_socket.cc: Update copyright.Corinna Vinschen
2006-07-13 * mmap.cc (mmap64): Drop MAP_NORESERVE flag for non-anonymous,Corinna Vinschen
2006-07-13 * exceptions.cc (_cygtls::handle_exceptions): Call newCorinna Vinschen
2006-07-13 * mmap.cc (mmap_record::alloc_page_map): Don't call VirtualProtectCorinna Vinschen
2006-07-12 * include/pthread.h: Define PTHREAD_PRIO_NONE, PTHREAD_PRIO_INHERIT andCorinna Vinschen
2006-07-10 * libc/inet_addr.c: Define __INSIDE_CYGWIN_NET__.Corinna Vinschen
2006-07-07 * fhandler_socket.cc (fhandler_socket::wait): Disable SA_RESTARTCorinna Vinschen