# $NetBSD: Makefile,v 1.5 2016/04/29 07:12:34 ryoon Exp $ WARNS?=6 NOMAN= # defined .include TESTSDIR= ${TESTSBASE}/kernel/kqueue TESTS_SUBDIRS= read TESTS_SUBDIRS+= write TESTS_C= t_ioctl TESTS_C+= t_proc1 TESTS_C+= t_proc2 TESTS_C+= t_proc3 TESTS_C+= t_sig TESTS_C+= t_vnode .include cgit logo index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-07Add flag to enforce file I/O even when bmap/strategy would be possible.mlelstv
2018-09-20getdisksize only operates on device vnodes. Use the ioctl on the underlyingmlelstv
2017-07-28Tweak whitespace to make this definition more greppable.riastradh
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-05-25whitespace policeprlw1
2013-06-03PR/47879: Takahiro HAYASHI: vnd cannot handle disk image larger than 2TiBchristos
2012-03-26When backed by a sparse file limit the number of pending requests.hannken
2011-06-29Make vnd(4) work on sparse files:hannken
2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind
2010-09-19actually, put the old definitions back into vndvar.h, under _KERNEL,mrg
2010-09-19fix the vnd_osize changes on 32 bit platforms with 64 bit alignment formrg
2010-09-19add support for COMPAT_50 ioctls. struct vnd_user has a dev_t componentmrg
2009-12-14Protect multiple inclusion.uebayasi
2009-12-06Make vnd_size (the returned size) 64 bit, keeping old field for ioctldsl
2009-04-30Straggler from last vnd(4) commit: #define VNF_CLEARING.dyoung
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-04Split device_t/softc and other related cosmetic changes.cube
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2006-05-14integrate kauth.elad
2006-02-01Have vnd(4) devices automatically created when the user tries tocube
2005-12-11merge ktrace-lwp.christos
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
2005-08-1964 bit inode changes.christos
2005-07-17Add support for reading cloop2 compressed filesystem image,hubertf
2005-03-30Make vnd do I/O to the underlying file from thread context. Thisbouyer
2005-02-27nuke trailing whitespaceperry
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-17Add DIOCKLABEL support. Fixes PR kern/21605 (Luke Mewburn).thorpej
2003-04-11Add a VNDIOF_FORCE flag which forces unconfiguration if the emulateddrochner
2003-03-27read-only configuration support.yamt
2002-07-20Convert to new device buffer queue interface.hannken
2002-06-21Provide a means for vnconfig to indicate which devices are in use, andatatat
2000-03-20only define struct vnd_softc if _KERNEL is definedjdolecek
2000-01-21Update for sys/buf.h/disksort_*() changes.thorpej
1998-07-31Use the pool allocator for vndxfer and vndbuf structures.thorpej
1997-12-02Pull over fixes from vm_swap.c:pk
1997-10-09Fix tipo inherited from old version of TNF copyright template.jtc
1997-06-23Add full disklabel and partition support to the vnd driver, allowing muchthorpej