aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/syscalls.cc
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-24 * fhandler.cc (rootdir): Don't set errno.Corinna Vinschen1-1/+4
2005-06-16 * syscalls.cc (statvfs): Handle the case when GetDiskFreeSpaceExCorinna Vinschen1-4/+15
2005-06-09* cygtls.h (_local_storage::setmode_file): New element.Christopher Faylor1-14/+20
2005-06-07 * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen1-3/+3
2005-06-02Revert 2005-05-30 close_all_files changes.Christopher Faylor1-3/+2
2005-06-01* child_info.h (child_info::cygheap_h): Delete.Christopher Faylor1-2/+3
2005-05-13Remove PC_FULL from path_conv usage throughout.Christopher Faylor1-10/+10
2005-05-02white space and minor comment cleanup.Christopher Faylor1-13/+13
2005-04-28(check in files that should have been checked in previously)Christopher Faylor1-0/+6
2005-04-15 * syscalls.cc (setuid32): Correct debugging output.Corinna Vinschen1-1/+2
2005-04-14* dcrt0.cc (do_global_dtors): Run DLL dtors.Christopher Faylor1-2/+2
2005-04-11 Revert previous patch.Corinna Vinschen1-14/+14
2005-04-11 * syscalls.cc (sync): Use renamed has_get_volume_pathnames wincap.Corinna Vinschen1-1/+1
2005-04-03 * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen1-100/+97
2005-03-29 * path.cc (is_floppy): Make externally available.Corinna Vinschen1-3/+15
2005-03-10 * path.cc (is_floppy): New function.Corinna Vinschen1-1/+4
2005-03-03 * cygwin.din (utmpxname): Export.Corinna Vinschen1-0/+1
2005-03-01 * fhandler_clipboard.cc (fhandler_dev_clipboard::write): Never setCorinna Vinschen1-8/+4
2005-02-23 * cygwin.din (fstatvfs): Export.Corinna Vinschen1-6/+44
2005-02-22 * cygwin.din (fdatasync): Export.Corinna Vinschen1-0/+2
2005-02-20 * autoload.cc (FindFirstVolumeA): Add.Corinna Vinschen1-4/+53
2005-02-19 * fhandler.h (class fhandler_base): Declare new method link.Corinna Vinschen1-174/+11
2005-02-13white spaceChristopher Faylor1-6/+6
2005-02-02 * fhandler.h (fhandler_base::ftruncate): Define new virtual method.Corinna Vinschen1-30/+5
2005-01-26 * syscalls.cc (setpriority): Implement PRIO_PGRP, PRIO_USER andCorinna Vinschen1-10/+116
2005-01-25 * cygwin.din: Export getpriority and setpriority.Corinna Vinschen1-32/+27
2005-01-12* pinfo.cc (pinfo::exit): Don't assume that this == myself.Christopher Faylor1-1/+1
2005-01-082005-01-08 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-16/+13
2005-01-06 * syscalls.cc (rename): Fix behaviour in case of renaming directoriesCorinna Vinschen1-11/+63
2005-01-03 * syscalls.cc (setmode): Call _fwalk with _GLOBAL_REENT.Corinna Vinschen1-2/+3
2004-12-15 * cygwin.din: Add utmpx symbols.Corinna Vinschen1-3/+68
2004-12-01* syscalls.cc (truncate64): Don't second-guess errno if open fails.Christopher Faylor1-3/+1
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor1-2/+0
2004-11-202004-11-20 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-6/+11
2004-10-282004-10-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-5/+6
2004-09-17 * syscalls.cc (unlink): Don't use "delete on close" on remote shares.Corinna Vinschen1-2/+18
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor1-2/+2
2004-09-10 * Makefile.in: Create libutil.a from bsdlib.o exports.Corinna Vinschen1-63/+7
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor1-11/+10