summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
...
* * path.cc (etc::dir_changed): Change `io' to a static NO_COPYCorinna Vinschen2012-07-313-22/+40
* * Makefile.common (CFLAGS_COMMON): Add temporary define to work around w32apiChristopher Faylor2012-07-303-2/+9
* * winlean.h: Add temporary define.Christopher Faylor2012-07-303-6/+6
* * cygwait.cc (cancelable_wait): Add some debugging-only output.Christopher Faylor2012-07-308-48/+75
* Doh. Check in missing file from previous submission.Christopher Faylor2012-07-291-1/+7
* * cygtls.cc (_cygtls::reset_signal_arrived): New function.Christopher Faylor2012-07-295-63/+46
* Add missing file from last checkin.Christopher Faylor2012-07-291-1/+11
* * fhandler_termios.cc (fhandler_termios::line_edit): Use special case '%0c'Christopher Faylor2012-07-295-3/+19
* * include/inttypes.h: Add x86_64 target considerations throughout.Corinna Vinschen2012-07-283-91/+230
* * signal.cc (clock_nanosleep): Force return on signal rather than lettingChristopher Faylor2012-07-252-1/+6
* * syscalls.cc (enum bin_status): Add dir_not_empty.Corinna Vinschen2012-07-252-38/+89
* * wincap.cc (wincapc::init): Drop memset call since it can result inCorinna Vinschen2012-07-242-53/+39
* Change "set_thread_waiting" to "set_signal_arrived" throughout.Christopher Faylor2012-07-2310-12/+16
* * DevNotes: Add entry cgf-000013.Christopher Faylor2012-07-2131-380/+381
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 17.Christopher Faylor2012-07-212-1/+5
* *** empty log message ***Corinna Vinschen2012-07-191-0/+6
* * mount.cc (getmntent_r): Remove unused but set variable.Yaakov Selkowitz2012-07-192-2/+5
* * cygwin.din (getmntent_r): Export.Corinna Vinschen2012-07-187-2/+43
* * winlean.h: Make sure certain Windows macros are undefined again.Corinna Vinschen2012-07-124-5/+49
* * pseudo-reloc.cc: Drop including wchar.h.Corinna Vinschen2012-07-124-5/+8
* * cygtls.cc (well_known_dlls): Add ole32.dll and wbemprox.dll.Corinna Vinschen2012-07-112-0/+6
* * cygwin.sc (.rdata): Revert patch from 2012-07-06.Corinna Vinschen2012-07-092-1/+5
* * passwd.cc (getpass): Make check for closed stream more reliable.Corinna Vinschen2012-07-092-8/+19
* * Makefile.in, configure.in, mkvers.sh: Revert accidental checkin fromCorinna Vinschen2012-07-094-11/+8
* * Makefile.in: Change mingw_lib (temporarily?) back to w32api_lib.Christopher Faylor2012-07-082-1/+5
* * winlean.h (__STRALIGN_H_): Drop definition.Corinna Vinschen2012-07-065-6/+16
* * fhandler_procnet.cc: Fix copyright.Corinna Vinschen2012-07-065-4/+11
* Add files missing in previous checkinCorinna Vinschen2012-07-062-65/+52
* In terms of network related functionality, rely on Winsock definitionsCorinna Vinschen2012-07-0613-37/+70
* * winbase.h: Throughout use LONG rather than long type to prepare forCorinna Vinschen2012-07-062-15/+26
* * fhandler_registry.cc (RegOpenUserClassesRoot): Only define whenCorinna Vinschen2012-07-066-5/+48
* * advapi32.cc (_ADVAPI32_): Drop definition.Corinna Vinschen2012-07-063-13/+24
* * winsup.h (_WIN32_WINNT): Define. Explain why.Corinna Vinschen2012-07-062-1/+9
* * libc/rcmd.cc: Don't undef __INSIDE_CYGWIN_NET__.Corinna Vinschen2012-07-062-0/+5
* * cygwin.sc (.rdata): Include all sections starting with .rdata.Corinna Vinschen2012-07-062-1/+8
* * dcrt0.cc (build_argv): Guard against NULL pointer dereference found by Clang.Christopher Faylor2012-07-042-1/+7
* * exceptions.cc (setup_handler): Remove unneeded assignment found by Clang.Christopher Faylor2012-07-042-1/+6
* * hookapi.cc (find_first_notloaded_dll): Remove unused assignment ofChristopher Faylor2012-07-042-2/+5
* * fhandler_tty.cc (fhandler_pty_slave::read): Remove duplicate assignment toChristopher Faylor2012-07-042-1/+5
* fix typoChristopher Faylor2012-07-041-1/+1
* * exceptions.cc (exception::handle): Use error_code in klog, as intended.Christopher Faylor2012-07-032-2/+6
* * fhandler.h (class fhandler_dev_clipboard): Remove member eof.Corinna Vinschen2012-07-024-77/+87
* * fhandler_virtual.cc (fhandler_virtual::opendir): Eliminate duplicateChristopher Faylor2012-07-022-1/+5
* * fhandler_registry.cc (fhandler_registry::open): Handle missing EROFS errorChristopher Faylor2012-07-022-0/+6
* * pinfo.cc (_pinfo::commune_request): Eliminate unneeded assignment found byChristopher Faylor2012-07-022-2/+5
* * 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