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
*
Add case-sensitivity.
Corinna Vinschen
2008-07-16
1
-6
/
+7
*
* path.cc (cygwin_conv_path): Define tp before setting up faul handler.
Corinna Vinschen
2008-05-22
1
-26
/
+40
*
* string.h (strchr): Eliminate.
Christopher Faylor
2008-05-22
1
-1
/
+1
*
* syscalls.cc (FILTERED_MODE): Define valid chmod mode mask.
Corinna Vinschen
2008-05-21
1
-2
/
+5
*
* syscalls.cc (rename): Fix condition when to start a transaction.
Corinna Vinschen
2008-05-20
1
-1
/
+2
*
* syscalls.cc (rename): Allocate temporary path buffers using
Corinna Vinschen
2008-05-19
1
-5
/
+11
*
* syscalls.cc (rename): ONly start transaction if FS supports them.
Corinna Vinschen
2008-05-15
1
-1
/
+4
*
* autoload.cc (LoadDLLfuncNt): Re-invent.
Corinna Vinschen
2008-05-15
1
-3
/
+70
*
* syscalls.cc (rename): Use volume serial numbers stored in path_conv
Corinna Vinschen
2008-04-29
1
-15
/
+7
*
* cygwin.din (futimens): Export.
Corinna Vinschen
2008-04-24
1
-0
/
+19
*
* cygwin.din: Sort.
Corinna Vinschen
2008-04-23
1
-0
/
+276
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Simplify
Corinna Vinschen
2008-04-13
1
-9
/
+4
*
* cygwin.din (wprintf): Remove.
Corinna Vinschen
2008-04-10
1
-15
/
+0
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-12
/
+0
*
Add miscfuncs.h to files as needed throughout.
Christopher Faylor
2008-04-07
1
-0
/
+1
*
Cleanup.
Corinna Vinschen
2008-04-03
1
-2
/
+0
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-1
/
+1
*
Throughout, call fcntl64 instead of fcntl or fcntl_worker.
Corinna Vinschen
2008-04-01
1
-6
/
+6
*
* smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.
Corinna Vinschen
2008-03-31
1
-2
/
+2
*
* syscalls.cc (rename): Fix setting errno in case of trailing "/."
Corinna Vinschen
2008-03-27
1
-3
/
+9
*
* hookapi.cc (find_first_notloaded_dll): New function.
Christopher Faylor
2008-03-27
1
-0
/
+7
*
* syscalls.cc (rename): Just return with 0 if filenames are identical,
Corinna Vinschen
2008-03-12
1
-5
/
+2
*
* syscalls.cc (rename): Handle a special case of trying to rename a
Corinna Vinschen
2008-03-12
1
-5
/
+13
*
* syscalls.cc (sync): Use MAX_PATH rather than CYG_MAX_PATH.
Corinna Vinschen
2008-03-11
1
-7
/
+8
*
* fhandler.cc (fhandler_base::open): Use %S for PUNICODE_STRING.
Brian Dessent
2008-03-08
1
-1
/
+1
*
* Makefile.in (DLL_OFILES): Add tls_pbuf.o.
Corinna Vinschen
2008-03-07
1
-5
/
+5
*
Perform whitespace cleanup throughout.
Christopher Faylor
2008-02-15
1
-19
/
+19
*
* cygheap.cc (cwcsdup): New function.
Corinna Vinschen
2008-02-14
1
-1
/
+1
*
* syscalls.cc (_isatty): Define as an alias to isatty to override newlib
Christopher Faylor
2008-02-13
1
-0
/
+1
*
* string.h: Re-enable inline strcasematch and strncasematch
Corinna Vinschen
2008-02-01
1
-6
/
+6
*
* fhandler_tape.cc (mtinfo::initialize): Use MAX_PATH instead of
Corinna Vinschen
2007-11-28
1
-2
/
+2
*
* dllfixdbg: Eliminate extra objcopy step.
Christopher Faylor
2007-11-08
1
-3
/
+0
*
* syscalls.cc (open): Don't follow symlinks if O_EXCL is given.
Corinna Vinschen
2007-08-24
1
-2
/
+3
*
* syscalls.cc (unlink_nt): Drop one local FILE_BASIC_INFORMATION struct.
Corinna Vinschen
2007-08-21
1
-1
/
+0
*
* path.h (path_conv::operator char *): Delete.
Corinna Vinschen
2007-08-16
1
-3
/
+3
*
* dir.cc (readdir_worker): Convert w32name to PUNICODE_STRING.
Corinna Vinschen
2007-08-16
1
-2
/
+2
*
* path.cc (get_nt_native_path): Allow to convert special paths which
Corinna Vinschen
2007-08-15
1
-7
/
+6
*
* Makefile.in (DLL_OFILES): Remove delqueue.o.
Corinna Vinschen
2007-08-13
1
-13
/
+1
*
* syscalls.cc (getw): Remove redundant implementation.
Corinna Vinschen
2007-08-12
1
-56
/
+0
*
* ntdll.h: Add descriptive comments to special Rtl functions.
Corinna Vinschen
2007-08-12
1
-65
/
+202
*
* syscalls.cc (rename): Check oldpath and newpath for trailing dir
Corinna Vinschen
2007-08-10
1
-31
/
+113
*
* syscalls.cc (rename): Close oldpath file handle immediately after
Corinna Vinschen
2007-08-09
1
-4
/
+5
*
* fhandler_disk_file.cc (readdir_get_ino): Accommodate native symlinks.
Corinna Vinschen
2007-08-02
1
-2
/
+7
*
* syscalls.cc (rename): Move and add text to comment about testing
Corinna Vinschen
2007-08-02
1
-16
/
+24
*
* path.h (struct fs_info): Drop root_len and name_hash members.
Corinna Vinschen
2007-08-02
1
-1
/
+2
*
* syscalls.cc (rename): Check if oldpath and newpath refer to the
Corinna Vinschen
2007-08-01
1
-1
/
+35
*
* ntdll.h (STATUS_ACCESS_DENIED): Define.
Corinna Vinschen
2007-08-01
1
-25
/
+67
*
* syscalls.cc (rename): Use unchanged path_conv in condition.
Corinna Vinschen
2007-08-01
1
-2
/
+2
*
* fhandler_disk_file.cc (fhandler_disk_file::link): Revert to checking
Corinna Vinschen
2007-07-31
1
-150
/
+165
*
* syscalls.cc (stat_worker): Don't call build_fh_pc with invalid pc.
Corinna Vinschen
2007-07-30
1
-10
/
+11
[next]