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-23 * fhandler.cc (fhandler_base::lseek): Drop 9x considerations.Corinna Vinschen
2007-02-22 * cygheap.h (struct cwdstuff): Remove sync member and keep_in_syncCorinna Vinschen
2007-02-22 * fhandler_console.cc (fhandler_console::read): Drop 9x specificCorinna Vinschen
2007-02-22 * fhandler.cc (fhandler_base::set_no_inheritance): Always useCorinna Vinschen
2007-02-22 Fix typo.Corinna Vinschen
2007-02-22 * dir.cc (rmdir): Move existance check in front ofCorinna Vinschen
2007-02-22 * fhandler.cc (fhandler_base::write): Remove wincap.has_lseek_bug case.Corinna Vinschen
2007-02-22 Throughout remove all usage of wincap.access_denied_on_delete.Corinna Vinschen
2007-02-22 * fhandler_disk_file.cc (fhandler_disk_file::closedir): Fix bugCorinna Vinschen
2007-02-22* dcrt0.cc (child_info_fork::alloc_stack_hard_way): Change sense of guard test.Christopher Faylor
2007-02-22 Throughout replace all usage of wincap.shared with the constantCorinna Vinschen
2007-02-22 * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen
2007-02-22 * ipcs.c (_POSIX2_LINE_MAX): Drop definition.Corinna Vinschen
2007-02-22 * Makefile.in (OBJS): Drop transport_sockets.o.Corinna Vinschen
2007-02-21 * wincap.cc (wincap_unknown): Change settings for unknown to reflectCorinna Vinschen
2007-02-20 * cygcheck.cc (dump_sysinfo): Add "not supported" to osname on 9xCorinna Vinschen
2007-02-20 * cygwin.din (sem_unlink): Export.Corinna Vinschen
2007-02-20* exceptions.cc (_cygtls::signal_exit): Only call myself.exit when whenChristopher Faylor
2007-02-20 * fhandler_socket.cc (fhandler_socket::bind): Remove printing wrongCorinna Vinschen
2007-02-20Remove extraneous whitespace.Christopher Faylor
2007-02-18Correct spelling of submitter's name in ChangeLog.Danny Smith
2007-02-182007-02-18 Aurimas Cernius <aurisc4@gmail.com>Danny Smith
2007-02-182007-02-18 Jiri Malak <jiri.malak@iol.cz>Danny Smith
2007-02-15 * posix_ipc.cc (mq_open): Avoid compiler warning. Initialize mqhdrCorinna Vinschen
2007-02-15 * posix_ipc.cc (ipc_mutex_init): Create global object name.Corinna Vinschen
2007-02-15 * Makefile.in (ALL_CFLAGS): Put W32API_INCLUDE after INCLUDES.Danny Smith
2007-02-14 * Makefile.in (DLL_OFILES): Add posix_ipc.o.Corinna Vinschen
2007-02-13 * include/cygwin/stdlib.h (valloc): Declare.Corinna Vinschen
2007-02-112007-02-11 Daniel Atallah <datallah@users.sourceforge.net>Chris Sutcliffe
2007-02-09 * libc/minires-os-if.c (write_record): Handle DNS_TYPE_SRV andCorinna Vinschen
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