aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2012-07-29 * include/sdkddkver.h: New file.Earnie Boyd2-0/+7
2012-07-29* fhandler_termios.cc (fhandler_termios::line_edit): Use special case '%0c'Christopher Faylor5-3/+19
2012-07-28 * include/inttypes.h: Add x86_64 target considerations throughout.Corinna Vinschen3-91/+230
2012-07-25* signal.cc (clock_nanosleep): Force return on signal rather than lettingChristopher Faylor2-1/+6
2012-07-25 * syscalls.cc (enum bin_status): Add dir_not_empty.Corinna Vinschen2-38/+89
2012-07-24 * wincap.cc (wincapc::init): Drop memset call since it can result inCorinna Vinschen2-53/+39
2012-07-23Change "set_thread_waiting" to "set_signal_arrived" throughout.Christopher Faylor10-12/+16
2012-07-21* DevNotes: Add entry cgf-000013.Christopher Faylor31-380/+381
2012-07-21* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 17.Christopher Faylor2-1/+5
2012-07-20 * pathnames.sgml (pathnames-intro): Remove paragraph on UNC paths.Corinna Vinschen4-8/+34
2012-07-19 * woutsup.h: Just include winlean.h.Corinna Vinschen2-16/+5
2012-07-19*** empty log message ***Corinna Vinschen1-0/+6
2012-07-19 * mount.cc (getmntent_r): Remove unused but set variable.Yaakov Selkowitz2-2/+5
2012-07-18 * new-features.sgml (ov-new1.7.16): Document getmntent_r.Yaakov Selkowitz2-1/+5
2012-07-18 * cygwin.din (getmntent_r): Export.Corinna Vinschen7-2/+43
2012-07-18 * faq-programming.xml (faq.programming.unix-gui): Update toYaakov Selkowitz2-14/+43
2012-07-12 * winlean.h: Make sure certain Windows macros are undefined again.Corinna Vinschen4-5/+49
2012-07-12 * pseudo-reloc.cc: Drop including wchar.h.Corinna Vinschen4-5/+8
2012-07-11 * Makefile.in (cygcheck.exe): Link against psapi.dll.Corinna Vinschen6-43/+113
2012-07-11 * cygtls.cc (well_known_dlls): Add ole32.dll and wbemprox.dll.Corinna Vinschen2-0/+6
2012-07-09 * cygwin.sc (.rdata): Revert patch from 2012-07-06.Corinna Vinschen2-1/+5
2012-07-09 * passwd.cc (getpass): Make check for closed stream more reliable.Corinna Vinschen2-8/+19
2012-07-09 * Makefile.in, configure.in, mkvers.sh: Revert accidental checkin fromCorinna Vinschen4-11/+8
2012-07-08* Makefile.in: Change mingw_lib (temporarily?) back to w32api_lib.Christopher Faylor2-1/+5
2012-07-06 * cygpath.cc: Change including headers to allow building againstCorinna Vinschen6-38/+45
2012-07-06 * winlean.h (__STRALIGN_H_): Drop definition.Corinna Vinschen5-6/+16
2012-07-06 * fhandler_procnet.cc: Fix copyright.Corinna Vinschen5-4/+11
2012-07-06Add files missing in previous checkinCorinna Vinschen2-65/+52
2012-07-06 In terms of network related functionality, rely on Winsock definitionsCorinna Vinschen13-37/+70
2012-07-06 * include/winsock.h: Keep IP_OPTIONS and SO_xxx definitions whenCorinna Vinschen3-4/+11
2012-07-06 * winbase.h: Throughout use LONG rather than long type to prepare forCorinna Vinschen2-15/+26
2012-07-06 * fhandler_registry.cc (RegOpenUserClassesRoot): Only define whenCorinna Vinschen6-5/+48
2012-07-06 * advapi32.cc (_ADVAPI32_): Drop definition.Corinna Vinschen3-13/+24
2012-07-06 * winsup.h (_WIN32_WINNT): Define. Explain why.Corinna Vinschen2-1/+9
2012-07-06 * libc/rcmd.cc: Don't undef __INSIDE_CYGWIN_NET__.Corinna Vinschen2-0/+5
2012-07-06 * cygwin.sc (.rdata): Include all sections starting with .rdata.Corinna Vinschen2-1/+8
2012-07-06 * Makefile.common (ALL_CFLAGS): Change := to = to allow overriding inCorinna Vinschen2-1/+6
2012-07-04* dcrt0.cc (build_argv): Guard against NULL pointer dereference found by Clang.Christopher Faylor2-1/+7
2012-07-04* exceptions.cc (setup_handler): Remove unneeded assignment found by Clang.Christopher Faylor2-1/+6
2012-07-04* hookapi.cc (find_first_notloaded_dll): Remove unused assignment ofChristopher Faylor2-2/+5
2012-07-04* fhandler_tty.cc (fhandler_pty_slave::read): Remove duplicate assignment toChristopher Faylor2-1/+5
2012-07-04fix typoChristopher Faylor1-1/+1
2012-07-03* exceptions.cc (exception::handle): Use error_code in klog, as intended.Christopher Faylor2-2/+6
2012-07-02 * fhandler.h (class fhandler_dev_clipboard): Remove member eof.Corinna Vinschen4-77/+87
2012-07-02* fhandler_virtual.cc (fhandler_virtual::opendir): Eliminate duplicateChristopher Faylor2-1/+5
2012-07-02* fhandler_registry.cc (fhandler_registry::open): Handle missing EROFS errorChristopher Faylor2-0/+6
2012-07-02* pinfo.cc (_pinfo::commune_request): Eliminate unneeded assignment found byChristopher Faylor2-2/+5
2012-07-02* external.cc (fillout_pinfo): Return NULL rather than 0.Christopher Faylor2-5/+12
2012-07-02* mount.cc (mount_info::conv_to_win32_path): Eliminate unneeded assignmentChristopher Faylor2-2/+7
2012-07-02* path.cc (symlink_info::check): Remove unneeded/unused variable.Christopher Faylor2-3/+4