search for: tracefd

Displaying 9 results from an estimated 9 matches for "tracefd".

Did you mean: traced
2010 Jan 07
2
[Announce] Samba 3.5.0rc1 Available for Download
...ing empty group members. o Brian Lu <brian.lu at sun.com> * BUG 6991: Create symbol links to shared libraries. o Stefan Metzmacher <metze at samba.org> * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr() to tsocket. * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb. * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior. * Fix standalone 'make installdocs'. o Peter Rosin <peda at lysator.liu.se> * Output %p as unsigned in snprintf replacement. o Ronnie Sahlberg <r...
2010 Jan 07
2
[Announce] Samba 3.5.0rc1 Available for Download
...ing empty group members. o Brian Lu <brian.lu at sun.com> * BUG 6991: Create symbol links to shared libraries. o Stefan Metzmacher <metze at samba.org> * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr() to tsocket. * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb. * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior. * Fix standalone 'make installdocs'. o Peter Rosin <peda at lysator.liu.se> * Output %p as unsigned in snprintf replacement. o Ronnie Sahlberg <r...
2010 Feb 19
2
[Announce] Samba 3.5.0rc3 Available for Download
...ing empty group members. o Brian Lu <brian.lu at sun.com> * BUG 6991: Create symbol links to shared libraries. o Stefan Metzmacher <metze at samba.org> * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr() to tsocket. * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb. * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior. * Fix standalone 'make installdocs'. o Peter Rosin <peda at lysator.liu.se> * Output %p as unsigned in snprintf replacement. o Ronnie Sahlberg <r...
2010 Feb 19
2
[Announce] Samba 3.5.0rc3 Available for Download
...ing empty group members. o Brian Lu <brian.lu at sun.com> * BUG 6991: Create symbol links to shared libraries. o Stefan Metzmacher <metze at samba.org> * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr() to tsocket. * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb. * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior. * Fix standalone 'make installdocs'. o Peter Rosin <peda at lysator.liu.se> * Output %p as unsigned in snprintf replacement. o Ronnie Sahlberg <r...
2010 Jan 26
1
[Announce] Samba 3.5.0rc2 Available for Download
...ing empty group members. o Brian Lu <brian.lu at sun.com> * BUG 6991: Create symbol links to shared libraries. o Stefan Metzmacher <metze at samba.org> * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr() to tsocket. * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb. * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior. * Fix standalone 'make installdocs'. o Peter Rosin <peda at lysator.liu.se> * Output %p as unsigned in snprintf replacement. o Ronnie Sahlberg <r...
2010 Jan 26
1
[Announce] Samba 3.5.0rc2 Available for Download
...ing empty group members. o Brian Lu <brian.lu at sun.com> * BUG 6991: Create symbol links to shared libraries. o Stefan Metzmacher <metze at samba.org> * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr() to tsocket. * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb. * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior. * Fix standalone 'make installdocs'. o Peter Rosin <peda at lysator.liu.se> * Output %p as unsigned in snprintf replacement. o Ronnie Sahlberg <r...
2010 Mar 01
3
[Announce] Samba 3.5.0 Available for Download
...ing empty group members. o Brian Lu <brian.lu at sun.com> * BUG 6991: Create symbol links to shared libraries. o Stefan Metzmacher <metze at samba.org> * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr() to tsocket. * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb. * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior. * Fix standalone 'make installdocs'. o Peter Rosin <peda at lysator.liu.se> * Output %p as unsigned in snprintf replacement. o Ronnie Sahlberg <r...
2010 Mar 01
3
[Announce] Samba 3.5.0 Available for Download
...ing empty group members. o Brian Lu <brian.lu at sun.com> * BUG 6991: Create symbol links to shared libraries. o Stefan Metzmacher <metze at samba.org> * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr() to tsocket. * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb. * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior. * Fix standalone 'make installdocs'. o Peter Rosin <peda at lysator.liu.se> * Output %p as unsigned in snprintf replacement. o Ronnie Sahlberg <r...
2005 Aug 04
0
[PATCH 6/11] Xenstore watch rework
...tore/xenstored_core.c --- a/tools/xenstore/xenstored_core.c Thu Aug 4 10:43:03 2005 +++ b/tools/xenstore/xenstored_core.c Thu Aug 4 11:39:03 2005 @@ -51,7 +51,7 @@ #include "xenstored_domain.h" static bool verbose; -static LIST_HEAD(connections); +LIST_HEAD(connections); static int tracefd = -1; #ifdef TESTING @@ -335,7 +335,7 @@ list_for_each_entry(i, &connections, list) { if (i->domain) continue; - if (!i->blocked) + if (i->state == OK) FD_SET(i->fd, inset); if (i->out) FD_SET(i->fd, outset); @@ -471,8 +471,7 @@ return i; } -/* Re...