| Commit message (Expand) | Author | Age | Files | Lines |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -8/+8 |
* | Fix a deficiency in the selinfo interface: | attilio | 2011-08-25 | 1 | -0/+2 |
* | Add the fo_chown and fo_chmod methods to struct fileops and use them | kib | 2011-08-16 | 1 | -0/+49 |
* | Rename CAP_*_KEVENT to CAP_*_EVENT. | jonathan | 2011-08-12 | 1 | -2/+2 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 1 | -8/+20 |
* | After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9) | kib | 2011-04-01 | 1 | -1/+1 |
* | Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ | netchild | 2011-02-25 | 1 | -0/+2 |
* | Create a global thread hash table to speed up thread lookup, use | davidxu | 2010-10-09 | 1 | -3/+11 |
* | Use ISO C99 integer types in sys/kern where possible. | ed | 2010-06-21 | 1 | -1/+1 |
* | Rename st_*timespec fields to st_*tim for POSIX 2008 compliance. | ed | 2010-03-28 | 1 | -4/+4 |
* | Implement compat32 shims for mqueuefs. | kib | 2010-03-19 | 1 | -62/+303 |
* | Use C99 initialization for struct filterops. | rwatson | 2009-09-12 | 1 | -4/+10 |
* | Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use | kib | 2009-06-10 | 1 | -2/+2 |
* | 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 the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -5/+6 |
* | Fix matching of message queues by name. | ed | 2008-11-28 | 1 | -1/+2 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 1 | -6/+6 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -4/+4 |
* | fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs | kib | 2008-09-20 | 1 | -1/+0 |
* | Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR(). | kib | 2008-09-20 | 1 | -1/+1 |
* | Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don't | kib | 2008-09-20 | 1 | -1/+0 |
* | Fix LOR between vnode lock and internal mqueue locks. | davidxu | 2008-09-05 | 1 | -41/+72 |
* | Fix lock name conflict. | davidxu | 2008-09-05 | 1 | -1/+1 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -8/+8 |
* | - Use vget() to lock the vnode rather than refing without a lock and | jeff | 2008-03-29 | 1 | -6/+3 |
* | 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 |