summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen2009-05-1410-57/+95
* * mount.cc (mount_info::init): Remove MOUNT_CYGWIN_EXEC setting whenChristopher Faylor2009-05-142-1/+6
* * mount.cc (oopts): Add a no-op "auto" option.Corinna Vinschen2009-05-142-1/+8
* cygwin ChangeLogChristopher Faylor2009-05-144-37/+122
* * cygheap.h (cwdstuff): Convert to class. Make posix and dir private.Corinna Vinschen2009-05-137-11/+75
* * cygwin/version.h (CYGWIN_VERSION_CYGWIN_CONV): New define.Christopher Faylor2009-05-092-0/+6
* * dtable.cc (dtable::init_std_file_from_handle): Add workaround forCorinna Vinschen2009-05-094-3/+96
* * sec_auth.cc (str2uni_cat): Move from here...Corinna Vinschen2009-05-094-18/+21
* * strfuncs.cc (sys_cp_wcstombs): save and restore previous errno value.Corinna Vinschen2009-05-082-1/+8
* * strfuncs.cc (sys_cp_wcstombs): Set errno to 0 before convertingCorinna Vinschen2009-05-082-0/+6
* * include/sys/select.h: Guard definitions with __USE_W32_SOCKETS asCorinna Vinschen2009-05-082-2/+7
* * fhandler_console.cc (fhandler_console::ioctl): Properly treat TIOCLINUXChristopher Faylor2009-05-063-3/+10
* * libc/minires.c (scanline): Fix type in calls to ctype functionsCorinna Vinschen2009-05-064-10/+17
* * cygheap.cc (cygheap_init): Set umask to a sane default.Corinna Vinschen2009-05-063-18/+12
* * security.cc (set_file_sd): Drop using FILE_OPEN_FOR_RECOVERY flag inCorinna Vinschen2009-05-046-23/+26
* * fhandler_console.cc (fhandler_console::write_console): Eliminate unneededChristopher Faylor2009-05-042-3/+6
* * libc/minires.c (scanline): Accommodate ctype changes which disallow use of anChristopher Faylor2009-05-044-10/+17
* * fhandler.h (fhandler_console::MAX_WRITE_CHARS): Declare.Christopher Faylor2009-05-043-15/+46
* * include/cygwin/socket.h: Define SOL_IPV6.Christopher Faylor2009-04-272-0/+5
* * ctype.cc (__set_ctype): Copy exact part of the current activeCorinna Vinschen2009-04-212-2/+7
* * flock.cc (lf_setlock): Handle border case which results in WFMO loopCorinna Vinschen2009-04-202-0/+14
* * mkimport: Specify .text for stub explicitly.Christopher Faylor2009-04-183-7/+36
* * dcrt0.cc (globify): Only call mbtowc for non-ascii chars.Corinna Vinschen2009-04-182-1/+5
* * dcrt0.cc (globify): Make multibyte-aware.Corinna Vinschen2009-04-172-1/+13
* * flock.cc (class inode_t): Add i_wait member and matching methodsCorinna Vinschen2009-04-172-4/+25
* * dlfcn.cc (get_full_path_of_dll): Just return a bool value. DropCorinna Vinschen2009-04-162-23/+31
* * ntdll.h (STATUS_LOCK_NOT_GRANTED): Define.Corinna Vinschen2009-04-163-2/+19
* * path.cc (path_conv::get_wide_win32_path): Allow relative paths.Corinna Vinschen2009-04-152-6/+24
* * libc/bsdlib.cc: Align copyright with upstream.Corinna Vinschen2009-04-158-27/+10
* * speclib: Really revert to using tempdir.Christopher Faylor2009-04-142-2/+6
* * speclib: Revert to using tempdir.Christopher Faylor2009-04-142-1/+5
* * localtime.cc (tzload): Implement setting __tzrule's offset memberCorinna Vinschen2009-04-142-0/+10
* * include/stdint.h (intptr_t): Remove long from type.Dave Korn2009-04-132-5/+12
* * speclib: Initial stab at cleaning up temp files. More work needed.Christopher Faylor2009-04-123-4/+14
* * Makefile.in (clean): Clean globals.h.Christopher Faylor2009-04-122-2/+7
* * mkimport: New script to perform all operations necessary to createChristopher Faylor2009-04-126-139/+188
* * include/stdint.h (INTPTR_MIN, INTPTR_MAX): Add 'L' suffix.Corinna Vinschen2009-04-112-4/+9
* * speclib: Use a more robust method to derive full file path.Christopher Faylor2009-04-102-3/+7
* * speclib: Semi-revert to previous version but don't try to generateChristopher Faylor2009-04-094-52/+64
* * syscalls.cc (try_to_bin): Use tmp_pathbuf buffer to allocate infobufCorinna Vinschen2009-04-092-10/+13
* * syscalls.cc (try_to_bin): Fix alignment of infobuf.Corinna Vinschen2009-04-092-1/+7
* * fhandler_disk_file.cc (fhandler_disk_file::fchown): Catch anCorinna Vinschen2009-04-096-8/+56
* * include/stdint.h (int_least32_t): Define as int.Corinna Vinschen2009-04-072-12/+27
* * strfuncs.cc: Change WCHAR to wchar_t in multibyte<->widecharCorinna Vinschen2009-04-073-13/+22
* * fhandler.h (class dev_console): Add members con_mbtowc, con_wctomb,Corinna Vinschen2009-04-076-50/+123
* * libc/rexec.cc (ruserpass): Use fstat64 instead of fstat.Corinna Vinschen2009-04-062-3/+7
* * strfuncs.cc: Add comment to explain why we can't support JISCorinna Vinschen2009-04-062-40/+169
* * Makefile.in: Use all compile options when calculating magic values.Christopher Faylor2009-04-055-6/+15
* * net.cc: Undefine NOERROR and DELETE to avoid compiler warnings.Christopher Faylor2009-04-054-2/+18
* * include/asm/byteorder.h (__ntohl): Prototype before define to avoidCorinna Vinschen2009-04-042-8/+14