summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/syscalls.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* (check in files that should have been checked in previously)Christopher Faylor2005-04-281-0/+6
* * syscalls.cc (setuid32): Correct debugging output.Corinna Vinschen2005-04-151-1/+2
* * dcrt0.cc (do_global_dtors): Run DLL dtors.Christopher Faylor2005-04-141-2/+2
* Revert previous patch.Corinna Vinschen2005-04-111-14/+14
* * syscalls.cc (sync): Use renamed has_get_volume_pathnames wincap.Corinna Vinschen2005-04-111-1/+1
* * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen2005-04-031-100/+97
* * path.cc (is_floppy): Make externally available.Corinna Vinschen2005-03-291-3/+15
* * path.cc (is_floppy): New function.Corinna Vinschen2005-03-101-1/+4
* * cygwin.din (utmpxname): Export.Corinna Vinschen2005-03-031-0/+1
* * fhandler_clipboard.cc (fhandler_dev_clipboard::write): Never setCorinna Vinschen2005-03-011-8/+4
* * cygwin.din (fstatvfs): Export.Corinna Vinschen2005-02-231-6/+44
* * cygwin.din (fdatasync): Export.Corinna Vinschen2005-02-221-0/+2
* * autoload.cc (FindFirstVolumeA): Add.Corinna Vinschen2005-02-201-4/+53
* * fhandler.h (class fhandler_base): Declare new method link.Corinna Vinschen2005-02-191-174/+11
* white spaceChristopher Faylor2005-02-131-6/+6
* * fhandler.h (fhandler_base::ftruncate): Define new virtual method.Corinna Vinschen2005-02-021-30/+5
* * syscalls.cc (setpriority): Implement PRIO_PGRP, PRIO_USER andCorinna Vinschen2005-01-261-10/+116
* * cygwin.din: Export getpriority and setpriority.Corinna Vinschen2005-01-251-32/+27
* * pinfo.cc (pinfo::exit): Don't assume that this == myself.Christopher Faylor2005-01-121-1/+1
* 2005-01-08 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2005-01-081-16/+13
* * syscalls.cc (rename): Fix behaviour in case of renaming directoriesCorinna Vinschen2005-01-061-11/+63
* * syscalls.cc (setmode): Call _fwalk with _GLOBAL_REENT.Corinna Vinschen2005-01-031-2/+3