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
/
winsup.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Makefile.in (DLL_IMPORTS): Add libntdll.a.
Corinna Vinschen
2007-02-22
1
-2
/
+1
*
* exceptions.cc (_cygtls::signal_exit): Only call myself.exit when when
Christopher Faylor
2007-02-20
1
-1
/
+1
*
* winsup.h (clear_procimptoken): Close hProcImpToken in a safer way.
Corinna Vinschen
2006-12-13
1
-1
/
+2
*
Partially revert change from 2005-04-03, always running under an
Corinna Vinschen
2006-12-12
1
-0
/
+10
*
* child_info.h (child_info_spawn::__stdin): New element.
Christopher Faylor
2006-12-11
1
-0
/
+3
*
* winsup.h (WINVER): Set to 0x0600 to cover Vista.
Corinna Vinschen
2006-12-06
1
-1
/
+1
*
* dcrt0.cc (__api_fatal): Drop spare argument to __small_sprintf.
Corinna Vinschen
2006-10-27
1
-1
/
+1
*
* winsup.h (WINVER): Define instead of _WIN32_WINNT. Set to 0x0502.
Corinna Vinschen
2006-10-17
1
-3
/
+2
*
* winsup.h: Turn off DEBUGGING.
Christopher Faylor
2006-10-13
1
-3
/
+0
*
* winsup.h: Turn on DEBUGGING by default for now.
Christopher Faylor
2006-08-10
1
-0
/
+3
*
2006-07-25 Corinna Vinschen <corinna@vinschen.de>
Corinna Vinschen
2006-07-25
1
-1
/
+7
*
* exceptions.cc (_cygtls::handle_exceptions): Call new
Corinna Vinschen
2006-07-13
1
-1
/
+1
*
* cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let the
Christopher Faylor
2006-06-02
1
-0
/
+2
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.
Christopher Faylor
2006-03-18
1
-1
/
+2
*
* cygheap.cc (init_cygheap::manage_console_count): Turn console control handler
Christopher Faylor
2006-03-16
1
-1
/
+1
*
* child_info.h (child_info_fork::handle_failure): Declare new function.
Christopher Faylor
2006-03-13
1
-10
/
+6
*
* winsup.h (cygwin_hmodule): Declare.
Christopher Faylor
2006-02-23
1
-0
/
+1
*
* dtable.cc (handle_to_fn): Accomodate new argument order in call to
Corinna Vinschen
2006-02-07
1
-1
/
+1
*
* environ.cc (struct parse_thing): Add transparent_exe option.
Corinna Vinschen
2006-02-05
1
-0
/
+1
*
* autoload.cc (NtQueryDirectoryFile): Define.
Corinna Vinschen
2006-01-27
1
-1
/
+3
*
*** cygwin DLL Changes:
Christopher Faylor
2005-12-29
1
-0
/
+1
*
* cygheap.cc (init_cygheap::manage_console_count): Revert previous change.
Christopher Faylor
2005-12-21
1
-1
/
+1
*
* winsup.h (flush_file_buffers): Define as inline function.
Corinna Vinschen
2005-12-20
1
-1
/
+4
*
* winsup.h (flush_file_buffers): Declare new function.
Corinna Vinschen
2005-12-20
1
-0
/
+2
*
* winsup.h (child_copy): Change prototype to match new functionality.
Christopher Faylor
2005-12-17
1
-1
/
+1
*
* exceptions.cc (_cygtls::handle_exceptions): In case of a
Corinna Vinschen
2005-12-07
1
-1
/
+2
*
* autoload.cc (NtCreateSection): Define.
Corinna Vinschen
2005-11-28
1
-1
/
+5
*
* autoload.cc: Never load wsock32.dll. Load all wsock32 function
Corinna Vinschen
2005-10-17
1
-10
/
+0
*
* cygheap.h (class process_lock): New class.
Christopher Faylor
2005-10-03
1
-1
/
+0
*
* dcrt0.cc (do_exit): Don't set ES_SET_MUTO here. Call get_exit_lock()
Christopher Faylor
2005-09-30
1
-1
/
+1
*
* cygheap.cc (cygheap_fixup_in_child): It's not just for exec.
Christopher Faylor
2005-09-23
1
-0
/
+1
*
* dcrt0.cc (do_exit): Only call sigproc_terminate from one location --
Christopher Faylor
2005-09-20
1
-1
/
+1
*
* exceptions.cc (sigtid): Remove declaration.
Christopher Faylor
2005-09-14
1
-2
/
+2
*
* winsup.h (create_pipe): Declare new function.
Christopher Faylor
2005-08-19
1
-0
/
+4
*
* dcrt0.cc: Remove ld_preload declaration.
Christopher Faylor
2005-08-11
1
-0
/
+4
*
* child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.
Christopher Faylor
2005-07-17
1
-0
/
+2
*
Change foo (void) to foo () for all c++ functions throughout. Remove all
Christopher Faylor
2005-07-05
1
-4
/
+5
*
* cygtls.h (_cygtls): Perform minor reformatting.
Christopher Faylor
2005-07-05
1
-1
/
+1
*
Replace valid memory checks with new myfault class "exception handling", almost
Christopher Faylor
2005-07-03
1
-18
/
+3
*
* cygerrno.h: Make multi-inclusion safe.
Christopher Faylor
2005-06-30
1
-1
/
+1
*
* cygthread.cc (cygthread::detach): Make error message a little more detailed.
Christopher Faylor
2005-06-07
1
-0
/
+2
*
Revert 2005-05-30 close_all_files changes.
Christopher Faylor
2005-06-02
1
-1
/
+1
*
* child_info.h (child_info::cygheap_h): Delete.
Christopher Faylor
2005-06-01
1
-1
/
+2
*
* Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.
Corinna Vinschen
2005-05-10
1
-0
/
+3
*
* cygheap.cc (cygheap_init): Accomodate set_process_privilege change.
Corinna Vinschen
2005-04-03
1
-0
/
+2
*
* wininfo.h (wininfo::timer_active): Delete.
Christopher Faylor
2005-03-27
1
-3
/
+0
*
* fhandler_tape.cc (get_ll): This is a generally useful function so move it
Christopher Faylor
2005-03-16
1
-0
/
+3
*
* fhandler.h (enum query_state): Add query_write_attributes state.
Corinna Vinschen
2005-02-20
1
-4
/
+5
*
copyright
Christopher Faylor
2005-02-20
1
-1
/
+2
*
white space
Christopher Faylor
2005-02-13
1
-3
/
+3
[next]