aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Instead of individual conditional statements to look for each hypervisorStephen J. Kiernan2019-05-171-1/+2
* FCP-101: Bump __FreeBSD_version for device removal.Brooks Davis2019-05-171-1/+1
* FCP-101: Bump __FreeBSD_version for driver removal.Brooks Davis2019-05-171-3/+0
* Allow loading the same DMA address multiple times without any priorTycho Nightingale2019-05-161-0/+4
* LinuxKPI: Add prepare to pm_ops and bump FreeBSD version.Johannes Lundberg2019-05-141-1/+1
* LinuxKPI: Add context member to ww_mutex and bump FreeBSD version.Johannes Lundberg2019-05-141-1/+1
* Add an UPDATING entry and bump __FreeBSD_version for r347532.Mark Johnston2019-05-131-1/+1
* Provide separate accounting for user-wired pages.Mark Johnston2019-05-131-0/+2
* seqc: fix sed-introduced typos (seqcuence -> sequence)Mateusz Guzik2019-05-121-3/+3
* A new parameter to blist_alloc specifies an upper bound on the size ofDoug Moore2019-05-111-2/+2
* A major change to subr_blist.c failed to update all the comments aboutDoug Moore2019-05-101-3/+3
* Bind TCP HPTS (pacer) threads to NUMA domainsAndrew Gallatin2019-05-101-0/+2
* Mark inline functions with __unused; prevents compiler warningEdward Tomasz Napierala2019-05-081-3/+3
* Enable sys/disk.h consumers to avoid pulling in networking headers.Matt Macy2019-05-081-3/+5
* Reduce umtx-related work on exec and exitMateusz Guzik2019-05-081-0/+1
* Bump the Mellanox driver version numbers and the FreeBSD version number.Hans Petter Selasky2019-05-081-1/+1
* make sysent after r347228Ed Maste2019-05-073-3/+3
* device_printf: Use sbuf for more coherent prints on SMPConrad Meyer2019-05-071-0/+1
* List-ify kernel dump device configurationConrad Meyer2019-05-063-7/+64
* Switch to use shared vnode locks for text files during image activation.Konstantin Belousov2019-05-052-2/+31
* Fix regression issue after r346645 in the LinuxKPI.Hans Petter Selasky2019-05-041-1/+1
* Remove p_code from struct proc.John Baldwin2019-04-251-1/+0
* LinuxKPI should use bus_dma(9) to be compatible with an IOMMUTycho Nightingale2019-04-241-1/+1
* This patch offers a workaround to buf_ring reorderingWojciech Macek2019-04-231-6/+15
* Revert r346410 and r346411Conrad Meyer2019-04-192-2/+1
* Bump __FreeBSD_version after r346410Conrad Meyer2019-04-191-1/+1
* libkern: Bring in arc4random_uniform(9) from libcConrad Meyer2019-04-191-0/+1
* random(4): Restore availability tradeoff prior to r346250Conrad Meyer2019-04-181-1/+1
* random(4): Add is_random_seeded(9) KPIConrad Meyer2019-04-162-1/+7
* Replace cosqos with numa_domain in mbuf pkthdrAndrew Gallatin2019-04-161-28/+2
* random(4): Block read_random(9) on initial seedingConrad Meyer2019-04-151-4/+2
* Fix the NFSv4 client to safely find processes.Rick Macklem2019-04-151-0/+3
* Fix sbttons for values > 2sWarner Losh2019-04-131-1/+11
* Obvious comment correction.Gleb Smirnoff2019-04-091-1/+1
* Add vn_fsync_buf().Konstantin Belousov2019-04-091-0/+1
* Bump FreeBSD version after r345982.Mariusz Zaborski2019-04-071-1/+1
* kern/subr_pctrie: Convert old-style boolean_t to plain "bool"Conrad Meyer2019-04-061-1/+1
* Regen after r345982.Mariusz Zaborski2019-04-063-2/+12
* Introduce funlinkat syscall that always us to check if we are removingMariusz Zaborski2019-04-062-2/+12
* Add DEV_RESET /dev/devctl2 ioctl.Konstantin Belousov2019-04-051-0/+1
* Provide newbus infrastructure for initiating device reset.Konstantin Belousov2019-04-051-0/+6
* Fix typos in r345849.Alexander Motin2019-04-031-2/+2
* List few more ATA commands.Alexander Motin2019-04-031-0/+11
* Revert change accidentally committed along with r345625Ed Maste2019-03-281-2/+1
* revert r341429 "disable BIND_NOW in libc, libthr, and rtld"Ed Maste2019-03-281-1/+2
* Change all kernel C-type macros into static inline functions.Hans Petter Selasky2019-03-251-13/+59
* Allow using TPM as entropy source.Marcin Wojtas2019-03-231-0/+1
* iflib: mark isc_driver_version as constantEric Joyner2019-03-191-0/+19
* iflib: expose the Rx mbuf buffer size to driversEric Joyner2019-03-191-1/+1
* sys/stat.h: Improve timespec compatibility with other BSDsEd Maste2019-03-181-0/+4