]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
fortune: update mailing list search url
[FreeBSD/FreeBSD.git] / sys /
2023-12-29 Andrew Gierthvfs_domount_update(): correct fsidcmp() usage
2023-12-28 Mark Johnstonfreebsd32: Fix error handling for suword32() calls
2023-12-28 Mark Johnstonufs: Update *eofflag upon a read of an unlinked directory
2023-12-28 Mark Johnstonieee80211: Check for copyout() errors in the SIOCG80211...
2023-12-28 Mark Johnstonkthread: Set *newtdp earlier in kthread_add1()
2023-12-27 Igor Ostapenkonetlink: fix snl_writer and linear_buffer re-allocation...
2023-12-27 Ram Kishore Vegesnaocs_fc: Use xpt_path_sbuf() to copy the path to sbuf.
2023-12-27 Ram Kishore Vegesnaocs_fc: IO timeout handling and error reporting fix.
2023-12-25 Konstantin Belousovvmm.h: remove dup declaration
2023-12-21 Gleb Smirnoffvtnet: don't leak pfil(9) data on detach
2023-12-21 Konstantin Belousovufs: do not leave around empty buffers shadowing disk...
2023-12-21 Olivier CertnerEnsure 'struct thread' is aligned to a cache line
2023-12-21 Olivier Certneruma: Permit specifying max of cache line and some custo...
2023-12-21 Olivier Certnerlinuxkpi: dma_get_cache_alignment(): Fix off-by-one...
2023-12-21 Olivier Certneruma: New check_align_mask(): Validate alignments (INVAR...
2023-12-21 Mark Johnstonarm: Update declarations for arm_dcache_align{,_mask}
2023-12-21 Olivier Certneruma: Make the cache alignment mask unsigned
2023-12-21 Olivier Certnerarm: Simplify get_cachetype_cp15()
2023-12-21 Olivier Certneruma: UMA_ALIGN_CACHE: Resolve the proper value at use...
2023-12-21 Olivier Certneruma: Hide 'uma_align_cache'; Create/rename accessors
2023-12-21 Olivier CertnerEnsure "init" (PID 1) also executes userret() initially
2023-12-21 Olivier Certnerpdinit(): Fix comment
2023-12-21 Olivier Certnercr_canseeothergids(): Use real instead of effective...
2023-12-21 Olivier CertnerNew realgroupmember()
2023-12-21 Olivier Certnergroupmember(): Extract the supplementary group search...
2023-12-21 Olivier CertnerFix 'security.bsd.see_jail_proc' by using cr_bsd_visible()
2023-12-21 Olivier CertnerNew cr_bsd_visible(): Whether BSD policies deny seeing...
2023-12-21 Olivier Certnercr_canseejailproc(): New privilege, no direct check...
2023-12-21 Olivier Certnerx86: AMD Zen2: Zenbleed chicken bit mitigation
2023-12-20 Kenneth D. Merrympr, mps: Establish busdma boundaries for memory pools
2023-12-19 Vladimir Kondratyevig4: Add PCI IDs for Intel Ice Lake I2C controller.
2023-12-19 Konstantin Belousovif_tun: check device name
2023-12-17 Rick Macklemnfscl: Fix comment for commit 6aded1e6b2e5
2023-12-17 Rick Macklemnfscl: Fix processing of a rare Rename reply case
2023-12-17 Kirk McKusickIncrease UFS/FFS maximum link count from 32767 to 65530.
2023-12-15 Kyle Evansarm64: lop off another 24MB of KVA for early device...
2023-12-14 Brooks Davissysvipc: Fix 32-bit compat on !i386
2023-12-14 Mark Johnstontty: Avoid a kernel memory discloure via kern.ttys
2023-12-14 Kristof Provostvnet: (read) lock the vnet list while iterating it
2023-12-13 Dag-Erling Smørgravbitstring: Support large bit strings.
2023-12-12 Mark Johnstonnfsclient: Propagate copyin() errors from nfsm_uiombuf()
2023-12-10 Mark JohnstonOpenZFS: Ensure that zfs_getattr() initializes the...
2023-12-09 Alexander Motinuma: Micro-optimize memory trashing
2023-12-07 Mitchell Hornebusdma: emit a warning for use of filters
2023-12-06 Igor Ostapenkopf: fix mem leaks upon vnet destroy
2023-12-06 Eugene Grosbeinusbdevs: add quirk for WD MyPassport Ultra External HDD
2023-12-05 Kristof Provostpf: remove incorrect fragmentation check
2023-12-05 Konstantin Belousovnullfs: do not allow bypass on copy_file_range()
2023-12-05 Konstantin Belousovvn_copy_file_range(): provide ENOSYS fallback to vn_gen...
2023-12-05 Konstantin Belousovvn_copy_file_range(): find write vnodes on which to...
2023-12-05 Konstantin BelousovVFS: add VOP_GETLOWVNODE()
2023-12-05 Konstantin BelousovEVFILT_TIMER: intialize stop timer list in type-stable...
2023-12-05 Konstantin BelousovEVFILT_SIGNAL: do not use target process pointer on...
2023-12-04 Kirk McKusickSpacing and alignment cleanups.
2023-12-04 rmacklemOpenZFS: Fix ZFS so that snapshots under .zfs/snapshot...
2023-12-02 Konstantin BelousovSet installed kernel and driver files access modes...
2023-12-02 Martin Matuskazfs: merge openzfs/zfs@d99134be8 (zfs-2.1-release)...
2023-12-02 Rick Macklemparam.h: Bump __FreeBSD_version to 1302509 for commit...
2023-11-30 Alan Somerslibc/libc/rpc: refactor some global variables
2023-11-30 Rick Macklemnfsd: Fix NFS access to .zfs/snapshot snapshots
2023-11-29 Bjoern A. Zeebnet80211: migrate ic_vhtcaps, ic_vht_mcsinfo, ic_flags_vht
2023-11-29 Bjoern A. Zeebnet80211: combine iv_vhtcaps and iv_vht_mcsinfo
2023-11-29 Bjoern A. Zeebnet80211: rename iv_flags_vht to iv_vht_flags
2023-11-29 Bjoern A. Zeebnet80211: add ieee80211_add_vhtcap_ch()
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: zero-pad debug flags
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: deal with scan_ie_len
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: fix ieee80211_add_channel_cbw() argument
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: error on state transition failure
2023-11-29 Bjoern A. Zeebiwlwifi: re-enable "Invalid TXQ id" logging
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: add unconditional error reporting
2023-11-29 Bjoern A. Zeebnet80211: make ieee80211_alloc_node() private
2023-11-29 Bjoern A. Zeebnet80211: pass __func__, __LINE__ also to ieee80211_all...
2023-11-29 Bjoern A. Zeebnet80211: MFC _debrefcnt_used
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: hide txq debugging behind checks
2023-11-29 Bjoern A. Zeebrtw88: Use RF_CFGCH instead of hard coded 0x18
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: fix re-creation of VAP
2023-11-29 Bjoern A. Zeebnet80211 / drivers: remove public use of ieee80211_node...
2023-11-29 Bjoern A. Zeebnet80211: improve ddb output for sta and rate
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: improve lkpi_ic_vap_delete()
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: fix problem removing sta
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: fill regulatory_hint() with some...
2023-11-29 Bjoern A. ZeebLiunxKPI: 802.11: move ieee80211_chanctx_conf into...
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: avoid symbol clash on UP to AC mapping
2023-11-29 Bjoern A. Zeebiwlwifi: local namespace change for sysctl
2023-11-29 Bjoern A. Zeebnet80211: introduce two extra ieee80211_notify_scan_done()
2023-11-29 Bjoern A. Zeebiwlwifi/rtw88: re-attach to build after updates
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: setup a default link[0] and adjust...
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: inialize tx queue params
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: change ic_parent() to not call mo_sto...
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: adjust code to new structure layout
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: mac80211 ops: distinguish between...
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: pass non-0/NULL arguments to MO functions
2023-11-29 Bjoern A. Zeebiwlwifi firmware: update up-to -83 / updated -77 for...
2023-11-29 Bjoern A. Zeebiwlwifi: update driver from upstream
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: prepare for iwlwifi driver updates
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: fix counting the number of supbands
2023-11-29 Bjoern A. Zeebiwlwifi: fix a bug in iwl_ssid_exist()
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: make sure bssid for scans (probe_req...
2023-11-29 Bjoern A. Zeebnet80211: mark argument to scan_curchan_task() __unused
2023-11-29 Bjoern A. Zeebnet80211: improve scan debugging
next