aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Compile hack.c with normal CFLAGS + -shared -nostdlib.John Baldwin2020-01-263-6/+1
* Fix NOINET6 build after r357038.Alexander V. Chernikov2020-01-261-0/+2
* vfs: do an unlocked check before iterating the lazy listMateusz Guzik2020-01-261-0/+3
* vfs: remove vop loop from vop_sigdeferMateusz Guzik2020-01-261-14/+1
* vfs: stop null checking routines in vop wrappersMateusz Guzik2020-01-261-5/+7
* vfs: fix freevnodes count update race against preemptionMateusz Guzik2020-01-261-1/+1
* ufs: add vgone calls for unconstructed vnodes in the error pathMateusz Guzik2020-01-262-1/+10
* vfs: predict vn_lock failure as unlikely in vgetMateusz Guzik2020-01-261-1/+2
* Sending CWR after an RTO is according to RFC 3168 generally requiredMichael Tuexen2020-01-253-1/+4
* Don't set the ECT codepoint on retransmitted packets during SACK lossMichael Tuexen2020-01-252-0/+2
* As a TCP client only enable ECN when the corresponding sysctl variableMichael Tuexen2020-01-252-2/+2
* Implement cycle-detecting garbage collector for AF_UNIX socketsJason A. Harmening2020-01-252-56/+116
* Enter the network epoch in RX processing taskqueue.Gleb Smirnoff2020-01-251-0/+3
* Don't delay the ACK for a TCP segment with the CWR flag set.Michael Tuexen2020-01-242-2/+6
* The server side of TCP fast open relies on the delayed ACK timer to allowMichael Tuexen2020-01-242-2/+2
* Enter the network epoch when rack_output() is called in setsockopt(2).Gleb Smirnoff2020-01-241-0/+3
* Enter the network epoch in USB WiFi drivers when processing inputGleb Smirnoff2020-01-243-0/+9
* Add support for RFC 6598/Carrier Grade NAT subnets. to libalias and ipfw.Alexander V. Chernikov2020-01-243-1/+22
* Handle a race of collapse with a retrying fault.Konstantin Belousov2020-01-241-10/+38
* re(4) uses taskqueue to process input packets. Enter network epochGleb Smirnoff2020-01-241-1/+5
* ath(4) processing input packets in taskqueue. Enter network epochGleb Smirnoff2020-01-241-0/+3
* Include the PCI stack to the riscv GENERIC kernel.Ruslan Bukin2020-01-242-0/+6
* Enable NEW_PCIB on riscv.Ruslan Bukin2020-01-242-0/+5
* o Move the software context struct to a header file.Ruslan Bukin2020-01-242-6/+49
* Move the ECAM macroses to the header file.Ruslan Bukin2020-01-242-17/+17
* Revert r357050.Mark Johnston2020-01-241-2/+1
* Implement mmget_not_zero() in the LinuxKPI.Hans Petter Selasky2020-01-241-0/+6
* Make linux(4) handle MAP_32BIT.Edward Tomasz Napierala2020-01-242-1/+9
* Add kern_unmount() and use in Linuxulator. No functional changes.Edward Tomasz Napierala2020-01-243-14/+22
* Most uses of vm_map_clip_start follow a call to vm_map_lookup. DefineDoug Moore2020-01-241-49/+41
* vfs: allow v_usecount to transition 0->1 without the interlockMateusz Guzik2020-01-241-47/+113
* vfs: stop handling VI_OWEINACT in vgetMateusz Guzik2020-01-242-55/+36
* vfs: stop unlocking the vnode upfront in vputMateusz Guzik2020-01-241-25/+26
* lockmgr: don't touch the lock past unlockMateusz Guzik2020-01-241-14/+16
* cpufreq(4): Fix missing MODULE_DEPEND on hwpstate_intelConrad Meyer2020-01-231-0/+1
* pf: Apply kif flags to new group membersKristof Provost2020-01-231-0/+14
* add MIPS-specific PT header ELF definitionsEd Maste2020-01-231-0/+4
* sparc64: Busy the TSB page before freeing it in pmap_release().Mark Johnston2020-01-231-0/+1
* Fix r356919.Konstantin Belousov2020-01-231-1/+6
* ng_nat: Pass IPv6 packets through.Mark Johnston2020-01-231-1/+0
* vm_map_submap(): Avoid unnecessary clipping.Mark Johnston2020-01-231-11/+4
* With MSI interrupts bge(4) just schedules taskqueue. Enter the networkGleb Smirnoff2020-01-231-0/+3
* Set td_oncpu before dropping the thread lock during a switch.Mark Johnston2020-01-231-1/+2
* Print missing ID_AA64PFR{0,1}_EL1 register fields.Mark Johnston2020-01-232-0/+127
* arm64: Don't enable interrupts in init_secondary().Mark Johnston2020-01-231-6/+0
* Apply r355819 to sparc64 - fix assertion failure after r355784Ed Maste2020-01-231-3/+4
* Fix kernel-tags target.Yoshihiro Takahashi2020-01-232-3/+4
* vmxnet3: add support for RSS kernel optionAndriy Gapon2020-01-233-27/+77
* Fix build of stand/usb .Hans Petter Selasky2020-01-231-1/+6
* virtio_scsi: use max target ID plus one as the initiator IDAndriy Gapon2020-01-232-6/+1