summaryrefslogtreecommitdiff
path: root/usr.sbin/ndbootd/COPYING
blob: 3e81836e9246f1d91372b423a80ef1230ec8c006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*	$NetBSD: COPYING,v 1.2 2001/05/22 14:41:59 fredette Exp $	*/

/*
 * Copyright (c) 2001 Matthew Fredette.  All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 *   1. Redistributions of source code must retain the above copyright
 *      notice, this list of conditions and the following disclaimer.
 *   2. Redistributions in binary form must reproduce the above copyright
 *      notice, this list of conditions and the following disclaimer in the
 *      documentation and/or other materials provided with the distribution.
 *   3. All advertising materials mentioning features or use of this software
 *      must display the following acknowledgement:
 *        This product includes software developed by Matthew Fredette.
 *   4. The name of Matthew Fredette may not be used to endorse or promote
 *      products derived from this software without specific prior written
 *      permission. 
 * 
 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 */
da2fd03a149'>Remove majority of KVM usage.joerg 2014-06-02Remove !BSD and lint branches.joerg 2012-06-19Pass WARNS=5dholland 2011-09-16NULL does not need a cast, hereplunky 2011-08-30Apply casts to cases where xdrproc_t is expected but is notplunky 2011-08-29Use __deadjoerg 2009-03-16WARNS=4lukem 2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg 2006-04-14New io statisticsblymn 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2003-06-11no need to #include <sys/dkstat.h>drochner 2003-03-09Dont call gettimeofday on a rpc timeval.hannken 2002-11-02update to new dkstats.c interface; no changes to how this program works.mrg 2002-09-29Begin new sentences on new lines.wiz 2002-09-18use bsd.own.mk instead of the (obvious typo of) bsd.obj.mklukem 2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem 2002-01-28Make it compile again (vmstat change fallout).augustss 2002-01-15Whitespace nits.wiz 2000-12-01Remove extern variables and functions now declared in dkstats.h.simonb 2000-11-30ANSIfy.simonb 2000-11-29Use the vm.uvmexp2 sysctl.simonb 2000-06-29remove include of <vm/vm.h>mrg 2000-06-04include sys/sched.h to get definition of CPUSTATESperry 2000-06-03Use sockaddr_storage in from_inetd check (call to getsockname()).fvdl 2000-06-03ANSIfy function prototypes and definitions.fvdl 2000-06-03Use rpcb_unset, not pmap_unset.fvdl 2000-06-03Oops, remove debugging printf.fvdl 2000-06-02Adapt for new RPC interface.fvdl 2000-05-29The cp_time array has had 5 members since 1994 - show them all in debugsimonb 1999-09-12the PMAP_NEW option is gone as the new interface is no longer optional.chs 1999-03-25Avoid an open-file leak when not inetd-spawned: only call kvm_openfiles() oncebgrayson 1999-03-25Added description of argv[1] value interval (rpc.rstatd doesn\'t use getopt)bgrayson 1999-03-24completely remove Mach VM support. all that is left is the all themrg 1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled 1999-01-31do not use LOG_CONS.mrg 1999-01-11In userland, pull in <errno.h> instead of <sys/errno.h> for the declarationkleink