aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/asa/asa.c
Commit message (Expand)AuthorAgeFilesLines
* asa: Rewrite to fix line termination issue.Dag-Erling Smørgrav2024-01-091-56/+46
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* asa: Read from stdin if *argv is "-".Dag-Erling Smørgrav2023-06-151-7/+12
* asa: Error out if writing to stdout failed.Dag-Erling Smørgrav2023-06-151-0/+6
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+1
* #include <unistd.h> for getopt() and friends.Tim J. Robbins2002-05-151-0/+1
* Use getopt() to reject options (asa has none), and to the "--" end of optionsTim J. Robbins2002-05-151-13/+34
* Remove __P,Tim J. Robbins2002-05-151-7/+3
* style(9): remove space between function name and opening parentheses,Tim J. Robbins2002-05-151-23/+21
* Add the POSIX.2 asa utility, which interprets FORTRAN carriage-controlTim J. Robbins2002-05-151-0/+125