OpenBSD CVS

CVS log for src/usr.bin/cu/xmodem.c


[BACK] Up to [local] / src / usr.bin / cu

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9 / (download) - annotate - [select for diffs], Thu Feb 4 18:33:30 2016 UTC (8 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, HEAD
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

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

Revision 1.8 / (download) - annotate - [select for diffs], Mon Oct 5 23:15:31 2015 UTC (8 years, 7 months ago) by nicm
Branch: MAIN
Changes since 1.7: +4 -2 lines
Diff to previous 1.7 (colored)

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 1.7 / (download) - annotate - [select for diffs], Sun Sep 21 05:29:47 2014 UTC (9 years, 7 months ago) by daniel
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

Fix an invalid escape sequence.

ok nicm@

Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 12 13:54:51 2013 UTC (10 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.5: +6 -1 lines
Diff to previous 1.5 (colored)

simpler prototype repairs

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jul 20 19:27:47 2013 UTC (10 years, 10 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.4: +47 -7 lines
Diff to previous 1.4 (colored)

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 1.4 / (download) - annotate - [select for diffs], Thu Jan 17 21:10:24 2013 UTC (11 years, 4 months ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

Fix a couple of spacing/style nits.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Nov 21 19:48:49 2012 UTC (11 years, 5 months ago) by nicm
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Plug fp leak, from rustyBSD at gmx dot fr.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jul 11 06:39:32 2012 UTC (11 years, 10 months ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.1: +5 -3 lines
Diff to previous 1.1 (colored)

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

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jul 10 11:42:02 2012 UTC (11 years, 10 months ago) by nicm
Branch: MAIN

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

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.