summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Use M_WAITOK in sf_buf_init().glebius2014-08-111-2/+1
* Provide sf_buf_ref() to optimize refcounting of already allocatedglebius2014-08-112-2/+17
* Split up sys_ktimer_getoverrun() into a sys_ and a kern_ variantbz2014-08-071-2/+9
* Temporary revert r269661, it looks like the patch isn't complete.ae2014-08-071-1/+1
* Use cpuset_setithread() to apply cpu mask to taskq threads.ae2014-08-071-1/+1
* Correct the problems with the ptrace(2) making the debuggee an orphan.kib2014-08-073-20/+50
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cglebius2014-08-051-0/+226
* Add support for multi-threading of soft updates.mckusick2014-08-041-1/+2
* Fix an overflow in getsockopt(). optval isn't big enough to holddavide2014-08-041-6/+6
* Partial revert of r262867.peter2014-08-031-1/+1
* vn_path_to_global_path: update comment.pluknet2014-08-031-1/+1
* Make the witness lock limit an option.imp2014-08-031-0/+2
* Remove Giant acquisition from the mount and unmount pathes.kib2014-08-033-65/+87
* In the shm_open() and shm_unlink() syscalls, export the path to KTR.rpaulo2014-08-011-2/+12
* Remove one-time use macros which check for the vnode lifecycle. More,kib2014-07-291-16/+25
* Simplify the expression, by removing redundand calculation.kib2014-07-291-1/+1
* For md(4), posix shm(3) and tmpfs(5), free swap space used by paged inkib2014-07-281-0/+1
* Unbreak the ABI by reverting r268494 until the compat shims are providedgahr2014-07-281-16/+7
* The accept filter code is not specific to the FreeBSD IPv4 network stack,marcel2014-07-262-9/+4
* Don't return ERESTART when the device is gone. In ttydev_leave() ERESTARTmarcel2014-07-261-4/+4
* Add error return to dumpsys(), and use it in doadump().gavin2014-07-251-2/+4
* Insert new threads at the end of the thread list in the processdeischen2014-07-251-1/+1
* Prepare fget_unlocked for reading fd table only once.mjg2014-07-232-8/+31
* Cosmetic changes to unp_internalizemjg2014-07-231-5/+4
* Use assignment instead of bcopy.glebius2014-07-181-1/+1
* Extend kqueue's EVFILT_TIMER by adding precision unit flags supportbapt2014-07-181-7/+34
* Deprecate m_act. Use m_nextpkt always.kevlo2014-07-171-1/+1
* Nuke the never-used RF_TIMESHARE feature, reducing the complexity of thetruckman2014-07-161-102/+10
* Check for the cross-device cross-link attempt in the VFS, instead ofkib2014-07-161-1/+9
* Followup to r268466.kib2014-07-151-28/+62
* Change the calculation of the kinfo_vmentry field kve_private_residentkib2014-07-151-1/+1
* Plug p_pptr null test in do_execve. It is always true.mjg2014-07-141-1/+1
* Manage struct sigacts refcnt with atomics instead of a mutex.mjg2014-07-141-10/+7
* Extract the code to put a filesystem into the suspended state (at thekib2014-07-141-0/+31
* In kern_linkat(), avoid passing doomed vnode to the VOP.kib2014-07-141-2/+8
* Generalize vn_get_ino() to allow filesystems to use custom vnodekib2014-07-141-4/+27
* Make bind(2) and connect(2) return EAFNOSUPPORT for AF_UNIX on wrongkevlo2014-07-141-0/+6
* Clear nonblock and async on devctl close instaed of open.mjg2014-07-121-2/+2
* Improve reference counting of EXT_SFBUF pages attached to mbufs.glebius2014-07-113-64/+88
* Fix style bug: rename the refcount field of m_ext to ext_cnt, to matchglebius2014-07-112-18/+18
* All mbuf external free functions never fail, so let them be void.glebius2014-07-113-12/+7
* Eliminate plim and vtmp local vars in exit1.mjg2014-07-101-6/+3
* Don't make a temporary copy of fixed sysctl strings.mjg2014-07-101-6/+13
* Don't zero fd_nfiles during fdp destruction.mjg2014-07-101-2/+0
* Avoid relocking filedesc lock when closing fds during fdp destruction.mjg2014-07-101-17/+33
* Implement Short/Small String Optimization in SBUF(9) and change lengths andgahr2014-07-101-7/+16
* Unconditionally initialize addr to handle the case of changed mapkib2014-07-101-0/+1
* Current code in sysctl proc.vmmap, which intent is to calculate thekib2014-07-091-34/+51
* Don't leave the padding between the msg header and the cmsg data,delphij2014-07-081-0/+5
* Correct the problem reported by test16 fromkib2014-07-081-1/+9
OpenPOWER on IntegriCloud