summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Provide m_catpkt(), a wrapper around m_cat() that deals with M_PKTHDR mbufs.glebius2014-09-041-0/+16
* Plug a hypothetical use after free in sysctl kern.proc.groups.mjg2014-09-041-2/+2
* Add KASSERTs to catch the case where a developer may have forgotten tobenno2014-09-041-0/+2
* Style.kib2014-09-031-2/+2
* Retire thread_unthread(), it has only one caller. Update comment inkib2014-09-031-18/+5
* Right now, thread_single(SINGLE_EXIT) returns after the p_numthreadskib2014-09-031-5/+14
* Fix dereference after NULL check.glebius2014-09-031-3/+4
* Fix up proc_realparent to always return correct process.mjg2014-09-031-2/+6
* Automatically prefault a limited number of mappings to resident pages inalc2014-08-311-3/+3
* Add missing proctree locking to fill_kinfo_proc consumers.mjg2014-08-301-0/+2
* Rename shm_dict_init to shm_init to fix a compiler warning.andreast2014-08-291-1/+1
* Use a unit number allocator to provide suitable st_dev and st_ino valuesjhb2014-08-291-2/+19
* Add function and wrapper to switch lockmgr and vnode lock back tokib2014-08-291-0/+8
* Return real parent pid in kinfo (used by e.g. ps)mjg2014-08-281-4/+13
* vt(4): Add cngrab() and cnungrab() callbacksdumbbell2014-08-271-0/+4
* - Remove socket file operations declaration from sys/file.h.glebius2014-08-263-18/+24
* Fix up races with f_seqcount handling.mjg2014-08-262-17/+15
* Revert the handling of all siginfo sa_flags except SA_SIGINFO to thekib2014-08-241-8/+8
* Plug a memory leak in case of failed lookups in capability mode.mjg2014-08-241-25/+16
* Use refcount_init in sigacts_alloc.mjg2014-08-241-1/+1
* Fix getppid for traced processes.mjg2014-08-241-6/+23
* Properly reparent traced processes when the tracer dies.mjg2014-08-241-11/+22
* Restore pre-r239157 handling of sched_yield(), when thread time slice wasmav2014-08-232-2/+4
* In do_lock_pi(), do not override error from umtxq_sleep_pi() whenkib2014-08-221-2/+4
* Ensure that sigaction flags for signal, which disposition is reset tokib2014-08-221-33/+44
* Check the validity of struct sigaction sa_flags value, reject unknownkib2014-08-221-0/+4
* Fix a panic which occurs in a VIMAGE-enabled kernel after r270158, andhrs2014-08-221-5/+35
* For vendors like Juniper, extensibility for sockets is important. Amarcel2014-08-181-6/+85
* Expand the elf brandelf infrastructure to give access to the whole ELFimp2014-08-181-0/+13
* Bring in the new automounter, similar to what's provided in most othertrasz2014-08-171-0/+4
* Correct the order of arguments passed to LIST_INSERT_AFTER().markj2014-08-151-2/+2
* Add a new loader tunable, vm.kmem_zmax which allows a system administratordelphij2014-08-141-2/+9
* Re-instate UMA cached backend for 4K - 64K allocations. New consumersdelphij2014-08-141-12/+1
* If vm_page_grab() allocates a new page, the page is not inserted intokib2014-08-132-6/+7
* Move KASSERT into locked region.glebius2014-08-111-2/+1
* 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
OpenPOWER on IntegriCloud