aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2009-06-02 * path.cc (path_conv::check): Don't call set_exec for files on "noacl"Corinna Vinschen2-1/+9
2009-05-31* strfuncs.cc (sys_cp_mbstowcs): Treat src as unsigned char *. Convert failureChristopher Faylor2-7/+30
2009-05-30* cygwin/include/sys/termios.h: Make default erase character "^?".Christopher Faylor2-1/+5
2009-05-30* fhandler_console.cc (fhandler_console::read): Convert backspace key to DEL.Christopher Faylor2-4/+14
2009-05-29* path.cc (cwdstuff::set): Rewrite previous change to properly test the end ofChristopher Faylor2-5/+17
2009-05-28* path.cc (cwdstuff::set): Avoid removing a nonexistent trailing slash.Christopher Faylor3-7/+12
2009-05-27Change explicitely to explicitly throughout.Christopher Faylor6-7/+11
2009-05-20* net.cc (gethostby_helper): Use correct signedness.Christopher Faylor2-35/+40
2009-05-19* mount.cc (mount_info::add_item): Avoid using any-old '/' as indicating root.Christopher Faylor2-1/+6
2009-05-18* mount.cc (mount_info::got_usr_bin): Mark as NO_COPY.Christopher Faylor2-3/+9
2009-05-17 * cygpath.cc (codepage): New variable.Corinna Vinschen3-10/+85
2009-05-16 * Makefile.in (cygpath.exe): Link against cygwin.a before linkingCorinna Vinschen2-2/+9
2009-05-15 * setup2.sgml (setup-locale-console): Disable section for now.Corinna Vinschen2-0/+6
2009-05-15 * cygpath.cc (main): Only setlocale for LC_CTYPE category. FallbackCorinna Vinschen6-4/+32
2009-05-15 * wchar.h (sys_mbstowcs): Add missing __stdcall attribute.Corinna Vinschen2-1/+5
2009-05-14 * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen10-57/+95
2009-05-14* mount.cc (mount_info::init): Remove MOUNT_CYGWIN_EXEC setting whenChristopher Faylor2-1/+6
2009-05-14 * faq-setup.xml (faq.setup.upgrade-mountpoints): New entry.Corinna Vinschen4-5/+49
2009-05-14 * new-features.sgml: Add automounting of /, /usr/bin, and /usr/lib.Corinna Vinschen3-9/+36
2009-05-14 * mount.cc (oopts): Add a no-op "auto" option.Corinna Vinschen2-1/+8
2009-05-14cygwin ChangeLogChristopher Faylor9-70/+183
2009-05-13 * pathnames.sgml (pathnames-unusual): Talk about using UTF-8 in CCorinna Vinschen3-4/+18
2009-05-13 * cygheap.h (cwdstuff): Convert to class. Make posix and dir private.Corinna Vinschen7-11/+75
2009-05-11 * Makefile.in: Link ps.exe agains ntdll.dll.Corinna Vinschen3-2/+83
2009-05-09* cygwin/version.h (CYGWIN_VERSION_CYGWIN_CONV): New define.Christopher Faylor2-0/+6
2009-05-09 * dtable.cc (dtable::init_std_file_from_handle): Add workaround forCorinna Vinschen4-3/+96
2009-05-09 * sec_auth.cc (str2uni_cat): Move from here...Corinna Vinschen4-18/+21
2009-05-08 * strfuncs.cc (sys_cp_wcstombs): save and restore previous errno value.Corinna Vinschen2-1/+8
2009-05-08 * strfuncs.cc (sys_cp_wcstombs): Set errno to 0 before convertingCorinna Vinschen2-0/+6
2009-05-08 * include/sys/select.h: Guard definitions with __USE_W32_SOCKETS asCorinna Vinschen2-2/+7
2009-05-06* fhandler_console.cc (fhandler_console::ioctl): Properly treat TIOCLINUXChristopher Faylor3-3/+10
2009-05-06 * Move ChangeLog entry.Corinna Vinschen2-5/+5
2009-05-06 * libc/minires.c (scanline): Fix type in calls to ctype functionsCorinna Vinschen4-10/+17
2009-05-06 * faq-setup.xml: Fix entry explaing how the homedir is evaluatedCorinna Vinschen2-4/+6
2009-05-06 * mkpasswd.c (current_user): Don't use HOMEDRIVE/HOMEPATH to generateCorinna Vinschen5-30/+25
2009-05-06 * cygheap.cc (cygheap_init): Set umask to a sane default.Corinna Vinschen3-18/+12
2009-05-04* cygcheck.cc (find_app_on_path): Avoid using NULL pointer if find_on_pathChristopher Faylor2-0/+8
2009-05-04 * cygcheck.cc (usage): Fix option order and print.Corinna Vinschen2-5/+10
2009-05-04 * security.cc (set_file_sd): Drop using FILE_OPEN_FOR_RECOVERY flag inCorinna Vinschen6-23/+26
2009-05-04* fhandler_console.cc (fhandler_console::write_console): Eliminate unneededChristopher Faylor2-3/+6
2009-05-04* libc/minires.c (scanline): Accommodate ctype changes which disallow use of anChristopher Faylor4-10/+17
2009-05-04* fhandler.h (fhandler_console::MAX_WRITE_CHARS): Declare.Christopher Faylor3-15/+46
2009-05-022009-05-01 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe3-0/+17
2009-04-27* include/cygwin/socket.h: Define SOL_IPV6.Christopher Faylor2-0/+5
2009-04-22* strace.cc (create_child): Set CYGWIN=noglob when starting new process so thatChristopher Faylor2-1/+16
2009-04-21 * ctype.cc (__set_ctype): Copy exact part of the current activeCorinna Vinschen2-2/+7
2009-04-20 * flock.cc (lf_setlock): Handle border case which results in WFMO loopCorinna Vinschen2-0/+14
2009-04-18* mkimport: Specify .text for stub explicitly.Christopher Faylor3-7/+36
2009-04-18 * dcrt0.cc (globify): Only call mbtowc for non-ascii chars.Corinna Vinschen2-1/+5
2009-04-17 * dcrt0.cc (globify): Make multibyte-aware.Corinna Vinschen2-1/+13