Commit Graph

11 Commits

Author SHA1 Message Date
mrg 250ad67d8e properly size a buffer to include the trailing nul. 2021-04-12 08:55:22 +00:00
joerg a1757c5af0 Too many pointer sign issues right now to care, so make it non-fatal for
clang.
2014-08-08 23:56:57 +00:00
joerg 29e96a293c Don't dereference pointers without looking at the result. 2014-08-08 23:43:10 +00:00
joerg ae42c65078 Make main() ISO C compliant. 2014-08-08 23:41:53 +00:00
apb ff42712e08 Fix name in .Dt, and fix a typo. 2014-08-08 21:57:31 +00:00
wiz 3bc24b0a8b Add option list to SYNOPSIS. Sort option descriptions. Use Nm when
speaking of itself.
2014-08-08 21:46:36 +00:00
apb daf5582ab4 Install man page for ekermit(1). 2014-08-08 21:41:46 +00:00
apb 1fd098d89f Add a simple man page for ekermit(1).
This is derived from the help output
and the web page http://www.kermitproject.org/ek.html
2014-08-08 21:38:45 +00:00
apb de7534c9a7 Add reachover build infrastructure for ekermit. 2014-08-08 19:30:35 +00:00
apb 755f450934 Make ekermit compile on NetBSD:
* Add several #includes of standard headers in platform.h.
* #undef X_OK in platform.h.  It's defined in the standard <access.h>,
  but also used in the local "kermit.h" for a differentpurpose.
* Declare {struct k_data}.dbf as a function returning void, not int,
  to match the way it's used.
2014-08-08 19:29:34 +00:00
apb a704a1616e Import ekermit-1.7 from
http://www.kermitproject.org/ftp/kermit/archives/ek17.tar

EK (Embedded Kermit, E-Kermit) is an implementation of the Kermit file
transfer protocol written in ANSI C and designed for embedding in
devices or firmware, use in realtime applications, or for construction
of DLLs and libraries.  A sample calling environment and i/o support are
provided for Unix.
2014-08-08 19:20:38 +00:00