History log of /openbsd/usr.sbin/config/util.c (Results 1 – 18 of 18)
Revision Date Author Comments
# 41da4b04 16-Oct-2016 tb <tb@openbsd.org>

Add printf format attributes to the custom error functions.

ok natano


# ad0977ca 07-Sep-2016 akfaew <akfaew@openbsd.org>

strlen + emalloc + snprintf = asprintf

Written with and ok tb@


# dbd4818e 07-Sep-2016 akfaew <akfaew@openbsd.org>

Get rid of the static nomem() function and replace it with err(1, NULL);

Written with and ok tb@


# e3a3b5ca 29-May-2014 tedu <tedu@openbsd.org>

use calloc, from Benjamin Baier


# c811dcf3 18-May-2014 espie <espie@openbsd.org>

use reallocarray and friends. okay miod@


# c6b62359 02-Oct-2011 edd <edd@openbsd.org>

Fix some minor things in config(8):
* As haesbaert suggests, correctly order include files.
* Found some old style function defs. Updated.
* Found a prototype inside a function. Moved.

OK nicm@


# 815b5809 28-Jun-2003 deraadt <deraadt@openbsd.org>

ansi & prototype cleanup. tested in mkr on most arch's. ok dhartmei


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


# 0a264ab6 14-Jul-2002 deraadt <deraadt@openbsd.org>

kill sprintf


# 0ac0d02e 14-Mar-2002 mpech <mpech@openbsd.org>

kill more registers.

millert@ ok


# e7beb4a7 19-Feb-2002 millert <millert@openbsd.org>

We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.


# c72b5b24 16-Feb-2002 millert <millert@openbsd.org>

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be don

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.

show more ...


# 89157726 25-Jul-1997 mickey <mickey@openbsd.org>

#if __STDC__ --> #ifdef __STDC__


# 6fd5fbd6 23-Oct-1996 niklas <niklas@openbsd.org>

Merge of NetBSD 961020. Includes flexible build/source dir specs


# 72600f42 01-Sep-1996 deraadt <deraadt@openbsd.org>

zap emalloc mem


# f3bae140 21-Apr-1996 deraadt <deraadt@openbsd.org>

sync to netbsd 960418


# 608f9123 25-Mar-1996 niklas <niklas@openbsd.org>

From NetBSD: merge of 960317


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

initial import of NetBSD tree