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
*
* 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
*
Partially revert change from 2005-04-03, always running under an
Corinna Vinschen
2006-12-12
1
-3
/
+1
*
* sigproc.cc (child_info::child_info): Initialize msv_count.
Christopher Faylor
2006-12-12
1
-22
/
+27
*
* child_info.h (child_info_spawn::__stdin): New element.
Christopher Faylor
2006-12-11
1
-0
/
+107
*
* fhandler.cc (rootdir): Fix typo in comment.
Corinna Vinschen
2006-12-11
1
-1
/
+1
*
* autoload.cc (SHFileOperationA): Drop definition.
Corinna Vinschen
2006-12-10
1
-41
/
+86
*
* syscalls.cc (try_to_bin): Add comment that this is not possibly
Corinna Vinschen
2006-12-09
1
-0
/
+7
*
* syscalls.cc (unlink_nt): Open native symlinks with
Corinna Vinschen
2006-12-07
1
-0
/
+4
*
* ntdll.h (STATUS_DELETE_PENDING): Define.
Corinna Vinschen
2006-12-07
1
-90
/
+110
*
* autoload.cc (SHFileOperationA): Define.
Corinna Vinschen
2006-12-07
1
-1
/
+39
*
* security.cc (create_token): Revert erroneous change to test
Corinna Vinschen
2006-11-28
1
-2
/
+1
*
* cyglsa.h: New header file.
Corinna Vinschen
2006-11-27
1
-15
/
+31
*
* fhandler.cc (check_posix_perm): Moved here from syscalls.cc.
Corinna Vinschen
2006-11-07
1
-109
/
+11
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Drop
Corinna Vinschen
2006-10-31
1
-2
/
+10
*
* grp.cc (initgroups32): Run get_server_groups under original token.
Corinna Vinschen
2006-08-31
1
-12
/
+10
*
* autoload.cc (NtSetInformationFile): Define.
Corinna Vinschen
2006-08-07
1
-1
/
+33
*
2006-07-25 Corinna Vinschen <corinna@vinschen.de>
Corinna Vinschen
2006-07-25
1
-4
/
+15
*
white space
Christopher Faylor
2006-05-28
1
-6
/
+6
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.
Christopher Faylor
2006-03-18
1
-1
/
+0
*
* syscalls.cc (rename): Move existance check for oldpath further up
Corinna Vinschen
2006-03-09
1
-7
/
+35
*
* cygtls.h (_cygtls::retaddr): New method.
Christopher Faylor
2006-03-08
1
-2
/
+2
*
* syscalls.cc (statvfs): Simplify path name expression.
Corinna Vinschen
2006-03-08
1
-3
/
+3
*
* syscalls.cc: Include winioctl.h.
Corinna Vinschen
2006-03-08
1
-0
/
+22
*
* syscalls.cc (chroot): Disallow chroot into special directories.
Corinna Vinschen
2006-03-02
1
-0
/
+2
*
* environ.cc (struct parse_thing): Add transparent_exe option.
Corinna Vinschen
2006-02-05
1
-13
/
+39
*
* cygwin.din (updwtmpx): Export.
Corinna Vinschen
2006-02-02
1
-0
/
+7
*
* fhandler.h (fhandler_base::issymlink): New method.
Corinna Vinschen
2005-12-22
1
-1
/
+8
*
* autoload.cc (NtCreateSection): Define.
Corinna Vinschen
2005-11-28
1
-3
/
+3
*
* fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function.
Christopher Faylor
2005-11-14
1
-3
/
+2
*
* cygheap.h (init_cygheap::manage_console_count): Declare new function.
Christopher Faylor
2005-11-14
1
-7
/
+3
*
* dcrt0.cc (get_exit_lock): Use myself.lock rather than exit_lock.
Christopher Faylor
2005-10-02
1
-2
/
+2
*
* syscalls.cc (endusershell): Reset shell_fp to NULL to allow
Corinna Vinschen
2005-08-24
1
-1
/
+4
*
white space
Christopher Faylor
2005-08-12
1
-2
/
+2
*
* fhandler.h (fhandler_base::pread): Declare new function.
Christopher Faylor
2005-07-29
1
-0
/
+34
*
Eliminate (void) cast on standalone function calls throughout.
Christopher Faylor
2005-07-06
1
-2
/
+2
*
* cygtls.h (_cygtls): Perform minor reformatting.
Christopher Faylor
2005-07-05
1
-2
/
+3
*
Replace valid memory checks with new myfault class "exception handling", almost
Christopher Faylor
2005-07-03
1
-34
/
+61
*
* fhandler.cc (rootdir): Don't set errno.
Corinna Vinschen
2005-06-24
1
-1
/
+4
*
* syscalls.cc (statvfs): Handle the case when GetDiskFreeSpaceEx
Corinna Vinschen
2005-06-16
1
-4
/
+15
*
* cygtls.h (_local_storage::setmode_file): New element.
Christopher Faylor
2005-06-09
1
-14
/
+20
*
* pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES and
Corinna Vinschen
2005-06-07
1
-3
/
+3
*
Revert 2005-05-30 close_all_files changes.
Christopher Faylor
2005-06-02
1
-3
/
+2
*
* child_info.h (child_info::cygheap_h): Delete.
Christopher Faylor
2005-06-01
1
-2
/
+3
*
Remove PC_FULL from path_conv usage throughout.
Christopher Faylor
2005-05-13
1
-10
/
+10
*
white space and minor comment cleanup.
Christopher Faylor
2005-05-02
1
-13
/
+13
[next]