| Age | Commit message (Expand) | Author |
| 2007-06-05 | improve post-ubc file overwrite performance in common cases. | yamt |
| 2007-05-26 | In /proc/<pid>/statm, avoid leaking buffer space if the attempt to get | agc |
| 2007-05-25 | Use a bit more common code for the MULTIPROCESSOR and !MULTIPROCESSOR | agc |
| 2007-05-25 | Various changes for better Linux emulation: | agc |
| 2007-05-24 | use PRIu64, not llu, to unbork on 64-bit platforms. | dogcow |
| 2007-05-24 | Extend the Linux emulation of /proc to include | agc |
| 2007-05-17 | Fstrans_start() always returns zero, so change its type to void. | hannken |
| 2007-05-13 | use a cached value of v_size. no functional changes. | yamt |
| 2007-04-24 | Split the VOP interface part of genfs_putpages() from the code. The new | perseant |
| 2007-04-16 | Don't expand RCS id of ancestor file. The id itself is actually copied | enami |
| 2007-04-16 | define a pager flag PGO_RECLAIM, similar to FSYNC_RECLAIM, and use it | chs |
| 2007-04-08 | Remove now obsolete vn_start_write() and vn_finished_write() and | hannken |
| 2007-04-07 | Remove calls to now obsolete vn_start_write() and vn_finished_write(). | hannken |
| 2007-04-04 | Unfortunately, missed procfs_proc_unlock() in previous. | rmind |
| 2007-04-04 | procfs_readlink: Handle a possible fail of fd_getfile(), also, we | rmind |
| 2007-04-01 | Instead of reading and writing little by little, allocate memory and | christos |
| 2007-04-01 | return a page less than the actual top of stack so that linux-java works. | christos |
| 2007-03-11 | Remove useless cast. | ad |
| 2007-03-09 | - Make the proclist_lock a mutex. The write:read ratio is unfavourable, | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-03-03 | Don't prepend rootvnode to the path in non-NULL case for exe links. | salo |
| 2007-02-27 | Destroy the hash locks on final unmount. | 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-02-20 | Add genfs_node_destroy(). Fixes a lock "leak" seen when running LOCKDEBUG | ad |
| 2007-02-19 | When checking for file validity under pid/, do proper proc->lwp | pooka |
| 2007-02-18 | procfs_map(): | ad |
| 2007-02-18 | Don't check for validity of p in lookup for root nodes, since it | pooka |
| 2007-02-17 | Change the process/lwp flags seen by userland via sysctl back to the | pavel |
| 2007-02-16 | In lookup, when checking for procfs process node validity, target the | pooka |
| 2007-02-15 | Replace some uses of lockmgr() / simplelocks. | ad |
| 2007-02-15 | Need to acquire procp->p_mutex for procfs_dir(). | ad |
| 2007-02-11 | Eliminate a couple of reference count and mutex leaks. | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-01-29 | Change fstrans enum types to upper case. | hannken |
| 2007-01-19 | New file system suspension API to replace vn_start_write and vn_finished_write. | hannken |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-12-28 | PR/32877: Geoff C. Wing: mount_procfs(8) doesn't null-terminate cmdline | elad |
| 2006-12-28 | Revert bogus NULL check introduced in revision 1.96 that generated false | elad |
| 2006-12-28 | revert previous, after inspection `kfs->kfs_kt' could really not be NULL here. | alc |
| 2006-12-28 | fix comment (forgotten in rev 1.19): | alc |
| 2006-12-27 | remove nqnfs. | yamt |
| 2006-12-26 | CID-3855: check if 'kfs->kfs_kt != NULL' before dereferencing it | alc |
| 2006-12-25 | PR/35226: Johann Franz: Problems with permissions in | elad |
| 2006-12-24 | fix permissions on /proc/<pid> node. From elad. | christos |
| 2006-12-24 | Add two comments. No functional change. | elad |
| 2006-12-19 | Some changes to get rid of another KAUTH_GENERIC_ISSUSER usage: | elad |
| 2006-12-15 | put ->K loaned pages on the page queue, so that page loaning doesn't | yamt |
| 2006-12-10 | Teach deadfs about vm object locking for getpages. This avoids | pooka |
| 2006-12-09 | a smorgasbord of improvements to vnode locking and path lookup: | chs |