| Age | Commit message (Expand) | Author |
| 2009-11-11 | Simplify tmpfs_itimes() and use vfs_timestamp(). Also, replace unnecessary | rmind |
| 2009-09-03 | "kauth_action_t = KAUTH_VNODE_WRITE_FLAGS;" must be C**. However, | pooka |
| 2009-09-03 | Implement the vnode scope and adapt tmpfs to use it. | elad |
| 2009-05-07 | Extract the open-coded authorization logic for chtimes() from various | elad |
| 2009-04-22 | Per discussion on tech-kern@: | elad |
| 2009-04-20 | Refactor some duplicated file-system code. | elad |
| 2009-04-11 | For chown make auth checks consistent with UFS. Fixes PR kern/40933. | markd |
| 2009-04-10 | - tmpfs_dir_lookup: simplify. | yamt |
| 2008-06-19 | - setting the birthdate is valid in setattr. | christos |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-02-06 | u_int is not a C99 standard type, so spell it out completely as | jmmv |
| 2008-02-06 | Drop trailing whitespace. | jmmv |
| 2008-01-24 | specfs changes for PR kern/37717 (raidclose() is no longer called on | ad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-08 | Remove cn_lwp from struct componentname. curlwp should be used | pooka |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-11-10 | Back out the tmpfs changes; there appears to be a bug lurking. | ad |
| 2007-11-06 | Merge from vmlocking. | ad |
| 2007-10-10 | Merge from vmlocking: | ad |
| 2007-09-24 | Avoid stack allocation of large dirent structures in foo_readdir(). | rumble |
| 2007-08-06 | When resizing a node, first drop extra pages and zero tail, and only | pooka |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2007-01-02 | Add KAUTH_SYSTEM_CHSYSFLAGS so we can get rid of the last three | elad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-09 | Audit kqueue notifications. The reference behavior is taken from MFS and | jmmv |
| 2006-11-05 | Randomly initialize the node's generation to make file handles less | jmmv |
| 2006-11-05 | Truncate directory cookies to 31 bits to avoid problems exposed in Linux | jmmv |
| 2006-10-30 | Grr... cvs diff scrolled too much and I didn't notice there were some | jmmv |
| 2006-10-30 | When renaming a file, we have to modify the mtime of the directory holding | jmmv |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-03 | comment out empty code | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-15 | kauth fallout | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2006-02-16 | Do not use unnamed structures/unions without instances; they break the | jmmv |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-28 | take into account memory used for file cache pages, and wired pages, | dan |
| 2005-11-28 | simplify calculation of free swap space using uvm-exported statistics, | dan |
| 2005-11-11 | - ignore truncation for VCHR/VBLK/VFIFO as it used to be | yamt |
| 2005-11-08 | tmpfs_reg_resize: drop swap slots on truncation. | yamt |
| 2005-11-02 | merge yamt-vop branch. remove following VOPs. | yamt |
| 2005-09-30 | Explicitly initialize the tn_lockf field. I expect problems in some | jmmv |
| 2005-09-28 | tmpfs_getattr: return up-to-date timestamps. | yamt |
| 2005-09-27 | Some style fixes in comments. | jmmv |
| 2005-09-23 | Kill the tmpfs(9) manual page; it was just documenting internal details of | jmmv |
| 2005-09-17 | fix buffer overrun for symbolic links. PR/31325. | yamt |