summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/syscalls.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen2008-03-311-2/+2
* * syscalls.cc (rename): Fix setting errno in case of trailing "/."Corinna Vinschen2008-03-271-3/+9
* * hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor2008-03-271-0/+7
* * syscalls.cc (rename): Just return with 0 if filenames are identical,Corinna Vinschen2008-03-121-5/+2
* * syscalls.cc (rename): Handle a special case of trying to rename aCorinna Vinschen2008-03-121-5/+13
* * syscalls.cc (sync): Use MAX_PATH rather than CYG_MAX_PATH.Corinna Vinschen2008-03-111-7/+8
* * fhandler.cc (fhandler_base::open): Use %S for PUNICODE_STRING.Brian Dessent2008-03-081-1/+1
* * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen2008-03-071-5/+5
* Perform whitespace cleanup throughout.Christopher Faylor2008-02-151-19/+19
* * cygheap.cc (cwcsdup): New function.Corinna Vinschen2008-02-141-1/+1
* * syscalls.cc (_isatty): Define as an alias to isatty to override newlibChristopher Faylor2008-02-131-0/+1
* * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen2008-02-011-6/+6
* * fhandler_tape.cc (mtinfo::initialize): Use MAX_PATH instead ofCorinna Vinschen2007-11-281-2/+2