# $NetBSD: Makefile,v 1.11 2009/04/22 15:23:02 lukem Exp $ # from: @(#)Makefile 8.2 (Berkeley) 4/18/94 PROG= arp MAN= arp.4 arp.8 .include .infra.scholz.ruhr/netbsd/atom/sys/dev/hpc/apm?h=trunk' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-25Use C99 initializer for filteropsmaya
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-11-09fixed unused variable warningchristos
2012-10-03remove diagnostic printfs to make this compile again.christos
2012-09-30Remove code from dev/apm/apm.c for setting global variables to parameterisedsl
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-04-03Use dev/apm/files.apm for APM options in opt_apm.h.uwe
2009-04-03Switch apmdev to use apm(4) structures from dev/apm/apmvar.h.uwe
2009-04-03Further reduce diffs to dev/apm/apm.c.uwe
2009-03-30Split device_t and softc, use aprint_*, rename/reformat stuff touwe
2008-06-12device_private_lookup()-ification so that hpcarm (at jeast Jornada 72x)rafal
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-06use aprint_*_dev and device_xnamecegger
2008-03-01Welcome to 4.99.55:rmind
2007-12-14Complete lockmgr->mutex conversion started in 1.12. Mutex needs to beuwe
2007-12-05Do not "return 1" from kqfilter for errors. That value is passedpooka
2007-12-05lockmgr -> mutexad
2007-07-10Fix compile failure occured kthread API changes.nonaka
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12-Wextra fixesuwe
2006-10-09Remove (the default) #define XXXDEBUG and add the options to the relevantpeter
2006-09-05Convert time.tv_sec to time_second.gdamore
2006-02-27Add support for OAPM_IOC_GETPOWER. That will keep binary compatibilitycube
2006-02-24Rework hpcapm(4) attachment definition so it is not required to attach atcube
2005-12-11merge ktrace-lwp.christos
2005-05-31Constify.uwe
2005-02-27nuke trailing whitespaceperry
2004-07-03hpcmips independent part are moved to sys/dev/hpc/uch