summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_mqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Use the new PR_METHOD_REMOVE to clean up jail handling in POSIXjamie2016-04-251-72/+12
* Clean up some style(9) violations.jamie2016-04-141-1/+3
* Separate POSIX mqueue objects in jails; actually, separate them by thejamie2016-04-131-6/+119
* fd: remove filedesc argument from fdclosemjg2015-04-111-1/+1
* Avoid dynamic syscall overhead for statically compiled modules.mjg2014-10-261-2/+2
* Add a new fo_fill_kinfo fileops method to add type-specific information tojhb2014-09-221-0/+10
* Fix various issues with invalid file operations:jhb2014-09-121-34/+5
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Replace CAP_POLL_EVENT and CAP_POST_EVENT capability rights (which I hadpjd2013-11-151-2/+2
* Fix !CAPABILITIES build.glebius2013-09-051-0/+2
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-7/+18
* Disallow opening a POSIX message queue for execute.jilles2013-08-181-2/+2
* Make sendfile() a method in the struct fileops. Currently onlyglebius2013-08-151-1/+2
* Wrap kmq_notify(2) for compat32 to properly consume struct sigevent32kib2013-07-211-24/+59
* mqueue,ksem,shm: Fix race condition with setting UF_EXCLOSE.jilles2013-04-071-5/+1
* Merge Capsicum overhaul:pjd2013-03-021-3/+6
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-1/+0
* Fix freebsd32_kmq_timedreceive() and freebsd32_kmq_timedsend() to usepjd2012-09-251-2/+2
* Remove unused thread argument to vrecycle().trasz2012-04-231-2/+2
* Use strchr() and strrchr().ed2012-01-021-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-8/+8
* Fix a deficiency in the selinfo interface:attilio2011-08-251-0/+2
* Add the fo_chown and fo_chmod methods to struct fileops and use themkib2011-08-161-0/+49
* Rename CAP_*_KEVENT to CAP_*_EVENT.jonathan2011-08-121-2/+2
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-8/+20
* After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9)kib2011-04-011-1/+1
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/netchild2011-02-251-0/+2
* Create a global thread hash table to speed up thread lookup, usedavidxu2010-10-091-3/+11
* Use ISO C99 integer types in sys/kern where possible.ed2010-06-211-1/+1
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-281-4/+4
* Implement compat32 shims for mqueuefs.kib2010-03-191-62/+303
* Use C99 initialization for struct filterops.rwatson2009-09-121-4/+10
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Usekib2009-06-101-2/+2
* Fix r193923 by noting that type of a_fp is struct file *, not int.kib2009-06-101-1/+1
* s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_argskib2009-06-101-1/+1
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-5/+6
* Fix matching of message queues by name.ed2008-11-281-1/+2
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-6/+6
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-4/+4
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfskib2008-09-201-1/+0
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().kib2008-09-201-1/+1
* Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don'tkib2008-09-201-1/+0
* Fix LOR between vnode lock and internal mqueue locks.davidxu2008-09-051-41/+72
* Fix lock name conflict.davidxu2008-09-051-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-8/+8
* - Use vget() to lock the vnode rather than refing without a lock andjeff2008-03-291-6/+3
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-4/+3
* Make ftruncate a 'struct file' operation rather than a vnode operation.jhb2008-01-071-0/+9
OpenPOWER on IntegriCloud