summaryrefslogtreecommitdiff
path: root/sys/miscfs/specfs/specdev.h
AgeCommit message (Collapse)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22364, verified by myself.
2003-01-06Add multiple inclusion protection.matt
2002-10-23merge kqueue branch into -currentjdolecek
kqueue provides a stateful and efficient event notification framework currently supported events include socket, file, directory, fifo, pipe, tty and device changes, and monitoring of processes and signals kqueue is supported by all writable filesystems in NetBSD tree (with exception of Coda) and all device drivers supporting poll(2) based on work done by Jonathan Lemon for FreeBSD initial NetBSD port done by Luke Mewburn and Jason Thorpe
2002-05-12Extern speclisthmatt
2001-08-17add definitions for UBCification of block devices.chs
1999-12-08Add appropriate VOP_FCNTL handlers to deadfs and specfs ops vectors.sommerfeld
1999-11-15Add Kirk McKusick's soft updates code to the trunk. Not enabled byfvdl
default, as the copyright on the main file (ffs_softdep.c) is such that is has been put into gnusrc. options SOFTDEP will pull this in. This code also contains the trickle syncer. Bump version number to 1.4O
1998-03-01Merge with Lite2 + local changesfvdl
1997-04-11Implement a POSIX compliant genfs VOP_SEEK() and use it in the appropriatekleink
places; by Chris G. Demetriou and myself.
1997-04-02added advisory record locking supportkleink
1996-09-07Implement poll(2).mycroft
1996-09-01Add a set of generic file system operations that most file systems use.mycroft
Also, fix some time stamp bogosities.
1996-02-13GC *_nullop(). Minor nits.mycroft
1996-02-09miscfs prototype changeschristos
1995-10-15Implement VOP_BWRITE() using vn_bwrite(), per r_friedl@informatik.uni-kl.de.mycroft
1994-12-13Turn lease_check() into a vnode op, per CSRG.mycroft
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-06-08Update to 4.4-Lite fs code, with local changes.mycroft
1993-12-22fix return type of vnode print routinecgd
1993-09-07Changes to VFS readdir semanticsws
NFS changes for better cookie support ISOFS changes for better Rockridge support and support for generation numbers
1993-06-27ANSIfications - lots of function prototyping.andrew
1993-05-20add rcs ids as necessary, and also clean up headerscgd
1993-04-19Add consistent multiple-inclusion protection.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd