cygwin server

Egor Duda deo@logos-m.ru
Wed Mar 28 09:22:00 GMT 2001


Hi!

  cygwin server i've mentioned in cygwin-developers.

Egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19
cygserver.utils.ChangeLog
cygserver.diff
cygserver.cygwin.ChangeLog
cygserver.h
cygserver_client.cc
cygserver.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygserver.cc
Type: text/x-c
Size: 9529 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin-patches/attachments/20010328/851b7506/attachment.bin>
-------------- next part --------------
2001-03-28  Egor Duda  <deo@logos-m.ru>

	* include/cygwin/cygserver.h: New file.
	* cygserver_client.cc: New file. Implement functions to communicate
	with cygwin server.
	* Makefile.in: Add cygserver_client.cc
	* winsup.h: Declare 'cygserver_running'.
	* dcrt0.cc (dll_crt0_1): Check if cygwin server is running.
	* fhandler.h (class fhandler_tty_slave): Declare new method.
	* fhandler_tty.cc (fhandler_tty_slave::cygserver_attach_tty): New
	method. Duplicate tty pipe handles using cygwin server.
	* fhandler_tty.cc (fhandler_tty_slave::open): Use cygwin server, if
	available.
	* tty.cc (tty::common_init): Don't remove security protections if
	cygwin server is up and running.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygserver.diff
Type: text/x-diff
Size: 7950 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin-patches/attachments/20010328/851b7506/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygserver.h
Type: text/x-c
Size: 1155 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin-patches/attachments/20010328/851b7506/attachment-0002.bin>
-------------- next part --------------
2001-03-28  Egor Duda  <deo@logos-m.ru>

	* cygserver.cc: New file.
	* Makefile.in: Build cygserver.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygserver_client.cc
Type: text/x-c
Size: 3062 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin-patches/attachments/20010328/851b7506/attachment-0003.bin>


More information about the Cygwin-patches mailing list