| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an unified macro to deny ability from the compiler to reorder | attilio | 2012-10-09 | 2 | -5/+1 |
* | Add VFCF_READONLY flag that indicates ntfs and xfs file systems are | kevlo | 2012-09-12 | 1 | -1/+1 |
* | Partially revert r239959, after actually fixing most of the clang | dim | 2012-09-02 | 5 | -8/+6 |
* | Fix build: | delphij | 2012-05-23 | 1 | -2/+2 |
* | Remove fifo.h. The only used function declaration from the header is | kib | 2012-03-11 | 1 | -2/+0 |
* | Use strchr() and strrchr(). | ed | 2012-01-02 | 1 | -2/+1 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 1 | -2/+4 |
* | Fix typo in unused function name | uqs | 2011-05-22 | 1 | -1/+1 |
* | Add a lock flags argument to the VFS_FHTOVP() file system | rmacklem | 2011-05-22 | 1 | -1/+2 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 2 | -3/+3 |
* | Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and | jhb | 2010-08-20 | 1 | -1/+1 |
* | Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize(). | trasz | 2010-05-05 | 1 | -10/+2 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 1 | -1/+1 |
* | Fix the build by using proper format. | rdivacky | 2009-06-25 | 1 | -1/+1 |
* | Switch cmd argument of ioctl to u_long as elsewhere in the kernel. | rdivacky | 2009-06-25 | 5 | -8/+8 |
* | Fix r193923 by noting that type of a_fp is struct file *, not int. | kib | 2009-06-10 | 1 | -1/+1 |
* | s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_args | kib | 2009-06-10 | 1 | -1/+1 |
* | Remove empty files and do nto try to build them. | kan | 2009-05-18 | 3 | -0/+0 |
* | FreeBSD right now support 32 CPUs on all the architectures at least. | attilio | 2009-05-14 | 1 | -1/+0 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -17/+12 |
* | Fix two issues with bufdaemon, often causing the processes to hang in | kib | 2009-03-16 | 1 | -2/+2 |
* | Add memmove() to the kernel, making the kernel compile with Clang. | ed | 2009-02-28 | 1 | -4/+0 |
* | According to phk@, VOP_STRATEGY should never, _ever_, return | trasz | 2008-12-16 | 1 | -1/+1 |
* | Adapt to accmode_t changes. | trasz | 2008-11-14 | 5 | -13/+13 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 2 | -6/+6 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 3 | -6/+7 |
* | fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs | kib | 2008-09-20 | 1 | -1/+0 |
* | Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don't | kib | 2008-09-20 | 1 | -6/+0 |
* | Make ddb command registration dynamic so modules can extend | sam | 2008-09-15 | 1 | -1/+1 |
* | Remove VSVTX, VSGID and VSUID. This should be a no-op, | trasz | 2008-09-10 | 1 | -1/+1 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -2/+0 |
* | - Disallow XFS mounting in write mode. The write support never worked really | attilio | 2008-07-21 | 2 | -5/+12 |
* | Move the head of byte-level advisory lock list from the | kib | 2008-04-16 | 1 | -3/+3 |
* | Introduce some functions in the vnode locks namespace and in the ffs | attilio | 2008-02-24 | 1 | -1/+1 |
* | - Add real assertions to lockmgr locking primitives. | attilio | 2008-02-13 | 1 | -4/+2 |
* | - Introduce the function lockmgr_recursed() which returns true if the | attilio | 2008-01-19 | 2 | -5/+4 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 4 | -9/+9 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 4 | -8/+8 |
* | Get rid of qaddr_t. | alfred | 2007-10-16 | 1 | -1/+1 |
* | Some times ago, vfs_getopts() was changed, so that it would set error to | cognet | 2007-08-20 | 1 | -5/+5 |
* | Bow to incomplete GCC 4. constant propagation optimizations and | kan | 2007-05-30 | 13 | -13/+17 |
* | Change #include <machine/pcpu.h> to #include <sys/pcpu.h> | rodrigc | 2007-04-01 | 1 | -1/+1 |
* | Optimize sx locks to use simple atomic operations for the common cases of | jhb | 2007-03-31 | 2 | -79/+20 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 1 | -0/+5 |
* | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | pjd | 2007-02-15 | 2 | -11/+16 |
* | Cylinder group bitmaps and blocks containing inode for a snapshot | kib | 2007-01-23 | 1 | -0/+7 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -8/+11 |
* | Implement vnode operations for setting and removing extended attributes. | rodrigc | 2006-06-11 | 1 | -1/+95 |