summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/syscalls.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor2011-05-051-19/+12
* * pinfo.h (class push_process_state): New class to push a process stateCorinna Vinschen2011-05-051-19/+2
* * syscalls.cc (readv): Add myfault handler. Don't check repeatedlyCorinna Vinschen2011-05-051-34/+23
* * fhandler.h (class fhandler_base): Remove uninterruptible_io statusCorinna Vinschen2011-05-041-12/+2
* * fcntl.cc (fcntl64): Call pthread_testcancel.Corinna Vinschen2011-04-301-0/+12
* * advapi32.cc (GetTokenInformation): Remove.Corinna Vinschen2011-04-291-18/+33
* * Makefile.in (DLL_IMPORTS): Drop advapi32.dll.Corinna Vinschen2011-04-191-5/+7
* Drop NT4 support.Corinna Vinschen2011-04-041-4/+1
* * autoload.cc (FindFirstVolumeA): Remove.Corinna Vinschen2011-04-021-63/+45
* * autoload.cc (UuidCreate): Remove.Corinna Vinschen2011-03-291-14/+19
* * dcrt0.cc: Fix copyright dates.Corinna Vinschen2011-02-221-2/+3
* * Throughout fix copyright dates.Corinna Vinschen2011-02-151-1/+1
* * syscalls.cc (utmp_data): Fix potential buffer overflow.Corinna Vinschen2011-01-311-1/+1
* * syscalls.cc (rename): Fix permission problem with symlinks on NFS.Corinna Vinschen2011-01-211-12/+19
* * syscalls.cc (check_dir_not_empty): Never count more than 3 directoryCorinna Vinschen2010-12-121-6/+5
* * syscalls.cc (gethostid): Use correct path to ProductId registry value.Corinna Vinschen2010-09-281-1/+2
* * mount.h (class fs_info): Add has_buggy_reopen flag and accessorCorinna Vinschen2010-09-211-3/+2
* * syscalls.cc (start_transaction): Make inline function. Move up to beCorinna Vinschen2010-09-121-42/+85
* * syscalls.cc (rename): Limit retry loop in case of sharing violationCorinna Vinschen2010-09-101-4/+10
* * syscalls.cc (fstatat): Call stat_worker directly from here.Corinna Vinschen2010-09-101-1/+4
* * syscalls.cc (rename): Open file with FILE_READ_ATTRIBUTES.Corinna Vinschen2010-08-251-4/+7
* * fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Revert usageCorinna Vinschen2010-08-201-2/+1
* * syscalls.cc (rename): Fix renaming file-based devices.Corinna Vinschen2010-08-181-5/+6
* * syscalls.cc (unlink_nt): Disable try_to_bin for netapp drives.Corinna Vinschen2010-07-071-2/+6
* * dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicatedCorinna Vinschen2010-06-151-4/+7
* * syscalls.cc (rename): On STATUS_ACCESS_VIOLATION, retry to openCorinna Vinschen2010-04-191-0/+17
* * fhandler.h (fhandler_base::has_ongoing_io): Declare virtual method.Christopher Faylor2010-04-021-1/+1
* * syscalls.cc (open): Remove call to sig_dispatch_pending.Corinna Vinschen2010-03-301-1/+0
* * shared_info.h (user_info): Add dll_crt0_1 as a friend.Christopher Faylor2010-03-151-1/+1
* * syscalls.cc (nt_path_has_executable_suffix): Change storage class ofCorinna Vinschen2010-03-041-7/+16
* * nlsfuncs.cc (check_codepage): Move from syscalls.cc here.Corinna Vinschen2010-01-241-110/+1
* * syscalls.cc (internal_setlocale): Use UTF-8 internally if externalCorinna Vinschen2010-01-171-2/+10
* * dcrt0.cc (dll_crt0_1): Reset locale to "C" at the last moment beforeCorinna Vinschen2010-01-141-3/+3
* * cygwin.din (dup3): Export.Corinna Vinschen2010-01-141-12/+48
* * syscalls.cc (rename): Don't exit prematurely with EROFS when tryingCorinna Vinschen2010-01-131-2/+2
* * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen2010-01-121-11/+11
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-3/+4
* * syscalls.cc (try_to_bin): Handle remote shares as well. Just renameCorinna Vinschen2009-12-171-72/+77
* * globals.cc (ro_u_dll): New R/O unicode string.Corinna Vinschen2009-11-211-0/+6
* * path.cc (symlink_info::check_reparse_point): Always checkCorinna Vinschen2009-11-091-0/+10
* * globals.cc (ro_u_scr): New R/O unicode string.Corinna Vinschen2009-11-061-20/+30
* * syscalls.cc (nt_path_has_suffix): New function.Corinna Vinschen2009-11-051-5/+28
* * syscalls.cc (internal_setlocale): Only convert $PATH if there is aCorinna Vinschen2009-10-191-7/+14
* * include/sys/cygwin.h: Add new cygwin_getinfo_typeCorinna Vinschen2009-10-131-10/+62
* * syscalls.cc (seteuid32): Call set_cygwin_privileges on primary tokenCorinna Vinschen2009-10-071-0/+1
* * syscalls.cc (internal_setlocale): Add comment.Corinna Vinschen2009-10-041-0/+2
* * dcrt0.cc (dll_crt0_1): Drop calls to setlocale/_setlocale_r. JustCorinna Vinschen2009-10-021-8/+20
* * syscalls.cc (rename): Fix regression in rename("dir","d/").Eric Blake2009-09-301-11/+10
* * cygheap.cc (cygheap_init): Default locale.charset to "UTF-8".Corinna Vinschen2009-09-281-49/+59
* Fix some POSIX-compliance bugs in link, rename, mkdir.Eric Blake2009-09-261-38/+65