aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Correct ELF header parsing code to prevent invalid ELF sections fromGordon Tetlow2018-09-122-1/+9
* Rename hardclock_cnt() to hardclock() and remove the old implementation.Mark Johnston2018-09-062-93/+6
* Correct the condition under which we allocate a terminator node.Mark Johnston2018-09-051-5/+9
* Add amd64 mdthread fields needed for the upcoming EFI RT exceptionKonstantin Belousov2018-09-021-1/+1
* Improve error messages from clock_if.m method failures.Konstantin Belousov2018-09-021-1/+4
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-262-14/+7
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-252-2/+2
* Add a new device flag: DF_ATTACHED_ONCEWarner Losh2018-08-231-0/+1
* Create devctl freeze/thaw.Warner Losh2018-08-231-4/+84
* devstat(9): Constify function parameters that can be constConrad Meyer2018-08-231-6/+6
* KASSERT: Make runtime optionality optionalConrad Meyer2018-08-221-10/+19
* Prepare the kernel linker to handle PC-relative ifunc relocations.Mark Johnston2018-08-222-95/+75
* Add SOL_SOCKET level socket option with name SO_DOMAIN to getMichael Tuexen2018-08-211-0/+4
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-201-2/+2
* res_find: Fix fallback logicKyle Evans2018-08-181-21/+28
* Regen after r337998.Xin LI2018-08-181-1/+1
* getrandom(2) should not be restricted in capability mode.Xin LI2018-08-181-0/+5
* Typo.Mark Johnston2018-08-171-1/+1
* Add INVARIANTS-only fences around lockless vnode refcount updates.Mark Johnston2018-08-171-0/+20
* capsicum: allow the setproctitle(3) function in capability modeMariusz Zaborski2018-08-171-1/+1
* subr_prf: Don't write kern.boot_tag if it's emptyKyle Evans2018-08-171-1/+1
* Revert r337922, except for some documention-only bits. This needs to waitJamie Gritton2018-08-165-98/+82
* Put jail(2) under COMPAT_FREEBSD11. It has been the "old" way of creatingJamie Gritton2018-08-165-82/+98
* In the help message at the mountroot prompt, suggest something thatEdward Tomasz Napierala2018-08-151-1/+1
* Eliminate a redundant assignment.Alan Cox2018-08-111-1/+0
* subr_prf: remove think-o that had returned to local patchKyle Evans2018-08-101-2/+1
* boot tagging: minor fixesKyle Evans2018-08-101-2/+6
* subr_prf: style(9) the sizeofKyle Evans2018-08-091-1/+1
* subr_prf: Use "sizeof current_boot_tag" insteadKyle Evans2018-08-091-1/+1
* BOOT_TAG: Make a config(5) option, expose as sysctl and loader tunableKyle Evans2018-08-091-1/+17
* msgbuf: Light detailing (const'ify and bool'itize)Kyle Evans2018-08-092-3/+3
* [ppc] Fix kernel panic when using BOOTP_NFSROOTLeandro Lupori2018-08-091-0/+18
* epoch_block_wait: don't check TD_RUNNINGMatt Macy2018-08-091-12/+26
* kern: Add a BOOT_TAG marker at the beginning of boot dmesgKyle Evans2018-08-091-0/+1
* Followup to r337430: only call elf_reloc_ifunc on x86.Konstantin Belousov2018-08-071-0/+8
* Add missed handling of local relocs against ifunc target in the obj modules.Konstantin Belousov2018-08-071-11/+33
* Improve handling of control message truncation.Mark Johnston2018-08-072-21/+72
* Swap in WKILLED processes.Konstantin Belousov2018-08-042-2/+19
* Don't check rcv sockbuf limits when sending on a unix stream socket.Mark Johnston2018-08-042-27/+17
* Style.Mark Johnston2018-08-041-19/+18
* safer wait-free iteration of shared interrupt handlersAndriy Gapon2018-08-031-28/+65
* Fix LOCAL_PEERCRED with socketpair(2)Alan Somers2018-08-032-17/+33
* fix a typo resulting in a wrong variable in kern_syscall_deregisterAndriy Gapon2018-08-021-1/+1
* Remove a redundant check.Mark Johnston2018-07-301-2/+0
* Make timespecadd(3) and friends publicAlan Somers2018-07-307-27/+23
* Ensure the DPCPU and VNET module spaces are aligned to hold a pointer.Andrew Turner2018-07-301-1/+1
* Correct copyright dates.David E. O'Brien2018-07-301-1/+1
* Add allow.mlock to jail parametersAntoine Brodin2018-07-291-0/+14
* Fix the long term ULE load balancer so that it actually works. TheDon Lewis2018-07-291-5/+2
* Allow a EVFILT_TIMER kevent to be updated.David Bright2018-07-271-10/+106