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
...
*
* 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
*
* cygwin.din: Export getpriority and setpriority.
Corinna Vinschen
2005-01-25
1
-0
/
+3
*
* Makefile.in: Create libutil.a from bsdlib.o exports.
Corinna Vinschen
2004-09-10
1
-0
/
+2
*
* autoload.cc (GetNativeSystemInfo): Add.
Corinna Vinschen
2004-07-24
1
-1
/
+1
*
Change the name "title_mutex" to "tty_mutex" throughout.
Christopher Faylor
2004-05-17
1
-1
/
+1
*
* cygthread.cc (cygthread::is): Eliminate.
Christopher Faylor
2004-05-16
1
-2
/
+0
*
revert previous not-ready-for-primetime checkin.
Christopher Faylor
2004-05-15
1
-0
/
+2
*
* cygheap.h: Remove some parameter names from declarations throughout.
Christopher Faylor
2004-05-15
1
-2
/
+0
*
* dir.cc (writable_directory): Remove.
Corinna Vinschen
2004-05-03
1
-1
/
+0
*
Check in missed file.
Christopher Faylor
2004-04-15
1
-1
/
+0
*
* winsup.h (IMPLEMENT_STATUS_FLAG): New macro to define status flag
Corinna Vinschen
2004-04-13
1
-0
/
+5
*
* fhandler.cc (rootdir): Add and use second argument.
Corinna Vinschen
2004-04-10
1
-1
/
+1
*
* fhandler.h (fhandler_base::status): Declare private.
Corinna Vinschen
2004-04-09
1
-10
/
+0
*
* miscfuncs.cc (check_invalid_virtual_addr): New function.
Corinna Vinschen
2004-02-25
1
-0
/
+1
*
* Makefile.in (clean): Remove sigfe.s.
Christopher Faylor
2004-02-13
1
-1
/
+2
*
Rename _threadinfo to _cygtls, throughout.
Christopher Faylor
2004-02-12
1
-1
/
+1
*
* debug.h (console_printf): Define for non-debugging condition.
Christopher Faylor
2004-02-09
1
-1
/
+1
*
* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.
Christopher Faylor
2004-01-24
1
-1
/
+0
*
* cygwin/include/signal.h: Add copyright notice.
Christopher Faylor
2004-01-19
1
-5
/
+1
*
* cygtls.h (_threadinfo::call): Remove regparm declaration to work around
Christopher Faylor
2004-01-14
1
-2
/
+8
*
* winsup.h (access_worker): Declare with added fhandler_base parameter.
Christopher Faylor
2003-12-15
1
-1
/
+1
*
* fcntl.cc (fcntl_worker): Remove static storage class.
Corinna Vinschen
2003-12-03
1
-0
/
+2
*
Eliminate use of sigframe and sigthread throughout.
Christopher Faylor
2003-11-28
1
-3
/
+3
[prev]
[next]