summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/syscalls.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-191-1/+1
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-11/+4
* Move open_fhs from fhandler.h to cygheap.h for easier tracking. AccommodateChristopher Faylor2003-12-301-2/+3
* * syscalls.cc (close_all_files): Simplify logic around closing ctty.Christopher Faylor2003-12-271-9/+6
* * fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration.Christopher Faylor2003-12-271-2/+1
* * exceptions.cc (try_to_debug): Fix off-by-one problem when resettingChristopher Faylor2003-12-271-1/+1
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-1/+3
* * exceptions.cc (set_signal_mask): Report on input argument rather thanChristopher Faylor2003-12-161-2/+8
* * winsup.h (access_worker): Declare with added fhandler_base parameter.Christopher Faylor2003-12-151-2/+2
* * cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.Christopher Faylor2003-12-111-5/+12
* * fhandler_tty.cc (fhandler_tty_common::dup): Just copy cygheap->ctty to childChristopher Faylor2003-12-101-8/+2
* * fhandler.h (fhandler_tty_slave::ttyname): Use name from pc since it isChristopher Faylor2003-12-081-0/+6
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-2/+7
* * syscalls.cc (locked_append): New.Corinna Vinschen2003-12-071-29/+28
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-58/+9
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-11/+11
* * syscalls.cc (ftruncate64): Log length as long long.Corinna Vinschen2003-11-081-5/+4