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
...
*
* dtable.cc (dtable::dup2): Allow extension of fd table by dup2.
Christopher Faylor
2001-08-23
1
-1
/
+1
*
* smallprint.c (console_printf): New function.
Christopher Faylor
2001-08-22
1
-1
/
+0
*
* dtable.cc (dtable::release): Avoid messing with console when
Egor Duda
2001-08-04
1
-0
/
+2
*
Throughout, reorganize header file inclusion to put security.h prior to
Christopher Faylor
2001-07-26
1
-0
/
+1
*
* syscalls.cc (setsid): Detach process from its console if the current
Christopher Faylor
2001-07-26
1
-3
/
+16
*
* cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround.
Christopher Faylor
2001-07-21
1
-1
/
+5
*
* autoload.h: Eliminate.
Christopher Faylor
2001-05-16
1
-1
/
+2
*
* cygheap.cc (_cfree): Add regparm attribute.
Christopher Faylor
2001-05-08
1
-11
/
+0
*
Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.
Christopher Faylor
2001-04-28
1
-0
/
+5
*
* include/sys/file.h: Move X_OK protection earlier.
Christopher Faylor
2001-04-20
1
-2
/
+7
*
Throughout, change fdtab references to cygheap->fdtab.
Christopher Faylor
2001-04-18
1
-32
/
+50
*
* autoload.cc: Add winmm functions needed by fhandler_dsp.cc.
Christopher Faylor
2001-04-16
1
-0
/
+3
*
* lib/_cygwin_S_IEXEC.c: Remove "const" from globals or they never seem to be
Christopher Faylor
2001-03-28
1
-1
/
+12
*
* dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixing
Christopher Faylor
2001-03-20
1
-1
/
+1
*
* dlopen.c (dlopen): Return NULL when name is NULL (suggested by
Christopher Faylor
2001-03-05
1
-0
/
+1
*
Throughout use myself->ppid_handle rather than parent_alive.
Christopher Faylor
2000-11-15
1
-1
/
+1
*
* dtable.cc (dtable::release): Check for socket. Change
Corinna Vinschen
2000-10-26
1
-0
/
+35
*
* dtable.cc (dtable::fixup_after_exec): Use variable rather than constantly
Christopher Faylor
2000-10-25
1
-7
/
+8
*
* fhandler_clipboard.cc: new file
DJ Delorie
2000-10-17
1
-0
/
+3
*
* Makefile.in: Remove some obsolete stuff.
Christopher Faylor
2000-10-16
1
-2
/
+1
*
* dtable.cc (dtable::fixup_after_fork): Revert thinko below.
Christopher Faylor
2000-10-13
1
-3
/
+1
*
* child_info: Bump child_info "version".
Christopher Faylor
2000-10-12
1
-1
/
+3
*
* dtable.cc (set_std_handle): Use std_consts array to control SetStdHandle
Christopher Faylor
2000-10-09
1
-6
/
+13
*
* Makefile.in: Add fhandler_mem.o to the dependencies.
Corinna Vinschen
2000-10-01
1
-0
/
+3
*
* dcrt0.cc (dll_crt0_1): Initialize thread and debug stuff before handling
Christopher Faylor
2000-09-10
1
-6
/
+6
*
Break out more header info into separate files. Use appropriate header files
Christopher Faylor
2000-09-08
1
-0
/
+1
*
* Makefile.in: Add cygheap.o.
Christopher Faylor
2000-09-03
1
-152
/
+39
*
* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files
Christopher Faylor
2000-08-22
1
-1
/
+6
*
* cygerrno.h: New file. Use this throughout whenever errno manipulation is
Christopher Faylor
2000-08-22
1
-0
/
+1
*
* dtable.cc (dtable::dup2): Extend fdtab if newfd is out of current
Corinna Vinschen
2000-08-18
1
-0
/
+6
*
* winsup.h: Split out dtable definitions into separate header file.
Christopher Faylor
2000-08-12
1
-1
/
+3
*
Rename hinfo -> dtable. Name the former dtable array 'fdtab'.
Christopher Faylor
2000-08-12
1
-42
/
+42
*
* hinfo.cc (hinfo::find_unused_handle): Just check for table entry == NULL
Christopher Faylor
2000-08-04
1
-2
/
+3
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
1
-2
/
+2
*
* environ.cc (parse_thing): Make binmode a DWORD.
Christopher Faylor
2000-07-29
1
-1
/
+1
*
* testsuite/winsup.api/winsup.exp: ignore stdout by default
DJ Delorie
2000-07-27
1
-0
/
+1
*
* hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we can
Christopher Faylor
2000-07-15
1
-3
/
+3
*
Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>
Corinna Vinschen
2000-07-01
1
-1
/
+0
*
* hinfo.cc (hinfo::dup2): Eliminate compiler warning.
Christopher Faylor
2000-06-26
1
-1
/
+1
*
* hinfo.cc (hinfo::dup2): Guard against out of bounds newfd.
Christopher Faylor
2000-06-26
1
-1
/
+7
*
* Makefile.in: Add dependencies for fhandler_random.o
Corinna Vinschen
2000-05-03
1
-0
/
+3
*
Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>
Christopher Faylor
2000-03-15
1
-3
/
+4
*
Throughout use strace class in place of individual functions and variables.
Christopher Faylor
2000-03-07
1
-2
/
+0
*
* hinfo.cc (hinfo::extend): Clean up debugging output.
Christopher Faylor
2000-02-24
1
-3
/
+1
*
import winsup-2000-02-17 snapshot
Christopher Faylor
2000-02-17
1
-0
/
+603
[prev]