summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/syscalls.cc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'cygwin-cygwin-1_7_3-releasecvs2svn2010-04-021-1/+1
* * syscalls.cc (open): Remove call to sig_dispatch_pending.Corinna Vinschen2010-03-301-1/+0
* * shared_info.h (user_info): Add dll_crt0_1 as a friend.Christopher Faylor2010-03-151-1/+1
* * syscalls.cc (nt_path_has_executable_suffix): Change storage class ofCorinna Vinschen2010-03-041-7/+16
* * nlsfuncs.cc (check_codepage): Move from syscalls.cc here.Corinna Vinschen2010-01-241-110/+1
* * syscalls.cc (internal_setlocale): Use UTF-8 internally if externalCorinna Vinschen2010-01-171-2/+10
* * dcrt0.cc (dll_crt0_1): Reset locale to "C" at the last moment beforeCorinna Vinschen2010-01-141-3/+3
* * cygwin.din (dup3): Export.Corinna Vinschen2010-01-141-12/+48
* * syscalls.cc (rename): Don't exit prematurely with EROFS when tryingCorinna Vinschen2010-01-131-2/+2
* * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen2010-01-121-11/+11
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-3/+4
* * syscalls.cc (try_to_bin): Handle remote shares as well. Just renameCorinna Vinschen2009-12-171-72/+77
* * globals.cc (ro_u_dll): New R/O unicode string.Corinna Vinschen2009-11-211-0/+6
* * path.cc (symlink_info::check_reparse_point): Always checkCorinna Vinschen2009-11-091-0/+10
* * globals.cc (ro_u_scr): New R/O unicode string.Corinna Vinschen2009-11-061-20/+30
* * syscalls.cc (nt_path_has_suffix): New function.Corinna Vinschen2009-11-051-5/+28
* * syscalls.cc (internal_setlocale): Only convert $PATH if there is aCorinna Vinschen2009-10-191-7/+14
* * include/sys/cygwin.h: Add new cygwin_getinfo_typeCorinna Vinschen2009-10-131-10/+62
* * syscalls.cc (seteuid32): Call set_cygwin_privileges on primary tokenCorinna Vinschen2009-10-071-0/+1
* * syscalls.cc (internal_setlocale): Add comment.Corinna Vinschen2009-10-041-0/+2
* * dcrt0.cc (dll_crt0_1): Drop calls to setlocale/_setlocale_r. JustCorinna Vinschen2009-10-021-8/+20
* * syscalls.cc (rename): Fix regression in rename("dir","d/").Eric Blake2009-09-301-11/+10
* * cygheap.cc (cygheap_init): Default locale.charset to "UTF-8".Corinna Vinschen2009-09-281-49/+59
* Fix some POSIX-compliance bugs in link, rename, mkdir.Eric Blake2009-09-261-38/+65
* Provide euidaccess, canonicalize_file_name; fix fchmodat.Eric Blake2009-09-251-2/+28
* Fix faccessat(,0) and access() semantics.Eric Blake2009-09-251-2/+2
* Make *at functions more like Linux.Eric Blake2009-09-221-1/+32
* Match dup2 and fcntl error values to POSIX.Eric Blake2009-09-221-0/+6
* * cygheap.h (cwdstuff::get_posix): Convert to const inline method justCorinna Vinschen2009-09-211-5/+14
* * exceptions.cc (sigpacket::process): Give sigwait() processing precedence evenChristopher Faylor2009-09-181-1/+1
* * syscalls.cc (popen): Reorganize slightly for clarity. Fix a comment.Christopher Faylor2009-08-181-4/+5
* * syscalls.cc (popen): Rewrite to accommodate situations where stdin, stdout,Christopher Faylor2009-08-181-48/+73
* * sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor2009-07-241-1/+1
* * syscalls.cc (internal_setlocale): Fix typo in GBK codepage.Corinna Vinschen2009-07-241-1/+1
* * syscalls.cc (unlink_nt): Ignore sharing violation on NFS. AlignCorinna Vinschen2009-07-241-3/+4
* * wincap.h (wincaps::has_always_all_codepages): New element.Corinna Vinschen2009-07-201-6/+37
* * syscalls.cc (unlink_nt): Just return when a sharing violationCorinna Vinschen2009-07-171-1/+13
* * syscalls.cc (unlink_nt): First remove the R/O DOS attribute withCorinna Vinschen2009-07-161-11/+26
* Throughout avoid having to initialize constant UNICODE_STRINGs.Corinna Vinschen2009-07-141-10/+8
* * select.h: New file split from fhandler.h.Christopher Faylor2009-06-301-5/+5
* * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen2009-05-141-4/+21
* * cygheap.h (cwdstuff): Convert to class. Make posix and dir private.Corinna Vinschen2009-05-131-1/+19
* * ntdll.h (STATUS_LOCK_NOT_GRANTED): Define.Corinna Vinschen2009-04-161-2/+12
* * syscalls.cc (try_to_bin): Use tmp_pathbuf buffer to allocate infobufCorinna Vinschen2009-04-091-10/+8
* * syscalls.cc (try_to_bin): Fix alignment of infobuf.Corinna Vinschen2009-04-091-1/+3
* * syscalls.cc (pathconf): Fix memory leak.Corinna Vinschen2009-03-271-5/+7
* * syscalls.cc (open): Handle O_DIRECTORY flag.Corinna Vinschen2009-02-111-0/+6
* * syscalls.cc (enum bin_status): New type.Corinna Vinschen2009-01-121-41/+111
* * ntdll.h: Reorder NT status flags. Fix a case difference. AddCorinna Vinschen2009-01-071-13/+43
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-10/+1