summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/syscalls.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * fhandler.cc (fhandler_base::open): Simplify access evaluationCorinna Vinschen2004-04-141-51/+13
* * autoload.cc (NtSetSecurityObject): Add.Corinna Vinschen2004-04-141-2/+2
* * cygwin.din: Export rand_r and ttyname_r.Corinna Vinschen2004-04-141-6/+29
* * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen2004-04-131-71/+16
* * syscalls.cc (sync): Define void according to SUSv3.Corinna Vinschen2004-04-101-3/+2
* * fhandler.cc (rootdir): Add and use second argument.Corinna Vinschen2004-04-101-6/+6
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-5/+8
* * fhandler.cc (fhandler_base::open): Set query access mode accordingCorinna Vinschen2004-04-081-3/+2
* * Makefile.in (clean): Clean libserver, too.Christopher Faylor2004-02-171-2/+0
* * syscalls.cc (rename): Do not test the MoveFile error codeCorinna Vinschen2004-02-161-6/+4
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-1/+1
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * cygtls.cc (_threadinfo::init_thread): Add more local reent stdioChristopher Faylor2004-01-261-11/+14
* * cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor2004-01-241-92/+10
* * configure.in: Remove NEWVFORK default.Christopher Faylor2004-01-231-0/+2