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
*
* 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
*
Remove extraneous whitespace.
Christopher Faylor
2007-02-20
1
-2
/
+2
*
* Makefile.in (DLL_OFILES): Add posix_ipc.o.
Corinna Vinschen
2007-02-14
1
-70
/
+0
*
* syscalls.cc (check_shm): New static function to do path checking
Corinna Vinschen
2007-02-08
1
-16
/
+40
*
* cygwin.din (shm_open): Export.
Corinna Vinschen
2007-02-08
1
-0
/
+46
*
* syscalls.cc (unlink_nt): Add missing assignment in case NtClose fails.
Corinna Vinschen
2007-02-02
1
-1
/
+1
*
* fhandler_disk_file.cc (fhandler_disk_file::closedir): Add dir name
Corinna Vinschen
2007-01-31
1
-8
/
+11
*
* fhandler_disk_file.cc (fhandler_disk_file::rmdir): Implement rmdir
Corinna Vinschen
2007-01-26
1
-16
/
+22
*
* Makefile.in (DLL_OFILES): Add fhandler_procnet.o.
Corinna Vinschen
2007-01-17
1
-2
/
+2
*
* syscalls.cc (unlink_nt): Don't move files to recycle bin which are
Corinna Vinschen
2007-01-13
1
-4
/
+17
*
* syscalls.cc: Update copyright.
Corinna Vinschen
2007-01-12
1
-1
/
+1
*
* syscalls.cc (sync): Use b_drive for B: drive (Thanks to Howard Chu).
Corinna Vinschen
2007-01-10
1
-1
/
+1
*
* syscalls.cc (getpagesize): Change condition for clarity.
Corinna Vinschen
2007-01-09
1
-2
/
+2
*
* environ.cc (subauth_id_init): Remove.
Corinna Vinschen
2006-12-12
1
-25
/
+1
*
* environ.cc (set_traverse): Remove.
Corinna Vinschen
2006-12-12
1
-4
/
+0
[next]