aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-17 * flock.cc (class inode_t): Add i_wait member and matching methodsCorinna Vinschen2-4/+25
2009-04-16 * dlfcn.cc (get_full_path_of_dll): Just return a bool value. DropCorinna Vinschen2-23/+31
2009-04-16 * ntdll.h (STATUS_LOCK_NOT_GRANTED): Define.Corinna Vinschen3-2/+19
2009-04-15 * cygpath.cc (do_pathconv): Only skip \\?\ prefix if it's reallyCorinna Vinschen2-9/+18
2009-04-15 * path.cc (path_conv::get_wide_win32_path): Allow relative paths.Corinna Vinschen2-6/+24
2009-04-15 * libc/bsdlib.cc: Align copyright with upstream.Corinna Vinschen8-27/+10
2009-04-14* speclib: Really revert to using tempdir.Christopher Faylor2-2/+6
2009-04-14* speclib: Revert to using tempdir.Christopher Faylor2-1/+5
2009-04-14 * localtime.cc (tzload): Implement setting __tzrule's offset memberCorinna Vinschen2-0/+10
2009-04-13 * include/stdint.h (intptr_t): Remove long from type.Dave Korn2-5/+12
2009-04-13 * Makefile.in (dumper.exe): Add -lz to ALL_LDFLAGS.Dave Korn2-1/+5
2009-04-12* speclib: Initial stab at cleaning up temp files. More work needed.Christopher Faylor3-4/+14
2009-04-12* Makefile.in (clean): Clean globals.h.Christopher Faylor2-2/+7
2009-04-12* mkimport: New script to perform all operations necessary to createChristopher Faylor6-139/+188
2009-04-112009-04-11 Danny Smith <dannsymith@users.sourceforge.net>Chris Sutcliffe2-7/+13
2009-04-11 * include/stdint.h (INTPTR_MIN, INTPTR_MAX): Add 'L' suffix.Corinna Vinschen2-4/+9
2009-04-10* speclib: Use a more robust method to derive full file path.Christopher Faylor2-3/+7
2009-04-09* speclib: Semi-revert to previous version but don't try to generateChristopher Faylor4-52/+64
2009-04-09 * syscalls.cc (try_to_bin): Use tmp_pathbuf buffer to allocate infobufCorinna Vinschen2-10/+13
2009-04-09 * syscalls.cc (try_to_bin): Fix alignment of infobuf.Corinna Vinschen2-1/+7
2009-04-09 * fhandler_disk_file.cc (fhandler_disk_file::fchown): Catch anCorinna Vinschen6-8/+56
2009-04-07 * include/stdint.h (int_least32_t): Define as int.Corinna Vinschen2-12/+27
2009-04-07 * path.cc (readlink): Accommodate new UTF-16 symlinks.Corinna Vinschen2-5/+27
2009-04-07 * strfuncs.cc: Change WCHAR to wchar_t in multibyte<->widecharCorinna Vinschen3-13/+22
2009-04-07 * setup2.sgml (setup-locale-console): New section to explainCorinna Vinschen7-19/+85
2009-04-07 * fhandler.h (class dev_console): Add members con_mbtowc, con_wctomb,Corinna Vinschen6-50/+123