aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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-23/+30
* 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
* change interrupt event's list of handlers from TAILQ to CK_SLISTAndriy Gapon2018-07-231-45/+51
* Raise the size of L3 table for early devmap on arm64Emmanuel Vadot2018-07-191-2/+2
* Delete an XXX comment addressed by r336505.Mark Johnston2018-07-191-1/+0
* Have preload_delete_name() free pages backing preloaded data.Mark Johnston2018-07-191-9/+25
* Provide the full module path to preload_delete_name().Mark Johnston2018-07-192-4/+4
* When reporting an error, print the errno value.Konstantin Belousov2018-07-191-1/+2
* kern_cpu: When adding abs frequency allow for unordered insertionEmmanuel Vadot2018-07-191-2/+14
* Add a FALLTHROUGH comment to kvprintf().Mark Johnston2018-07-171-0/+1
* Extend amount of possible coredumps from 10 to 100000 when using index format.Mariusz Zaborski2018-07-151-13/+23
* lockmgr: tidy up slock/sunlock similar to other locksMateusz Guzik2018-07-131-29/+22
* There's two files in the sys tree named inflate.c, in additionWarner Losh2018-07-131-0/+0
* Create helper functions for parsing boot args.Warner Losh2018-07-131-0/+223