| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use | Konstantin Belousov | 2009-06-10 | 1 | -2/+2 |
| * | Fix r193923 by noting that type of a_fp is struct file *, not int. | Konstantin Belousov | 2009-06-10 | 1 | -1/+1 |
| * | s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_args | Konstantin Belousov | 2009-06-10 | 1 | -1/+1 |
| * | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao | 2009-05-11 | 1 | -5/+6 |
| * | Fix matching of message queues by name. | Ed Schouten | 2008-11-28 | 1 | -1/+2 |
| * | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | Edward Tomasz Napierala | 2008-10-28 | 1 | -6/+6 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -4/+4 |
| * | fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs | Konstantin Belousov | 2008-09-20 | 1 | -1/+0 |
| * | Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR(). | Konstantin Belousov | 2008-09-20 | 1 | -1/+1 |
| * | Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don't | Konstantin Belousov | 2008-09-20 | 1 | -1/+0 |
| * | Fix LOR between vnode lock and internal mqueue locks. | David Xu | 2008-09-05 | 1 | -41/+72 |
| * | Fix lock name conflict. | David Xu | 2008-09-05 | 1 | -1/+1 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -8/+8 |
| * | - Use vget() to lock the vnode rather than refing without a lock and | Jeff Roberson | 2008-03-29 | 1 | -6/+3 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 1 | -1/+1 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -4/+3 |
| * | Make ftruncate a 'struct file' operation rather than a vnode operation. | John Baldwin | 2008-01-07 | 1 | -0/+9 |
| * | Remove explicit locking of struct file. | Jeff Roberson | 2007-12-30 | 1 | -12/+11 |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 1 | -6/+3 |
| * | Remove duplicate includes. | Olivier Houchard | 2007-05-23 | 1 | -1/+0 |
| * | Remove now-obsolete comment regarding mqueue privileges in jail. | Robert Watson | 2007-04-11 | 1 | -4/+0 |
| * | Do allow POSIX mqueue unlink privilege inside a jail, as we all all | Robert Watson | 2007-04-10 | 1 | -1/+2 |
| * | Replace custom file descriptor array sleep lock constructed using a mutex | Robert Watson | 2007-04-04 | 1 | -11/+10 |
| * | Make insmntque() externally visibile and allow it to fail (e.g. during | Tor Egge | 2007-03-13 | 1 | -1/+6 |
| * | Further system call comment cleanup: | Robert Watson | 2007-03-05 | 1 | -15/+3 |
| * | Merge posix4/* into normal kernel hierarchy. | Tom Rhodes | 2006-11-11 | 1 | -1/+1 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -4/+16 |
| * | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | Tor Egge | 2006-09-26 | 1 | -0/+2 |
| * | Change msleep() and tsleep() to not alter the calling thread's priority | John Baldwin | 2006-04-17 | 1 | -2/+2 |
| * | Let kernel POSIX timer code and mqueue code to use integer as a resource | David Xu | 2006-03-01 | 1 | -12/+12 |
| * | Abstract function mqfs_create_node() to create a mqueue node. | David Xu | 2006-02-22 | 1 | -67/+76 |
| * | Replace selwakeuppri with selwakeup, let scheduler figure out | David Xu | 2005-12-16 | 1 | -4/+4 |
| * | Stop fiddling thread priority with msleep, eliminating unnecessary | David Xu | 2005-12-12 | 1 | -2/+2 |
| * | Comment out mqfs_create_link. Inline some small functions. | David Xu | 2005-12-09 | 1 | -4/+4 |
| * | o Turn on MPSAFE flag for mqueuefs. | David Xu | 2005-12-06 | 1 | -4/+3 |
| * | After reading some documents, I realized SIGEV_NONE != NULL, also | David Xu | 2005-12-05 | 1 | -6/+8 |
| * | Handle SIGEV_NONE, if notification is SIGEV_NONE, error status and | David Xu | 2005-12-05 | 1 | -3/+4 |
| * | 1. Cleanup including. | David Xu | 2005-12-02 | 1 | -5/+4 |
| * | 1. Check if message priority is less than MQ_PRIO_MAX. | David Xu | 2005-12-02 | 1 | -3/+4 |
| * | Last step to make mq_notify conform to POSIX standard, If the process | David Xu | 2005-11-30 | 1 | -106/+219 |
| * | Fix a stupid compiler warining, remove a redundant line. | David Xu | 2005-11-27 | 1 | -1/+1 |
| * | Change filesystem name from mqueue to mqueuefs for style consistent. | David Xu | 2005-11-27 | 1 | -2/+2 |
| * | Bring in experimental kernel support for POSIX message queue. | David Xu | 2005-11-26 | 1 | -0/+2358 |