| Commit message (Expand) | Author | Age | Files | Lines |
* | * syscalls.cc (unlink): Don't use "delete on close" on remote shares. | Corinna Vinschen | 2004-09-17 | 1 | -2/+18 |
* | * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess is | Christopher Faylor | 2004-09-12 | 1 | -2/+2 |
* | * Makefile.in: Create libutil.a from bsdlib.o exports. | Corinna Vinschen | 2004-09-10 | 1 | -63/+7 |
* | Regularize most strace_prints throughout so that %E is always preceded by a | Christopher Faylor | 2004-09-03 | 1 | -11/+10 |
* | 2004-08-28 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2004-08-28 | 1 | -2/+5 |
* | * syscalls.cc (link): Avoid compiler warning. | Corinna Vinschen | 2004-08-24 | 1 | -0/+1 |
* | * errno.cc (errmap): Add ERROR_TOO_MANY_LINKS -> EMLINK mapping. | Corinna Vinschen | 2004-08-03 | 1 | -3/+38 |
* | revert erroneous checkin | Christopher Faylor | 2004-07-20 | 1 | -2/+3 |
* | * Makefile.in (clean): Remove cygwin.def since it is autogenerated. | Christopher Faylor | 2004-07-20 | 1 | -3/+2 |
* | * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it | Christopher Faylor | 2004-05-28 | 1 | -5/+5 |
* | * cygwin.din: Add symbols flockfile, ftrylockfile, funlockfile, | Corinna Vinschen | 2004-05-17 | 1 | -0/+18 |
* | * syscalls.cc: Include environ.h. | Christopher Faylor | 2004-05-08 | 1 | -10/+6 |
* | * dir.cc (writable_directory): Remove. | Corinna Vinschen | 2004-05-03 | 1 | -15/+0 |
* | * syscalls.cc (lseek64): Fix debug_printf format string. | Corinna Vinschen | 2004-04-21 | 1 | -2/+2 |
* | * fhandler_disk_file.cc (fhandler_base::open_fs): Change | Corinna Vinschen | 2004-04-20 | 1 | -15/+27 |
* | * autoload.cc (NtCreateFile): Add. | Corinna Vinschen | 2004-04-16 | 1 | -0/+3 |
* | * ntdll.h: Fix copyright date. | Corinna Vinschen | 2004-04-14 | 1 | -1/+3 |
* | * syscalls.cc (fstat64): Use get_namehash instead of hash_path_name. | Corinna Vinschen | 2004-04-14 | 1 | -1/+1 |
* | * fhandler.cc (fhandler_base::open): Simplify access evaluation | Corinna Vinschen | 2004-04-14 | 1 | -51/+13 |
* | * autoload.cc (NtSetSecurityObject): Add. | Corinna Vinschen | 2004-04-14 | 1 | -2/+2 |
* | * cygwin.din: Export rand_r and ttyname_r. | Corinna Vinschen | 2004-04-14 | 1 | -6/+29 |
* | * dir.cc (mkdir): Call set_file_attribute with additional handle | Corinna Vinschen | 2004-04-13 | 1 | -71/+16 |
* | * syscalls.cc (sync): Define void according to SUSv3. | Corinna Vinschen | 2004-04-10 | 1 | -3/+2 |
* | * fhandler.cc (rootdir): Add and use second argument. | Corinna Vinschen | 2004-04-10 | 1 | -6/+6 |
* | * Use new unified status_flag accessor methods from classes fhandler_*, | Corinna Vinschen | 2004-04-10 | 1 | -5/+8 |
* | * fhandler.cc (fhandler_base::open): Set query access mode according | Corinna Vinschen | 2004-04-08 | 1 | -3/+2 |
* | * Makefile.in (clean): Clean libserver, too. | Christopher Faylor | 2004-02-17 | 1 | -2/+0 |
* | * syscalls.cc (rename): Do not test the MoveFile error code | Corinna Vinschen | 2004-02-16 | 1 | -6/+4 |
* | Rename _threadinfo to _cygtls, throughout. | Christopher Faylor | 2004-02-12 | 1 | -1/+1 |
* | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 2004-02-09 | 1 | -1/+1 |
* | * cygtls.cc (_threadinfo::init_thread): Add more local reent stdio | Christopher Faylor | 2004-01-26 | 1 | -11/+14 |
* | * cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism. | Christopher Faylor | 2004-01-24 | 1 | -92/+10 |
* | * configure.in: Remove NEWVFORK default. | Christopher Faylor | 2004-01-23 | 1 | -0/+2 |
* | * cygwin/include/signal.h: Add copyright notice. | Christopher Faylor | 2004-01-19 | 1 | -1/+1 |
* | * cygtls.h (_threadinfo::call): Remove regparm declaration to work around | Christopher Faylor | 2004-01-14 | 1 | -11/+4 |
* | Move open_fhs from fhandler.h to cygheap.h for easier tracking. Accommodate | Christopher Faylor | 2003-12-30 | 1 | -2/+3 |
* | * syscalls.cc (close_all_files): Simplify logic around closing ctty. | Christopher Faylor | 2003-12-27 | 1 | -9/+6 |
* | * fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration. | Christopher Faylor | 2003-12-27 | 1 | -2/+1 |
* | * exceptions.cc (try_to_debug): Fix off-by-one problem when resetting | Christopher Faylor | 2003-12-27 | 1 | -1/+1 |
* | * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report | Christopher Faylor | 2003-12-23 | 1 | -1/+3 |
* | * exceptions.cc (set_signal_mask): Report on input argument rather than | Christopher Faylor | 2003-12-16 | 1 | -2/+8 |
* | * winsup.h (access_worker): Declare with added fhandler_base parameter. | Christopher Faylor | 2003-12-15 | 1 | -2/+2 |
* | * cygheap.h (cygheap_types): Add HEAP_ARCHETYPES. | Christopher Faylor | 2003-12-11 | 1 | -5/+12 |
* | * fhandler_tty.cc (fhandler_tty_common::dup): Just copy cygheap->ctty to child | Christopher Faylor | 2003-12-10 | 1 | -8/+2 |
* | * fhandler.h (fhandler_tty_slave::ttyname): Use name from pc since it is | Christopher Faylor | 2003-12-08 | 1 | -0/+6 |
* | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 2003-12-07 | 1 | -2/+7 |
* | * syscalls.cc (locked_append): New. | Corinna Vinschen | 2003-12-07 | 1 | -29/+28 |
* | Eliminate use of sigframe and sigthread throughout. | Christopher Faylor | 2003-11-28 | 1 | -58/+9 |
* | 2003-11-11 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2003-11-14 | 1 | -11/+11 |
* | * syscalls.cc (ftruncate64): Log length as long long. | Corinna Vinschen | 2003-11-08 | 1 | -5/+4 |