aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Decrease the default audio playback latency to a maximum of 21.3ms.Hans Petter Selasky2019-09-051-1/+1
* sys/mount.h: Comment on distinction between vfs_{c,}mountConrad Meyer2019-09-051-0/+12
* Delete the unused "nd" argument for nfsrv_checkdsattr().Rick Macklem2019-09-043-3/+3
* madvise(MADV_FREE): Quick fix to time rewind.Konstantin Belousov2019-09-041-0/+12
* Support doorbell strides != 0.Warner Losh2019-09-043-25/+33
* vfs: fully hold vnodes in vnlru_free_lockedMateusz Guzik2019-09-041-6/+1
* Fix /proc/mounts for autofs(5) mounts.Edward Tomasz Napierala2019-09-041-0/+9
* Improve debugging output.Edward Tomasz Napierala2019-09-041-0/+22
* Include dwgpio to the build.Ruslan Bukin2019-09-043-0/+5
* o Add support for multi-port instances of Synopsys DesignWare APB GPIORuslan Bukin2019-09-044-113/+302
* Back out r351799Kyle Evans2019-09-041-2/+0
* pseudofs: make readdir work without a pid againKyle Evans2019-09-041-10/+15
* shutdown_halt: make sure that watchdog timer is stoppedAndriy Gapon2019-09-041-0/+3
* ZFS: Always refuse receving non-resume stream when resume state existsAndriy Gapon2019-09-041-4/+8
* Fix the SACK block generation in the base TCP stack by bringing it inMichael Tuexen2019-09-041-11/+20
* Fix some nits in pmap_page_array_startup().Mark Johnston2019-09-032-6/+3
* LOCAL_MODULES: Allow LOCAL_MODULES="" in src.conf to workKyle Evans2019-09-031-0/+2
* Allow more nesting of GEOM partitioning schemesKyle Evans2019-09-032-5/+23
* posixshm: start counting writeable mappingsKyle Evans2019-09-031-5/+12
* vm pager: writemapping accounting for OBJT_SWAPKyle Evans2019-09-039-31/+90
* Unbreak Linux binaries linked against new glibc, such as the onesEdward Tomasz Napierala2019-09-031-0/+6
* Fix two TCP RACK issues:Michael Tuexen2019-09-031-1/+6
* Add procctl(PROC_STACKGAP_CTL)Konstantin Belousov2019-09-037-3/+82
* Make linprocfs(4) report Tgid, Linux ltrace(1) needs it.Edward Tomasz Napierala2019-09-031-0/+1
* vfs: implement usecount implying holdcntMateusz Guzik2019-09-038-110/+164
* Implement nvme suspend / resume for pci attachmentWarner Losh2019-09-034-18/+136
* Add preliminary support for atomic updates of per-page queue state.Mark Johnston2019-09-033-46/+154
* Map the vm_page array into KVA on amd64.Mark Johnston2019-09-034-40/+27
* pseudofs: fix a LOR pfs_node vs pidhash (sleepable after non-sleepable)Mateusz Guzik2019-09-031-3/+31
* superio: fix the copyright block and update the yearAndriy Gapon2019-09-032-7/+12
* Add sysctlbyname system callMateusz Guzik2019-09-0318-4/+219
* Add a sysctl to dump kernel mappings and their properties on amd64.Mark Johnston2019-09-021-0/+298
* Replace PMAP_LARGEMAP_MAX_ADDRESS() with a more general predicate.Mark Johnston2019-09-021-7/+6
* This patch improves the DSACK handling to conform with RFC 2883.Michael Tuexen2019-09-025-15/+154
* Bump Linux version to 3.2.0. Without it, binaries linked againstEdward Tomasz Napierala2019-09-021-3/+3
* In nvme_completion_poll, add a sanity check to make sure that we complete theWarner Losh2019-09-021-1/+13
* In all the places that we use the polled for completion interface, except crashWarner Losh2019-09-023-16/+16
* Add a brief comment explaining why we can return ETIMEDOUT from the call to theWarner Losh2019-09-021-0/+8
* Relax compat.linux.osrelease checks. This way one can do egEdward Tomasz Napierala2019-09-021-1/+2
* vfs: restore mp null check in vop_stdgetwritemountMateusz Guzik2019-09-021-0/+2
* LinuxKPI: Add sysfs create/remove functions that handles multiple files in on...Johannes Lundberg2019-09-022-1/+24
* Belatedly bump __FreeBSD_version for r351659, gets(3) removalEd Maste2019-09-021-1/+1
* proc: clear pid bitmap entry after dropping proctree lockMateusz Guzik2019-09-021-1/+2
* Use DEVICE memory instead of UNCACHEABLE on aarch64 in ioremap() in the Linux...Hans Petter Selasky2019-09-021-4/+13
* Fix regression issue after r351616. Make sure the mbuf queue gets initialized.Hans Petter Selasky2019-09-021-0/+9
* mips: fix some mcount nitsKyle Evans2019-09-021-1/+2
* Extend uma_reclaim() to permit different reclamation targets.Mark Johnston2019-09-018-81/+156
* Restrict the input domain set in cpuset_setdomain(2) to all_domains.Mark Johnston2019-09-011-3/+11
* makefs: share msdosfsmount.h between kernel msdosfs and makefsEd Maste2019-09-011-1/+3
* vnic: correct and simplify SIOCSIFFLAGSEd Maste2019-09-011-6/+6