Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove kernfs, okay deraadt@. | 2005-11-24 | 1 | -103/+0 | |
| | |||||
* | Replace select backends with poll backends. selscan() and pollscan() | 2003-09-23 | 1 | -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@ ok | 2003-08-14 | 1 | -2/+2 | |
| | |||||
* | constify constant targets | 2003-08-11 | 1 | -4/+4 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -17/+17 | |
| | |||||
* | Cache vnodes, don't hold on to the root vnode, some cleanups, handle | 2002-02-17 | 1 | -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 operation | 2000-02-07 | 1 | -2/+4 | |
| | |||||
* | kernfs_sync needs to be nullop, not eopnotsupp for unmount to work | 1998-12-28 | 1 | -2/+2 | |
| | | | | w/o MNT_FORCE. | ||||
* | Updates for VFS Lite 2 + soft update. | 1997-11-06 | 1 | -1/+13 | |
| | |||||
* | back out vfs lite2 till after 2.2 | 1997-10-06 | 1 | -13/+1 | |
| | |||||
* | VFS Lite2 Changes | 1997-10-06 | 1 | -1/+13 | |
| | |||||
* | struct definitions in .h files and instances in .c file please. | 1997-04-26 | 1 | -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 sources | 1996-02-27 | 1 | -2/+3 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+58 | |