summaryrefslogtreecommitdiff
path: root/sys/lkm/vfs
AgeCommit message (Expand)Author
2003-09-13fix for non-objdir build. reported by tron.christos
2003-09-12add missing path.christos
2003-09-12give this Makefile a chance to work, by eliminating unneeded complexity.christos
2003-09-08add /kern/ipsecsa and /kern/ipsecsp, which can be inspected by setkey(8).itojun
2003-09-07Adding "${.CURDIR}/../coda" to the path causes build failures if objecttron
2003-09-06simplify struct sysent handling a bit more; store old sysents beforejdolecek
2003-09-06switch to DISPATCH() - it now calls the 'load' routine in order we want herejdolecek
2003-09-06convert over to standard LKM macros; done by defining the VFSjdolecek
2003-09-06ANSIfyjdolecek
2003-09-06share lkminit_vfs.c with coda modulejdolecek
2003-09-02add coda5, sortdrochner
2003-09-02as requested by Jaromir Dolecek:drochner
2003-04-02add LKM for file system SMBFSjdolecek
2003-03-17build and install union LKM now that it worksjdolecek
2003-03-16move union filesystem code from sys/miscfs/union to sys/fs/unionjdolecek
2003-03-16need a prototype for union_lkmentry() to compilejdolecek
2003-03-15Make LFS LKM versions of ufs_makeinode and ufs_mkdir fail correctly.perseant
2003-01-19Merge the nathanw_sa branch.thorpej
2003-01-03add procfs_fd.cchristos
2002-12-26move msdosfs code from sys/msdosfs to sys/fs/msdosfsjdolecek
2002-12-24add cd9660 subdirectoryjdolecek
2002-12-24isofs dir will be empty after update -dP, now that all contents are indavid
2002-12-23move cd9660 filesystem code from sys/isofs/cd9660 to sys/fs/cd9660jdolecek
2002-12-23flatten the LKM vfs hierarchy a bit - no need for isofs/cd9660, putjdolecek
2002-12-23move NTFS code from sys/ntfs to sys/fs/ntfsjdolecek
2002-12-23move filecorefs code from sys/filecorefs to sys/fs/filecorefsjdolecek
2002-12-23adosfs moved from sys/adosfs to sys/fs/adosfsjdolecek
2002-12-11Avoid strict-alias warnings.scw
2002-12-03remove obsolete commentjdolecek
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-05-25add some procfs files which seem to be needed nowadaysjdolecek
2001-12-12define NOMAN= once, at the real top level of lkmlukem
2001-12-12MKfoo=no -> NOfootv
2001-11-12add RCSIDslukem
2001-08-05add arch/${MACHINE_CPU}/${MACHINE_CPU} for the arm portslukem
2001-02-16Make this LKM work again by building "ntfs_conv.c".tron
2001-02-03Make the "procfs" LKM work again by including "procfs_map.c" in thetron
2001-01-27build and install filecorefs LKM same way as other VFS LKMsjdolecek
2001-01-27adapt to struct sysent changejdolecek
2001-01-22add filecorefs LKM - noticed it's missingjdolecek
2001-01-17Add procfs_machdep.c and .PATH for it.fvdl
2000-11-30lfs is now loadable as LKMjdolecek
2000-03-21Add prototypes for the xxx_lkmentry() functions, and enable WARNS=1.simonb
2000-01-20Add overlay, a layered file system which overlays itself onwrstuden
1999-09-05properly end the comment with NetBSD RCS idjdolecek
1999-07-08Make nullfs's lkm right.wrstuden
1999-05-18Compile all VFS LKMs on all ports.tron
1999-05-12Build "ntfs" LKM only on machines for which Windows NT is available.tron
1999-05-12Fix typos.tron
1999-05-12Add loadable kernel module for NTFS.tron