summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/kernfs/kernfs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove kernfs, okay deraadt@.pedro2005-11-241-103/+0
|
* Replace select backends with poll backends. selscan() and pollscan()millert2003-09-231-1/+2
| | | | | | | now call the poll backend. With this change we implement greater poll(2) functionality instead of emulating it via the select backend. Adapted from NetBSD and including some changes from FreeBSD. Tested by many, deraadt@ OK
* constify vfsops; tedu@ okmickey2003-08-141-2/+2
|
* constify constant targetsmickey2003-08-111-4/+4
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* First round of __P removal in sysmillert2002-03-141-17/+17
|
* Cache vnodes, don't hold on to the root vnode, some cleanups, handleart2002-02-171-6/+15
| | | | | | physmem and usermem correctly. kernel/2404 from peterw@ifost.org.au with some small fixups from me.
* update to use new checkexp vfs operationassar2000-02-071-2/+4
|
* kernfs_sync needs to be nullop, not eopnotsupp for unmount to workmillert1998-12-281-2/+2
| | | | w/o MNT_FORCE.
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-061-1/+13
|
* back out vfs lite2 till after 2.2deraadt1997-10-061-13/+1
|
* VFS Lite2 Changescsapuntz1997-10-061-1/+13
|
* struct definitions in .h files and instances in .c file please.kstailey1997-04-261-1/+25
| | | | | | | | | | | | Vic Able: > While <miscfs/kernfs/kernfs.h> has a kernfs_node, it depends > on a structure that's defined in <miscfs/kernfs/kernfs_vnops.c>. > Oops! That's not very social. :-) [I built a new kernel fine, but don't have time to run "make build" it is my intuition that this will not have any bad effects, but I didn't test. Just back it out if it hurts you and I'll try again.]
* From NetBSD: update to 960217 sourcesniklas1996-02-271-2/+3
|
* initial import of NetBSD treederaadt1995-10-181-0/+58