index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
syscalls.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
This commit was manufactured by cvs2svn to create branch 'binutils-
binutils-2_20-branchpoint
cvs2svn
2009-09-04
1
-4120
/
+0
*
* syscalls.cc (popen): Reorganize slightly for clarity. Fix a comment.
Christopher Faylor
2009-08-18
1
-4
/
+5
*
* syscalls.cc (popen): Rewrite to accommodate situations where stdin, stdout,
Christopher Faylor
2009-08-18
1
-48
/
+73
*
* sigproc.h (wait_for_sigthread): Eliminate parameter.
Christopher Faylor
2009-07-24
1
-1
/
+1
*
* syscalls.cc (internal_setlocale): Fix typo in GBK codepage.
Corinna Vinschen
2009-07-24
1
-1
/
+1
*
* syscalls.cc (unlink_nt): Ignore sharing violation on NFS. Align
Corinna Vinschen
2009-07-24
1
-3
/
+4
*
* wincap.h (wincaps::has_always_all_codepages): New element.
Corinna Vinschen
2009-07-20
1
-6
/
+37
*
* syscalls.cc (unlink_nt): Just return when a sharing violation
Corinna Vinschen
2009-07-17
1
-1
/
+13
*
* syscalls.cc (unlink_nt): First remove the R/O DOS attribute with
Corinna Vinschen
2009-07-16
1
-11
/
+26
*
Throughout avoid having to initialize constant UNICODE_STRINGs.
Corinna Vinschen
2009-07-14
1
-10
/
+8
*
* select.h: New file split from fhandler.h.
Christopher Faylor
2009-06-30
1
-5
/
+5
*
* cygheap.cc (cygheap_init): Set Cygwin default locale values.
Corinna Vinschen
2009-05-14
1
-4
/
+21
*
* cygheap.h (cwdstuff): Convert to class. Make posix and dir private.
Corinna Vinschen
2009-05-13
1
-1
/
+19
*
* ntdll.h (STATUS_LOCK_NOT_GRANTED): Define.
Corinna Vinschen
2009-04-16
1
-2
/
+12
*
* syscalls.cc (try_to_bin): Use tmp_pathbuf buffer to allocate infobuf
Corinna Vinschen
2009-04-09
1
-10
/
+8
*
* syscalls.cc (try_to_bin): Fix alignment of infobuf.
Corinna Vinschen
2009-04-09
1
-1
/
+3
*
* syscalls.cc (pathconf): Fix memory leak.
Corinna Vinschen
2009-03-27
1
-5
/
+7
*
* syscalls.cc (open): Handle O_DIRECTORY flag.
Corinna Vinschen
2009-02-11
1
-0
/
+6
*
* syscalls.cc (enum bin_status): New type.
Corinna Vinschen
2009-01-12
1
-41
/
+111
*
* ntdll.h: Reorder NT status flags. Fix a case difference. Add
Corinna Vinschen
2009-01-07
1
-13
/
+43
*
Remove unneeded header files from source files throughout. Update copyrights
Christopher Faylor
2009-01-03
1
-10
/
+1
*
* syscalls.cc (gen_full_path_at): Use isabspath instead of isdirsep
Corinna Vinschen
2008-12-15
1
-1
/
+1
*
Remove unneeded whitespace.
Christopher Faylor
2008-11-26
1
-8
/
+8
*
* Makefile.in (DLL_OFILES): Add setlsapwd.o.
Corinna Vinschen
2008-11-26
1
-11
/
+43
*
* ntdll.h (NtSetAttributesFile): New inline function.
Corinna Vinschen
2008-10-20
1
-27
/
+12
*
* path.cc (path_conv::is_binary): Always check for GetBinaryType.
Corinna Vinschen
2008-10-09
1
-1
/
+2
*
* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
Christopher Faylor
2008-09-11
1
-8
/
+7
*
* syscalls.cc (rename): If newpath doesn't exist, check if .exe suffix
Corinna Vinschen
2008-08-11
1
-2
/
+3
*
* cygwin.din (_getutline): Remove.
Christopher Faylor
2008-07-30
1
-4
/
+11
*
* Makefile.in (DLL_OFILES): Remove v8 regexp files.
Corinna Vinschen
2008-07-29
1
-7
/
+0
*
* dcrt0.cc (dll_crt0_0): Remove calling malloc_init and
Christopher Faylor
2008-07-27
1
-4
/
+2
*
* dcrt0.cc (dll_crt0_0): Call malloc_init and user_shared_initialize_1
Corinna Vinschen
2008-07-25
1
-1
/
+4
*
Add case-sensitivity.
Corinna Vinschen
2008-07-16
1
-6
/
+7
*
* path.cc (cygwin_conv_path): Define tp before setting up faul handler.
Corinna Vinschen
2008-05-22
1
-26
/
+40
*
* string.h (strchr): Eliminate.
Christopher Faylor
2008-05-22
1
-1
/
+1
*
* syscalls.cc (FILTERED_MODE): Define valid chmod mode mask.
Corinna Vinschen
2008-05-21
1
-2
/
+5
*
* syscalls.cc (rename): Fix condition when to start a transaction.
Corinna Vinschen
2008-05-20
1
-1
/
+2
*
* syscalls.cc (rename): Allocate temporary path buffers using
Corinna Vinschen
2008-05-19
1
-5
/
+11
*
* syscalls.cc (rename): ONly start transaction if FS supports them.
Corinna Vinschen
2008-05-15
1
-1
/
+4
*
* autoload.cc (LoadDLLfuncNt): Re-invent.
Corinna Vinschen
2008-05-15
1
-3
/
+70
*
* syscalls.cc (rename): Use volume serial numbers stored in path_conv
Corinna Vinschen
2008-04-29
1
-15
/
+7
*
* cygwin.din (futimens): Export.
Corinna Vinschen
2008-04-24
1
-0
/
+19
*
* cygwin.din: Sort.
Corinna Vinschen
2008-04-23
1
-0
/
+276
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Simplify
Corinna Vinschen
2008-04-13
1
-9
/
+4
*
* cygwin.din (wprintf): Remove.
Corinna Vinschen
2008-04-10
1
-15
/
+0
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-12
/
+0
*
Add miscfuncs.h to files as needed throughout.
Christopher Faylor
2008-04-07
1
-0
/
+1
*
Cleanup.
Corinna Vinschen
2008-04-03
1
-2
/
+0
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-1
/
+1
*
Throughout, call fcntl64 instead of fcntl or fcntl_worker.
Corinna Vinschen
2008-04-01
1
-6
/
+6
[next]