newlib/winsup/cygwin
Christopher Faylor 0476bae576 * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful
SNDCTL_DSP_GETBLKSIZE operation.  Remove obsolete 'name' arg from fhandler_*
constructors throughout.
* winsup.h (winsock_active): New macro.
(winsock2_active): Ditto.
* autoload.cc (wsock_init): Use new macros to decide if winsock or winsock2 is
loaded.
(nonexist_wsock32): Dummy function to force winsock load.
(nonexist_ws2_32): Dummy function to force winsock2 load.
* fhandler.h (fhandler_socket::fstat): Declare new method.  Currently unused.
* fhandler_socket.cc (fhandler_socket::fixup_before_fork_exec): Check that
winsock2 is active before trying WSADuplicateSocketA.
(fhandler_socket::fixup_after_fork): Add extra check for winsock2_active.
Otherwise use iffy procedures for Windows 95.
(fhandler_socket::fixup_after_exec): Add debugging.
(fhandler_socket::dup): Add debugging.
(fhandler_socket::fstat): New method.
(fhandler_socket::set_close_on_exec): Attempt to perform iffy stuff on Windows
95.
* errno.cc (_sys_nerr): Work around compiler strangeness.
* pinfo.cc (winpids::add): Add extra element at end of allocated array for
setting to NULL.
(winpids::enumNT): Ditto.
(winpids::init): Don't modify pidlist if it hasn't been allocated
(possibly due to malloc problem).
2001-10-13 17:23:35 +00:00
..
config/i386 Update copyrights. 2001-09-11 20:01:02 +00:00
include Tue Sep 25 21:25:00 2001 Robert Collins <rbtcollins@hotmail.com> 2001-09-25 11:45:26 +00:00
lib * select.cc (peek_pipe): Only grab mutex when we actually got something from 2001-09-24 22:49:12 +00:00
regexp
CYGWIN_LICENSE Red Hatize 2001-10-12 01:51:21 +00:00
ChangeLog * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
ChangeLog-1995
ChangeLog-1996
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
Makefile.in * Makefile.in: Depend on stamp to ensure rebuilding. Remove stamp file when 2001-09-30 21:10:38 +00:00
ROADMAP
acconfig.h
ansi.sgml
assert.cc
autoload.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
automode.c
binmode.c
child_info.h Throughout, rename PROC_FORK1 to PROC_FORK. 2001-10-10 02:32:12 +00:00
config.h.in
configure
configure.in Update copyrights. 2001-09-11 20:01:02 +00:00
cygerrno.h
cygheap.cc * cygheap.cc (cfree): Remove malloc debugging probe. 2001-10-03 03:49:26 +00:00
cygheap.h * cygheap.cc (dup_now): New function. 2001-09-14 00:49:00 +00:00
cygrun.c Update copyrights. 2001-09-11 20:01:02 +00:00
cygwin.din * cygwin.din: export strtoll and strtoull 2001-10-01 19:47:37 +00:00
cygwin.sc * dtable.h (not_open): Assure inline. 2001-09-17 03:05:05 +00:00
cygwin_version.h Update copyrights. 2001-09-11 20:01:02 +00:00
dcrt0.cc Throughout, rename PROC_FORK1 to PROC_FORK. 2001-10-10 02:32:12 +00:00
debug.cc * exceptions.cc (setup_handler): Always relinquish lock after we've 2001-09-22 16:55:02 +00:00
debug.h Revert incorrect checkins. 2001-10-05 04:37:33 +00:00
delqueue.cc * Makefile.in: Build wincap.o. 2001-09-12 17:46:37 +00:00
dir.cc Add second path_conv * argument to fstat()s throughout. 2001-10-05 04:21:41 +00:00
dlfcn.cc
dll_init.cc Add "path.h" include throughout, where needed. Use new path_conv methods and 2001-10-01 04:10:07 +00:00
dll_init.h Update copyrights. 2001-09-11 20:01:02 +00:00
dll_init.sgml
dlmalloc.c * cygheap.cc (cfree): Remove malloc debugging probe. 2001-10-03 03:49:26 +00:00
dlmalloc.h
dtable.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
dtable.h * cygheap.cc (cfree): Remove malloc debugging probe. 2001-10-03 03:49:26 +00:00
dtable.sgml
environ.cc * cygheap.cc (cfree): Remove malloc debugging probe. 2001-10-03 03:49:26 +00:00
environ.h
errno.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
exceptions.cc * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler. 2001-10-13 01:35:15 +00:00
exec.cc Update copyrights. 2001-09-11 20:01:02 +00:00
external.cc * external.cc (fillout_pinfo): Reset counter whenever we initialize the pid 2001-10-08 04:26:27 +00:00
external.sgml
fcntl.cc Add "path.h" include throughout, where needed. Use new path_conv methods and 2001-10-01 04:10:07 +00:00
fhandler.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
fhandler.h * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
fhandler_clipboard.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
fhandler_console.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
fhandler_dsp.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
fhandler_floppy.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
fhandler_mem.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
fhandler_random.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
fhandler_raw.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
fhandler_serial.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
fhandler_socket.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
fhandler_tape.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
fhandler_termios.cc
fhandler_tty.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
fhandler_windows.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
fhandler_zero.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
fork.cc Throughout, rename PROC_FORK1 to PROC_FORK. 2001-10-10 02:32:12 +00:00
gcrt0.c Update copyrights. 2001-09-11 20:01:02 +00:00
glob.c
gmon.c * cygheap.h (init_cygheap): Move heap pointers here. 2001-09-07 21:32:07 +00:00
gmon.h
grp.cc * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler. 2001-10-13 01:35:15 +00:00
heap.cc Add "path.h" include throughout, where needed. Use new path_conv methods and 2001-10-01 04:10:07 +00:00
heap.h * heap.h (inheap): Check for NULL. 2001-10-05 04:36:14 +00:00
how-cygheap-works.txt Add recent developments. 2001-09-22 01:37:47 +00:00
how-fhandlers-work.txt Tue Oct 2 22:25:23 2001 Robert Collins <rbtcollins@hotmail.com> 2001-10-02 12:27:03 +00:00
how-signals-work.txt typo, words. 2001-09-22 01:29:07 +00:00
how-to-debug-cygwin.txt fix typos 2001-10-09 18:12:51 +00:00
how-vfork-works.txt * fhandler.h (fhandler_pipe::hit_eof): New method. 2001-09-24 21:50:44 +00:00
init.cc Throughout, rename PROC_FORK1 to PROC_FORK. 2001-10-10 02:32:12 +00:00
ioctl.cc Add "path.h" include throughout, where needed. Use new path_conv methods and 2001-10-01 04:10:07 +00:00
localtime.cc * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler. 2001-10-13 01:35:15 +00:00
malloc_wrapper.cc Add "path.h" include throughout, where needed. Use new path_conv methods and 2001-10-01 04:10:07 +00:00
mcount.c
misc-std.sgml
miscfuncs.cc * cygheap.h (init_cygheap): Move heap pointers here. 2001-09-07 21:32:07 +00:00
mkvers.sh Update copyrights. 2001-09-11 20:01:02 +00:00
mmap.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
net.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
ntdll.h Update copyrights. 2001-09-11 20:01:02 +00:00
ntea.cc Update copyrights. 2001-09-11 20:01:02 +00:00
passwd.cc * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler. 2001-10-13 01:35:15 +00:00
path.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
path.h * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL. 2001-10-04 02:34:20 +00:00
path.sgml
perprocess.h
perthread.h * dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can be 2001-09-15 00:47:44 +00:00
pinfo.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
pinfo.h * Makefile.in: Build wincap.o. 2001-09-12 17:46:37 +00:00
pipe.cc * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
poll.cc Add "path.h" include throughout, where needed. Use new path_conv methods and 2001-10-01 04:10:07 +00:00
posix.sgml
profil.c Update copyrights. 2001-09-11 20:01:02 +00:00
profil.h Update copyrights. 2001-09-11 20:01:02 +00:00
pthread.cc Sat Sep 29 18:26:00 2001 Robert Collins <rbtcollins@hotmail.com> 2001-09-29 09:01:01 +00:00
pwdgrp.h * pwdgrp.h (pwdgrp_check::set_last_modified): Call GetFileTime() 2001-09-09 21:57:44 +00:00
registry.cc Update copyrights. 2001-09-11 20:01:02 +00:00
registry.h Update copyrights. 2001-09-11 20:01:02 +00:00
resource.cc Update copyrights. 2001-09-11 20:01:02 +00:00
scandir.cc * lib/getopt.c: Use __progname==__argv[0] when not compiling for cygwin. 2001-09-19 15:54:12 +00:00
sched.cc
sec_acl.cc Update copyrights. 2001-09-11 20:01:02 +00:00
sec_helper.cc Update copyrights. 2001-09-11 20:01:02 +00:00
security.cc * Makefile.in: Build wincap.o. 2001-09-12 17:46:37 +00:00
security.h * cygheap.h (init_cygheap): Move heap pointers here. 2001-09-07 21:32:07 +00:00
select.cc Add "path.h" include throughout, where needed. Use new path_conv methods and 2001-10-01 04:10:07 +00:00
select.h Update copyrights. 2001-09-11 20:01:02 +00:00
shared.cc * uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in default 2001-10-09 23:28:24 +00:00
shared.sgml
shared_info.h Update copyrights. 2001-09-11 20:01:02 +00:00
shortcut.c * cygheap.h (init_cygheap): Move heap pointers here. 2001-09-07 21:32:07 +00:00
shortcut.h
signal.cc * cygheap.h (init_cygheap): Move heap pointers here. 2001-09-07 21:32:07 +00:00
sigproc.cc Add "path.h" include throughout, where needed. Use new path_conv methods and 2001-10-01 04:10:07 +00:00
sigproc.h * dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can be 2001-09-15 00:47:44 +00:00
smallprint.c Update copyrights. 2001-09-11 20:01:02 +00:00
spawn.cc * spawn.cc (perhaps_suffix): Return NULL on non-existence of file as well as 2001-10-05 01:39:08 +00:00
strace.cc * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler. 2001-10-13 01:35:15 +00:00
string.h
strsep.cc
sync.cc * dtable.h (not_open): Assure inline. 2001-09-17 03:05:05 +00:00
sync.h Update copyrights. 2001-09-11 20:01:02 +00:00
syscalls.cc * path.cc (normalize_posix_path): Don't eat a '.' after a '\\' since it has 2001-10-07 21:16:36 +00:00
sysconf.cc Add "path.h" include throughout, where needed. Use new path_conv methods and 2001-10-01 04:10:07 +00:00
syslog.cc * syscalls.cc (stat_worker): Make global. Accept path_conv parameter for 2001-10-05 00:17:57 +00:00
termios.cc Add "path.h" include throughout, where needed. Use new path_conv methods and 2001-10-01 04:10:07 +00:00
test.c Update copyrights. 2001-09-11 20:01:02 +00:00
textmode.c
thread.cc Mon Oct 1 00:34:00 2001 Robert Collins <rbtcollins@hotmail.com> 2001-09-30 14:39:55 +00:00
thread.h Sat Sep 29 18:26:00 2001 Robert Collins <rbtcollins@hotmail.com> 2001-09-29 09:01:01 +00:00
times.cc * path.cc (symlink): Check arguments for validity. 2001-09-16 14:26:11 +00:00
tty.cc Add "path.h" include throughout, where needed. Use new path_conv methods and 2001-10-01 04:10:07 +00:00
tty.h Update copyrights. 2001-09-11 20:01:02 +00:00
tz_posixrules.h Move appropriate variables to NO_COPY segment, throughout. 2001-09-06 05:17:22 +00:00
uinfo.cc * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler. 2001-10-13 01:35:15 +00:00
uname.cc * path.cc (symlink): Check arguments for validity. 2001-09-16 14:26:11 +00:00
wait.cc
wincap.cc * fhandler.cc (fhandler_base::set_inheritance): If available, 2001-09-20 08:02:01 +00:00
wincap.h * fhandler.cc (fhandler_base::set_inheritance): If available, 2001-09-20 08:02:01 +00:00
window.cc * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler. 2001-10-13 01:35:15 +00:00
winsup.h * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful 2001-10-13 17:23:35 +00:00
winver.rc * winver.rc: Change copyright to include 2001. 2001-09-05 19:36:49 +00:00