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
*
* syscalls.cc (nt_path_has_executable_suffix): Change storage class of
Corinna Vinschen
2010-03-04
1
-7
/
+16
*
* nlsfuncs.cc (check_codepage): Move from syscalls.cc here.
Corinna Vinschen
2010-01-24
1
-110
/
+1
*
* syscalls.cc (internal_setlocale): Use UTF-8 internally if external
Corinna Vinschen
2010-01-17
1
-2
/
+10
*
* dcrt0.cc (dll_crt0_1): Reset locale to "C" at the last moment before
Corinna Vinschen
2010-01-14
1
-3
/
+3
*
* cygwin.din (dup3): Export.
Corinna Vinschen
2010-01-14
1
-12
/
+48
*
* syscalls.cc (rename): Don't exit prematurely with EROFS when trying
Corinna Vinschen
2010-01-13
1
-2
/
+2
*
* dtable.cc (build_fh_name_worker): Remove. Move all functionality
Corinna Vinschen
2010-01-12
1
-11
/
+11
*
Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess
Corinna Vinschen
2009-12-18
1
-3
/
+4
*
* syscalls.cc (try_to_bin): Handle remote shares as well. Just rename
Corinna Vinschen
2009-12-17
1
-72
/
+77
*
* globals.cc (ro_u_dll): New R/O unicode string.
Corinna Vinschen
2009-11-21
1
-0
/
+6
*
* path.cc (symlink_info::check_reparse_point): Always check
Corinna Vinschen
2009-11-09
1
-0
/
+10
*
* globals.cc (ro_u_scr): New R/O unicode string.
Corinna Vinschen
2009-11-06
1
-20
/
+30
*
* syscalls.cc (nt_path_has_suffix): New function.
Corinna Vinschen
2009-11-05
1
-5
/
+28
*
* syscalls.cc (internal_setlocale): Only convert $PATH if there is a
Corinna Vinschen
2009-10-19
1
-7
/
+14
*
* include/sys/cygwin.h: Add new cygwin_getinfo_type
Corinna Vinschen
2009-10-13
1
-10
/
+62
*
* syscalls.cc (seteuid32): Call set_cygwin_privileges on primary token
Corinna Vinschen
2009-10-07
1
-0
/
+1
*
* syscalls.cc (internal_setlocale): Add comment.
Corinna Vinschen
2009-10-04
1
-0
/
+2
*
* dcrt0.cc (dll_crt0_1): Drop calls to setlocale/_setlocale_r. Just
Corinna Vinschen
2009-10-02
1
-8
/
+20
*
* syscalls.cc (rename): Fix regression in rename("dir","d/").
Eric Blake
2009-09-30
1
-11
/
+10
*
* cygheap.cc (cygheap_init): Default locale.charset to "UTF-8".
Corinna Vinschen
2009-09-28
1
-49
/
+59
*
Fix some POSIX-compliance bugs in link, rename, mkdir.
Eric Blake
2009-09-26
1
-38
/
+65
*
Provide euidaccess, canonicalize_file_name; fix fchmodat.
Eric Blake
2009-09-25
1
-2
/
+28
*
Fix faccessat(,0) and access() semantics.
Eric Blake
2009-09-25
1
-2
/
+2
*
Make *at functions more like Linux.
Eric Blake
2009-09-22
1
-1
/
+32
*
Match dup2 and fcntl error values to POSIX.
Eric Blake
2009-09-22
1
-0
/
+6
*
* cygheap.h (cwdstuff::get_posix): Convert to const inline method just
Corinna Vinschen
2009-09-21
1
-5
/
+14
*
* exceptions.cc (sigpacket::process): Give sigwait() processing precedence even
Christopher Faylor
2009-09-18
1
-1
/
+1
*
* 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
[next]