]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
swapoff(2): add a SWAPOFF_FORCE flag
[FreeBSD/FreeBSD.git] / sys /
2021-12-04 Konstantin Belousovswapoff(2): add a SWAPOFF_FORCE flag
2021-12-04 Konstantin Belousovswapoff(2): replace special device name argument with...
2021-12-04 Konstantin Belousovswap_pager.c: Remove MPSAFE and ARGSUSED annotations
2021-12-04 Florian WalpenMAC/priority module for realtime privilege group
2021-12-04 Michael Tuexensctp: unbreak NOINET6 builds.
2021-12-04 Scott LongFix "set but not used" for hptmv
2021-12-04 Scott LongFix "set but not used" for hptiop
2021-12-04 Gleb Smirnoffnhop: hash ifnet pointer instead of if_index
2021-12-04 Cy Schubertipfilter: Avoid more null if-then-else blocks
2021-12-04 Cy Schubertipfilter: Correct a comment and add notation
2021-12-04 Cy Schubertipfilter: Correct function description
2021-12-04 Cy Schubertipfilter: Add DTrace SDT probe
2021-12-04 Cy Schubertipfilter: New DT5 DTrace macro
2021-12-04 Cy Schubertipfilter: Whitespace cleanup
2021-12-04 Cy Schubertipfilter: Compat and simplify DTrace macro definitions
2021-12-04 Cy Schubertipfilter: Save a word of stack space
2021-12-04 Gordon Berglingffs(3): Fix a typo in a sysctl description
2021-12-04 Gordon Berglingomap4: Fix a few typos in source code comments
2021-12-04 Gordon Berglingnet80211(4): Fix a typo in a sysctl description
2021-12-04 Kristof Provostif_pflog: fix packet length
2021-12-04 Scott LongFix "set but not used" in mrsas. This includes removin...
2021-12-04 Scott LongFix "set but not used" for geom
2021-12-04 Scott LongFix "set but not used" for bge
2021-12-03 Robert Wingipsec: fix a panic with INVARIANTS
2021-12-03 Scott LongFix "set but not used" in the tws driver
2021-12-03 Scott LongFix "set but not used" for the ti driver
2021-12-03 Scott LongFix "set but not used" in arcmsr
2021-12-03 Scott LongFix "set but not used" in busdma_bounce.
2021-12-03 Scott LongFix "set but not used" for the sym driver.
2021-12-03 Michael Tuexensctp: inherit IP level socket options from listening...
2021-12-03 Gleb Smirnofftcp_ccalgounload(): initialize the inpcb iterator when...
2021-12-03 Peter Leiin_pcb: limit the effect of wraparound in TCP random...
2021-12-03 Michael Tuexensctp: use the correct traffic class when sending SCTP...
2021-12-03 Peter Leiin_pcb: fix TCP local ephemeral port accounting
2021-12-03 Eric Joyneriavf(4): Include RSS header file when RSS is defined
2021-12-03 Gleb Smirnoffng_l2tp: use callout_reset() instead of ng_callout()
2021-12-03 Arnaud YsmalSuport Q-in-Q for mvneta.
2021-12-03 Konstantin BelousovExpand comment explaining reasons for automatic swapoff...
2021-12-03 Cy Schubertunbount: Vendor import 1.14.0rc1
2021-12-03 Gleb Smirnofftcp_drain(): initialize the inpcb iterator when curvnet...
2021-12-03 Gleb Smirnoffudp_detach(): fix set but not used warning
2021-12-03 Gleb Smirnoffudp_multi_input(): the UDP header is only needed for...
2021-12-03 Gleb Smirnoffxhci: add PCI IDs for USB controllers found on Supermic...
2021-12-02 Alexander MotinAPEI: Improve multiple error sources handling.
2021-12-02 Cy SchubertRevert "wpa: Import wpa_supplicant/hostapd commit 14ab4...
2021-12-02 Cy Schubertwpa: Import wpa_supplicant/hostapd commit 14ab4a816
2021-12-02 Warner Loshmps(4): Fix unmatched devq release.
2021-12-02 Gleb Smirnoffip_input: remove pointless check in INP_RECVIF handling
2021-12-02 Gleb Smirnoffepoch: with EPOCH_TRACE add epoch_where_report()
2021-12-02 Gleb Smirnoffifnet: enable & fix if_debug build
2021-12-02 Gleb Smirnofftcp_hpts: rewrite inpcb synchronization
2021-12-02 Gleb Smirnofftcp_hpts: rename input queue to drop queue and trim...
2021-12-02 Gleb Smirnofftcp_hpts: make struct tcp_hpts_entry private to the...
2021-12-02 Gleb Smirnofftcp_hpts: provide tcp_in_hpts().
2021-12-02 Gleb SmirnoffSMR protection for inpcbs
2021-12-02 Gleb Smirnoffinpcb: reduce some aliased functions after removal...
2021-12-02 Gleb SmirnoffRemove "options PCBGROUP"
2021-12-02 Gleb SmirnoffAllow to compile RSS without PCBGROUP.
2021-12-02 Don Morrishyperv: Flag hn and storvsc statistics with CTLFLAG_STATS.
2021-12-02 Gordon Berglingbce(4): Fix a typo in a sysctl description
2021-12-02 Randall Stewarttcp: unloading a module that is set to default should...
2021-12-02 Gordon Berglingkern: Correct a typo in a sysctl description
2021-12-02 Gordon Berglingmlx5: Correct a typo in a sysctl description
2021-12-02 Hubert MazurTMP461: Add thermal sensor driver
2021-12-02 Hubert Mazursys/libkern.h: Add type conversion helpers
2021-12-01 Rick Macklemnfsd: Sanity check the ACL attribute
2021-12-01 Rick Macklemnfsd: Do not try to cache a reply for NFSERR_BADSLOT
2021-12-01 Vincenzo Maffioneem: skip rxcsum offload processing when disabled
2021-12-01 Vincenzo Maffionee1000: remove unused ifp backpointer
2021-12-01 Alexander Motinamdtemp: Revert related part of "Make CPU children...
2021-12-01 Zhenlei Huangif_epair: Also mark the flag of pair b with IFF_KNOWSEPOCH
2021-12-01 Michael Tuexensctp: improve handling of assoc ids in socket options
2021-12-01 Michael Tuexensctp: cleanup, no functional change intended.
2021-11-30 Warner LoshMake device_busy/unbusy work w/o Giant held
2021-11-30 Warner LoshRevert "Make device_busy/unbusy work w/o Giant held"
2021-11-30 Warner LoshMake device_busy/unbusy work w/o Giant held
2021-11-30 Warner Loshcam: Initialize wired to false
2021-11-30 Vladimir Kondratyeviichid(4): Perform acknowledgement of I2C device interr...
2021-11-30 Elliott Mitchellxen/dev: remove write-only variable
2021-11-30 Stefan Eßercontrib/bc: merge version 5.2.1 from vendor branch
2021-11-30 Kristof Provostif_stf: KASAN fix
2021-11-30 Mitchell HorneImplement GET_STACK_USAGE on remaining archs
2021-11-30 Mitchell Hornearm64, powerpc: fix calculation of 'used' in GET_STACK_...
2021-11-30 Mitchell Hornei386: take pcb and fpu area into account in GET_STACK_USAGE
2021-11-30 Bjoern A. Zeebfw_stub: fix -Wunused-but-set-variable for firmware...
2021-11-30 Andriy Gaponkern_tc: unify timecounter to bintime delta conversion
2021-11-30 Gordon Berglingmips: Fix a typo in a source code comment
2021-11-30 Gordon Berglingmpr(4): Fix a typo in a source code comment
2021-11-30 Gordon Berglingxen(4): Fix two typos in source code comments
2021-11-30 Gordon Berglingnetinet: Fix a common typo in source code comments
2021-11-30 Gordon Berglingif_hn: Fix a few typos in comments and a sysctl description
2021-11-30 Gordon Berglingnvme(4): Correct a typo in a sysctl description
2021-11-30 Gordon Berglinginet(3): Fix two typos in sysctl descriptions
2021-11-30 Gordon Berglingvfs: Fix a typo in a sysctl description
2021-11-30 Gordon Berglingnetinet6: Fix a typo in a sysctl description
2021-11-30 Gordon Berglingtcp(4): Fix a typo in a sysctl description
2021-11-30 Wojciech Macekflex_spi: Support for FlexSPI Flash controller.
2021-11-29 Brooks Davissyscalls: regen
2021-11-29 Brooks Davissyscalls: mprotect does not take a const
2021-11-29 Brooks Davissyscalls: regen
next