]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2023-01-22 Gordon Berglingextra_tcp_stacks: Fix a common typo in source code...
2023-01-22 Gordon Berglingip_gre: Fix a common typo in source code comments
2023-01-21 Ed Masteng_hci: handle NG_HCI_M_PULLUP failure in le_advertizin...
2023-01-21 John Baldwinng_bt: Remove an unused variable.
2023-01-20 Chuck Tufflibhyve nvme: Fix uninitialized pointer
2023-01-20 Ed Masteopenssh: remove mention of now-unused svn:keywords
2023-01-20 Konstantin... tests/sys/posixshm/posixshm_test.c: Fix build for real
2023-01-20 Konstantin... Remove merge conflict leftovers
2023-01-20 Konstantin... Stop cleaning MNT_LOCAL on unmount
2023-01-20 Konstantin... i386: print trampoline disposition value for verbose...
2023-01-20 Konstantin... amd64 pmap.h: make it easier to use the header for...
2023-01-20 Konstantin... amd64: be more precise when enabling the AlderLake...
2023-01-20 Konstantin... Move INVLPG to pmap_quick_enter_page() from pmap_quick_...
2023-01-20 Konstantin... amd64: for small cores, use (big hammer) INVPCID_CTXGLO...
2023-01-20 Konstantin... amd64: identify small cores
2023-01-20 Konstantin... UFSSUSPEND: unbusy mp in EDADLK case
2023-01-20 Konstantin... ufs/suspend: deny suspension if the calling process...
2023-01-20 Konstantin... ffs_suspend.c: clean up includes
2023-01-20 Konstantin... Add descrip_check_write_mp() helper
2023-01-20 Konstantin... tools/test/ptrace: update scescx to do remote getpid...
2023-01-20 Konstantin... ptrace(2): document PT_SC_REMOTE
2023-01-20 Konstantin... Fixes for ptrace_syscallreq()
2023-01-20 Konstantin... ptrace(2): add PT_SC_REMOTE remote syscall request
2023-01-20 Konstantin... ptrace(2): explain how to select specific thread to...
2023-01-20 Konstantin... Add a thread debugging flag TDB_BOUNDARY
2023-01-20 Konstantin... sys: rename td_coredump to td_remotereq
2023-01-20 Konstantin... compat32: move struct ptrace_sc_ret32 definition from...
2023-01-20 Konstantin... posixshm_test: add naive page accounting test
2023-01-20 Konstantin... posixshm_test: small style fixes
2023-01-20 Konstantin... posixshmcontrol(1): for regular shmfd, report used...
2023-01-20 Konstantin... shmfd: account for the actually allocated pages
2023-01-20 Konstantin... tmpfs_getattr(): Only take vm_object lock on 32bit...
2023-01-20 Konstantin... tmpfs: for used pages, account really allocated pages...
2023-01-20 Konstantin... vm_pager_allocate(): override resulting object type
2023-01-20 Konstantin... vm_page_grab_valid(): clear *mp in case of pager denyin...
2023-01-20 Konstantin... vm_pager: add method to veto page allocation
2023-01-20 Konstantin... vm_pager: add methods for page insertion and removal...
2023-01-20 Konstantin... tmpfs: make vm_object point to the tmpfs node instead...
2023-01-20 Konstantin... Provide consistent prototype for swp_pager_meta_free()
2023-01-20 Konstantin... Make swap_pager_freespace() global
2023-01-20 Konstantin... Add 'show tmpfs' ddb command
2023-01-20 Konstantin... tmpfs: minor style
2023-01-20 Konstantin... uiomove_object: hide diagnostic under bootverbose
2023-01-19 Zhenlei Huangrouting: Use NET_EPOCH_[CALL|WAIT] macros
2023-01-19 Zhenlei Huanglio: Remove unneeded include
2023-01-19 Warner LoshLINT: Omit bnxt on i386
2023-01-19 Corvin Köhnex86: ignore stepping for APL30 errata
2023-01-19 Warner Loshbnxt: Only filter out i386
2023-01-19 Sumit Saxenaif_bnxt: Added support for mgmt interface for passthrou...
2023-01-19 Sumit Saxenaif_bnxt: Add support for smaller backing_store_cfg...
2023-01-19 Sumit Saxenaif_bnxt: Fix the PORT_PHY_CFG HWRM requests while setti...
2023-01-19 Sumit Saxenaif_bnxt: Fix the issue when kernel invokes _init()...
2023-01-19 Sumit Saxenaif_bnxt: Remove sysctl node vlan_only which is not...
2023-01-19 Sumit Saxenaif_bnxt: Add support for VLAN on Thor
2023-01-19 Sumit Saxenaif_bnxt: Add support for RSS on Thor
2023-01-19 Sumit Saxenaif_bnxt: Display firmware version along with SIT packag...
2023-01-19 Sumit Saxenaif_bnxt: Add support for async link status update
2023-01-19 Sumit Saxenaif_bnxt: Add support for admin down/up and jumbo
2023-01-19 Sumit Saxenaif_bnxt: add support for Thor controller
2023-01-19 Sumit Saxenaif_bnxt: Convert all doorbell writes into function...
2023-01-19 Sumit Saxenaif_bnxt: update hsi_struct_def.h headers
2023-01-19 John Baldwinbnxt: Remove unused devclass argument to DRIVER_MODULE.
2023-01-19 Warner Loshbnxt: Remove dead write to cp_ring_id
2023-01-18 Brooks Davisxdr: store chars consistently
2023-01-18 Bjoern A. ZeebLinuxKPI: add (skeleton) functions to make drivers...
2023-01-18 Bjoern A. ZeebLinuxKPI: pci: add [linuxkpi_]pci_get_device()
2023-01-18 Bjoern A. ZeebLinuxKPI: fix pci_alloc_irq_vectors() for MSI
2023-01-18 Bjoern A. ZeebLinuxKPI: add kstrtou32_from_user() and mac_pton()
2023-01-18 Bjoern A. Zeebrtw88: use #define for NL80211_BAND_2GHZ instead of...
2023-01-18 Bjoern A. Zeebiwlwifi: mark a declaration for a non-existent function
2023-01-18 Bjoern A. ZeebLinuxKPI: 802.11: implement some *eleme/ie* lookup...
2023-01-18 Bjoern A. ZeebLinuxKPI: 802.11: move ieee80211_{unregister,restart...
2023-01-18 Bjoern A. ZeebLinuxKPI; 802.11: update mac80211.h structures and...
2023-01-18 Bjoern A. ZeebLinuxKPI: 802.11: implement ieee80211_get_hdrlen_from_skb()
2023-01-18 Bjoern A. ZeebLinuxKPI: 802.11: set sta supported legacy rates
2023-01-18 Bjoern A. ZeebLinuxKPI: 802.11: implement cfg80211_{get,put}_bss
2023-01-18 Bjoern A. ZeebLinuxKPI: 802.11: implement cfg80211_get_ies_channel_nu...
2023-01-18 Bjoern A. ZeebLinuxKPI: add simplified version of page_frag_cache
2023-01-18 Bjoern A. ZeebLinuxKPI: pm.h add pm_sleep_ptr and DEFINE_SIMPLE_DEV_P...
2023-01-18 Bjoern A. ZeebLinuxKPI: pci.h add more MSI related constanst and...
2023-01-18 Bjoern A. ZeebLinuxKPI,lindebugfs: add u8 base type and blob support
2023-01-18 Bjoern A. ZeebLinuxKPI: SKB: implement skb_peek()
2023-01-18 Bjoern A. Zeebrtw88: correct SRCS+= in Makefile
2023-01-18 Bjoern A. ZeebLinuxKPI: 802.11: minor header updates
2023-01-18 Bjoern A. ZeebLinuxKPI: ethtool.h add more definitions
2023-01-18 Bjoern A. ZeebLinuxKPI: add a no-op generic_file_llseek()
2023-01-18 Bjoern A. ZeebLinuxKPI: iwlwifi: rtw88: rtw89: remove budget argument...
2023-01-18 Bjoern A. ZeebLinuxKPI: SKB update
2023-01-18 Bjoern A. Zeeblindebugfs,rtw88,rtw89: correct module dependencies
2023-01-18 Bjoern A. Zeebrtw89: import firmware for Realtek's rtw89 supported...
2023-01-18 Bjoern A. Zeebrtw89: import Realtek's rtw89 driver
2023-01-18 Bjoern A. Zeebdevice_get_property: add a HANDLE case
2023-01-18 Kirk McKusickEnable taking snapshots on UFS/FFS filesystems using...
2023-01-17 Ed Mastedma: dma.conf.5 as MLINK to dma.8
2023-01-16 Gordon Berglingiwmbtfw(8): Fix a typo in a kernel message
2023-01-15 Xin LIMFV: xz 5.4.0
2023-01-14 Kirk McKusickFix vop_readdir's ncookies handling in UFS and EXT2.
2023-01-14 Gordon Berglingmrsas(4): Fix a typo in a source code comment
2023-01-14 Gordon Berglingtcp_rack(4): Fix a typo in a source code comment
2023-01-14 Gordon Berglingisci(4): Fix common typos in source code comments
next