History log of /openbsd-src/usr.bin/cmp/misc.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 219f9c84 05-Mar-2018 cheloha <cheloha@openbsd.org>

Add fatal() and fatalx() and put them to use.

... but don't use them for pledge errors or usage errors.

They are convenience wrappers that check if sflag is set before
logging an error. They alway

Add fatal() and fatalx() and put them to use.

... but don't use them for pledge errors or usage errors.

They are convenience wrappers that check if sflag is set before
logging an error. They always exit with status 2.

We were not honoring sflag in special.c at all. Now we do.

ok tb@

show more ...


# b7affde1 19-Jan-2011 okan <okan@openbsd.org>

ansify; ok millert@


# 043fbe51 27-Oct-2009 deraadt <deraadt@openbsd.org>

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(th

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms

show more ...


# f75387cb 03-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# c3e1e82e 12-Jul-2001 deraadt <deraadt@openbsd.org>

first pass at a -Wall cleanup


# 1258a77d 26-Jun-1996 deraadt <deraadt@openbsd.org>

rcsid


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree