| Age | Commit message (Expand) | Author |
| 2006-09-02 | add missing initializers. | christos |
| 2006-06-23 | remove useless genop | christos |
| 2006-06-23 | For internal types call kernfs_default_xread() directly, as no entry in | bouyer |
| 2006-06-23 | Backout previous: of course the change | bouyer |
| 2006-06-23 | PR/33797: Geoff C. Wing: kernfs files are not supplying information | christos |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-14 | integrate kauth. | elad |
| 2006-04-04 | Coverity CID 1087: Clarify NULL test. | christos |
| 2006-03-14 | Allow optionnal /kern regular files to have custom read methods, the same | bouyer |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-23 | Fix 64 bit truncation problem reported by http://www.securitylab.net | christos |
| 2005-11-02 | merge yamt-vop branch. remove following VOPs. | yamt |
| 2005-09-23 | Apply the NFS exports list rototill patch: | jmmv |
| 2005-09-01 | Also protect the ipsec ioctls from negative offsets to prevent panics | christos |
| 2005-08-31 | Don't allow negative offsets when reading the message buffer, because it | christos |
| 2005-08-30 | Remove __P() | xtraeme |
| 2005-05-29 | - sprinkle const | christos |
| 2005-05-20 | kernfs 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 structure | thorpej |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-01-02 | Add the system call and VFS infrastructure for file system extended | thorpej |
| 2004-10-27 | Backout previous. | skrll |
| 2004-10-27 | Don't pass &proc0 in the UIO_SYSSPACE case it is not needed. | skrll |
| 2004-09-13 | set mp->mnt_stat.f_namemax on filesystem mount, for use by statvfs | jdolecek |
| 2004-05-29 | Don't leak memory in VFS_MOUNT() if set_statvfs_info() fails. | tron |
| 2004-05-25 | Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. | hannken |
| 2004-05-25 | Sysctl descriptions under vfs subtree | atatat |
| 2004-05-20 | Tweak sysctl setup functions (the macros, actually) for use in lkms, | atatat |
| 2004-05-13 | Workaround for gcc 2.95.3 failing to initialize structures | cl |
| 2004-05-12 | caddr_t -> void * and removal of some more casts. | jrf |
| 2004-05-07 | Allow additional entries (files, subdirs) in kernfs. Also allow | cl |
| 2004-05-07 | remove code no longer needed since the type/permission information | cl |
| 2004-05-07 | Make lookup and readdir return the same inode number. kernfs_readdir | cl |
| 2004-05-07 | Find the right entry when doing lookup on dotdot in kern/ipsec subdirs. | cl |
| 2004-04-29 | Removed remaining caddr_t casts we do not need in miscfs. Recompiled | jrf |
| 2004-04-27 | First pass for some caddr_t removal and changes to get rid of it where we | jrf |
| 2004-04-21 | add sys/dirent.h | christos |
| 2004-04-21 | Replace the statfs() family of system calls with statvfs(). | christos |
| 2004-03-24 | Tango on sysctl_createv() and flags. The flags have all been renamed, | atatat |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-09-27 | Changes as discussed with itojun on tech-kern. I have modified the enums | darcy |
| 2003-09-26 | Make kernfs peacefully co-exist with procfs. | atatat |
| 2003-09-10 | check before deref kfs_kt | itojun |
| 2003-09-10 | Make /kern/. have linkcount 2 in non-IPSEC case, 4 in IPSEC case. | dan |
| 2003-09-10 | check if rootdev/rrootdev actually exists. | itojun |
| 2003-09-10 | fix permission of /kern/hostname to 0644 | itojun |
| 2003-09-10 | test against kt to get the right node of the given type, from enami@ | dan |
| 2003-09-10 | 8 spaces is evil, convert to tab. | simonb |