| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r281436 (by mjg@): | dchagin | 2017-07-15 | 1 | -1/+1 |
* | MFC r313909: | bdrewery | 2017-03-04 | 1 | -0/+2 |
* | MFC r308642: | kib | 2016-11-21 | 1 | -6/+5 |
* | Merge r263233 from HEAD to stable/10: | rwatson | 2015-03-19 | 1 | -1/+1 |
* | MFC r258148,r258149,r258150,r258152,r258153,r258154,r258181,r258182: | pjd | 2013-11-18 | 1 | -2/+2 |
* | Fix !CAPABILITIES build. | glebius | 2013-09-05 | 1 | -0/+2 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 1 | -7/+18 |
* | Disallow opening a POSIX message queue for execute. | jilles | 2013-08-18 | 1 | -2/+2 |
* | Make sendfile() a method in the struct fileops. Currently only | glebius | 2013-08-15 | 1 | -1/+2 |
* | Wrap kmq_notify(2) for compat32 to properly consume struct sigevent32 | kib | 2013-07-21 | 1 | -24/+59 |
* | mqueue,ksem,shm: Fix race condition with setting UF_EXCLOSE. | jilles | 2013-04-07 | 1 | -5/+1 |
* | Merge Capsicum overhaul: | pjd | 2013-03-02 | 1 | -3/+6 |
* | Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag. | attilio | 2012-11-09 | 1 | -1/+0 |
* | Fix freebsd32_kmq_timedreceive() and freebsd32_kmq_timedsend() to use | pjd | 2012-09-25 | 1 | -2/+2 |
* | Remove unused thread argument to vrecycle(). | trasz | 2012-04-23 | 1 | -2/+2 |
* | Use strchr() and strrchr(). | ed | 2012-01-02 | 1 | -2/+2 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | 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 |