#!/bin/sh # # $NetBSD: devpubd-run-hooks.in,v 1.3 2015/02/15 15:56:30 jmcneill Exp $ # # devpubd run hooks devpubd_event=$1 shift devpubd_devices=$@ devpubd_hooks_base=@HOOKSDIR@ case $devpubd_event in device-attach|device-detach) for hook in ${devpubd_hooks_base}/*; do if [ -x "${hook}" ]; then "${hook}" ${devpubd_event} ${devpubd_devices} fi done ;; *) ;; esac exit 0 ef='/'>index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/distrib/sets/lists/comp/md.sbmips
AgeCommit message (Expand)Author
2018-07-12Remove the kernel PMC code. Sent yesterday on tech-kern@.maxv
2015-12-21Add fenv.h for mips.christos
2014-08-22sortapb
2014-07-23Rename sljitarch.h to sljit_machdep.h.alnsn
2012-11-25Add sljitarch.h to all mips machines.alnsn
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2009-08-19Don't remove the mips a.out entries outright, but instead mark them ashe
2009-08-12We don't install <machine/bsd-aout.h> and <machine/aout_machdep.h> on MIPSmatt
2007-02-09Sync with changes introduced by merging the newlock2 branch.ad
2006-09-12White space nits.simonb
2006-07-26obsolete db_machdep.hdrochner
2004-05-08Add <machine/wchar_limits.h>.kleink
2004-01-11reformat whitespacelukem
2003-12-29Significant overhaul of how the sets are used:lukem
2003-10-25Nuke _G_config.h for MIPS platforms.mycroft
2003-01-18Update for nathanw_sa merge.thorpej
2002-08-07Catch up to new pmc header files.briggs
2002-04-10Add /usr/include/sbmips/proc.h.bjh21
2002-04-10Include files and /etc files for evbmips and sbmips ports.simonb