History log of /openbsd-current/usr.bin/cu/xmodem.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.9 04-Feb-2016 millert

Include stdint.h for the uint{8,16}_t types. OK nicm@


# 1.8 05-Oct-2015 nicm

Set the line file descriptor nonblocking and make it blocking again for
xmodem and child processes, makes xmodem work with -d. Reported by Kim
Zeitler via guenther@, tested by Jiri B. ok (and a small change) guenther


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.7 21-Sep-2014 daniel

Fix an invalid escape sequence.

ok nicm@


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.6 12-Nov-2013 deraadt

simpler prototype repairs


Revision tags: OPENBSD_5_4_BASE
# 1.5 20-Jul-2013 naddy

Add support for XMODEM-CRC and fix transfer initiation. Successfully
tested in CRC and checksum modes against a Soekris net6501.
tweaks and ok nicm@


Revision tags: OPENBSD_5_3_BASE
# 1.4 17-Jan-2013 nicm

Fix a couple of spacing/style nits.


# 1.3 21-Nov-2012 nicm

Plug fp leak, from rustyBSD at gmx dot fr.


Revision tags: OPENBSD_5_2_BASE
# 1.2 11-Jul-2012 nicm

Separate total block counter (reported to user) from 8-bit block counter
put into the header, pointed out by naddy.


# 1.1 10-Jul-2012 nicm

Add builtin XMODEM send support with ~X, only tested with lrz -X so far.