X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/4e66da02f19648ee1be862e67ba1d1fc5549fb7f..025c5f4aa5ffbf8948482a4233318db81c2df5d2:/noise.c diff --git a/noise.c b/noise.c index 8e5129b..9088930 100644 --- a/noise.c +++ b/noise.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: noise.c,v 1.7 2004/04/02 01:03:49 mdw Exp $ + * $Id$ * * Acquisition of environmental noise (Unix-specific) * @@ -27,33 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: noise.c,v $ - * Revision 1.7 2004/04/02 01:03:49 mdw - * Miscellaneous constification. - * - * Revision 1.6 2000/06/17 12:57:47 mdw - * New free counter noise generator, for use if /dev/random is - * unavailable. - * - * Revision 1.5 1999/12/22 15:57:55 mdw - * Label system-specific parts more clearly. - * - * Revision 1.4 1999/12/10 23:25:15 mdw - * Bug fix: remove old spurious fflush. - * - * Revision 1.3 1999/12/10 23:24:11 mdw - * Bug fix: flush buffers before forking. - * - * Revision 1.2 1999/11/11 00:59:08 mdw - * A bit of reformatting. Initialize the uid and gid correctly. - * - * Revision 1.1 1999/09/03 08:41:12 mdw - * Initial import. - * - */ - /*----- Header files ------------------------------------------------------*/ #include "config.h" @@ -450,6 +423,7 @@ int noise_enquire(rand_pool *r) } tab[] = { { "ps alxww || ps -elf", 16 }, { "netstat -n", 6 }, + { "ifconfig -a", 8 }, { "df", 20 }, { "w", 6 }, { "ls -align /tmp/.", 10 },