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
2006-08-10 * fhandler_disk_file.cc (fhandler_disk_file::lock): HandleCorinna Vinschen
2006-08-09 * path.h (SYMLINK_EA_NAME): Remove.Corinna Vinschen
2006-08-09* autoload.cc (GetHandleInformation): Declare new function.Christopher Faylor
2006-08-07 * autoload.cc (NtSetInformationFile): Define.Corinna Vinschen
2006-08-02* environ.cc (env_win32_to_posix_path_list): Declare.Christopher Faylor
2006-08-01* environ.cc (dos_file_warning): Declare.Christopher Faylor
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-28 * fhandler.h (struct wsa_event): Define here.Corinna 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* 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-25update copyrightChristopher Faylor
2006-07-24* include/cygwin/version.h: Bump DLL minor version number to 22.Christopher Faylor
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* 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-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
2006-07-07 * Makefile.in (DLL_OFILES): Add inet_addr.o and inet_network.o.Corinna Vinschen
2006-07-06* hookapi.cc: Add comment headerChristopher Faylor
2006-07-05* sortdin: Ignore all leading underscores when deriving a sort key.Christopher Faylor
2006-07-05* sortdin: New program.Christopher Faylor
2006-07-05 * fhandler.h (fhandler_socket::wait): Reset default timeout to 10ms.Corinna Vinschen
2006-07-05 * path.cc (path_conv::check): Ignore has_ea setting, it's always unsetCorinna Vinschen
2006-07-05* libc/rexec.cc (cygwin_rexec): Obvious (?) fix to correct a gcc warning - setChristopher Faylor
2006-07-05* signal.cc (signal): Set sa_mask to sig.Christopher Faylor
2006-07-05 * Makefile.in (DLL_OFILES): Add rexec.o.Corinna Vinschen
2006-07-05 * fhandler_socket.cc (fhandler_socket::listen): Allow listening onCorinna Vinschen