summaryrefslogtreecommitdiff
path: root/sys/miscfs/tcfs
AgeCommit message (Collapse)Author
2001-02-20use void * consistently in vfs_mount and sys_mount. ok @artassar
2000-11-16support kernel event queues, from FreeBSD by Jonathan Lemon,Niels Provos
okay art@, millert@
2000-06-18fix 3des decryptionNiels Provos
2000-06-18change keysize from 8 bytes to 24 for Triple-DES and to 32 for Blowfish.Niels Provos
This probably breaks group sharing. copyin on userland pointers is required, inline key into the argument structure.
2000-06-18fix off by one error in loop, prevent that odd lengths get passed toNiels Provos
decryption function.
2000-06-17some KNFNiels Provos
2000-06-17BSD copyright + tagsNiels Provos
2000-06-17initial import of tcfs.Niels Provos