| Age | Commit message (Expand) | Author |
| 2008-08-11 | constify | yamt |
| 2008-08-01 | #include <sys/tree.h> to get a definition for SPLAY_ENTRY. | apb |
| 2008-07-31 | Merge the simonb-wapbl branch. From the original branch commit: | simonb |
| 2008-07-25 | use bufsize instead of BUFFERSIZE | christos |
| 2008-07-25 | Handle files with a large number of mappings gracefully. Reported by Nicholas | christos |
| 2008-07-02 | Remove proc_representative_lwp(), use a simple LIST_FIRST() instead. | rmind |
| 2008-06-28 | Create sysctl entries during module initialisation and destroy them | rumble |
| 2008-06-24 | Set up the sysctl tree correctly when loaded as a file system. | ad |
| 2008-06-24 | Replace references to getsock/getvnode. | ad |
| 2008-06-04 | vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. | ad |
| 2008-05-31 | Kill devsw_lock and just use specfs_lock. The two would need merging | ad |
| 2008-05-16 | Make sure all cached buffers with valid, not yet written data have been | hannken |
| 2008-05-14 | Import writing part of the UDF file system making optical media like CD's | reinoud |
| 2008-05-13 | mnt_data is a pointer, set it to NULL not 0 when we're finished with it. | simonb |
| 2008-05-10 | Convert file systems to dynamically attach with the new module interface. | rumble |
| 2008-05-06 | PR kern/38141 lookup/vfs_busy acquire rwlock recursively | ad |
| 2008-05-05 | - Convert hashinit() to use kmem_alloc(). The hash tables can be large | ad |
| 2008-04-30 | PR kern/38135 vfs_busy/vfs_trybusy confusion | ad |
| 2008-04-29 | kern/38135 vfs_busy/vfs_trybusy confusion | ad |
| 2008-04-29 | PR kern/38057 ffs makes assuptions about devvp file system | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since | ad |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-04-24 | Fix locking in the fifo kqueue routines. | ad |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-04-19 | Remove a race when pages are released while waiting for fstrans_start(). | hannken |
| 2008-04-19 | Remove stale include <sys/fstrans.h>. | hannken |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-02-11 | sprinkle KERNEL_LOCK for socket. | yamt |
| 2008-02-06 | Don't lock the socket to set/clear FNONBLOCK. Just set it atomically. | ad |
| 2008-02-05 | Lock v_knlist with the vnode interlock. PR kern/37881. | ad |
| 2008-01-30 | PR kern/37706 (forced unmount of file systems is unsafe): | ad |
| 2008-01-30 | Replace struct lock on vnodes with a simpler lock object built on | ad |
| 2008-01-28 | Part of the rename patches *doh* | dholland |
| 2008-01-28 | Fix some race conditions in rename. | dholland |
| 2008-01-25 | Spec_open(): clear sd_bdevvp if bdev_open() failed. | hannken |
| 2008-01-25 | Since VOP_LEASE is gone, remove genfs_lease_check() too. Now my kernel | riz |
| 2008-01-25 | Remove VOP_LEASE. Discussed on tech-kern. | ad |
| 2008-01-24 | spec_fsync: don't assert that 'vp' holds the block device open. If it's | ad |
| 2008-01-24 | specfs changes for PR kern/37717 (raidclose() is no longer called on | ad |
| 2008-01-23 | layer_node_find: if we find a node being cleaned out, then ignore it and | ad |
| 2008-01-23 | Tons of process scope changes. | elad |
| 2008-01-19 | portal_advlock: badop -> eopnotsupp. I guess advlock can be called | pooka |
| 2008-01-18 | genfs_do_putpages: DEBUG checks. | yamt |
| 2008-01-18 | genfs_do_putpages: ensure that we clean the vnode in the case of PGO_RECLAIM. | yamt |
| 2008-01-18 | push pmap_clear_reference calls into pdpolicy code, where reference bits | yamt |
| 2008-01-17 | Fix v_freelisthd assertion failure during call to vdevdone(). No calling | ad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-26 | Merge more changes from vmlocking2, mainly: | ad |
| 2007-12-22 | procfs_douptime: simply use microuptime() instead of a mysterious calculation. | yamt |