aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Grammar fixes for r347690.Konstantin Belousov2019-05-171-3/+3
* Instead of individual conditional statements to look for each hypervisorStephen J. Kiernan2019-05-171-0/+1
* amd64 pmap: rework delayed invalidation, removing global mutex.Konstantin Belousov2019-05-161-1/+1
* subr_turnstile: Extract some common code to a helper.Konstantin Belousov2019-05-161-15/+22
* imgact_elf.c: Add comment explaining the malloc/VOP_UNLOCK() danceKonstantin Belousov2019-05-161-0/+10
* Remove bpf interface lock, it is no longer exist.Andrey V. Elsukov2019-05-141-1/+0
* Revert r346292 (permit_nonrandom_stackcookies)Conrad Meyer2019-05-131-48/+3
* cache: fix a brainfart in r347505Mateusz Guzik2019-05-121-1/+3
* cache: bump numcache on entry, while here fix lnumcache typeMateusz Guzik2019-05-121-3/+3
* cache: push sdt probes in cache_zap_locked to code doing the workMateusz Guzik2019-05-121-6/+3
* A new parameter to blist_alloc specifies an upper bound on the size ofDoug Moore2019-05-111-59/+78
* When bitpos can't be implemented with an inline ffs* instruction,Doug Moore2019-05-111-26/+35
* Revert r347469.Doug Moore2019-05-111-40/+31
* Don't use _Generic, as many systems don't know about it. Go back to a lo-tec...Doug Moore2019-05-101-8/+8
* When bitpos can't be implemented with an inline ffs* instruction,Doug Moore2019-05-101-31/+40
* Add a (q)uit option to the subr_blist test program.Doug Moore2019-05-101-1/+6
* Replace the expression "-mask & ~mask" with a function call that doesDoug Moore2019-05-101-1/+14
* blist_next_leaf_alloc walks over all the meta-nodes between one leafDoug Moore2019-05-101-8/+8
* Replace panic() with KASSERT() and provide more useful information when failu...Doug Moore2019-05-101-27/+16
* Bind TCP HPTS (pacer) threads to NUMA domainsAndrew Gallatin2019-05-101-0/+19
* Reduce umtx-related work on exec and exitMateusz Guzik2019-05-083-13/+59
* make sysent after r347228Ed Maste2019-05-073-3/+3
* device_printf: Use sbuf for more coherent prints on SMPConrad Meyer2019-05-073-10/+62
* makesyscalls: use @generated tag in generated filesEd Maste2019-05-071-6/+9
* Simplify the test against maxproc in fork1().Mark Johnston2019-05-071-11/+13
* The intention of the blist cursor is for the search for free blocks toDoug Moore2019-05-061-4/+5
* List-ify kernel dump device configurationConrad Meyer2019-05-061-57/+189
* Switch to use shared vnode locks for text files during image activation.Konstantin Belousov2019-05-057-166/+150
* imgact_elf: do not relock the text vnode if possible.Konstantin Belousov2019-05-051-7/+18
* x86: Implement MWAIT support for stopping a CPUConrad Meyer2019-05-041-13/+39
* sysv: get rid of fork/exit hooks if the code is compiled inMateusz Guzik2019-05-042-0/+18
* Annotate nprocs with __exclusive_cache_lineMateusz Guzik2019-05-041-1/+1
* Disallow excessively small times of day in clock_settime(2).Mark Johnston2019-05-031-1/+3
* Stop checking TD_IDLETHREAD() in buffer cache routines.Mark Johnston2019-04-291-27/+21
* [skip ci] fix typo in comment from r59840Alan Somers2019-04-261-1/+1
* make sysent after r346273 (readlinkat arg correction)Ed Maste2019-04-261-1/+1
* Remove p_code from struct proc.John Baldwin2019-04-252-8/+6
* Track TCP connection's NUMA domain in the inpcbAndrew Gallatin2019-04-251-0/+3
* When parsing command line stuff, treat tabs and spaces the same.Warner Losh2019-04-181-2/+2
* stack_protector: Add tunable to bypass random cookiesConrad Meyer2019-04-161-3/+48
* correct readlinkat(2) return typeEd Maste2019-04-161-1/+1
* random(4): Block read_random(9) on initial seedingConrad Meyer2019-04-151-9/+2
* Fix the NFSv4 client to safely find processes.Rick Macklem2019-04-151-1/+47
* Remove unneeded conditionals for sv_ functions - all the ABIsEdward Tomasz Napierala2019-04-121-18/+5
* Use shared vnode locks for the ELF interpreter.Edward Tomasz Napierala2019-04-111-8/+26
* fix cache_lookup's documentationAlan Somers2019-04-101-18/+37
* Improve vnode lock assertions.Edward Tomasz Napierala2019-04-101-2/+3
* Add vn_fsync_buf().Konstantin Belousov2019-04-092-96/+97
* Factor out section loading into a separate function.Edward Tomasz Napierala2019-04-091-54/+62
* Refactor ELF interpreter loading into a separate function.Edward Tomasz Napierala2019-04-081-34/+41