History log of /freebsd-11.0-release/usr.bin/perror/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


284345 13-Jun-2015 sjg

Add META_MODE support.

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


281887 23-Apr-2015 jhb

Reassign copyright statements on several files from Advanced
Computing Technologies LLC to Hudson River Trading LLC.

Approved by: Hudson River Trading LLC (who owns ACT LLC)
MFC after: 1 week


205011 11-Mar-2010 joerg

The number after the command is *not* optional.

MFC after: 1 day


199642 22-Nov-2009 edwin

The output of perror(1) is now showing local messages for locales
supported by libc/nls

PR: bin/140499
Approved by: gnn@


192997 28-May-2009 delphij

Use prototype for usage(). This makes perror(1) WARNS=6 clean.

Approved by: gnn


192486 20-May-2009 gnn

A few more style changes as well as a more broad allowance for
errors to be given by the caller. Change output to be easier
for use in scripts.

Submitted by: bce


192423 20-May-2009 maxim

o style.Makefile(5): remove SRCS.


192407 19-May-2009 gnn

Fix a few style(9) nits.

Submitted by: danfe


192398 19-May-2009 gnn

Add a new program, perror, which takes an errno as a command line argument
and outputs the associated textual message in the same way that
perror(3) would if called within a program.