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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* regexp/regexp.c: Add winsup.h.
Christopher Faylor
2000-08-02
2
-0
/
+5
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
60
-92
/
+98
*
* include/sys/strace.h: Fix strace definition.
Christopher Faylor
2000-08-02
2
-2
/
+6
*
* strace.h: Add kludgy workarounds to avoid using deprecated methods for
Christopher Faylor
2000-08-02
5
-125
/
+139
*
* fhandler_console.cc: Remove VK_DIVIDE detection.
Christopher Faylor
2000-07-30
3
-12
/
+19
*
* fhandler_console.cc: Add VK_DIVIDE detection. Return virtual keycode if it
Christopher Faylor
2000-07-29
2
-0
/
+14
*
* path.cc (chdir): Avoid trailing dot calculation when chdir == '/' or we end
Christopher Faylor
2000-07-29
2
-1
/
+6
*
* include/cygwin/version.h: Bump DLL minor version number to 5 due to all of
Christopher Faylor
2000-07-29
29
-633
/
+761
*
* environ.cc (parse_thing): Make binmode a DWORD.
Christopher Faylor
2000-07-29
4
-5
/
+10
*
* include/cygwin/cygwin_dll.h: Update for modern compilers.
Christopher Faylor
2000-07-29
3
-6
/
+10
*
Minor formatting change.
Christopher Faylor
2000-07-28
2
-2
/
+2
*
* dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA.
Christopher Faylor
2000-07-28
7
-12
/
+155
*
* include/cygwin/version.h: Bump DLL minor version number to 4.
Christopher Faylor
2000-07-28
2
-1
/
+5
*
* testsuite/winsup.api/winsup.exp: ignore stdout by default
DJ Delorie
2000-07-27
15
-2
/
+55
*
* fhandler.cc (fhandler_disk_file::fstat): Allow block calculation to succeed
Christopher Faylor
2000-07-27
2
-1
/
+6
*
fix typo.
Christopher Faylor
2000-07-27
1
-1
/
+1
*
Give signal_exit noreturn attribute.
Christopher Faylor
2000-07-26
1
-1
/
+1
*
* exceptions.cc (signal_exit): Renamed from "really+exit". Always sets
Christopher Faylor
2000-07-26
2
-18
/
+15
*
* environ.cc (posify): Revert previous patch.
Corinna Vinschen
2000-07-26
2
-18
/
+37
*
* syscalls.cc (stat_worker): Make stat return correct st_blocks for files with
Christopher Faylor
2000-07-26
2
-151
/
+157
*
* security.cc (lookup_name): Search on local machine first if
Corinna Vinschen
2000-07-26
2
-0
/
+22
*
* fhandler_console.cc (fhandler_console::read): Explicitly set cursor to make
Christopher Faylor
2000-07-26
2
-0
/
+6
*
Add missing ChangeLog entry.
Christopher Faylor
2000-07-26
1
-0
/
+10
*
* passwd.cc: Change name of passwd_in_memory_p to passwd_state.
Corinna Vinschen
2000-07-26
2
-15
/
+38
*
* syscalls.cc (statfs): Use path_conv method to convert input path.
Christopher Faylor
2000-07-26
2
-3
/
+5
*
* syscalls.cc (_link): Avoid extraneous call to cygwin_conv_to_win32_path.
Christopher Faylor
2000-07-26
3
-83
/
+122
*
* syscalls.cc (_link): Corrected previous patch.
Corinna Vinschen
2000-07-24
2
-1
/
+5
*
* fhandler.h (class fhandler_dev_random): Add members for managing
Corinna Vinschen
2000-07-24
3
-11
/
+95
*
* fhandler.h: Add comment.
Corinna Vinschen
2000-07-23
2
-0
/
+7
*
* fhandler.h (class fhandler_dev_raw): Add private member `varblkop'
Corinna Vinschen
2000-07-23
4
-64
/
+97
*
Patch suggested by Kazuhiro Fujieda <fujieda@jaist.ac.jp>.
Corinna Vinschen
2000-07-22
4
-17
/
+38
*
* spawn.cc (span_guts): Retrieve security attributes before setting
Corinna Vinschen
2000-07-21
2
-6
/
+13
*
* security.cc (acl_worker): Use stat_suffixes in call to path_conv
Corinna Vinschen
2000-07-21
2
-1
/
+7
*
* spawn.cc (spawn_guts): Don't restore impersonation in case
Corinna Vinschen
2000-07-19
2
-6
/
+11
*
* shared.h (class pinfo): New members `root' and `rootlen'.
Corinna Vinschen
2000-07-19
7
-16
/
+148
*
Update copyright info.
Christopher Faylor
2000-07-19
1
-2
/
+2
*
* dll_init.cc (dll_list::alloc): Fix debugging output.
Christopher Faylor
2000-07-18
2
-1
/
+5
*
Update ChangeLog.
Christopher Faylor
2000-07-18
1
-0
/
+2
*
Throughout, eliminate third argument to path_conv and use new PC_* constants
Christopher Faylor
2000-07-17
15
-99
/
+147
*
Patch suggested by Eric Fifer <EFifer@sanwaint.com>
Corinna Vinschen
2000-07-17
2
-3
/
+8
*
* environ.cc (setenv): Use __cygwin_environ instead of
Corinna Vinschen
2000-07-17
2
-2
/
+7
*
* _cygwin_crt0_common.cc: Undef 'environ' or suffer compiler error.
Christopher Faylor
2000-07-17
2
-0
/
+6
*
* environ.cc: Use new definition of "environ" throughout.
Christopher Faylor
2000-07-16
5
-17
/
+42
*
* acconfig.h: Add support for NEWVFORK.
Christopher Faylor
2000-07-16
7
-52
/
+98
*
* spawn.cc (spawn_guts): Use \ for quoting '"'.
Christopher Faylor
2000-07-16
3
-17
/
+29
*
Slightly more efficient version of previous change.
Christopher Faylor
2000-07-16
1
-1
/
+1
*
* dcrt0.cc (build_argv): Strip quotes from argv[0] since it should never be
Christopher Faylor
2000-07-16
3
-52
/
+41
*
Update comments.
Christopher Faylor
2000-07-16
1
-15
/
+14
*
* dll_init.cc (dll_list::alloc): Round correctly. Use VirtualAlloc since
Christopher Faylor
2000-07-15
2
-7
/
+23
*
* hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we can
Christopher Faylor
2000-07-15
13
-477
/
+408
[prev]
[next]