History log of /openbsd-src/usr.bin/cmp/regular.c (Results 1 – 13 of 13)
Revision Date Author Comments
# 20ca40a4 09-Jan-2021 otto <otto@openbsd.org>

Move a premature optimization so that -s with offsets works.
ok florian@ tb@


# 4239b822 06-Feb-2015 millert <millert@openbsd.org>

SIZE_MAX is standard, we should be using it in preference to the
obsolete SIZE_T_MAX. OK miod@ beck@


# b9fc9a72 16-Jan-2015 deraadt <deraadt@openbsd.org>

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_N

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)

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 ...


# a820dcc1 21-Nov-2003 mickey <mickey@openbsd.org>

mark mmap()ed memory as sequentially accessed


# 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


# 007ca215 12-Oct-2000 deraadt <deraadt@openbsd.org>

nice going, this did not even compile


# ad9ccaa8 12-Oct-2000 kevlo <kevlo@openbsd.org>

Fix cmp(1). It causes memory shortage for bigger files.
OK art@


# 89502c71 03-Aug-1999 mickey <mickey@openbsd.org>

use particular mapping type instead of bogus zero.
-Wall overall happiness; millert@ ok


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

rcsid


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

initial import of NetBSD tree