summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/syscalls.cc
Commit message (Expand)AuthorAgeFilesLines
* * syscalls.cc (unlink_nt): Don't move files to recycle bin which areCorinna Vinschen2007-01-131-4/+17
* * syscalls.cc: Update copyright.Corinna Vinschen2007-01-121-1/+1
* * syscalls.cc (sync): Use b_drive for B: drive (Thanks to Howard Chu).Corinna Vinschen2007-01-101-1/+1
* * syscalls.cc (getpagesize): Change condition for clarity.Corinna Vinschen2007-01-091-2/+2
* * environ.cc (subauth_id_init): Remove.Corinna Vinschen2006-12-121-25/+1
* * environ.cc (set_traverse): Remove.Corinna Vinschen2006-12-121-4/+0
* Partially revert change from 2005-04-03, always running under anCorinna Vinschen2006-12-121-3/+1
* * sigproc.cc (child_info::child_info): Initialize msv_count.Christopher Faylor2006-12-121-22/+27
* * child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor2006-12-111-0/+107
* * fhandler.cc (rootdir): Fix typo in comment.Corinna Vinschen2006-12-111-1/+1
* * autoload.cc (SHFileOperationA): Drop definition.Corinna Vinschen2006-12-101-41/+86
* * syscalls.cc (try_to_bin): Add comment that this is not possiblyCorinna Vinschen2006-12-091-0/+7
* * syscalls.cc (unlink_nt): Open native symlinks withCorinna Vinschen2006-12-071-0/+4
* * ntdll.h (STATUS_DELETE_PENDING): Define.Corinna Vinschen2006-12-071-90/+110
* * autoload.cc (SHFileOperationA): Define.Corinna Vinschen2006-12-071-1/+39
* * security.cc (create_token): Revert erroneous change to testCorinna Vinschen2006-11-281-2/+1
* * cyglsa.h: New header file.Corinna Vinschen2006-11-271-15/+31
* * fhandler.cc (check_posix_perm): Moved here from syscalls.cc.Corinna Vinschen2006-11-071-109/+11
* * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): DropCorinna Vinschen2006-10-311-2/+10
* * grp.cc (initgroups32): Run get_server_groups under original token.Corinna Vinschen2006-08-311-12/+10
* * autoload.cc (NtSetInformationFile): Define.Corinna Vinschen2006-08-071-1/+33
* 2006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2006-07-251-4/+15
* white spaceChristopher Faylor2006-05-281-6/+6
* * child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor2006-03-181-1/+0
* * syscalls.cc (rename): Move existance check for oldpath further upCorinna Vinschen2006-03-091-7/+35
* * cygtls.h (_cygtls::retaddr): New method.Christopher Faylor2006-03-081-2/+2
* * syscalls.cc (statvfs): Simplify path name expression.Corinna Vinschen2006-03-081-3/+3
* * syscalls.cc: Include winioctl.h.Corinna Vinschen2006-03-081-0/+22
* * syscalls.cc (chroot): Disallow chroot into special directories.Corinna Vinschen2006-03-021-0/+2
* * environ.cc (struct parse_thing): Add transparent_exe option.Corinna Vinschen2006-02-051-13/+39
* * cygwin.din (updwtmpx): Export.Corinna Vinschen2006-02-021-0/+7
* * fhandler.h (fhandler_base::issymlink): New method.Corinna Vinschen2005-12-221-1/+8
* * autoload.cc (NtCreateSection): Define.Corinna Vinschen2005-11-281-3/+3
* * fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function.Christopher Faylor2005-11-141-3/+2
* * cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor2005-11-141-7/+3
* * dcrt0.cc (get_exit_lock): Use myself.lock rather than exit_lock.Christopher Faylor2005-10-021-2/+2
* * syscalls.cc (endusershell): Reset shell_fp to NULL to allowCorinna Vinschen2005-08-241-1/+4
* white spaceChristopher Faylor2005-08-121-2/+2
* * fhandler.h (fhandler_base::pread): Declare new function.Christopher Faylor2005-07-291-0/+34
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-2/+2
* * cygtls.h (_cygtls): Perform minor reformatting.Christopher Faylor2005-07-051-2/+3
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-34/+61
* * fhandler.cc (rootdir): Don't set errno.Corinna Vinschen2005-06-241-1/+4
* * syscalls.cc (statvfs): Handle the case when GetDiskFreeSpaceExCorinna Vinschen2005-06-161-4/+15
* * cygtls.h (_local_storage::setmode_file): New element.Christopher Faylor2005-06-091-14/+20
* * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen2005-06-071-3/+3
* Revert 2005-05-30 close_all_files changes.Christopher Faylor2005-06-021-3/+2
* * child_info.h (child_info::cygheap_h): Delete.Christopher Faylor2005-06-011-2/+3
* Remove PC_FULL from path_conv usage throughout.Christopher Faylor2005-05-131-10/+10
* white space and minor comment cleanup.Christopher Faylor2005-05-021-13/+13