summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/small.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* various knf and whitespace; ok jcaderaadt2019-11-181-21/+15
* Revert suni'ls ftp rewrite for now.florian2019-05-161-0/+730
* Move us from old ftp(1) to Sunil's new ftp(1). The necessary modificationskmos2019-05-121-730/+0
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-211-4/+4
* #ifndef SMALL around a couple of non-SMALL labels.krw2017-01-201-1/+3
* Eliminate some gcc warnings about 'unused variables', mostly bykrw2016-12-161-3/+3
* Avoid a use-after-free.krw2016-05-251-1/+5
* A whole buncha unsigned char casts for ctype function arguments.mmcc2015-10-181-7/+7
* remove tenex transfer support. if you still have TOPS20 machines intedu2015-01-301-11/+5
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-5/+5
* I found a number of interactive events which can cause signals, and goderaadt2014-08-161-5/+12
* make it clean removing the ifdef SMALL maze. separate cmds andmartynas2009-05-051-0/+723