search for: event_fd

Displaying 10 results from an estimated 10 matches for "event_fd".

Did you mean: tevent_fd
2012 May 11
15
Errors of doing "make install-tools" with xen-4.2-unstable?
Hi, When I do the "make install-tools" with xen-4.2-unstable, there are some errors about "warn_unused_result". Is it the error in code or the error in the compiling environment? Thank you so much. gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD -MF .tapdisk-queue.o.d
2010 Jan 28
31
[PATCH 0 of 4] aio event fd support to blktap2
Get blktap2 running on pvops. This mainly adds eventfd support to the userland code. Based on some prior cleanup to tapdisk-queue and the server object. We had most of that in XenServer for a while, so I kept it stacked. 1. Clean up IPC and AIO init in tapdisk-server. [I think tapdisk-ipc in blktap2 is basically obsolete. Pending a later patch to remove it?] 2. Split tapdisk-queue into
2017 Sep 21
4
[Announce] Samba 4.7.0 Available for Download
...s. o Alexander Bokovoy <ab at samba.org> * BUG 13030: Install dcerpc/__init__.py for all Python environments. o Ralph Boehme <slow at samba.org> * BUG 13024: s3/smbd: Sticky write time offset miscalculation causes broken timestamps * BUG 13037: lib/util: Only close the event_fd in tfork if the caller didn't call tfork_event_fd(). o Volker Lendecke <vl at samba.org> * BUG 13006: messaging: Avoid a socket leak after fork. o Stefan Metzmacher <metze at samba.org> * BUG 13018: charset: Fix str[n]casecmp_m() by comparing lower case values. o Ga...
2017 Sep 21
4
[Announce] Samba 4.7.0 Available for Download
...s. o Alexander Bokovoy <ab at samba.org> * BUG 13030: Install dcerpc/__init__.py for all Python environments. o Ralph Boehme <slow at samba.org> * BUG 13024: s3/smbd: Sticky write time offset miscalculation causes broken timestamps * BUG 13037: lib/util: Only close the event_fd in tfork if the caller didn't call tfork_event_fd(). o Volker Lendecke <vl at samba.org> * BUG 13006: messaging: Avoid a socket leak after fork. o Stefan Metzmacher <metze at samba.org> * BUG 13018: charset: Fix str[n]casecmp_m() by comparing lower case values. o Ga...
2017 Sep 17
0
[Announce] Samba 4.7.0rc6 Available for Download
...s. o Alexander Bokovoy <ab at samba.org> * BUG 13030: Install dcerpc/__init__.py for all Python environments. o Ralph Boehme <slow at samba.org> * BUG 13024: s3/smbd: Sticky write time offset miscalculation causes broken timestamps * BUG 13037: lib/util: Only close the event_fd in tfork if the caller didn't call tfork_event_fd(). o Volker Lendecke <vl at samba.org> * BUG 13006: messaging: Avoid a socket leak after fork. o Stefan Metzmacher <metze at samba.org> * BUG 13018: charset: Fix str[n]casecmp_m() by comparing lower case values. o Ga...
2017 Sep 17
0
[Announce] Samba 4.7.0rc6 Available for Download
...s. o Alexander Bokovoy <ab at samba.org> * BUG 13030: Install dcerpc/__init__.py for all Python environments. o Ralph Boehme <slow at samba.org> * BUG 13024: s3/smbd: Sticky write time offset miscalculation causes broken timestamps * BUG 13037: lib/util: Only close the event_fd in tfork if the caller didn't call tfork_event_fd(). o Volker Lendecke <vl at samba.org> * BUG 13006: messaging: Avoid a socket leak after fork. o Stefan Metzmacher <metze at samba.org> * BUG 13018: charset: Fix str[n]casecmp_m() by comparing lower case values. o Ga...
2017 Sep 21
0
[Announce] Samba 4.7.0 Available for Download
...t samba.org> > * BUG 13030: Install dcerpc/__init__.py for all Python environments. > > o Ralph Boehme <slow at samba.org> > * BUG 13024: s3/smbd: Sticky write time offset miscalculation causes broken > timestamps > * BUG 13037: lib/util: Only close the event_fd in tfork if the caller didn't > call tfork_event_fd(). > > o Volker Lendecke <vl at samba.org> > * BUG 13006: messaging: Avoid a socket leak after fork. > > o Stefan Metzmacher <metze at samba.org> > * BUG 13018: charset: Fix str[n]casecmp_m() by...
2013 Jul 15
21
[PATCH 00 of 21 RESEND] blktap3/drivers: Introduce tapdisk server.
This patch series copies the core of the tapdisk process from blktap2, with updates coming from blktap2.5. Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>
2005 Aug 04
0
[PATCH 6/11] Xenstore watch rework
...) + 1); } static int close_xc_handle(void *_handle) diff -r ba5d5bd28edf -r b0de1894df67 tools/xenstore/xenstored_domain.h --- a/tools/xenstore/xenstored_domain.h Thu Aug 4 10:43:03 2005 +++ b/tools/xenstore/xenstored_domain.h Thu Aug 4 11:39:03 2005 @@ -22,13 +22,13 @@ void handle_event(int event_fd); /* domid, mfn, eventchn, path */ -bool do_introduce(struct connection *conn, struct buffered_data *in); +void do_introduce(struct connection *conn, struct buffered_data *in); /* domid */ -bool do_release(struct connection *conn, const char *domid_str); +void do_release(struct connection *co...
2012 Jan 25
26
[PATCH v4 00/23] Xenstore stub domain
Changes from v3: - mini-os configuration files moved into stubdom/ - mini-os extra console support now a config option - Fewer #ifdefs - grant table setup uses hypercall bounce - Xenstore stub domain syslog support re-enabled Changes from v2: - configuration support added to mini-os build system - add mini-os support for conditionally compiling frontends, xenbus -