aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/syscalls.cc
AgeCommit message (Expand)AuthorFilesLines
2011-05-10 * fhandler_proc.cc (format_proc_uptime): Don't call GetSystemInfo.Corinna Vinschen1-6/+2
2011-05-06 * fhandler.h (fhandler_socket::read): Declare.Corinna Vinschen1-54/+100
2011-05-05* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor1-19/+12
2011-05-05 * pinfo.h (class push_process_state): New class to push a process stateCorinna Vinschen1-19/+2
2011-05-05 * syscalls.cc (readv): Add myfault handler. Don't check repeatedlyCorinna Vinschen1-34/+23
2011-05-04 * fhandler.h (class fhandler_base): Remove uninterruptible_io statusCorinna Vinschen1-12/+2
2011-04-30 * fcntl.cc (fcntl64): Call pthread_testcancel.Corinna Vinschen1-0/+12
2011-04-29 * advapi32.cc (GetTokenInformation): Remove.Corinna Vinschen1-18/+33
2011-04-19 * Makefile.in (DLL_IMPORTS): Drop advapi32.dll.Corinna Vinschen1-5/+7
2011-04-04 Drop NT4 support.Corinna Vinschen1-4/+1
2011-04-02 * autoload.cc (FindFirstVolumeA): Remove.Corinna Vinschen1-63/+45
2011-03-29 * autoload.cc (UuidCreate): Remove.Corinna Vinschen1-14/+19
2011-02-22 * dcrt0.cc: Fix copyright dates.Corinna Vinschen1-2/+3
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen1-1/+1
2011-01-31 * syscalls.cc (utmp_data): Fix potential buffer overflow.Corinna Vinschen1-1/+1
2011-01-21 * syscalls.cc (rename): Fix permission problem with symlinks on NFS.Corinna Vinschen1-12/+19
2010-12-12 * syscalls.cc (check_dir_not_empty): Never count more than 3 directoryCorinna Vinschen1-6/+5
2010-09-28 * syscalls.cc (gethostid): Use correct path to ProductId registry value.Corinna Vinschen1-1/+2
2010-09-21 * mount.h (class fs_info): Add has_buggy_reopen flag and accessorCorinna Vinschen1-3/+2
2010-09-12 * syscalls.cc (start_transaction): Make inline function. Move up to beCorinna Vinschen1-42/+85
2010-09-10 * syscalls.cc (rename): Limit retry loop in case of sharing violationCorinna Vinschen1-4/+10
2010-09-10 * syscalls.cc (fstatat): Call stat_worker directly from here.Corinna Vinschen1-1/+4
2010-08-25 * syscalls.cc (rename): Open file with FILE_READ_ATTRIBUTES.Corinna Vinschen1-4/+7
2010-08-20 * fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Revert usageCorinna Vinschen1-2/+1
2010-08-18 * syscalls.cc (rename): Fix renaming file-based devices.Corinna Vinschen1-5/+6
2010-07-07 * syscalls.cc (unlink_nt): Disable try_to_bin for netapp drives.Corinna Vinschen1-2/+6
2010-06-15 * dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicatedCorinna Vinschen1-4/+7
2010-04-19 * syscalls.cc (rename): On STATUS_ACCESS_VIOLATION, retry to openCorinna Vinschen1-0/+17
2010-04-02* fhandler.h (fhandler_base::has_ongoing_io): Declare virtual method.Christopher Faylor1-1/+1
2010-03-30 * syscalls.cc (open): Remove call to sig_dispatch_pending.Corinna Vinschen1-1/+0
2010-03-15* shared_info.h (user_info): Add dll_crt0_1 as a friend.Christopher Faylor1-1/+1
2010-03-04 * syscalls.cc (nt_path_has_executable_suffix): Change storage class ofCorinna Vinschen1-7/+16
2010-01-24 * nlsfuncs.cc (check_codepage): Move from syscalls.cc here.Corinna Vinschen1-110/+1
2010-01-17 * syscalls.cc (internal_setlocale): Use UTF-8 internally if externalCorinna Vinschen1-2/+10
2010-01-14 * dcrt0.cc (dll_crt0_1): Reset locale to "C" at the last moment beforeCorinna Vinschen1-3/+3
2010-01-14 * cygwin.din (dup3): Export.Corinna Vinschen1-12/+48
2010-01-13 * syscalls.cc (rename): Don't exit prematurely with EROFS when tryingCorinna Vinschen1-2/+2
2010-01-12 * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen1-11/+11
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen1-3/+4
2009-12-17 * syscalls.cc (try_to_bin): Handle remote shares as well. Just renameCorinna Vinschen1-72/+77
2009-11-21 * globals.cc (ro_u_dll): New R/O unicode string.Corinna Vinschen1-0/+6
2009-11-09 * path.cc (symlink_info::check_reparse_point): Always checkCorinna Vinschen1-0/+10
2009-11-06 * globals.cc (ro_u_scr): New R/O unicode string.Corinna Vinschen1-20/+30
2009-11-05 * syscalls.cc (nt_path_has_suffix): New function.Corinna Vinschen1-5/+28
2009-10-19 * syscalls.cc (internal_setlocale): Only convert $PATH if there is aCorinna Vinschen1-7/+14
2009-10-13 * include/sys/cygwin.h: Add new cygwin_getinfo_typeCorinna Vinschen1-10/+62
2009-10-07 * syscalls.cc (seteuid32): Call set_cygwin_privileges on primary tokenCorinna Vinschen1-0/+1
2009-10-04 * syscalls.cc (internal_setlocale): Add comment.Corinna Vinschen1-0/+2
2009-10-02 * dcrt0.cc (dll_crt0_1): Drop calls to setlocale/_setlocale_r. JustCorinna Vinschen1-8/+20
2009-09-30* syscalls.cc (rename): Fix regression in rename("dir","d/").Eric Blake1-11/+10