summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Move the nvlist source and private includes from sys/kern to seperateoshogbo2015-07-043-2677/+0
* vfs: use shared vnode locking when looking up ".." in vop_stdvptocnpmjg2015-07-041-5/+5
* fd: de-k&r-ify functions + some whitespace fixesmjg2015-07-041-26/+21
* sysctl: get rid of sysctl_lock/unlockmjg2015-07-041-22/+10
* sysctl: remove a debugging printf which crept in with r285125mjg2015-07-041-1/+1
* sysctl: switch sysctllock to a sleepable rmlockmjg2015-07-043-98/+108
* sysvshm: fix up some whitespace issues and spurious initialisationmjg2015-07-021-25/+21
* sysvshm: don't lock proc when calculating attach_vamjg2015-07-021-3/+1
* sysvshm: fix shmreallocmjg2015-07-021-3/+3
* Vnode is not referenced by the vfs_domount() at the point wherekib2015-07-021-3/+0
* Fix leak in tcp_lro_rx. Simply clearing M_PKTHDR isn't enough, any tagsnp2015-06-301-5/+13
* Huge cleanup of random(4) code.markm2015-06-303-19/+26
* Do not calculate the stack's bottom address twice.kib2015-06-301-1/+1
* Ansify another function. This is the last in the file, I hope.markm2015-06-281-2/+1
* ANSIfy the only function that uses K&R definition in this file.markm2015-06-281-2/+1
* Handle errors from background write of the cylinder group blocks.kib2015-06-271-1/+21
* Un-static cpuset_which() - it's useful in other contexts, such as someadrian2015-06-261-1/+1
* rlimit: deduplicate code in chg* functionsmjg2015-06-251-46/+27
* At the suggestion of jhb, replace atomic_set/clear calls with use ofsbruno2015-06-241-8/+8
* zero this struct as it depends upon it...jmg2015-06-231-1/+1
* Only take previous buffer queue lock (olock) when needed for REMFREEkib2015-06-231-7/+9
* Make imgact_binmisc_exec() static.sbruno2015-06-221-4/+1
* Remove uneeded NULL check since malloc the malloc is now M_WAITOKsbruno2015-06-191-4/+0
* Must have one of either M_WAITOK or M_NOWAIT, read the man page bruno.sbruno2015-06-191-1/+1
* Feedback from commit r284535sbruno2015-06-191-3/+2
* This change replaces the mutex with a sx lock for the interpreter list tosbruno2015-06-181-40/+40
* Initialise pr_enforce_statfs from the "default" sysctl value andbz2015-06-171-1/+1
* vfs_msync(), called from syncer vnode fsync VOP, only iterates overkib2015-06-171-19/+27
* Use nitems() macro instead of __arraycount()pfg2015-06-161-3/+2
* Replace struct filedesc argument in getvnode with struct threadmjg2015-06-163-26/+20
* fd: make rights a mandatory argument to fget_unlockedmjg2015-06-161-6/+5
* fd: don't unnecessary copy capabilities in _fgetmjg2015-06-161-5/+3
* fd: reduce excessive zeroing on fd closemjg2015-06-141-5/+3
* fd: move out actual fp installation to _finstallmjg2015-06-142-21/+28
* nit: Rename racct_alloc_resource to racct_adjust_resource.jlh2015-06-141-12/+12
* Make KPI of vm_pager_get_pages() more strict: if a pager changes a pageglebius2015-06-123-25/+9
* several lockstat improvementsavg2015-06-123-38/+103
* ussreq: use saved fdp pointer insted of td->td_proc->p_fdmjg2015-06-121-1/+1
* Tweaks for r284178:kib2015-06-111-3/+2
* Fixup the build after r284215.mjg2015-06-101-2/+2
* Implement lockless resource limits.mjg2015-06-1017-75/+97
* Generalised support for copy-on-write structures shared by threads.mjg2015-06-109-17/+60
* fd: remove fdesc_mtxmjg2015-06-101-4/+0
* fd: use atomics to manage fd_refcnt and fd_holcntmjg2015-06-101-27/+25
* Add support for reading MAM attributes to camcontrol(8) and libcam(3).ken2015-06-091-0/+63
* When updating/accessing the timehands, barriers are needed to ensurekib2015-06-091-41/+69
* Revert r284153, as I believe it breaks the dtrace sdt module. I willjhb2015-06-081-31/+13
* Add user facing errors for exceeding process memory limitsemaste2015-06-081-10/+24
* Add an internal "locked" variant of linker_file_lookup_set() and changejhb2015-06-081-13/+31
* witness: don't warn about matrix inconsistencies without holding the mutexmarkj2015-06-071-4/+13
OpenPOWER on IntegriCloud