| 2009-05-06 |
Matthew Dillon | Add kernel-layer support for chflags checks, remove... |
blob | commitdiff |
| 2009-04-02 |
Matt Dillon | Fix permissions check for utimes() - owner can call... |
blob | commitdiff | diff to current |
| 2009-01-21 |
Matthew Dillon | Issue 1013 - update atime on exec and mmap, add helper... |
blob | commitdiff | diff to current |
| 2008-12-15 |
Michael Neumann | suser_* to priv_* conversion |
blob | commitdiff | diff to current |
| 2008-09-28 |
Matthew Dillon | Use the new vop_stdpathconf() instead of rolling our... |
blob | commitdiff | diff to current |
| 2008-06-26 |
Matthew Dillon | Make sure UFS disallows mknod()'s with type VDIR. |
blob | commitdiff | diff to current |
| 2008-06-19 |
Matthew Dillon | Miscellanious performance adjustments to the kernel |
blob | commitdiff | diff to current |
| 2008-06-02 |
Matthew Dillon | Add the UF_NOHISTORY and SF_NOHISTORY chflags flags... |
blob | commitdiff | diff to current |
| 2007-11-20 |
Matthew Dillon | Make necessary changes to readdir/getdirentries to... |
blob | commitdiff | diff to current |
| 2007-08-13 |
Matthew Dillon | Remove the vpp (returned underlying device vnode) argum... |
blob | commitdiff | diff to current |
| 2007-08-08 |
Sascha Wildner | Adjust some comments with reality. |
blob | commitdiff | diff to current |
| 2007-05-09 |
Matthew Dillon | Give the device major / minor numbers their own separat... |
blob | commitdiff | diff to current |
| 2007-05-06 |
Matthew Dillon | Use SYSREF to reference count struct vnode. v_usecount... |
blob | commitdiff | diff to current |
| 2006-12-23 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-09-19 |
Matthew Dillon | Remove the last bits of code that stored mount point... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-08-19 |
Matthew Dillon | VNode sequencing and locking - part 4/4 - subpart 1... |
blob | commitdiff | diff to current |
| 2006-08-12 |
Matthew Dillon | VNode sequencing and locking - part 3/4. |
blob | commitdiff | diff to current |
| 2006-07-19 |
Matthew Dillon | Introduce sys/syslink.h, the beginnings of a VOP-compat... |
blob | commitdiff | diff to current |
| 2006-07-18 |
Matthew Dillon | Remove several layers in the vnode operations vector... |
blob | commitdiff | diff to current |
| 2006-05-26 |
Matthew Dillon | Add a read-ahead version of ffs_blkatoff() called ffs_b... |
blob | commitdiff | diff to current |
| 2006-05-26 |
Matthew Dillon | Remove FFS function hooks used by UFS. Simply make... |
blob | commitdiff | diff to current |
| 2006-05-26 |
Matthew Dillon | * Fix a number of cases where too much kernel memory... |
blob | commitdiff | diff to current |
| 2006-05-06 |
Matthew Dillon | The thread/proc pointer argument in the VFS subsystem... |
blob | commitdiff | diff to current |
| 2006-05-05 |
Matthew Dillon | Simplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by... |
blob | commitdiff | diff to current |
| 2006-05-05 |
Matthew Dillon | Remove VOP_BWRITE(). This function provided a way... |
blob | commitdiff | diff to current |
| 2006-05-03 |
Matthew Dillon | Document the handling of a file holes in ufs_strategy... |
blob | commitdiff | diff to current |
| 2006-04-25 |
Matthew Dillon | Get rid of the weird FSMID update path in the vnode... |
blob | commitdiff | diff to current |
| 2006-04-24 |
Matthew Dillon | Call vnode_pager_setsize() before BALLOC rather than... |
blob | commitdiff | diff to current |
| 2006-04-07 |
Matthew Dillon | Due to continuing issues with VOP_READ/VOP_WRITE ops... |
blob | commitdiff | diff to current |
| 2006-04-05 |
Matthew Dillon | Unconditionally initialize a VM object for a directory... |
blob | commitdiff | diff to current |
| 2006-04-03 |
Matthew Dillon | ufs_readdir() can be called from NFS with the vnode... |
blob | commitdiff | diff to current |
| 2006-04-03 |
Matthew Dillon | A number of structures related to UFS and QUOTAS have... |
blob | commitdiff | diff to current |
| 2006-04-01 |
Matthew Dillon | Use the vnode v_opencount and v_writecount universally... |
blob | commitdiff | diff to current |
| 2006-03-29 |
Matthew Dillon | A VM object is now required for vnode-based buffer... |
blob | commitdiff | diff to current |
| 2006-03-29 |
Matthew Dillon | Remove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA... |
blob | commitdiff | diff to current |
| 2006-03-27 |
Matthew Dillon | Change *_pager_allocate() to take off_t instead of... |
blob | commitdiff | diff to current |
| 2006-03-24 |
Matthew Dillon | Major BUF/BIO work commit. Make I/O BIO-centric and... |
blob | commitdiff | diff to current |
| 2006-02-17 |
Matthew Dillon | Make the entire BUF/BIO system BIO-centric instead... |
blob | commitdiff | diff to current |
| 2005-09-17 |
Matthew Dillon | Add an argument to vfs_add_vnodeops() to specify VVF_... |
blob | commitdiff | diff to current |
| 2005-09-14 |
Matthew Dillon | Rename all the functions and structures for the old... |
blob | commitdiff | diff to current |
| 2005-08-10 |
Joerg Sonnenberger | Use new vop_write_dirent function. |
blob | commitdiff | diff to current |
| 2005-08-07 |
Joerg Sonnenberger | Remove redundant assignment. |
blob | commitdiff | diff to current |
| 2005-08-07 |
Joerg Sonnenberger | Don't depend on struct dirent == struct direct, but... |
blob | commitdiff | diff to current |
| 2005-07-23 |
Matthew Dillon | Support disablement of chflags in a jail, part 2/2... |
blob | commitdiff | diff to current |
| 2005-02-15 |
Joerg Sonnenberger | Introduce vnodepv_entry_t as type for the vnodeopv_entr... |
blob | commitdiff | diff to current |
| 2004-12-17 |
Matthew Dillon | VFS messaging/interfacing work stage 10/99: |
blob | commitdiff | diff to current |
| 2004-11-12 |
Matthew Dillon | VFS messaging/interfacing work stage 9/99: VFS 'NEW... |
blob | commitdiff | diff to current |
| 2004-10-12 |
Matthew Dillon | VFS messaging/interfacing work stage 8/99: Major rework... |
blob | commitdiff | diff to current |
| 2004-10-07 |
Matthew Dillon | VFS messaging/interfacing work stage 7f/99: More firmin... |
blob | commitdiff | diff to current |
| 2004-10-05 |
Matthew Dillon | VFS messaging/interfacing work stage 7d/99: More firmin... |
blob | commitdiff | diff to current |
| 2004-08-28 |
Matthew Dillon | VFS messaging/interfacing work stage 4/99. This stage... |
blob | commitdiff | diff to current |
| 2004-08-25 |
Matthew Dillon | doingdirectory is really a boolean, use an int rather... |
blob | commitdiff | diff to current |
| 2004-08-24 |
David Rhodus | Minor cleanups. Make a type usage correction. Remove... |
blob | commitdiff | diff to current |
| 2004-08-17 |
Matthew Dillon | VFS messaging/interfacing work stage 2/99. This stage... |
blob | commitdiff | diff to current |
| 2004-08-13 |
Matthew Dillon | VFS messaging/interfacing work stage 1/99. This stage... |
blob | commitdiff | diff to current |
| 2004-07-26 |
David Rhodus | POSIX.1-2003: Changing the group ID is permitted to... |
blob | commitdiff | diff to current |
| 2004-07-18 |
David Rhodus | Perform some basic cleanups. Change some types over... |
blob | commitdiff | diff to current |
| 2004-05-18 |
Chris Pressey | Style(9) cleanup to src/sys/vfs, stage 19/21: ufs. |
blob | commitdiff | diff to current |
| 2004-04-24 |
David Rhodus | Remove the VREF() macro and uses of it. |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2003-09-23 |
Matthew Dillon | namecache work stage 1: namespace cleanups. Add a... |
blob | commitdiff | diff to current |
| 2003-08-20 |
Robert Garrett | __P()!=wanted, remove old style prototypes from the... |
blob | commitdiff | diff to current |
| 2003-08-07 |
Matthew Dillon | kernel tree reorganization stage 1: Major cvs repositor... |
blob | commitdiff | diff to current |
| 2003-07-26 |
Robert Garrett | Register keyword removal |
blob | commitdiff | diff to current |
| 2003-07-06 |
Matthew Dillon | MP Implementation 1/2: Get the APIC code working again... |
blob | commitdiff | diff to current |
| 2003-06-26 |
Matthew Dillon | proc->thread stage 5: BUF/VFS clearance! Remove the... |
blob | commitdiff | diff to current |
| 2003-06-25 |
Matthew Dillon | proc->thread stage 4: rework the VFS and DEVICE subsyst... |
blob | commitdiff | diff to current |
| 2003-06-23 |
Matthew Dillon | proc->thread stage 2: MAJOR revamping of system calls... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|