aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add missing include of sys/boot.hWarner Losh2019-06-241-0/+1
* Move to using a common kernel path between the boot / laoder bits andWarner Losh2019-06-241-1/+1
* Switch to check for effective user id in r349320, and disable dumpingKonstantin Belousov2019-06-231-5/+13
* coredump: avoid writing to core files not owned by the real user.Konstantin Belousov2019-06-231-2/+3
* fcntl: fix overflow when setting F_READAHEADAlan Somers2019-06-203-3/+6
* Add FIOBMAP2 ioctlAlan Somers2019-06-201-0/+22
* Add a VOP_BMAP(9) man pageAlan Somers2019-06-201-1/+7
* Add wakeup_any(), cheaper wakeup_one() for taskqueue(9).Alexander Motin2019-06-203-12/+44
* Use sbuf_cat() in GEOM confxml generation.Alexander Motin2019-06-191-1/+1
* Fix typo in r349178.Alexander Motin2019-06-191-1/+1
* Optimize kern.geom.conf* sysctls.Alexander Motin2019-06-182-17/+18
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-171-0/+1
* Update td_runtime of running thread on each statclock().Alexander Motin2019-06-141-0/+12
* Some devices take undesired actions when RTS and DTR areStephen Hurd2019-06-121-2/+3
* Make the warning intervals for deprecated crypto algorithms tunable.John Baldwin2019-06-111-0/+23
* Trim an extra space.John Baldwin2019-06-111-1/+1
* Fix dpcpu and vnet panics with complex types at the end of the section.Bjoern A. Zeeb2019-06-081-0/+48
* Add a testing facility to manually reclaim a vnodeAlan Somers2019-06-061-0/+88
* style(9) / tidying for r348611Ed Maste2019-06-041-12/+12
* Expose the kernel's build-ID through sysctlEd Maste2019-06-041-0/+48
* Warn about deprecated features on all major OS versions.John Baldwin2019-06-031-2/+2
* Remove dead check.Konstantin Belousov2019-06-031-5/+0
* makesyscalls.sh: always use absolute path for syscalls.confBrooks Davis2019-05-301-1/+1
* Remove wrong inline keyword.Dmitry Chagin2019-05-301-1/+1
* Remove TODO comment after posixshmcontrol(1) added.Konstantin Belousov2019-05-301-10/+4
* Silence witness warning about duplicated mutex type.Konstantin Belousov2019-05-301-1/+1
* Complete LOCAL_PEERCRED support. Cache pid of the remote process in theDmitry Chagin2019-05-302-4/+12
* Do not go into sleep in sleepq_catch_signals() when SIGSTOP fromKonstantin Belousov2019-05-292-1/+22
* Teach the kernel KUBSAN runtime about alignment_assumptionAndrew Turner2019-05-281-0/+55
* kern/CTF: link_elf_ctf_get() on big endian platformsJustin Hibbits2019-05-271-1/+5
* Disable intr_storm_threshold mechanism by defaultConrad Meyer2019-05-241-1/+1
* Restructure mbuf send tags to provide stronger guarantees.John Baldwin2019-05-242-2/+49
* Remove "struct ucred*" argument from vtruncbufAlan Somers2019-05-241-3/+3
* EKCD: Add Chacha20 encryption modeConrad Meyer2019-05-231-6/+25
* Add a kern.ipc.posix_shm_list sysctl.Konstantin Belousov2019-05-231-11/+67
* Report ref count of the backing object as st_nlink for posix shm fd.Konstantin Belousov2019-05-231-0/+1
* Make pack_kinfo() available for external callers.Konstantin Belousov2019-05-231-1/+1
* mqueuefs: Do not allow manipulation of the pseudo-dirents "." and ".."Conrad Meyer2019-05-211-0/+8
* Include ktr.h in more compilation unitsConrad Meyer2019-05-218-0/+8
* NDFREE(): Fix unlocking for LOCKPARENT|LOCKLEAF and ndp->ni_dvp == ndp->ni_vp.Konstantin Belousov2019-05-211-4/+4
* The older detection methods (smbios.bios.vendor and smbios.system.product)Stephen J. Kiernan2019-05-211-9/+10
* kcov depends on eventhandler.h.Mark Johnston2019-05-201-0/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-2012-18/+11
* Fix rw->ro remount when there is a text vnode mapping.Konstantin Belousov2019-05-191-1/+1
* Update the DIAGNOSTIC-only vmem_check_sanity() after r347949.Mark Johnston2019-05-181-0/+10
* Implement the M_NEXTFIT allocation strategy for vmem(9).Mark Johnston2019-05-181-64/+202
* 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