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-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
2012-06-04* dtable.cc (dtable::dup3): Only return with lock set when O_EXCL flag isChristopher Faylor
2012-06-03* DevNotes: Add entry cgf-000011.Christopher Faylor
2012-06-03 * new-features.sgml (ov-new1.7.16): Document ReFS support.Corinna Vinschen
2012-06-03*** empty log message ***Corinna Vinschen
2012-06-03 * globals.cc (ro_u_refs): New R/O unicode string.Corinna Vinschen
2012-06-03 * cygcheck.cc (dump_sysinfo): Change "Server 8" to officialCorinna Vinschen
2012-06-03* winbase.h: Add missing copyright date.Christopher Faylor
2012-06-03* select.cc (cygwin_select): Make sure that we only return -1 as an errorChristopher Faylor
2012-06-03* select.cc (cygwin_select): Add some comments.Christopher Faylor
2012-06-03* DevNotes: Add entry cgf-000010.Christopher Faylor
2012-06-03* exceptions.cc (setup_handler): Make debugging output a little more verbose.Christopher Faylor
2012-06-03* cygtls.h (_cygtls::protect_linked_list): Delete unused field.Christopher Faylor
2012-05-30 * hookapi.cc (find_first_notloaded_dll): Extend comment. Fix usage ofCorinna Vinschen
2012-05-30 * thread.cc: Remove temporary newlib workaround, now that newlibCorinna Vinschen
2012-05-29 * select.cc (select_stuff::wait): Temporarily disable restartingCorinna Vinschen
2012-05-29 * security.h (cygsidlist::+=): Correctly copy well_known_sid info fromCorinna Vinschen
2012-05-29 * Makefile.in (LIBS): Re-add advapi32.dll. Explain why.Corinna Vinschen
2012-05-25 * registry.cc (reg_key::build_reg): Fix typo in debug output.Corinna Vinschen
2012-05-25 * select.cc (select_stuff::wait): When not returning after receivingCorinna Vinschen
2012-05-25 * fhandler_serial.cc (fhandler_serial::raw_read): Check forCorinna Vinschen
2012-05-25 * fhandler_serial.cc (fhandler_serial::raw_read): Just call ReadFileCorinna Vinschen
2012-05-24 * thread.cc (__cygwin_lock_lock): Replace null thread check with testCorinna Vinschen
2012-05-23 * thread.cc (__cygwin_lock_lock): Take null thread at process startupCorinna Vinschen
2012-05-23 * thread.cc (pthread::cancel): Re-allow asynchronous cancellation fromCorinna Vinschen