Home
last modified time | relevance | path

Searched refs:floppyd (Results 1 – 13 of 13) sorted by relevance

/external/mtools/
Dfloppyd_io.c73 static unsigned int authenticate_to_floppyd(RemoteFile_t *floppyd, in authenticate_to_floppyd() argument
97 dword2byte(floppyd->version,buf+4); in authenticate_to_floppyd()
112 floppyd->version = read_dword(sock); in authenticate_to_floppyd()
114 floppyd->capabilities = read_dword(sock); in authenticate_to_floppyd()
578 static int ConnectToFloppyd(RemoteFile_t *floppyd, const char* name,
624 static int ConnectToFloppyd(RemoteFile_t *floppyd, const char* name, in ConnectToFloppyd() argument
631 &port, &floppyd->drive); in ConnectToFloppyd()
637 floppyd->version = FLOPPYD_PROTOCOL_VERSION; in ConnectToFloppyd()
638 floppyd->capabilities = 0; in ConnectToFloppyd()
655 reply = authenticate_to_floppyd(floppyd, sock, display); in ConnectToFloppyd()
[all …]
Dmtools.spec28 --enable-floppyd \
40 strip %{buildroot}%{_bindir}/mtools %{buildroot}%{_bindir}/mkmanifest %{buildroot}%{_bindir}/floppyd
46 %{_mandir}/man1/floppyd.1*
102 %{_bindir}/floppyd
151 - Network speedup fixes for floppyd (TCP_CORK)
223 - Fix floppyd for disks bigger than 2 Gig
Dconfigure.in373 AC_ARG_ENABLE(floppyd, optenable
374 [ --enable-floppyd floppy daemon support],
391 echo "To compile without floppyd, use ./configure --disable-floppyd" >&2
394 FLOPPYD="floppyd floppyd_installtest"
395 BINFLOPPYD="\$(DESTDIR)\$(bindir)/floppyd \$(DESTDIR)\$(bindir)/floppyd_installtest"
396 AC_DEFINE([USE_FLOPPYD],1,[Define when you want to include floppyd support])
DbuildMingw.sh15 $dir/configure --srcdir $dir --host i586-mingw32msvc --disable-floppyd
Dmtools.info950 Tells mtools to connect to floppyd (*note floppyd::).
1042 * floppyd:: floppy daemon to run on your X server box
1043 * floppyd_installtest:: small utility to check for the presence of floppyd
1046 * mcat:: same as cat. Only useful with floppyd.
1071 File: mtools.info, Node: floppyd, Next: floppyd_installtest, Prev: Commands, Up: Commands
1080 'floppyd' ['-d'] ['-l'] ['-s' PORT] ['-r' USER] ['-b' IPADDR] ['-x'
1083 'floppyd' is always associated with an X server. It runs on the same
1089 'floppyd' authenticates remote clients using the 'Xauthority' protocol.
1090 Xhost authentication is not supported. Each floppyd is associated with
1091 an X server. When a remote client attempts to connect to floppyd, it
[all …]
Dmtools.texi1074 Tells mtools to connect to floppyd (@pxref{floppyd}).
1185 * floppyd:: floppy daemon to run on your X server box
1186 * floppyd_installtest:: small utility to check for the presence of floppyd
1189 * mcat:: same as cat. Only useful with floppyd.
1214 @node floppyd, floppyd_installtest, Commands, Commands
1216 @pindex floppyd
1224 @code{floppyd} [@code{-d}] [@code{-l}] [@code{-s} @var{port}] [@code{-r}
1228 @code{floppyd} is always associated with an X server. It runs on the
1233 @code{floppyd} authenticates remote clients using the @code{Xauthority}
1234 protocol. Xhost authentication is not supported. Each floppyd is
[all …]
DNEWS17 - Network speedup fixes for floppyd (TCP_CORK)
96 Split .deb package into mtools and floppyd in order to
100 Fix floppyd for disks bigger than 2 Gig
123 Added missing error checking in floppyd and elsewhere
141 Make setpgrp() usage in floppyd conditional
146 BSD support: SCSI, use getuserid/getgroupid in floppyd
213 Support for multiple drives in floppyd
247 floppyd bugfixes
314 Fixes for floppyd to work with current protocol version of floppyd
318 Fixed file closing of floppyd
[all …]
Dconfigure1357 --enable-floppyd floppy daemon support
6562 echo "To compile without floppyd, use ./configure --disable-floppyd" >&2
6565 FLOPPYD="floppyd floppyd_installtest"
6566 BINFLOPPYD="\$(DESTDIR)\$(bindir)/floppyd \$(DESTDIR)\$(bindir)/floppyd_installtest"
Dconfig.h.in390 /* Define when you want to include floppyd support */
/external/mtools/debian/
Dcontrol8 Package: floppyd
23 Suggests: floppyd
Dfloppyd.manpages1 floppyd.1
Dfloppyd.files1 usr/bin/floppyd*
Dchangelog18 * Network speedup fixes for floppyd (TCP_CORK)
105 * Split .deb package into mtools and floppyd in order to
112 * Fix floppyd for disks bigger than 2 Gig
144 * Added missing error checking in floppyd and elsewhere
179 * Make setpgrp() usage in floppyd conditional
186 * BSD support: SCSI, use getuserid/getgroupid in floppyd