summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/syscalls.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cygwin.din: Add utmpx symbols.Corinna Vinschen2004-12-151-3/+68
* * syscalls.cc (truncate64): Don't second-guess errno if open fails.Christopher Faylor2004-12-011-3/+1
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-2/+0
* 2004-11-20 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-11-201-6/+11
* 2004-10-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-10-281-5/+6
* * syscalls.cc (unlink): Don't use "delete on close" on remote shares.Corinna Vinschen2004-09-171-2/+18
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-2/+2
* * Makefile.in: Create libutil.a from bsdlib.o exports.Corinna Vinschen2004-09-101-63/+7
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-031-11/+10
* 2004-08-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-08-281-2/+5
* * syscalls.cc (link): Avoid compiler warning.Corinna Vinschen2004-08-241-0/+1
* * errno.cc (errmap): Add ERROR_TOO_MANY_LINKS -> EMLINK mapping.Corinna Vinschen2004-08-031-3/+38
* revert erroneous checkinChristopher Faylor2004-07-201-2/+3
* * Makefile.in (clean): Remove cygwin.def since it is autogenerated.Christopher Faylor2004-07-201-3/+2
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-5/+5
* * cygwin.din: Add symbols flockfile, ftrylockfile, funlockfile,Corinna Vinschen2004-05-171-0/+18
* * syscalls.cc: Include environ.h.Christopher Faylor2004-05-081-10/+6
* * dir.cc (writable_directory): Remove.Corinna Vinschen2004-05-031-15/+0
* * syscalls.cc (lseek64): Fix debug_printf format string.Corinna Vinschen2004-04-211-2/+2
* * fhandler_disk_file.cc (fhandler_base::open_fs): ChangeCorinna Vinschen2004-04-201-15/+27
* * autoload.cc (NtCreateFile): Add.Corinna Vinschen2004-04-161-0/+3
* * ntdll.h: Fix copyright date.Corinna Vinschen2004-04-141-1/+3
* * syscalls.cc (fstat64): Use get_namehash instead of hash_path_name.Corinna Vinschen2004-04-141-1/+1