Purge more stray embedded $FreeBSD$ stringsThese do not use __FBSDID but instead use bare char arrays.Reviewed by: imp, emasteDifferential Revision: https://reviews.freebsd.org/D41957(cherry p
Purge more stray embedded $FreeBSD$ stringsThese do not use __FBSDID but instead use bare char arrays.Reviewed by: imp, emasteDifferential Revision: https://reviews.freebsd.org/D41957(cherry picked from commit eba230afba4932f02a1ca44efc797cf7499a5cb0)
show more ...
Remove $FreeBSD$: one-line nroff patternRemove /^\.\\"\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
morse.6: Mention to standards in the SEE ALSO sectionMention ITU-T Recommendation F.1 and ITU-R M.1677-1in the SEE ALSO section.Obtained from: OpenBSDMFC after: 5 days
morse(6): update documentation- bump Dd- use 'r' instead of 'D' from the original submission
Unbreak build after r327614Approved by: mjg (on IRC)Differential Revision: https://reviews.freebsd.org/D13782
morse(6): minor nits- Use copyright comment header- Make it easier to compile on !FreeBSD- Diff reduction against DragonFlyBSD
morse(6): implement support for decoding morse code- Use `-r` for "reverse" mode and to match DragonFlyBSD.- Move defines around to clear up logic- use `errx` instead of `fprintf` and `exit`PR:
morse(6): implement support for decoding morse code- Use `-r` for "reverse" mode and to match DragonFlyBSD.- Move defines around to clear up logic- use `errx` instead of `fprintf` and `exit`PR: 35109Submitted By: [email protected]Submitted on: 2002-02-19Reviewed by: kevans
morse(6): fix two typod
morse(6): add a few missing characters- add ñ, ', and _- remove lint support- add missing header for ioctl
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
Final step of eliminating the "games" distribution: Merge src/games(or what's left of it, at least) into src/usr.bin.This change will not be MFCed.Discussed at: EuroBSDCon 2014Committed from:
Final step of eliminating the "games" distribution: Merge src/games(or what's left of it, at least) into src/usr.bin.This change will not be MFCed.Discussed at: EuroBSDCon 2014Committed from: EuroBSDCon 2015