aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Connect lib/libomp to the build.Dimitry Andric2019-03-161-1/+1
* amd64 KPTI: add control from procctl(2).Konstantin Belousov2019-03-162-0/+6
* amd64: Add md process flags and first P_MD_PTI flag.Konstantin Belousov2019-03-161-0/+1
* stack(9): Drop unused API mode and comment that referenced itConrad Meyer2019-03-152-5/+5
* Deanonymize thread and proc state enums, so that a userland app canGleb Smirnoff2019-03-152-3/+3
* Kill tz_minuteswest and tz_dsttime.Warner Losh2019-03-121-6/+0
* Try to improve comment for socket state bits.Bjoern A. Zeeb2019-03-091-7/+7
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-065-5/+0
* Show wiring state of map entries in procstat -v.Mark Johnston2019-03-051-0/+1
* Set tentative merge date, and bump __FreeBSD_version.Dimitry Andric2019-03-041-1/+1
* powerpc: Scale intrcnt by mp_ncpusJustin Hibbits2019-03-021-1/+1
* Remove sv_pagesize, originally introduced with r100384.Edward Tomasz Napierala2019-03-011-1/+0
* Remove references to pdwait4(2) and `CAP_PDWAIT` from rights(4)Enji Cooper2019-02-281-1/+6
* Rename seq to seqc to avoid namespace clashes with LinuxMateusz Guzik2019-02-272-41/+41
* Update a comment to reflect reality; no functional changes.Ian Lepore2019-02-261-1/+1
* Remove unintend change to capability.h from r344530Ed Maste2019-02-251-3/+3
* Make libifconfig INTERNALLIBEd Maste2019-02-251-3/+3
* Change seq_read to seq_load to avoid namespace conflicts with lkpiMatt Macy2019-02-231-1/+1
* lkpi: allow late binding of linux_alloc_currentMatt Macy2019-02-221-0/+7
* Add non-sleepable strdup variant strdup_flagsMatt Macy2019-02-201-0/+1
* Implement rangesets.Konstantin Belousov2019-02-202-0/+139
* Add an UPDATING entry for the removal of drm and drm2Warner Losh2019-02-191-1/+1
* Make taskqgroup_attach{,_cpu}(9) work across architecturesMarius Strobl2019-02-123-27/+37
* Bump `__FreeBSD_version__` for r343891Enji Cooper2019-02-121-1/+1
* Implement Address Space Layout Randomization (ASLR)Konstantin Belousov2019-02-104-0/+12
* Normalize the declaration of i386_read_exec variable.Konstantin Belousov2019-02-091-4/+0
* Fix renameat(2) for CAPABILITIES kernels.Konstantin Belousov2019-02-081-0/+9
* Regularize the Netflix copyrightWarner Losh2019-02-043-3/+2
* Regen after r342190.Brooks Davis2019-01-311-1/+1
* Add new m_ext type for data for M_NOFREE mbufs, which doesn't actually doGleb Smirnoff2019-01-311-0/+1
* Reserve a bit in the FreeBSD feature control note for marking theKonstantin Belousov2019-01-311-0/+3
* Extract the coverage sanitizer KPI to a new file.Andrew Turner2019-01-292-4/+65
* Bump SPECNAMELEN to MAXNAMLEN.Konstantin Belousov2019-01-272-3/+4
* Add printing of b_ioflags to DDB `show buffer' command.Kirk McKusick2019-01-251-0/+3
* Remove unused *_sysinit_flags() declarations.Konstantin Belousov2019-01-222-2/+0
* net80211: resolve ioctl <-> detach race for ieee80211com structureAndriy Voskoboinyk2019-01-201-1/+1
* psm(4): detect Lenovo top-button clickpadsVladimir Kondratyev2019-01-181-0/+1
* Create new EINTEGRITY error with message "Integrity check failed".Kirk McKusick2019-01-171-1/+2
* Implement shmat(2) flag SHM_REMAP.Konstantin Belousov2019-01-161-0/+1
* Allocate pager bufs from UMA instead of 80-ish mutex protected linked list.Gleb Smirnoff2019-01-151-8/+10
* Add flag LK_NEW for lockinit() that is converted to LO_NEW and passedGleb Smirnoff2019-01-151-1/+2
* Add support for the Clang Coverage Sanitizer in the kernel (KCOV).Andrew Turner2019-01-122-0/+61
* Fix an old typo in the element status display bits:Joerg Wunsch2019-01-051-1/+1
* Bump __FreeBSD_version for r342771Conrad Meyer2019-01-041-1/+1
* Expose threads-per-core and physical core count informationConrad Meyer2019-01-041-0/+2
* Happy New Year 2019!Xin LI2019-01-011-1/+1
* Bump __FreeBSD_version since r342628 changed size of struct linux_cdevKonstantin Belousov2018-12-301-1/+1
* Enable sys/random.h #include from C++Conrad Meyer2018-12-242-1/+4
* Use VOP_ADVISE() with POSIX_FADV_DONTNEED instead of IO_DIRECT toBruce Evans2018-12-211-0/+1
* Provide SDT_PROBES_ENABLED for kernels without KDTRACE.Mateusz Guzik2018-12-191-0/+1