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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* path.h (path_conv): Make path_flags private. Rename known_suffix to
Corinna Vinschen
2015-02-15
1
-3
/
+3
*
* dtable.cc (dtable::init_std_file_from_handle): Mention that console
Corinna Vinschen
2014-08-18
1
-3
/
+4
*
* dtable.cc (handle_to_fn): Fix length parameter in call to
Corinna Vinschen
2014-05-19
1
-2
/
+2
*
* cygheap.h (cygheap_fdnew): Avoid setting errno directly since it will have
Christopher Faylor
2013-12-05
1
-5
/
+9
*
* dtable.cc (dtable::find_unused_handle): When extending, always make sure that
Christopher Faylor
2013-12-04
1
-1
/
+3
*
* dtable.cc (dtable::find_unused_handle): Break out of the right loop.
Christopher Faylor
2013-12-01
1
-2
/
+2
*
* dtable.cc (dtable::find_unused_handle): Fix off-by-one error. Always exit
Christopher Faylor
2013-12-01
1
-7
/
+17
*
* dtable.cc (dtable::extend): Change local variable new_size to size_t
Corinna Vinschen
2013-12-01
1
-1
/
+1
*
* dtable.h (dtable::first_fd_for_open): Change declaration to size_t.
Christopher Faylor
2013-12-01
1
-7
/
+5
*
* dtable.cc (build_fh_pc): When creating an archetype, use native name rather
Christopher Faylor
2013-12-01
1
-1
/
+1
*
* dtable.cc: Include sys/param.h for MAX definition.
Corinna Vinschen
2013-11-24
1
-0
/
+1
*
dup2: fix off-by-one crash
Eric Blake
2013-11-23
1
-2
/
+2
*
Remove /dev/mem, /dev/kmem, /dev/port support.
Corinna Vinschen
2013-07-15
1
-5
/
+0
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-13
/
+13
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
1
-2
/
+2
*
* dtable.cc (dtable::dup3): Fix bounds checking for valid newfd.
Christopher Faylor
2012-12-31
1
-1
/
+1
*
In terms of network related functionality, rely on Winsock definitions
Corinna Vinschen
2012-07-06
1
-1
/
+0
*
* dtable.cc (dtable::dup3): Only return with lock set when O_EXCL flag is
Christopher Faylor
2012-06-04
1
-1
/
+9
*
* DevNotes: Add entry cgf-000011.
Christopher Faylor
2012-06-03
1
-4
/
+7
*
* devices.in: Fix native name of /dev/kmem.
Corinna Vinschen
2012-05-22
1
-0
/
+1
*
* dtable.cc (fh_alloc): Only disallow opening of nonexistent on-disk device.
Christopher Faylor
2012-04-21
1
-3
/
+3
*
* dtable.cc (fh_alloc): Keep fh which was flagged as error if it is for an
Christopher Faylor
2012-04-19
1
-2
/
+9
*
* fhandler.h (fhandler_base::nohandle): Revert to standard implementation.
Christopher Faylor
2012-04-18
1
-2
/
+2
*
* dtable.cc (cygwin_attach_handle_to_fd): Defend against NULL return from
Christopher Faylor
2012-04-07
1
-0
/
+5
*
* devices.h (FH_CYGDRIVE): Define as DEV_VIRTFS_MAJOR class device.
Corinna Vinschen
2012-04-02
1
-3
/
+3
*
* devices.h (FH_DEV): Define as DEV_VIRTFS_MAJOR class device.
Corinna Vinschen
2012-04-02
1
-3
/
+3
*
* dtable.cc (dtable::fixup_close): Define new function.
Christopher Faylor
2012-04-01
1
-9
/
+23
*
* Makefile.in (DLL_OFILES): Add fhandler_dev.o.
Corinna Vinschen
2012-03-29
1
-0
/
+3
*
* dtable.cc (set_std_handle): Call SetStdHandle with NULL if fd is closed.
Christopher Faylor
2012-03-20
1
-2
/
+5
*
* dtable.cc (fh_alloc): Treat pc.dev as unsigned.
Christopher Faylor
2012-03-10
1
-1
/
+1
*
* dtable.cc (dtable::init_std_file_from_handle): Use tmp_pathbuf for
Corinna Vinschen
2012-02-15
1
-3
/
+4
*
* pinfo.cc (_pinfo::set_ctty): Revert 2012-02-07 change to skip function if tty
Christopher Faylor
2012-02-14
1
-10
/
+2
*
* cygheap.cc (init_cygheap::init_installation_root): Convert function
Corinna Vinschen
2012-02-14
1
-2
/
+3
*
* dtable.cc (dtable::init_std_file_from_handle): Reinstate opening tty handles
Christopher Faylor
2012-02-09
1
-1
/
+1
*
* dtable.cc (dtable::dup_worker): Add comment explaining why refcnt isn't
Christopher Faylor
2012-02-01
1
-3
/
+7
*
* cygheap.h (cygheap_fdmanip::release): Simplify.
Christopher Faylor
2012-01-22
1
-18
/
+5
*
Update copyright on all files checked in so far this year.
Christopher Faylor
2012-01-11
1
-1
/
+1
*
* dtable.cc (dtable::stdio_init): Always initialize console when we have one.
Christopher Faylor
2012-01-08
1
-5
/
+1
*
Clean up whitespace.
Christopher Faylor
2011-12-17
1
-2
/
+2
*
Implement fhandler reference counting.
Christopher Faylor
2011-12-17
1
-3
/
+15
*
Throughout, remove extra space after function name from debugging output.
Christopher Faylor
2011-12-03
1
-1
/
+1
*
* fhandler.h (__ptsname): New macro.
Christopher Faylor
2011-11-08
1
-1
/
+1
*
* dtable.cc (dtable::delete_archetype): Improve debugging output.
Christopher Faylor
2011-10-22
1
-58
/
+74
*
Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.
Christopher Faylor
2011-10-20
1
-6
/
+12
*
* cygerrno.h (__set_errno): Modify debugging output to make searching strace
Christopher Faylor
2011-10-15
1
-33
/
+81
*
* cygwin.din: Remove some _tc* exports. Add tcgetsid().
Christopher Faylor
2011-10-11
1
-1
/
+1
*
* dtable.cc (fh_alloc): Don't parse /dev/tty if ctty is < 0. Reset major/minor
Christopher Faylor
2011-10-11
1
-4
/
+8
*
* dtable.cc: Mark some const variables as static.
Christopher Faylor
2011-08-19
1
-4
/
+4
*
* dtable.cc (dtable::get_debugger_info): Add missing braces.
Corinna Vinschen
2011-08-18
1
-7
/
+9
*
* dtable.cc (dtable::init_std_file_from_handle): Change test for console
Corinna Vinschen
2011-07-04
1
-1
/
+1
[next]