aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/syscalls.cc
AgeCommit message (Expand)AuthorFilesLines
2007-02-20Remove extraneous whitespace.Christopher Faylor1-2/+2
2007-02-14 * Makefile.in (DLL_OFILES): Add posix_ipc.o.Corinna Vinschen1-70/+0
2007-02-08 * syscalls.cc (check_shm): New static function to do path checkingCorinna Vinschen1-16/+40
2007-02-08 * cygwin.din (shm_open): Export.Corinna Vinschen1-0/+46
2007-02-02 * syscalls.cc (unlink_nt): Add missing assignment in case NtClose fails.Corinna Vinschen1-1/+1
2007-01-31 * fhandler_disk_file.cc (fhandler_disk_file::closedir): Add dir nameCorinna Vinschen1-8/+11
2007-01-26 * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Implement rmdirCorinna Vinschen1-16/+22
2007-01-17 * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.Corinna Vinschen1-2/+2
2007-01-13 * syscalls.cc (unlink_nt): Don't move files to recycle bin which areCorinna Vinschen1-4/+17
2007-01-12 * syscalls.cc: Update copyright.Corinna Vinschen1-1/+1
2007-01-10 * syscalls.cc (sync): Use b_drive for B: drive (Thanks to Howard Chu).Corinna Vinschen1-1/+1
2007-01-09 * syscalls.cc (getpagesize): Change condition for clarity.Corinna Vinschen1-2/+2
2006-12-12 * environ.cc (subauth_id_init): Remove.Corinna Vinschen1-25/+1
2006-12-12 * environ.cc (set_traverse): Remove.Corinna Vinschen1-4/+0
2006-12-12 Partially revert change from 2005-04-03, always running under anCorinna Vinschen1-3/+1
2006-12-12* sigproc.cc (child_info::child_info): Initialize msv_count.Christopher Faylor1-22/+27
2006-12-11* child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor1-0/+107
2006-12-11 * fhandler.cc (rootdir): Fix typo in comment.Corinna Vinschen1-1/+1
2006-12-10 * autoload.cc (SHFileOperationA): Drop definition.Corinna Vinschen1-41/+86
2006-12-09 * syscalls.cc (try_to_bin): Add comment that this is not possiblyCorinna Vinschen1-0/+7
2006-12-07 * syscalls.cc (unlink_nt): Open native symlinks withCorinna Vinschen1-0/+4
2006-12-07 * ntdll.h (STATUS_DELETE_PENDING): Define.Corinna Vinschen1-90/+110
2006-12-07 * autoload.cc (SHFileOperationA): Define.Corinna Vinschen1-1/+39
2006-11-28 * security.cc (create_token): Revert erroneous change to testCorinna Vinschen1-2/+1
2006-11-27 * cyglsa.h: New header file.Corinna Vinschen1-15/+31
2006-11-07 * fhandler.cc (check_posix_perm): Moved here from syscalls.cc.Corinna Vinschen1-109/+11
2006-10-31 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): DropCorinna Vinschen1-2/+10
2006-08-31 * grp.cc (initgroups32): Run get_server_groups under original token.Corinna Vinschen1-12/+10
2006-08-07 * autoload.cc (NtSetInformationFile): Define.Corinna Vinschen1-1/+33
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen1-4/+15
2006-05-28white spaceChristopher Faylor1-6/+6
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor1-1/+0
2006-03-09 * syscalls.cc (rename): Move existance check for oldpath further upCorinna Vinschen1-7/+35
2006-03-08* cygtls.h (_cygtls::retaddr): New method.Christopher Faylor1-2/+2
2006-03-08 * syscalls.cc (statvfs): Simplify path name expression.Corinna Vinschen1-3/+3
2006-03-08 * syscalls.cc: Include winioctl.h.Corinna Vinschen1-0/+22
2006-03-02 * syscalls.cc (chroot): Disallow chroot into special directories.Corinna Vinschen1-0/+2
2006-02-05 * environ.cc (struct parse_thing): Add transparent_exe option.Corinna Vinschen1-13/+39
2006-02-02 * cygwin.din (updwtmpx): Export.Corinna Vinschen1-0/+7
2005-12-22 * fhandler.h (fhandler_base::issymlink): New method.Corinna Vinschen1-1/+8
2005-11-28 * autoload.cc (NtCreateSection): Define.Corinna Vinschen1-3/+3
2005-11-14* fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function.Christopher Faylor1-3/+2
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor1-7/+3
2005-10-02* dcrt0.cc (get_exit_lock): Use myself.lock rather than exit_lock.Christopher Faylor1-2/+2
2005-08-24 * syscalls.cc (endusershell): Reset shell_fp to NULL to allowCorinna Vinschen1-1/+4
2005-08-12white spaceChristopher Faylor1-2/+2
2005-07-29* fhandler.h (fhandler_base::pread): Declare new function.Christopher Faylor1-0/+34
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-2/+2
2005-07-05* cygtls.h (_cygtls): Perform minor reformatting.Christopher Faylor1-2/+3
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor1-34/+61