aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/asa
Commit message (Expand)AuthorAgeFilesLines
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* asa: Add some unit tests.Dag-Erling Smørgrav2023-06-153-2/+106
* 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
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+17
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+18
|/
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+1
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* mdoc(7) police: minor markup nits.Ruslan Ermilov2002-05-301-11/+23
* #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-152-21/+38
* 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-153-0/+221