/* $NetBSD: timervar.h,v 1.4 2014/03/31 11:25:49 martin Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by UCHIYAMA Yasushi. * * 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. * * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ void timer_init(void); void timer_clock_init(void); int timer1_intr(void *); int timer2_intr(void *); int timer3_intr(void *); void timer_one_shot(int); b243e0471af507ec5dfb'>diff
path: root/sys/rump/net/lib/libvirtif
AgeCommit message (Expand)Author
2011-10-31fix a type in a printf messageyamt
2011-08-07Rename slightly misleading KTHREAD_JOINABLE to KTHREAD_MUSTJOIN.rmind
2011-06-22fix an operator precedence error picked up by GCC 4.5.3. real bug.mrg
2010-12-01Don't bother asserting: if we create the thread without KTHREAD_MPSAFE,pooka
2010-11-15Make interface support ifconfig {down,destroy} and generally makepooka
2010-10-19Make virtif a cloner so that it can be brough to life also withpooka
2010-08-10* improve diagnostic printpooka
2010-04-05Fix typojoerg
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-03-01Introduce RUMP_COMPONENT. It behaves mostly like a simplifiedpooka
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2010-01-16support bpfpooka
2009-10-14"rumppriv" goes back to "rump" per internal interface naming change.pooka
2009-10-14Adjust rump sources for external/internal interfaces.pooka
2009-10-12Bump iovec lazy bum magic value to 32: nfsd likes to write mbufspooka
2009-09-16work around tap bug: if /dev/tap<n> was previously non-blocking, newlypooka
2009-05-28Use a bunch of weak symbols to determine which network componentspooka
2009-05-27Add a dummyif, which doesn't actually traffic any cargo, but sincepooka
2009-05-26Filter out ENETRESET from ether_ioctl() since we aren't interestedpooka
2009-03-27* make interface creation open /dev/tapn for interface npooka
2009-02-28Fix a silly mistake: indubitably the struct ifnet pointer given topooka
2009-02-26decouple from host struct iovecpooka
2008-12-18__KERNEL_RCSIDpooka
2008-10-16Add a prototype to allow this to build (will be moved to a betterpooka
2008-10-16kill default DBG=-gpooka
2008-10-14Make the "something random" ethernet address ETHER_IS_LOCALpooka
2008-10-13Dear diary: an ethernet address with 0x01 set in the first octetpooka
2008-10-06Implement a virtual userspace networking interface. This is requiredpooka