History log of /openbsd/usr.sbin/amd/amd/util.c (Results 1 – 16 of 16)
Revision Date Author Comments
# cc71757d 12-Dec-2015 mmcc <mmcc@openbsd.org>

Remove the rest of the 20+ year-old memory debugging gunk. Discussed
with deraadt@


# 26d0c865 26-Oct-2014 guenther <guenther@openbsd.org>

Remove a gazillion useless casts to void*
Eliminate a couple function pointer casts, fixing the function to match
in one case


# a252900e 26-Oct-2014 guenther <guenther@openbsd.org>

Replace xrealloc() with xreallocarray(). Break-out the 'log and die'
function as xmallocfailure() and use that in the locations where
reallocarray's checks alone aren't sufficient.

ok doug@ deraadt@


# 9920a12f 20-Oct-2014 guenther <guenther@openbsd.org>

unifdef -DHAS_REGEXP -DHAS_PASSWD_MAPS -DHAS_FILE_MAPS \
-DHAS_NIS_MAPS -DHAS_NIS_RELOAD -DRPC_4 -DHAS_UNION_MAPS \
-DHAS_TCP_NFS -DOS_HAS_NDBM -DNFS_PROTOCOL_VERSION=3 \
-DNFS_ARGS_NEEDS_PATH

unifdef -DHAS_REGEXP -DHAS_PASSWD_MAPS -DHAS_FILE_MAPS \
-DHAS_NIS_MAPS -DHAS_NIS_RELOAD -DRPC_4 -DHAS_UNION_MAPS \
-DHAS_TCP_NFS -DOS_HAS_NDBM -DNFS_PROTOCOL_VERSION=3 \
-DNFS_ARGS_NEEDS_PATH -DPRECISE_SYMLINKS -DHAS_EMPTY_AUTOMOUNTS \
-DNEED_MNTOPT_PARSER -DSHORT_MOUNT_NAME -DHAS_NFS_QUALIFIED_NAMES \
-UUPDATE_MTAB -UFIXUP_MNTENT -UMNTENT_HDR -UMNTINFO_DEV \
-UMNTOPT_COMPRESS -UMNTOPT_NQNFS -UINFORM_MOUNTD \
-USUNOS4_WORKAROUND -UULTRIX_HACK

ok deraadt@

show more ...


# 4daf5065 03-Dec-2013 deraadt <deraadt@openbsd.org>

ctype cleanups
ok okan


# 29295d1c 02-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.


# 88d93ac9 13-Mar-2003 deraadt <deraadt@openbsd.org>

more strlcpy; ok beck, and others pointed out a glitch


# 5c8362e1 05-Aug-2002 pvalchev <pvalchev@openbsd.org>

Get rid of useless local definitions P_void, voidp, Const and use
void, void *, const respectively; some cosmetics; ok deraadt


# 9ad2d6d5 03-Aug-2002 pvalchev <pvalchev@openbsd.org>

various KNF and code cleanup/simplification, parts checked by millert/deraadt


# 5bd67209 18-Jul-2002 deraadt <deraadt@openbsd.org>

space nits


# 4f4304f7 11-Jun-2002 itojun <itojun@openbsd.org>

use snprintf.


# 99b53731 26-May-2002 deraadt <deraadt@openbsd.org>

pid_cleanup, inspired by work by jason@ackley.net


# 7f4e61d8 02-Mar-2001 deraadt <deraadt@openbsd.org>

KNF


# 874c7d53 31-Jan-1997 graichen <graichen@openbsd.org>

make amd 64bit ready for the alpha (from NetBSD/thorpej)


# f756d2c5 10-Aug-1996 deraadt <deraadt@openbsd.org>

call bindresvport() instead of faking it badly


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

initial import of NetBSD tree