summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dtable.cc
Commit message (Expand)AuthorAgeFilesLines
* * cygheap.cc (cfree): Remove malloc debugging probe.Christopher Faylor2001-10-031-45/+34
* * dtable.h (dtable::build_fhandler): Make path_conv parameter non-optional.Christopher Faylor2001-10-021-69/+59
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-4/+19
* * fhandler.h (fhandler_pipe::hit_eof): New method.Christopher Faylor2001-09-241-1/+5
* * dtable.cc (dtable::build_fhandler): Initialize unit when usingCorinna Vinschen2001-09-231-0/+1
* * dtable.cc (dtable::build_fhandler): Accept an optional path_conv argument.Christopher Faylor2001-09-221-2/+10
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * cygwin.din: Remove cygwin_getshared.Christopher Faylor2001-09-111-1/+1
* * dtable.cc (dtable::fixup_after_fork): Use SetStdHandle appropriately onChristopher Faylor2001-09-101-0/+4
* Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor2001-09-061-1/+1
* * thread.cc (InterlockedExchangePointer): Don't define if it already exists.Christopher Faylor2001-09-041-18/+19
* * dtable.cc (dtable::dup2): Allow extension of fd table by dup2.Christopher Faylor2001-08-231-1/+1
* * smallprint.c (console_printf): New function.Christopher Faylor2001-08-221-1/+0
* * dtable.cc (dtable::release): Avoid messing with console whenEgor Duda2001-08-041-0/+2
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-0/+1
* * syscalls.cc (setsid): Detach process from its console if the currentChristopher Faylor2001-07-261-3/+16
* * cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround.Christopher Faylor2001-07-211-1/+5
* * autoload.h: Eliminate.Christopher Faylor2001-05-161-1/+2
* * cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor2001-05-081-11/+0
* Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor2001-04-281-0/+5
* * include/sys/file.h: Move X_OK protection earlier.Christopher Faylor2001-04-201-2/+7
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-32/+50
* * autoload.cc: Add winmm functions needed by fhandler_dsp.cc.Christopher Faylor2001-04-161-0/+3
* * lib/_cygwin_S_IEXEC.c: Remove "const" from globals or they never seem to beChristopher Faylor2001-03-281-1/+12
* * dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixingChristopher Faylor2001-03-201-1/+1
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-051-0/+1
* Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor2000-11-151-1/+1
* * dtable.cc (dtable::release): Check for socket. ChangeCorinna Vinschen2000-10-261-0/+35
* * dtable.cc (dtable::fixup_after_exec): Use variable rather than constantlyChristopher Faylor2000-10-251-7/+8
* * fhandler_clipboard.cc: new fileDJ Delorie2000-10-171-0/+3
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-2/+1
* * 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