summaryrefslogtreecommitdiffstats
path: root/usr.bin/perror
Commit message (Collapse)AuthorAgeFilesLines
* Add META_MODE support.sjg2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-272-2/+2
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| |
| * Updated dependenciessjg2014-05-101-0/+2
| |
| * Updated dependenciessjg2013-03-111-0/+1
| |
| * Updated dependenciessjg2013-02-161-2/+0
| |
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
| | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | Reassign copyright statements on several files from Advancedjhb2015-04-232-2/+2
|/ | | | | | | Computing Technologies LLC to Hudson River Trading LLC. Approved by: Hudson River Trading LLC (who owns ACT LLC) MFC after: 1 week
* The number after the command is *not* optional.joerg2010-03-111-1/+1
| | | | MFC after: 1 day
* The output of perror(1) is now showing local messages for localesedwin2009-11-221-0/+2
| | | | | | | supported by libc/nls PR: bin/140499 Approved by: gnn@
* Use prototype for usage(). This makes perror(1) WARNS=6 clean.delphij2009-05-281-2/+2
| | | | Approved by: gnn
* A few more style changes as well as a more broad allowance forgnn2009-05-201-27/+19
| | | | | | | errors to be given by the caller. Change output to be easier for use in scripts. Submitted by: bce
* o style.Makefile(5): remove SRCS.maxim2009-05-201-1/+0
|
* Fix a few style(9) nits.gnn2009-05-191-7/+9
| | | | Submitted by: danfe
* Add a new program, perror, which takes an errno as a command line argumentgnn2009-05-193-0/+132
and outputs the associated textual message in the same way that perror(3) would if called within a program.
OpenPOWER on IntegriCloud