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
/
dtable.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove remnants of never-defined MALLOC_DEBUG and NEWVFORK
Peter Foley
2016-04-01
1
-6
/
+0
*
update copyright
Christopher Faylor
2014-01-27
1
-1
/
+1
*
* dtable.h (dtable::lock): Revert static.
Christopher Faylor
2014-01-17
1
-2
/
+2
*
* dtable.h (dtable::lock): Make static.
Christopher Faylor
2014-01-16
1
-2
/
+2
*
* cygheap.h (cygheap_fdnew): Avoid setting errno directly since it will have
Christopher Faylor
2013-12-05
1
-1
/
+1
*
* dtable.cc (dtable::find_unused_handle): Fix off-by-one error. Always exit
Christopher Faylor
2013-12-01
1
-11
/
+2
*
* dtable.h (dtable::first_fd_for_open): Change declaration to size_t.
Christopher Faylor
2013-12-01
1
-3
/
+3
*
* devices.in (dev_storage): Map /dev/zero and /dev/full to \Device\Null.
Corinna Vinschen
2013-10-24
1
-1
/
+1
*
Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,
Christopher Faylor
2013-01-21
1
-3
/
+3
*
* DevNotes: Add entry cgf-000011.
Christopher Faylor
2012-06-03
1
-0
/
+1
*
* dtable.cc (dtable::fixup_close): Define new function.
Christopher Faylor
2012-04-01
1
-0
/
+4
*
* cygheap.h (cygheap_fdmanip::release): Simplify.
Christopher Faylor
2012-01-22
1
-2
/
+2
*
Implement fhandler reference counting.
Christopher Faylor
2011-12-17
1
-1
/
+1
*
update copyrights
Christopher Faylor
2011-11-14
1
-1
/
+1
*
* dtable.cc (dtable::delete_archetype): Improve debugging output.
Christopher Faylor
2011-10-22
1
-1
/
+1
*
* cygwin.din (dup3): Export.
Corinna Vinschen
2010-01-14
1
-2
/
+2
*
* dtable.cc (build_fh_name_worker): Remove. Move all functionality
Corinna Vinschen
2010-01-12
1
-4
/
+3
*
Reintegrate socket duplication via WSADuplicateSocket/WSASocket.
Corinna Vinschen
2009-11-17
1
-1
/
+11
*
Match dup2 and fcntl error values to POSIX.
Eric Blake
2009-09-22
1
-1
/
+4
*
* dtable.cc (build_fh_dev): Take additional bool parameter indicating
Corinna Vinschen
2009-08-20
1
-1
/
+1
*
* select.h: New file split from fhandler.h.
Christopher Faylor
2009-06-30
1
-3
/
+3
*
* dtable.cc (dtable::release): Drop fixup_before handling.
Corinna Vinschen
2008-04-30
1
-11
/
+1
*
* hookapi.cc (find_first_notloaded_dll): New function.
Christopher Faylor
2008-03-27
1
-1
/
+1
*
* fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.
Corinna Vinschen
2008-03-24
1
-0
/
+1
*
* dtable.cc: Define various device-related string constants as wide character
Christopher Faylor
2008-03-22
1
-1
/
+2
*
Preliminary change to make fifos/pipes interruptible and fifos reliable.
Christopher Faylor
2007-07-07
1
-2
/
+0
*
* child_info.h (child_info_spawn::__stdin): New element.
Christopher Faylor
2006-12-11
1
-0
/
+1
*
* cygheap.h (cygheap_fdenum::cygheap_fdenum): Record locked state or suffer
Christopher Faylor
2005-10-23
1
-4
/
+2
*
Change process_lock to lock_process throughout. Change all calls to new
Christopher Faylor
2005-10-17
1
-1
/
+1
*
* cygheap.h (class process_lock): New class.
Christopher Faylor
2005-10-03
1
-0
/
+1
*
Change foo (void) to foo () for all c++ functions throughout. Remove all
Christopher Faylor
2005-07-05
1
-2
/
+2
*
* cygtls.h (_cygtls): Perform minor reformatting.
Christopher Faylor
2005-07-05
1
-1
/
+1
*
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
/
+1
*
* sync.h (muto::operator int): New operator.
Christopher Faylor
2005-04-05
1
-3
/
+3
*
copyright
Christopher Faylor
2005-02-20
1
-1
/
+1
*
* cygheap.h (class cygheap_fdenum): New class to enumerate used
Corinna Vinschen
2005-01-31
1
-0
/
+1
*
* cygheap.cc (init_cheap): Add ability to specify minimal cygwin heap size when
Christopher Faylor
2004-03-21
1
-1
/
+1
*
* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.
Christopher Faylor
2004-02-02
1
-1
/
+1
*
* configure.in: Remove NEWVFORK default.
Christopher Faylor
2004-01-23
1
-0
/
+4
*
* cygwin/include/signal.h: Add copyright notice.
Christopher Faylor
2004-01-19
1
-1
/
+1
*
* cygtls.h (_threadinfo::call): Remove regparm declaration to work around
Christopher Faylor
2004-01-14
1
-4
/
+12
*
* cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.
Christopher Faylor
2003-12-11
1
-1
/
+8
*
Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,
Christopher Faylor
2003-12-07
1
-1
/
+1
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-9
/
+9
*
* dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary if
Christopher Faylor
2003-03-02
1
-8
/
+1
*
Split ChangeLog, create ChangeLog-2002.
Corinna Vinschen
2003-01-10
1
-1
/
+1
*
* dtable.h (dtable::in_vfork_cleanup): New function. True if vfork cleanup
Christopher Faylor
2003-01-03
1
-0
/
+1
*
* dtable.cc (dtable::set_file_pointers_for_exec): New function.
Christopher Faylor
2002-10-17
1
-0
/
+1
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2002-10-14
1
-1
/
+1
[next]