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
2012-07-06Add files missing in previous checkinCorinna Vinschen
2012-07-06 In terms of network related functionality, rely on Winsock definitionsCorinna Vinschen
2012-07-06 * include/winsock.h: Keep IP_OPTIONS and SO_xxx definitions whenCorinna Vinschen
2012-07-06 * winbase.h: Throughout use LONG rather than long type to prepare forCorinna Vinschen
2012-07-06 * fhandler_registry.cc (RegOpenUserClassesRoot): Only define whenCorinna Vinschen
2012-07-06 * advapi32.cc (_ADVAPI32_): Drop definition.Corinna Vinschen
2012-07-06 * winsup.h (_WIN32_WINNT): Define. Explain why.Corinna Vinschen
2012-07-06 * libc/rcmd.cc: Don't undef __INSIDE_CYGWIN_NET__.Corinna Vinschen
2012-07-06 * cygwin.sc (.rdata): Include all sections starting with .rdata.Corinna Vinschen
2012-07-06 * Makefile.common (ALL_CFLAGS): Change := to = to allow overriding inCorinna Vinschen
2012-07-04* dcrt0.cc (build_argv): Guard against NULL pointer dereference found by Clang.Christopher Faylor
2012-07-04* exceptions.cc (setup_handler): Remove unneeded assignment found by Clang.Christopher Faylor
2012-07-04* hookapi.cc (find_first_notloaded_dll): Remove unused assignment ofChristopher Faylor
2012-07-04* fhandler_tty.cc (fhandler_pty_slave::read): Remove duplicate assignment toChristopher Faylor
2012-07-04fix typoChristopher Faylor
2012-07-03* exceptions.cc (exception::handle): Use error_code in klog, as intended.Christopher Faylor
2012-07-03 * fhandler.h (class fhandler_dev_clipboard): Remove member eof.Corinna Vinschen
2012-07-03* fhandler_virtual.cc (fhandler_virtual::opendir): Eliminate duplicateChristopher Faylor
2012-07-03* fhandler_registry.cc (fhandler_registry::open): Handle missing EROFS errorChristopher Faylor
2012-07-02* pinfo.cc (_pinfo::commune_request): Eliminate unneeded assignment found byChristopher Faylor
2012-07-02* external.cc (fillout_pinfo): Return NULL rather than 0.Christopher Faylor
2012-07-02* mount.cc (mount_info::conv_to_win32_path): Eliminate unneeded assignmentChristopher Faylor
2012-07-02* path.cc (symlink_info::check): Remove unneeded/unused variable.Christopher Faylor
2012-07-02 * dll_init.cc (dll_list::alloc): Take long UNC paths into account.Corinna Vinschen
2012-07-02* Makefile.in: Add some more optimization flags for cygwait, malloc and path....Christopher Faylor
2012-07-02* path.cc: Perform some whitespace fixups throughout.Christopher Faylor
2012-06-29 * kernel32.cc (_KERNEL32_): Define. Explain why.Corinna Vinschen
2012-06-28 * fhandler_serial.cc: Fix includes for IOCTL codes to support Mingw64.Corinna Vinschen
2012-06-28 * exceptions.cc (RtlUnwind): Align declaration with MSDN.Corinna Vinschen
2012-06-28* cygwait.h (cancelable_wait): Make extern to avoid always including.Christopher Faylor
2012-06-27 * exceptions.cc (exception::handle): Cast exception code to NTSTATUSCorinna Vinschen
2012-06-27 * miscfuncs.cc (WritePipeOverlapped): Define second parameter LPCVOID,Corinna Vinschen
2012-06-27 * advapi32.cc (_ADVAPI32_): Define. Explain why.Corinna Vinschen
2012-06-26 * winsup.h (GetLastError): Drop redundant definition.Corinna Vinschen
2012-06-26fix typoChristopher Faylor
2012-06-25* cygwait.cc (cancelable_wait): Make sure that timer is cancelled beforeChristopher Faylor
2012-06-25* cygwait.h (cancelable_wait): Need to force time to negative to indicateChristopher Faylor
2012-06-22 * path.cc (realpath): Fix comment.Corinna Vinschen
2012-06-21 * path.cc (realpath): Call mount_info::conv_to_posix_path rather thanCorinna Vinschen
2012-06-19* cygwait.h (LARGE_NULL): Define.Christopher Faylor
2012-06-19Revert errneous checkin.Christopher Faylor
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor
2012-06-19 * cygheap.cc (init_cygheap::init_installation_root): Rearrange codeCorinna Vinschen
2012-06-18Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor
2012-06-12Fix last ChangeLog entry.Yaakov Selkowitz
2012-06-12 * regex/regcomp.c (p_ere): Allow vertical-line followingYaakov Selkowitz
2012-06-10 * include/sys/elf_common.h (R_386_16): Define.Yaakov Selkowitz
2012-06-10* select.cc (cygwin_select): Remove select_timeout test.Christopher Faylor
2012-06-06 * include/elf.h: Update from FreeBSD.Yaakov Selkowitz
2012-06-04 * fhandler_disk_file.cc (fhandler_disk_file::link ): TranslateCorinna Vinschen