aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* This change replaces the mutex with a sx lock for the interpreter list toSean Bruno2015-06-181-40/+40
* Initialise pr_enforce_statfs from the "default" sysctl value andBjoern A. Zeeb2015-06-171-1/+1
* vfs_msync(), called from syncer vnode fsync VOP, only iterates overKonstantin Belousov2015-06-171-19/+27
* Use nitems() macro instead of __arraycount()Pedro F. Giffuni2015-06-161-3/+2
* Replace struct filedesc argument in getvnode with struct threadMateusz Guzik2015-06-163-26/+20
* fd: make rights a mandatory argument to fget_unlockedMateusz Guzik2015-06-161-6/+5
* fd: don't unnecessary copy capabilities in _fgetMateusz Guzik2015-06-161-5/+3
* fd: reduce excessive zeroing on fd closeMateusz Guzik2015-06-141-5/+3
* fd: move out actual fp installation to _finstallMateusz Guzik2015-06-142-21/+28
* nit: Rename racct_alloc_resource to racct_adjust_resource.Jeremie Le Hen2015-06-141-12/+12
* Make KPI of vm_pager_get_pages() more strict: if a pager changes a pageGleb Smirnoff2015-06-123-25/+9
* several lockstat improvementsAndriy Gapon2015-06-123-38/+103
* ussreq: use saved fdp pointer insted of td->td_proc->p_fdMateusz Guzik2015-06-121-1/+1
* Tweaks for r284178:Konstantin Belousov2015-06-111-3/+2
* Fixup the build after r284215.Mateusz Guzik2015-06-101-2/+2
* Implement lockless resource limits.Mateusz Guzik2015-06-1017-75/+97
* Generalised support for copy-on-write structures shared by threads.Mateusz Guzik2015-06-109-17/+60
* fd: remove fdesc_mtxMateusz Guzik2015-06-101-4/+0
* fd: use atomics to manage fd_refcnt and fd_holcntMateusz Guzik2015-06-101-27/+25
* Add support for reading MAM attributes to camcontrol(8) and libcam(3).Kenneth D. Merry2015-06-091-0/+63
* When updating/accessing the timehands, barriers are needed to ensureKonstantin Belousov2015-06-091-41/+69
* Revert r284153, as I believe it breaks the dtrace sdt module. I willJohn Baldwin2015-06-081-31/+13
* Add user facing errors for exceeding process memory limitsEd Maste2015-06-081-10/+24
* Add an internal "locked" variant of linker_file_lookup_set() and changeJohn Baldwin2015-06-081-13/+31
* witness: don't warn about matrix inconsistencies without holding the mutexMark Johnston2015-06-071-4/+13
* Revert 284029, update imgact_binmisctl.c change mtx to reader count, at theSean Bruno2015-06-051-105/+44
* This change uses a reader count instead of holding the mutex for theSean Bruno2015-06-051-44/+105
* Add a new file operations hook for mmap operations. File type-specificJohn Baldwin2015-06-043-8/+132
* Provide vnode in memory map info for files on tmpfsEric van Gyzen2015-06-022-3/+19
* Clear p_stops when doing PT_DETACH.Xin LI2015-06-011-0/+1
* When delivering a signal with default disposition to the thread,Konstantin Belousov2015-05-291-3/+6
* Remove several write-only variables, all reported by the gcc 4.9Konstantin Belousov2015-05-294-11/+3
* Right now, dounmount() is called with unreferenced mount point.Konstantin Belousov2015-05-272-16/+17
* Add V_MNTREF flag to the vn_start_write(9) andKonstantin Belousov2015-05-271-12/+16
* Currently, softupdate code detects overstepping on the workitemsKonstantin Belousov2015-05-272-0/+13
* Do not allow a process to reap an orphan (a child currently beingJohn Baldwin2015-05-261-12/+15
* MFuser/delphij/zfs-arc-rebase@r281754:Xin LI2015-05-261-10/+9
* Add KTR tracing for some MI ptrace events.John Baldwin2015-05-254-1/+88
* For future use in the Linuxulator:Dmitry Chagin2015-05-241-9/+26
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-243-0/+11
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-24/+78
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-3/+16
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-10/+19
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-4/+10
* If thread requested to not stop on non-boundary, then not onlyKonstantin Belousov2015-05-231-5/+2
* Fix typo in symbol name. It helps to hit save in all your buffersWarner Losh2015-05-221-1/+1
* Export the eflags field from the elf header. This allows betterWarner Losh2015-05-221-0/+4
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-227-8/+8
* Expand ktr_mask to be a 64-bit unsigned integer.John Baldwin2015-05-221-12/+14
* Only reparent a traced process to its old parent if the tracing process isJohn Baldwin2015-05-221-2/+4