aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/morse
Commit message (Collapse)AuthorAgeFilesLines
* MFC r327514,r327521,r327614,r327615,r327616,r327623:Eitan Adler2018-03-152-42/+130
| | | | | | | | | | | | | | | | | | | | | | morse(6): several improvements - add ñ, ', and _ - remove lint support - add missing header for ioctl - fix two typod - Use `-r` for "reverse" mode and to match DragonFlyBSD. - Move defines around to clear up logic - use `errx` instead of `fprintf` and `exit` - Use copyright comment header - Make it easier to compile on !FreeBSD - Diff reduction against DragonFlyBSD - bump Dd - use 'r' instead of 'D' from the original submission PR: 35109 Notes: svn path=/stable/11/; revision=330981
* Final step of eliminating the "games" distribution: Merge src/gamesColin Percival2015-10-024-0/+811
(or what's left of it, at least) into src/usr.bin. This change will not be MFCed. Discussed at: EuroBSDCon 2014 Committed from: EuroBSDCon 2015 Notes: svn path=/head/; revision=288485