| Age | Commit message (Expand) | Author |
| 2009-11-14 | - Move kauth_init() a little bit higher. | elad |
| 2009-10-06 | Factor out a block of code that appears in three places (Veriexec, keylock, | elad |
| 2009-10-04 | Put workaround fix for LOCKDEBUG panic mentioned in PR kern/41078: | tsutsui |
| 2009-04-25 | - Rearrange pg_delete() and pg_remove() (renamed pg_free), thus | rmind |
| 2009-02-22 | PR kern/26878 FFSv2 + softdep = livelock (no free ram) | ad |
| 2009-02-02 | Add support for loading pseudo-device drivers. Try to autoload modules from | haad |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-12-29 | Rename specfs_lock as device_lock and move it from specfs to devsw. | pooka |
| 2008-05-16 | Make sure all cached buffers with valid, not yet written data have been | hannken |
| 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 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-01-25 | Spec_open(): clear sd_bdevvp if bdev_open() failed. | hannken |
| 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-02 | Merge vmlocking2 to head. | ad |
| 2007-12-02 | Fscow_run(): add a flag "bool data_valid" to note still valid data. | hannken |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-10-10 | Merge from vmlocking: | ad |
| 2007-10-08 | Merge brelse() changes from the vmlocking branch. | ad |
| 2007-10-07 | Update the file system copy-on-write handler. | hannken |
| 2007-09-01 | Make bioops a pointer and point it to the softdeps struct in softdep | pooka |
| 2007-08-03 | cleanup unused prototype | pooka |
| 2007-08-03 | ANSI-fy | pooka |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-07-27 | vop_mmap parameter change | pooka |
| 2007-07-22 | Retire uvn_attach() - it abuses VXLOCK and its functionality, | pooka |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-05 | improve post-ubc file overwrite performance in common cases. | yamt |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-26 | Implement Veriexec's raw disk policy on-top of kauth(9)'s device scope, | elad |
| 2006-11-04 | Change KAUTH_SYSTEM_RAWIO to KAUTH_DEVICE_RAWIO_SPEC (moving the raw i/o | elad |
| 2006-11-02 | Redo Veriexec raw disk/memory access policies so they hold only if the | elad |
| 2006-11-01 | Only use blkdev/bvp for the Veriexec case. While here, fix up IPS mode | elad |
| 2006-10-30 | oops, remove debug printf slipped in. good catch from yamt@, thanks! | elad |
| 2006-09-30 | The poll routine needs to return POLLERR on error, not an errno. Sorry | jld |
| 2006-09-21 | Protect spec_poll from racing against revocation and thus dereferencing a | jld |
| 2006-09-19 | For the VBLK case, we always check vfs_mountedon() and it has nothing | elad |
| 2006-09-08 | First take at security model abstraction. | elad |
| 2006-08-11 | Pretending to be Elad's keyboard: | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-02 | merge yamt-vop branch. remove following VOPs. | yamt |
| 2005-09-11 | in spec_ioctl(), don't dereference v_specinfo if it's NULL. | chs |
| 2005-08-30 | Remove __P() | xtraeme |
| 2005-06-21 | PR-30566: Poll must not return <sys/errno.h> values. | ws |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-05-25 | Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. | hannken |