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
*
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
*
* fhandler_disk_file.cc (fhandler_disk_file::fchmod): Don't allow
Corinna Vinschen
2007-07-29
1
-12
/
+17
*
* fhandler_disk_file.cc (fhandler_disk_file::link): Use FILE_ANY_ACCESS.
Corinna Vinschen
2007-07-29
1
-90
/
+61
*
* dir.cc (readdir_worker): Drop dir parameter from call to
Corinna Vinschen
2007-07-26
1
-12
/
+10
*
* fhandler.cc (fhandler_base::open): Drop local wpath and upath
Corinna Vinschen
2007-07-19
1
-5
/
+1
*
* cygheap.h (cygheap_user::curr_imp_token): Rename from current_token.
Corinna Vinschen
2007-07-16
1
-6
/
+6
*
* ntdll.h (struct _OBJECT_NAME_INFORMATION): Define.
Corinna Vinschen
2007-03-02
1
-2
/
+51
*
* path.cc (close_user_proc_parms_cwd_handle): Remove.
Corinna Vinschen
2007-02-27
1
-11
/
+9
*
* fhandler.cc(fhandler_base::open): Open with READ_CONTROL only in
Corinna Vinschen
2007-02-27
1
-93
/
+47
*
* fhandler_disk_file.cc (fhandler_disk_file::fchmod): Drop comment.
Corinna Vinschen
2007-02-26
1
-10
/
+0
*
Throughout remove all usage of wincap.has_security.
Corinna Vinschen
2007-02-23
1
-13
/
+1
*
* fhandler_console.cc (fhandler_console::need_invisible): Drop
Corinna Vinschen
2007-02-23
1
-35
/
+5
*
Throughout remove all usage of wincap.access_denied_on_delete.
Corinna Vinschen
2007-02-22
1
-13
/
+3
*
Throughout replace all usage of wincap.shared with the constant
Corinna Vinschen
2007-02-22
1
-3
/
+4
*
* Makefile.in (DLL_IMPORTS): Add libntdll.a.
Corinna Vinschen
2007-02-22
1
-12
/
+3
*
* cygwin.din (sem_unlink): Export.
Corinna Vinschen
2007-02-20
1
-0
/
+2
[next]