# $NetBSD: Makefile,v 1.2 1998/08/14 14:36:52 mark Exp $ # # Makefile 1.0 1998/6/26 PROG= mount_filecore SRCS= mount_filecore.c getmntopts.c MAN= mount_filecore.8 MOUNT= ${.CURDIR}/../mount CPPFLAGS+= -I${MOUNT} .PATH: ${MOUNT} .include > cgit logo index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/altq/altq_conf.h
AgeCommit message (Expand)Author
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-10-12Merge the peter-altq branch.peter
2005-12-11merge ktrace-lwp.christos
2005-06-06add a missing const.christos
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna