]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
MFC 6eb60f5b7f7d:
[FreeBSD/FreeBSD.git] / sys /
2021-03-23 Hans Petter SelaskyMFC 6eb60f5b7f7d:
2021-03-23 Hans Petter SelaskyMFC ebe5cf355dca:
2021-03-23 Hans Petter SelaskyMFC c743a6bd4fc0:
2021-03-22 John Baldwinnlmrsa: Mark deprecated for 14.
2021-03-22 John Baldwiniscsi: Mark iSCSI CAM sims as non-pollable.
2021-03-22 John Baldwincam: Don't permit crashdumps on non-pollable devices.
2021-03-22 John Baldwincam: Permit non-pollable sims.
2021-03-22 Mitchell Hornearmv8crypto: note derivation in armv8_crypto_wrap.c
2021-03-22 Mark Johnstoniflib: Make if_shared_ctx_t a pointer to const
2021-03-22 Leandro Luporiofwfb: fix boot on LE
2021-03-22 Alexander MotinInclude ccompile.h after opt_global.h.
2021-03-21 Mike Karelsgenet: Fix problem with forwarding some TCP/IPv6 packets
2021-03-21 Alan SomersSpeed up geom_stats_resync in the presence of many...
2021-03-21 Alan Somersfusefs: set d_off during VOP_READDIR
2021-03-20 Gordon Berglingnet80211: Fix a typo in a comment
2021-03-20 Gordon BerglingFix a few typos in comments
2021-03-20 Gordon Berglingarm64: Add support for bcm2838 RNG
2021-03-20 Gordon Berglingi386: Fix a few typos
2021-03-19 Kristof Provostpf: Fully remove interrupt events on vnet cleanup
2021-03-19 Kristof Provostpf: Simplify cleanup
2021-03-19 Kristof Provostuma: allow uma_zfree_pcu(..., NULL)
2021-03-19 Kristof Provostpf: Remove redundant kif != NULL checks
2021-03-19 Kristof Provostaltq: Increase maximum number of CBQ and HFSC classes
2021-03-19 Kristof Provostpf: Retrieve DSCP value from the IPv6 header
2021-03-19 Kristof Provostpf: Factor out pf_krule_free()
2021-03-19 shulinux: make timerfd_settime(2) set expirations count...
2021-03-18 Mariusz Zaborskizfs: bring back possibility to rewind the checkpoint...
2021-03-18 Michael Tuexenvtnet: fix TSO for TCP/IPv6
2021-03-18 Vincenzo Maffionenetmap: fix memory leak in NETMAP_REQ_PORT_INFO_GET
2021-03-18 Mateusz Guzikvfs: fix vnlru marker handling for filtered/unfiltered...
2021-03-18 Scott Long base: remove if_wg(4) and associated utilities,...
2021-03-18 Mark Johnstonlink_elf_obj: Add a case missing from 5e6989ba4f26
2021-03-18 Mark Johnstonlink_elf_obj: Handle init_array sections in KLDs
2021-03-18 Mark Johnstongmirror: Pre-allocate the timeout event structure
2021-03-17 Alex RichardsonRemove unnecessary semicolon from CRITICAL_ASSERT()
2021-03-17 Alex Richardsonclose_range: add audit support
2021-03-17 Richard Scheffeneggerfix panic when rescue retransmission and FIN overlap
2021-03-17 Alex Richardsonkern.mk: Fix wrong variable being used for linker path...
2021-03-17 Alex RichardsonSilence annoying and incorrect non-default linker warni...
2021-03-17 Alex Richardsonsys/arm64/arm64/vfp.c: Fix -Wunused and -Wpointer-sign...
2021-03-17 Alex Richardsontmpfs: implement pathconf(_PC_SYMLINK_MAX)
2021-03-17 Alex RichardsonAArch64: Don't set flush-subnormals-to-zero flag on...
2021-03-17 Alex RichardsonArch64: Clear VFP state on execve()
2021-03-17 Alex RichardsonFix fget_only_user() to return ENOTCAPABLE on a failed...
2021-03-16 Mark Johnstonvm: Round up npages and alignment for contig reclamation
2021-03-15 Rick Macklemnfsclient: Fix ReadDS/WriteDS/CommitDS nfsstats RPC...
2021-03-15 Rick Macklemnfsclient: Fix the stripe unit size for a File Layout...
2021-03-15 Rick Macklemnfsclient: add nfs node locking around uses of n_direof...
2021-03-15 Rick Macklemnfsclient: add checks for a server returning the curren...
2021-03-15 Mark JohnstonRename _cscan_atomic.h and _cscan_bus.h to atomic_san...
2021-03-15 Mark Johnstonath_hal: Stop printing messages during boot
2021-03-15 Mark Johnstonposix timers: Improve the overrun calculation
2021-03-15 Mark Johnstonposix timers: Sprinkle some style fixes
2021-03-15 Mark Johnstonposix timers: Declare unexported functions as static
2021-03-15 Mark Johnstonwg: Style
2021-03-15 Mitchell Hornens8250: don't drop IER_TXRDY on bus_grab/ungrab
2021-03-15 Edward Tomasz Napi... linux(4): make getcwd(2) return ERANGE instead of ENOMEM
2021-03-15 Konstantin BelousovMake kern.timecounter.hardware tunable
2021-03-15 Alexander MotinMove ic_check_send_space clear to the actual check.
2021-03-15 Alexander MotinRestore condition removed in df3747c6607b.
2021-03-15 Alexander MotinReplace STAILQ_SWAP() with simpler STAILQ_CONCAT().
2021-03-15 Alexander MotinFix initiator panic after 6895f89fe54e.
2021-03-15 Alexander MotinOptimize TX coalescing by keeping pointer to last mbuf.
2021-03-15 Alexander MotinOptimize out few extra memory accesses.
2021-03-15 Alexander MotinMicro-optimize OOA queue processing.
2021-03-15 Alexander MotinCoalesce socket reads in software iSCSI.
2021-03-15 Alexander MotinFix build after 2c7dc6bae9fd.
2021-03-15 Alexander MotinRefactor CTL datamove KPI.
2021-03-15 Alexander MotinMicrooptimize CTL I/O queues.
2021-03-15 Alexander MotinSave context switch per I/O for iSCSI and IOCTL frontends.
2021-03-15 Alexander MotinMove XPT_IMMEDIATE_NOTIFY handling out of periph lock.
2021-03-14 Mark Johnstonvm_reserv: Fix list locking in vm_reserv_reclaim_contig()
2021-03-13 Alexander V. ChernikovFlush remaining routes from the routing table during...
2021-03-13 Alexander V. ChernikovFix various NOINET* builds broken by 145bf6c0af48.
2021-03-13 Alexander V. ChernikovFix blackhole/reject routes.
2021-03-13 Konstantin BelousovRestore AT_RESOLVE_BENEATH support for funlinkat(2...
2021-03-12 Jamie GrittonMFC jail: Don't allow jails under dying parents
2021-03-12 Jamie GrittonMFC jail: Add PD_KILL to remove a prison in prison_deref().
2021-03-12 Jamie GrittonMFC jail: Add pr_state to struct prison
2021-03-12 Kyle Evansx86: tsc: deprioritize TSC on VirtualBox
2021-03-12 Jamie GrittonMFC jail: Change the locking around pr_ref and pr_uref
2021-03-12 Jamie GrittonMFC jail: Improve locking when removing prisons
2021-03-12 Mark Johnstonopencrypto: Make cryptosoft attach silently
2021-03-12 Mark Johnstonnetmap: Stop printing a line to the dmesg in netmap_init()
2021-03-12 Mark Johnstonktls: Hide initialization message behind bootverbose
2021-03-12 Mark Johnstonacpi: Make nexus_acpi quiet on amd64 and i386
2021-03-11 Mark Johnstonwg: Avoid leaking mbufs when the input handshake queue...
2021-03-11 Alexander V. ChernikovFix 'in6_purgeaddr: err=65, destination address delete...
2021-03-10 Alexander V. ChernikovEnforce net epoch in in6_selectsrc().
2021-03-10 Alexander V. ChernikovFix dpdk/ldradix fib lookup algorithm preference calcul...
2021-03-10 Alexander V. ChernikovFix setting static entries for arp/ndp.
2021-03-10 Alexander V. ChernikovFix arp/ndp deletion broken by 2fe5a79425c7.
2021-03-10 Alexander V. ChernikovFix NOINET6 build broken by 2fe5a79425c7.
2021-03-10 Alexander V. ChernikovFix dst/netmask handling in routing socket code.
2021-03-10 Alexander V. ChernikovAdd ifa_try_ref() to simplify ifa handling inside epoch.
2021-03-10 Alexander V. ChernikovMake in_localip_more() fib-aware.
2021-03-10 Alexander V. ChernikovRemove per-packet ifa refcounting from IPv6 fast path.
2021-03-10 Alexander V. ChernikovRemove now-unused RTF_RNH_LOCKED route flag.
2021-03-10 Alexander V. ChernikovDo not reference returned ifa in in6_ifawithifp().
2021-03-10 Martin Matuskazfs: update openzfs version reference to bedbc13da
next