summaryrefslogtreecommitdiff
path: root/usr.bin/perror
Commit message (Collapse)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended. Notes: svn path=/head/; revision=326276
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* Remove spaces at end of lineBaptiste Daroussin2017-02-111-4/+4
| | | | | | | | Reported by: make manlint MFC after: 2 days Notes: svn path=/head/; revision=313673
* Add META_MODE support.Simon J. Gerraty2015-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 Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge sync of headSimon J. Gerraty2015-05-272-2/+2
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=283595
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
| | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | Reassign copyright statements on several files from AdvancedJohn Baldwin2015-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 Notes: svn path=/head/; revision=281887
* The number after the command is *not* optional.Joerg Wunsch2010-03-111-1/+1
| | | | | | | MFC after: 1 day Notes: svn path=/head/; revision=205011
* The output of perror(1) is now showing local messages for localesEdwin Groothuis2009-11-221-0/+2
| | | | | | | | | | supported by libc/nls PR: bin/140499 Approved by: gnn@ Notes: svn path=/head/; revision=199642
* Use prototype for usage(). This makes perror(1) WARNS=6 clean.Xin LI2009-05-281-2/+2
| | | | | | | Approved by: gnn Notes: svn path=/head/; revision=192997
* A few more style changes as well as a more broad allowance forGeorge V. Neville-Neil2009-05-201-27/+19
| | | | | | | | | | errors to be given by the caller. Change output to be easier for use in scripts. Submitted by: bce Notes: svn path=/head/; revision=192486
* o style.Makefile(5): remove SRCS.Maxim Konovalov2009-05-201-1/+0
| | | | Notes: svn path=/head/; revision=192423
* Fix a few style(9) nits.George V. Neville-Neil2009-05-191-7/+9
| | | | | | | Submitted by: danfe Notes: svn path=/head/; revision=192407
* Add a new program, perror, which takes an errno as a command line argumentGeorge V. Neville-Neil2009-05-193-0/+132
and outputs the associated textual message in the same way that perror(3) would if called within a program. Notes: svn path=/head/; revision=192398