summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * external.cc (fillout_pinfo): Return NULL rather than 0.Christopher Faylor2012-07-022-5/+12
* * mount.cc (mount_info::conv_to_win32_path): Eliminate unneeded assignmentChristopher Faylor2012-07-022-2/+7
* * path.cc (symlink_info::check): Remove unneeded/unused variable.Christopher Faylor2012-07-022-3/+4
* * dll_init.cc (dll_list::alloc): Take long UNC paths into account.Corinna Vinschen2012-07-022-1/+12
* * Makefile.in: Add some more optimization flags for cygwait, malloc and path....Christopher Faylor2012-07-029-16/+53
* * path.cc: Perform some whitespace fixups throughout.Christopher Faylor2012-07-022-21/+26
* * kernel32.cc (_KERNEL32_): Define. Explain why.Corinna Vinschen2012-06-282-3/+12
* * fhandler_serial.cc: Fix includes for IOCTL codes to support Mingw64.Corinna Vinschen2012-06-285-32/+20
* * exceptions.cc (RtlUnwind): Align declaration with MSDN.Corinna Vinschen2012-06-284-1/+43
* * cygwait.h (cancelable_wait): Make extern to avoid always including.Christopher Faylor2012-06-274-33/+51
* * exceptions.cc (exception::handle): Cast exception code to NTSTATUSCorinna Vinschen2012-06-273-60/+12
* * miscfuncs.cc (WritePipeOverlapped): Define second parameter LPCVOID,Corinna Vinschen2012-06-273-3/+9
* * advapi32.cc (_ADVAPI32_): Define. Explain why.Corinna Vinschen2012-06-274-3/+41
* * winsup.h (GetLastError): Drop redundant definition.Corinna Vinschen2012-06-262-4/+5
* fix typoChristopher Faylor2012-06-261-1/+1
* * cygwait.cc (cancelable_wait): Make sure that timer is cancelled beforeChristopher Faylor2012-06-252-6/+10
* * cygwait.h (cancelable_wait): Need to force time to negative to indicateChristopher Faylor2012-06-252-1/+6
* * path.cc (realpath): Fix comment.Corinna Vinschen2012-06-222-2/+6
* * path.cc (realpath): Call mount_info::conv_to_posix_path rather thanCorinna Vinschen2012-06-212-1/+10
* * cygwait.h (LARGE_NULL): Define.Christopher Faylor2012-06-196-9/+31
* Revert errneous checkin.Christopher Faylor2012-06-1920-77/+95
* * cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor2012-06-1920-90/+78
* * cygheap.cc (init_cygheap::init_installation_root): Rearrange codeCorinna Vinschen2012-06-182-6/+28
* Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor2012-06-1718-176/+269
* Fix last ChangeLog entry.Yaakov Selkowitz2012-06-121-1/+1
* * regex/regcomp.c (p_ere): Allow vertical-line followingYaakov Selkowitz2012-06-112-0/+8
* * include/sys/elf_common.h (R_386_16): Define.Yaakov Selkowitz2012-06-102-0/+11
* * select.cc (cygwin_select): Remove select_timeout test.Christopher Faylor2012-06-103-6/+9
* * include/elf.h: Update from FreeBSD.Yaakov Selkowitz2012-06-068-245/+1401
* * fhandler_disk_file.cc (fhandler_disk_file::link ): TranslateCorinna Vinschen2012-06-042-1/+7
* * dtable.cc (dtable::dup3): Only return with lock set when O_EXCL flag isChristopher Faylor2012-06-043-2/+16
* * DevNotes: Add entry cgf-000011.Christopher Faylor2012-06-037-20/+74
* * new-features.sgml (ov-new1.7.16): Document ReFS support.Corinna Vinschen2012-06-032-0/+8
* *** empty log message ***Corinna Vinschen2012-06-031-0/+2
* * globals.cc (ro_u_refs): New R/O unicode string.Corinna Vinschen2012-06-0310-23/+143
* * cygcheck.cc (dump_sysinfo): Change "Server 8" to officialCorinna Vinschen2012-06-032-2/+7
* * winbase.h: Add missing copyright date.Christopher Faylor2012-06-032-1/+5
* * select.cc (cygwin_select): Make sure that we only return -1 as an errorChristopher Faylor2012-06-032-6/+17
* * select.cc (cygwin_select): Add some comments.Christopher Faylor2012-06-032-8/+24
* * DevNotes: Add entry cgf-000010.Christopher Faylor2012-06-035-149/+216
* * exceptions.cc (setup_handler): Make debugging output a little more verbose.Christopher Faylor2012-06-032-1/+6
* * cygtls.h (_cygtls::protect_linked_list): Delete unused field.Christopher Faylor2012-06-022-1/+4
* * hookapi.cc (find_first_notloaded_dll): Extend comment. Fix usage ofCorinna Vinschen2012-05-303-9/+23
* * thread.cc: Remove temporary newlib workaround, now that newlibCorinna Vinschen2012-05-302-85/+12
* * select.cc (select_stuff::wait): Temporarily disable restartingCorinna Vinschen2012-05-292-3/+14
* * security.h (cygsidlist::+=): Correctly copy well_known_sid info fromCorinna Vinschen2012-05-292-3/+11
* * Makefile.in (LIBS): Re-add advapi32.dll. Explain why.Corinna Vinschen2012-05-295-30/+36
* * registry.cc (reg_key::build_reg): Fix typo in debug output.Corinna Vinschen2012-05-252-1/+5
* * select.cc (select_stuff::wait): When not returning after receivingCorinna Vinschen2012-05-252-4/+16
* * fhandler_serial.cc (fhandler_serial::raw_read): Check forCorinna Vinschen2012-05-252-1/+6