index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
syscalls.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* cygerrno.h (__set_errno): Modify debugging output to make searching strace
Christopher Faylor
2011-10-15
1
-9
/
+13
*
* cygwin.din: Remove some _tc* exports. Add tcgetsid().
Christopher Faylor
2011-10-11
1
-2
/
+3
*
* syscalls.cc (open): Add temporary kludge to avoid assigning the controlling
Christopher Faylor
2011-10-10
1
-0
/
+6
*
* syscalls.cc (faccessat): Fix parens in flag expression when calling
Corinna Vinschen
2011-08-01
1
-5
/
+5
*
* fhandler_disk_file.cc (__DIR_mounts::eval_ino): Create path_conv
Corinna Vinschen
2011-07-26
1
-2
/
+5
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-22
/
+22
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
1
-6
/
+9
*
* fhandler_proc.cc (format_proc_uptime): Don't call GetSystemInfo.
Corinna Vinschen
2011-05-10
1
-6
/
+2
*
* fhandler.h (fhandler_socket::read): Declare.
Corinna Vinschen
2011-05-06
1
-54
/
+100
*
* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().
Christopher Faylor
2011-05-05
1
-19
/
+12
*
* pinfo.h (class push_process_state): New class to push a process state
Corinna Vinschen
2011-05-05
1
-19
/
+2
*
* syscalls.cc (readv): Add myfault handler. Don't check repeatedly
Corinna Vinschen
2011-05-05
1
-34
/
+23
*
* fhandler.h (class fhandler_base): Remove uninterruptible_io status
Corinna Vinschen
2011-05-04
1
-12
/
+2
*
* fcntl.cc (fcntl64): Call pthread_testcancel.
Corinna Vinschen
2011-04-30
1
-0
/
+12
*
* advapi32.cc (GetTokenInformation): Remove.
Corinna Vinschen
2011-04-29
1
-18
/
+33
*
* Makefile.in (DLL_IMPORTS): Drop advapi32.dll.
Corinna Vinschen
2011-04-19
1
-5
/
+7
*
Drop NT4 support.
Corinna Vinschen
2011-04-04
1
-4
/
+1
*
* autoload.cc (FindFirstVolumeA): Remove.
Corinna Vinschen
2011-04-02
1
-63
/
+45
*
* autoload.cc (UuidCreate): Remove.
Corinna Vinschen
2011-03-29
1
-14
/
+19
*
* dcrt0.cc: Fix copyright dates.
Corinna Vinschen
2011-02-22
1
-2
/
+3
*
* Throughout fix copyright dates.
Corinna Vinschen
2011-02-15
1
-1
/
+1
*
* syscalls.cc (utmp_data): Fix potential buffer overflow.
Corinna Vinschen
2011-01-31
1
-1
/
+1
*
* syscalls.cc (rename): Fix permission problem with symlinks on NFS.
Corinna Vinschen
2011-01-21
1
-12
/
+19
*
* syscalls.cc (check_dir_not_empty): Never count more than 3 directory
Corinna Vinschen
2010-12-12
1
-6
/
+5
*
* syscalls.cc (gethostid): Use correct path to ProductId registry value.
Corinna Vinschen
2010-09-28
1
-1
/
+2
*
* mount.h (class fs_info): Add has_buggy_reopen flag and accessor
Corinna Vinschen
2010-09-21
1
-3
/
+2
*
* syscalls.cc (start_transaction): Make inline function. Move up to be
Corinna Vinschen
2010-09-12
1
-42
/
+85
*
* syscalls.cc (rename): Limit retry loop in case of sharing violation
Corinna Vinschen
2010-09-10
1
-4
/
+10
*
* syscalls.cc (fstatat): Call stat_worker directly from here.
Corinna Vinschen
2010-09-10
1
-1
/
+4
*
* syscalls.cc (rename): Open file with FILE_READ_ATTRIBUTES.
Corinna Vinschen
2010-08-25
1
-4
/
+7
*
* fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Revert usage
Corinna Vinschen
2010-08-20
1
-2
/
+1
*
* syscalls.cc (rename): Fix renaming file-based devices.
Corinna Vinschen
2010-08-18
1
-5
/
+6
*
* syscalls.cc (unlink_nt): Disable try_to_bin for netapp drives.
Corinna Vinschen
2010-07-07
1
-2
/
+6
*
* dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicated
Corinna Vinschen
2010-06-15
1
-4
/
+7
*
* syscalls.cc (rename): On STATUS_ACCESS_VIOLATION, retry to open
Corinna Vinschen
2010-04-19
1
-0
/
+17
*
* fhandler.h (fhandler_base::has_ongoing_io): Declare virtual method.
Christopher Faylor
2010-04-02
1
-1
/
+1
*
* syscalls.cc (open): Remove call to sig_dispatch_pending.
Corinna Vinschen
2010-03-30
1
-1
/
+0
*
* shared_info.h (user_info): Add dll_crt0_1 as a friend.
Christopher Faylor
2010-03-15
1
-1
/
+1
*
* syscalls.cc (nt_path_has_executable_suffix): Change storage class of
Corinna Vinschen
2010-03-04
1
-7
/
+16
*
* nlsfuncs.cc (check_codepage): Move from syscalls.cc here.
Corinna Vinschen
2010-01-24
1
-110
/
+1
*
* syscalls.cc (internal_setlocale): Use UTF-8 internally if external
Corinna Vinschen
2010-01-17
1
-2
/
+10
*
* dcrt0.cc (dll_crt0_1): Reset locale to "C" at the last moment before
Corinna Vinschen
2010-01-14
1
-3
/
+3
*
* cygwin.din (dup3): Export.
Corinna Vinschen
2010-01-14
1
-12
/
+48
*
* syscalls.cc (rename): Don't exit prematurely with EROFS when trying
Corinna Vinschen
2010-01-13
1
-2
/
+2
*
* dtable.cc (build_fh_name_worker): Remove. Move all functionality
Corinna Vinschen
2010-01-12
1
-11
/
+11
*
Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess
Corinna Vinschen
2009-12-18
1
-3
/
+4
*
* syscalls.cc (try_to_bin): Handle remote shares as well. Just rename
Corinna Vinschen
2009-12-17
1
-72
/
+77
*
* globals.cc (ro_u_dll): New R/O unicode string.
Corinna Vinschen
2009-11-21
1
-0
/
+6
*
* path.cc (symlink_info::check_reparse_point): Always check
Corinna Vinschen
2009-11-09
1
-0
/
+10
*
* globals.cc (ro_u_scr): New R/O unicode string.
Corinna Vinschen
2009-11-06
1
-20
/
+30
[next]