]> sourceware.org Git - newlib-cygwin.git/commit
* Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 10 May 2005 20:56:07 +0000 (20:56 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 10 May 2005 20:56:07 +0000 (20:56 +0000)
commit13505ca8fce1c22a7f124314a07b4ecbb62bee22
treeb106d7bea11ff8519a23d3955c7d4faa20c75f3c
parenta586e5b6ae64fc46496249b2fd35bec613e3a724
* Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.
* devices.h (FH_KMSG): Define new device.
* devices.in: Add "/dev/kmsg" entry.
* devices.cc: Regenerate.
* dtable.cc (build_fh_pc): Handle case FH_KMSG.
* fhandler.h (class fhandler_mailslot): New class.
(class select_stuff): Add device_specific_mailslot pointer.
* fhandler_mailslot.cc: New file.
* select.cc (peek_mailslot): New function.
(verify_mailslot): Ditto.
(struct mailslotinf): New stuct to handle select on mailslots.
(thread_mailslot): New function.
(start_thread_mailslot): Ditto.
(mailslot_cleanup): Ditto.
(fhandler_mailslot::select_read): New method.
* syslog.cc (klog_guard): New muto.
(dev_kmsg): Local mailslot for kernel message device.
(vklog): New function.
(klog): Ditto.
* winsup.h (vklog): Declare.
(klog): Ditto.
* include/sys/syslog.h: Define _PATH_KLOG.
12 files changed:
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/devices.cc
winsup/cygwin/devices.h
winsup/cygwin/devices.in
winsup/cygwin/dtable.cc
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_mailslot.cc [new file with mode: 0644]
winsup/cygwin/include/sys/syslog.h
winsup/cygwin/select.cc
winsup/cygwin/syslog.cc
winsup/cygwin/winsup.h
This page took 0.034687 seconds and 5 git commands to generate.