summaryrefslogtreecommitdiff
path: root/sys/coda
AgeCommit message (Expand)Author
2006-08-29fix incomplete initializerchristos
2006-08-29Fix incomplete initializerchristos
2006-07-21- Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2006-04-12COVERITY CID 1113: Don't use NULL for VOP_READDIRchristos
2006-04-12Coverity CID 2319: Plug memory leak.christos
2006-04-05Unbreak the build of this file on our 64-bit portshe
2006-04-04Update list of todo items, and note that old items are from 1998 andgdt
2006-04-04Check symlink count and pointer returned from userspace beforegdt
2006-03-15Add comments explaining how the 3 size variables for venus calls aregdt
2006-03-02Change type of 'inode' member of struct coda_open_out to ino_t. Thisgdt
2006-03-01merge yamt-uio_vmspace branch.yamt
2006-01-12In coda_lookup, add LK_RETRY to locking of child vnode. The previousgdt
2005-12-24__inline__ -> inlineperry
2005-12-11merge ktrace-lwp.christos
2005-11-02merge yamt-vop branch. remove following VOPs.yamt
2005-09-23Apply the NFS exports list rototill patch:jmmv
2005-08-30oops, fix previous.xtraeme
2005-08-30* Remove __P()xtraeme
2005-08-28coda inodes are still 32 bits. Don't use ino_t in coda_open_out.christos
2005-08-1964 bit inode changes.christos
2005-07-02Add attach call so coda gets added to list of vfs supported by the kernel.blymn
2005-05-29- sprinkle constchristos
2005-02-26nuke trailing whitespaceperry
2005-01-02Add the system call and VFS infrastructure for file system extendedthorpej
2004-10-15Revert previous. set_statvfs_info needs the struct proc * arg.skrll
2004-09-17There's no need to pass a proc value when using UIO_SYSSPACE withskrll
2004-06-25Fix coda symlink vnodeops. Provided by Greg Troxel. PR kern/25963.petrov
2004-05-25Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD.hannken
2004-05-25Sysctl descriptions under vfs subtreeatatat
2004-05-20Tweak sysctl setup functions (the macros, actually) for use in lkms,atatat
2004-04-27First pass for some caddr_t removal and changes to get rid of it where wejrf
2004-04-21add sys/dirent.hchristos
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
2004-03-09Fix spelling of "orphan" and placement of */atatat
2003-12-04Dynamic sysctl.atatat
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-08-28don't include opt_coda_compat.h unless _KERNEL_OPT. also, only include itmrg
2003-08-27update for the protocol used by coda>=6,drochner
2003-08-25fix a deadlock during mount:drochner
2003-08-25nuke an over-zealous memset() which broke statfs() et al. completelydrochner
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Undo part of the ktrace/lwp changes. In particular:thorpej
2003-06-29Adjust for ktrace/lwp changes.thorpej
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-04-16PR/1796: John Kohl: statfs misbehaves under chrooted environments.christos
2003-03-29Consistently spell occurrence with two rs.wiz
2003-02-02protect <sys/mallocvar.h> ifdef _KERNELchristos
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej