| Commit message (Expand) | Author | Age | Files | Lines |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -1/+1 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -4/+3 |
* | Make ftruncate a 'struct file' operation rather than a vnode operation. | jhb | 2008-01-07 | 1 | -0/+9 |
* | Remove explicit locking of struct file. | jeff | 2007-12-30 | 1 | -12/+11 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 1 | -6/+3 |
* | Remove duplicate includes. | cognet | 2007-05-23 | 1 | -1/+0 |
* | Remove now-obsolete comment regarding mqueue privileges in jail. | rwatson | 2007-04-11 | 1 | -4/+0 |
* | Do allow POSIX mqueue unlink privilege inside a jail, as we all all | rwatson | 2007-04-10 | 1 | -1/+2 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | rwatson | 2007-04-04 | 1 | -11/+10 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 1 | -1/+6 |
* | Further system call comment cleanup: | rwatson | 2007-03-05 | 1 | -15/+3 |
* | Merge posix4/* into normal kernel hierarchy. | trhodes | 2006-11-11 | 1 | -1/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -4/+16 |
* | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | tegge | 2006-09-26 | 1 | -0/+2 |
* | Change msleep() and tsleep() to not alter the calling thread's priority | jhb | 2006-04-17 | 1 | -2/+2 |
* | Let kernel POSIX timer code and mqueue code to use integer as a resource | davidxu | 2006-03-01 | 1 | -12/+12 |
* | Abstract function mqfs_create_node() to create a mqueue node. | davidxu | 2006-02-22 | 1 | -67/+76 |
* | Replace selwakeuppri with selwakeup, let scheduler figure out | davidxu | 2005-12-16 | 1 | -4/+4 |
* | Stop fiddling thread priority with msleep, eliminating unnecessary | davidxu | 2005-12-12 | 1 | -2/+2 |
* | Comment out mqfs_create_link. Inline some small functions. | davidxu | 2005-12-09 | 1 | -4/+4 |
* | o Turn on MPSAFE flag for mqueuefs. | davidxu | 2005-12-06 | 1 | -4/+3 |
* | After reading some documents, I realized SIGEV_NONE != NULL, also | davidxu | 2005-12-05 | 1 | -6/+8 |
* | Handle SIGEV_NONE, if notification is SIGEV_NONE, error status and | davidxu | 2005-12-05 | 1 | -3/+4 |
* | 1. Cleanup including. | davidxu | 2005-12-02 | 1 | -5/+4 |
* | 1. Check if message priority is less than MQ_PRIO_MAX. | davidxu | 2005-12-02 | 1 | -3/+4 |
* | Last step to make mq_notify conform to POSIX standard, If the process | davidxu | 2005-11-30 | 1 | -106/+219 |
* | Fix a stupid compiler warining, remove a redundant line. | davidxu | 2005-11-27 | 1 | -1/+1 |
* | Change filesystem name from mqueue to mqueuefs for style consistent. | davidxu | 2005-11-27 | 1 | -2/+2 |
* | Bring in experimental kernel support for POSIX message queue. | davidxu | 2005-11-26 | 1 | -0/+2358 |