aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/syscalls.cc
AgeCommit message (Expand)AuthorFilesLines
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
2004-08-282004-08-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-2/+5
2004-08-24 * syscalls.cc (link): Avoid compiler warning.Corinna Vinschen1-0/+1
2004-08-03 * errno.cc (errmap): Add ERROR_TOO_MANY_LINKS -> EMLINK mapping.Corinna Vinschen1-3/+38
2004-07-20revert erroneous checkinChristopher Faylor1-2/+3
2004-07-20* Makefile.in (clean): Remove cygwin.def since it is autogenerated.Christopher Faylor1-3/+2
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-5/+5
2004-05-17 * cygwin.din: Add symbols flockfile, ftrylockfile, funlockfile,Corinna Vinschen1-0/+18
2004-05-08* syscalls.cc: Include environ.h.Christopher Faylor1-10/+6
2004-05-03 * dir.cc (writable_directory): Remove.Corinna Vinschen1-15/+0
2004-04-21 * syscalls.cc (lseek64): Fix debug_printf format string.Corinna Vinschen1-2/+2
2004-04-20 * fhandler_disk_file.cc (fhandler_base::open_fs): ChangeCorinna Vinschen1-15/+27
2004-04-16 * autoload.cc (NtCreateFile): Add.Corinna Vinschen1-0/+3
2004-04-14 * ntdll.h: Fix copyright date.Corinna Vinschen1-1/+3
2004-04-14 * syscalls.cc (fstat64): Use get_namehash instead of hash_path_name.Corinna Vinschen1-1/+1
2004-04-14 * fhandler.cc (fhandler_base::open): Simplify access evaluationCorinna Vinschen1-51/+13
2004-04-14 * autoload.cc (NtSetSecurityObject): Add.Corinna Vinschen1-2/+2
2004-04-14 * cygwin.din: Export rand_r and ttyname_r.Corinna Vinschen1-6/+29
2004-04-13 * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen1-71/+16
2004-04-10 * syscalls.cc (sync): Define void according to SUSv3.Corinna Vinschen1-3/+2
2004-04-10 * fhandler.cc (rootdir): Add and use second argument.Corinna Vinschen1-6/+6
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen1-5/+8
2004-04-08 * fhandler.cc (fhandler_base::open): Set query access mode accordingCorinna Vinschen1-3/+2
2004-02-17* Makefile.in (clean): Clean libserver, too.Christopher Faylor1-2/+0
2004-02-16 * syscalls.cc (rename): Do not test the MoveFile error codeCorinna Vinschen1-6/+4
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor1-1/+1
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1