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
2007-02-08 * syscalls.cc (check_shm): New static function to do path checkingCorinna Vinschen
2007-02-08 * cygwin.din (shm_open): Export.Corinna Vinschen
2007-02-08 * cygmalloc.h (__set_ENOMEM): Declare.Corinna Vinschen
2007-02-08 * include/io.h (X_OK): Revert 2007-01-24 change, but leave comment.Danny Smith
2007-02-07 * cygmalloc.h (MALLOC_FAILURE_ACTION): Move to correct #if branch.Corinna Vinschen
2007-02-07 * cygmalloc.h (MALLOC_FAILURE_ACTION): Define empty.Corinna Vinschen
2007-02-05 * fhandler_serial.cc (fhandler_serial::tcsetattr): Add support forCorinna Vinschen
2007-02-02 * syscalls.cc (unlink_nt): Add missing assignment in case NtClose fails.Corinna Vinschen
2007-02-01 Fix typo.Corinna Vinschen
2007-02-01 * net.cc (ga_dup): New function, taken from ga_clone with v4-in-v6Corinna Vinschen
2007-02-01 * include/cygwin/socket.h: Add IPv6 socket options.Corinna Vinschen
2007-01-31 * net.cc (cygwin_getaddrinfo): Fix thinko in AI_ADDRCONFIG handling.Corinna Vinschen
2007-01-31 * net.cc (cygwin_getaddrinfo): Check ai_flags for valid values.Corinna Vinschen
2007-01-31 * fhandler_disk_file.cc (fhandler_disk_file::closedir): Add dir nameCorinna Vinschen
2007-01-31 * sigproc.cc (child_info::child_info): Set msv_count to non-zeroCorinna Vinschen
2007-01-28 * include/ftw.h: Include sys/cdefs.h.Corinna Vinschen
2007-01-27 Expose some msvcr80.dll functions.Danny Smith
2007-01-26 Fix typo.Corinna Vinschen
2007-01-26 * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Implement rmdirCorinna Vinschen
2007-01-26 Expose some msvcr80.dll functions.Danny Smith
2007-01-26 * include/_mingw.h (CRT_INLINE): Correct typo.Danny Smith
2007-01-24 * net.cc (if_nametoindex): This time, really free IP_ADAPTER_ADDRESSESCorinna Vinschen
2007-01-24 * security.h (pop_thread_privilege): Revert to previous state, notCorinna Vinschen
2007-01-24 * cygheap.h (cygheap_user::deimpersonate): Always RevertToSelf.Corinna Vinschen
2007-01-24 * include/io.h (X_OK): Define to F_OK.Danny Smith
2007-01-23 * net.cc (gai_errmap): Add EAI_OVERFLOW entry. Fix formatting.Corinna Vinschen
2007-01-23 * include/netdb.h: Add AI_xxx flags available since Vista.Corinna Vinschen
2007-01-23 * net.cc (if_nametoindex): Free IP_ADAPTER_ADDRESSES memory.Corinna Vinschen
2007-01-22 * autoload.cc (WSAIoctl): Define.Corinna Vinschen
2007-01-19Oops. The actual change for this entry wasn't committed.Danny Smith
2007-01-19 * include/stdio.h (SEEK_SET, SEEK_CUR, SEEK_END): DefineDanny Smith
2007-01-19 * spawn.cc (spawn_guts): Don't set cwd for non-Cygwin child processesCorinna Vinschen
2007-01-18 * mmap.cc (list::hash): Fix type to __ino64_t.Corinna Vinschen
2007-01-18 * fhandler_procnet.cc: Drop declaration of htonl and ntohs. IncludeCorinna Vinschen
2007-01-18 * include/cygwin/in6.h: Drop inclusion of asm/byteorder.h.Corinna Vinschen
2007-01-17 * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.Corinna Vinschen
2007-01-17 * include/asm/socket.h (SIOGIFINDEX): Define.Corinna Vinschen
2007-01-17 * mmap.cc (MapView9x): Note possible uselessness of retrying.Corinna Vinschen
2007-01-16 * autoload.cc (RtlAnsiStringToUnicodeString): Define.Corinna Vinschen
2007-01-16 * fhandler_socket.cc (fhandler_socket::ioctl): Handle SIOCGIFINDEX.Corinna Vinschen
2007-01-16 * include/cygwin/in6.h (struct ipv6_mreq): Change type of interfaceCorinna Vinschen
2007-01-16 * include/cygwin/in.h (struct ip_mreq_source): Define.Corinna Vinschen
2007-01-15 * CYGWIN_LICENSE: Fix web pages and contact information.Corinna Vinschen
2007-01-15 * ntdll.h: Adjust status definitions.Corinna Vinschen
2007-01-15 * cygheap.cc (cygheap_init): Add TODO comment.Corinna Vinschen
2007-01-15 * ntdll.h (STATUS_SHARING_VIOLATION): Define.Corinna Vinschen
2007-01-13 * syscalls.cc (unlink_nt): Don't move files to recycle bin which areCorinna Vinschen
2007-01-13* glob.cc: Update copyright notice with latest from FreeBSD.Christopher Faylor
2007-01-12 * cygheap.cc (_csbrk): Fix off-by-one error.Corinna Vinschen
2007-01-12* external.cc (sync_winenv): Use cur_environ () rather than __cygwin_environ.Christopher Faylor