summaryrefslogtreecommitdiff
path: root/sys/miscfs/kernfs
AgeCommit message (Expand)Author
2006-09-02add missing initializers.christos
2006-06-23remove useless genopchristos
2006-06-23For internal types call kernfs_default_xread() directly, as no entry inbouyer
2006-06-23Backout previous: of course the changebouyer
2006-06-23PR/33797: Geoff C. Wing: kernfs files are not supplying informationchristos
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-14integrate kauth.elad
2006-04-04Coverity CID 1087: Clarify NULL test.christos
2006-03-14Allow optionnal /kern regular files to have custom read methods, the samebouyer
2006-03-01merge yamt-uio_vmspace branch.yamt
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-11-23Fix 64 bit truncation problem reported by http://www.securitylab.netchristos
2005-11-02merge yamt-vop branch. remove following VOPs.yamt
2005-09-23Apply the NFS exports list rototill patch:jmmv
2005-09-01Also protect the ipsec ioctls from negative offsets to prevent panicschristos
2005-08-31Don't allow negative offsets when reading the message buffer, because itchristos
2005-08-30Remove __P()xtraeme
2005-05-29- sprinkle constchristos
2005-05-20kernfs does not support mmap(), remove code that pretends that it does.chs
2005-03-29- Define a VFS_ATTACH() macro that places a reference to a vfsops structurethorpej
2005-02-26nuke trailing whitespaceperry
2005-01-02Add the system call and VFS infrastructure for file system extendedthorpej
2004-10-27Backout previous.skrll
2004-10-27Don't pass &proc0 in the UIO_SYSSPACE case it is not needed.skrll
2004-09-13set mp->mnt_stat.f_namemax on filesystem mount, for use by statvfsjdolecek
2004-05-29Don't leak memory in VFS_MOUNT() if set_statvfs_info() fails.tron
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-05-13Workaround for gcc 2.95.3 failing to initialize structurescl
2004-05-12caddr_t -> void * and removal of some more casts.jrf
2004-05-07Allow additional entries (files, subdirs) in kernfs. Also allowcl
2004-05-07remove code no longer needed since the type/permission informationcl
2004-05-07Make lookup and readdir return the same inode number. kernfs_readdircl
2004-05-07Find the right entry when doing lookup on dotdot in kern/ipsec subdirs.cl
2004-04-29Removed remaining caddr_t casts we do not need in miscfs. Recompiledjrf
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
2003-12-04Dynamic sysctl.atatat
2003-09-27Changes as discussed with itojun on tech-kern. I have modified the enumsdarcy
2003-09-26Make kernfs peacefully co-exist with procfs.atatat
2003-09-10check before deref kfs_ktitojun
2003-09-10Make /kern/. have linkcount 2 in non-IPSEC case, 4 in IPSEC case.dan
2003-09-10check if rootdev/rrootdev actually exists.itojun
2003-09-10fix permission of /kern/hostname to 0644itojun
2003-09-10test against kt to get the right node of the given type, from enami@dan
2003-09-108 spaces is evil, convert to tab.simonb