summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dtable.cc
Commit message (Expand)AuthorAgeFilesLines
* * dtable.cc (dtable::fixup_after_fork): Revert thinko below.Christopher Faylor2000-10-131-3/+1
* * child_info: Bump child_info "version".Christopher Faylor2000-10-121-1/+3
* * dtable.cc (set_std_handle): Use std_consts array to control SetStdHandleChristopher Faylor2000-10-091-6/+13
* * Makefile.in: Add fhandler_mem.o to the dependencies.Corinna Vinschen2000-10-011-0/+3
* * dcrt0.cc (dll_crt0_1): Initialize thread and debug stuff before handlingChristopher Faylor2000-09-101-6/+6
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-0/+1
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-152/+39
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-1/+6
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * dtable.cc (dtable::dup2): Extend fdtab if newfd is out of currentCorinna Vinschen2000-08-181-0/+6
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-1/+3
* Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor2000-08-121-42/+42
* * hinfo.cc (hinfo::find_unused_handle): Just check for table entry == NULLChristopher Faylor2000-08-041-2/+3
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-2/+2
* * environ.cc (parse_thing): Make binmode a DWORD.Christopher Faylor2000-07-291-1/+1
* * testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie2000-07-271-0/+1
* * hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor2000-07-151-3/+3
* Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen2000-07-011-1/+0
* * hinfo.cc (hinfo::dup2): Eliminate compiler warning.Christopher Faylor2000-06-261-1/+1
* * hinfo.cc (hinfo::dup2): Guard against out of bounds newfd.Christopher Faylor2000-06-261-1/+7
* * Makefile.in: Add dependencies for fhandler_random.oCorinna Vinschen2000-05-031-0/+3
* Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor2000-03-151-3/+4
* Throughout use strace class in place of individual functions and variables.Christopher Faylor2000-03-071-2/+0
* * hinfo.cc (hinfo::extend): Clean up debugging output.Christopher Faylor2000-02-241-3/+1
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+603