summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/syscalls.cc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'binutils-binutils-2_20-branchpointcvs2svn2009-09-041-4120/+0
* * 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
* * syscalls.cc (gen_full_path_at): Use isabspath instead of isdirsepCorinna Vinschen2008-12-151-1/+1
* Remove unneeded whitespace.Christopher Faylor2008-11-261-8/+8
* * Makefile.in (DLL_OFILES): Add setlsapwd.o.Corinna Vinschen2008-11-261-11/+43
* * ntdll.h (NtSetAttributesFile): New inline function.Corinna Vinschen2008-10-201-27/+12
* * path.cc (path_conv::is_binary): Always check for GetBinaryType.Corinna Vinschen2008-10-091-1/+2
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-8/+7
* * syscalls.cc (rename): If newpath doesn't exist, check if .exe suffixCorinna Vinschen2008-08-111-2/+3
* * cygwin.din (_getutline): Remove.Christopher Faylor2008-07-301-4/+11
* * Makefile.in (DLL_OFILES): Remove v8 regexp files.Corinna Vinschen2008-07-291-7/+0
* * dcrt0.cc (dll_crt0_0): Remove calling malloc_init andChristopher Faylor2008-07-271-4/+2
* * dcrt0.cc (dll_crt0_0): Call malloc_init and user_shared_initialize_1Corinna Vinschen2008-07-251-1/+4
* Add case-sensitivity.Corinna Vinschen2008-07-161-6/+7
* * path.cc (cygwin_conv_path): Define tp before setting up faul handler.Corinna Vinschen2008-05-221-26/+40
* * string.h (strchr): Eliminate.Christopher Faylor2008-05-221-1/+1
* * syscalls.cc (FILTERED_MODE): Define valid chmod mode mask.Corinna Vinschen2008-05-211-2/+5
* * syscalls.cc (rename): Fix condition when to start a transaction.Corinna Vinschen2008-05-201-1/+2
* * syscalls.cc (rename): Allocate temporary path buffers usingCorinna Vinschen2008-05-191-5/+11
* * syscalls.cc (rename): ONly start transaction if FS supports them.Corinna Vinschen2008-05-151-1/+4
* * autoload.cc (LoadDLLfuncNt): Re-invent.Corinna Vinschen2008-05-151-3/+70
* * syscalls.cc (rename): Use volume serial numbers stored in path_convCorinna Vinschen2008-04-291-15/+7
* * cygwin.din (futimens): Export.Corinna Vinschen2008-04-241-0/+19
* * cygwin.din: Sort.Corinna Vinschen2008-04-231-0/+276
* * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): SimplifyCorinna Vinschen2008-04-131-9/+4
* * cygwin.din (wprintf): Remove.Corinna Vinschen2008-04-101-15/+0
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-12/+0
* Add miscfuncs.h to files as needed throughout.Christopher Faylor2008-04-071-0/+1
* Cleanup.Corinna Vinschen2008-04-031-2/+0
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen2008-04-011-6/+6