]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
netlink: make it working without INET6
[FreeBSD/FreeBSD.git] / sys /
2023-01-23 Gleb Smirnoffnetlink: make it working without INET6
2023-01-23 Hans Petter SelaskyFix kernel build after fcb3f813f379f544f9cd2a10d1804558...
2023-01-23 Alexander V. Chernikovnetlink: fix non-default builds (no INET, INET6, ROUTE_...
2023-01-23 Jung-uk Kimnetlink: Fix build without VIMAGE
2023-01-23 Alexander V. Chernikovnetlink: fix build without INVARIANTS
2023-01-23 Alexander V. Chernikovnetlink: fix format strings on 32-bit platforms
2023-01-23 Alexander V. Chernikovnetlink: fix debugging on 32-bit platforms
2023-01-23 Alexander V. Chernikovnetlink: make test-includes happy by hiding most of...
2023-01-23 Alexander V. Chernikovnetlink: add netlink support
2023-01-23 Mitchell Hornedtrace: correct the aframes value for fbt provider
2023-01-23 Mitchell Hornedtrace: correct profile aframes value for riscv
2023-01-23 Mitchell Hornedtrace: dtrace_getpcstack() tweaks for riscv
2023-01-23 Mitchell Hornedtrace: remove unused defines
2023-01-23 Mitchell Horneriscv: always include frame pointer
2023-01-23 Mitchell HorneClarify DTR_ENABLED make variable
2023-01-23 Mark Johnstonatomic: Remove cdefs.h includes from atomic_*.h
2023-01-23 Mark Johnstonvm_object: Fix a kernel memory disclosure via the vm_ob...
2023-01-23 Mark Johnstonatomic: Make atomic_san.h self-contained
2023-01-23 Franco Fichtnerdebugnet: remove spurious message on boot
2023-01-23 Andrew TurnerAdd Windows Dev Kit 2023 support to if_ure
2023-01-23 Andrew TurnerCheck for more XHCI ACPI IDs
2023-01-23 Andrew TurnerAdd support for the new Arm Generic UART _HID
2023-01-23 Andrew TurnerUse hwreset_array in the Rockchip tsadc driver
2023-01-23 Andrew TurnerAdd support for an array of hwresets
2023-01-23 Andrew TurnerSplit out the arm64 EL2 exception vectors
2023-01-23 Andrew TurnerAdd more arm64 hypervisor registers
2023-01-23 Andrew TurnerPut the arm64 vttbr_el2 register into a state
2023-01-23 Andrew TurnerAdd the arch field to the arm64 MIDR macros
2023-01-23 Andrew TurnerDisable superpage use for stage 2 arm64 mappings
2023-01-23 Andrew TurnerInclude sys/malloc.h directly in the qoriq clock
2023-01-23 Andrew TurnerMake all options lower case in files.arm64
2023-01-23 Andrew TurnerSort the SOC options in the arm64 NOTES config
2023-01-23 Andrew TurnerInclude sys/systm.h in phy_usb.c for KASSERT
2023-01-23 Andrew TurnerRemove unneeded headers from clk_link.c
2023-01-23 Andrew TurnerAdd more Arm CPUs to the arm64 cpu ident
2023-01-23 Andrew TurnerMark 64-bit arm64 hypervisor registers with UL
2023-01-23 Andrew TurnerStop relying on header pollution in sdhci_xenon.c
2023-01-23 Andrew TurnerUse SYSCTL_FOREACH in drm2
2023-01-23 Andrew TurnerClear the indirect flag in the GICv3 ITS driver
2023-01-23 Andrew TurnerReduce the arm64 ID registers we print
2023-01-23 Andrew TurnerMove the GICv3 bus_print_child function to the parent
2023-01-23 Andrew TurnerAdd bus_get_resource_list functions to the GICv3 driver
2023-01-23 Alexander V. ChernikovRevert "tcp: virtualise net.inet.tcp.msl sysctl."
2023-01-23 Alexander V. Chernikovdomains: allow pre-defined domains to be unloaded
2023-01-22 Dmitry SalychevAdd initial DPAA2 support
2023-01-22 Konstantin Belousovkern_umtx.c do_wait(): correct confusing indent
2023-01-22 Konstantin Belousovmd.c: another style fix
2023-01-22 Konstantin BelousovHandle ERELOOKUP from VOP_FSYNC() in several other...
2023-01-22 Konstantin Belousovvm_object.c: minor style
2023-01-22 Konstantin Belousovif_ipsec(4): handle situations where there are no polic...
2023-01-22 Konstantin Belousovif_ipsec(4): protect against user supplying unknown...
2023-01-22 Konstantin Belousovipsec.c: typos in the comment
2023-01-22 Konstantin BelousovRequire INVARIANTS and WITNESS if DEBUG_VFS_LOCKS is set
2023-01-22 Konstantin Belousovffs_syncvnode(): avoid a LoR for SU
2023-01-22 Gordon Berglingamd64: Fix a common typo in source code comments
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 Konstantin BelousovStop cleaning MNT_LOCAL on unmount
2023-01-20 Konstantin Belousovi386: print trampoline disposition value for verbose...
2023-01-20 Konstantin Belousovamd64 pmap.h: make it easier to use the header for...
2023-01-20 Konstantin Belousovamd64: be more precise when enabling the AlderLake...
2023-01-20 Konstantin BelousovMove INVLPG to pmap_quick_enter_page() from pmap_quick_...
2023-01-20 Konstantin Belousovamd64: for small cores, use (big hammer) INVPCID_CTXGLO...
2023-01-20 Konstantin Belousovamd64: identify small cores
2023-01-20 Konstantin BelousovUFSSUSPEND: unbusy mp in EDADLK case
2023-01-20 Konstantin Belousovufs/suspend: deny suspension if the calling process...
2023-01-20 Konstantin Belousovffs_suspend.c: clean up includes
2023-01-20 Konstantin BelousovAdd descrip_check_write_mp() helper
2023-01-20 Konstantin BelousovFixes for ptrace_syscallreq()
2023-01-20 Konstantin Belousovptrace(2): add PT_SC_REMOTE remote syscall request
2023-01-20 Konstantin BelousovAdd a thread debugging flag TDB_BOUNDARY
2023-01-20 Konstantin Belousovsys: rename td_coredump to td_remotereq
2023-01-20 Konstantin Belousovcompat32: move struct ptrace_sc_ret32 definition from...
2023-01-20 Konstantin Belousovshmfd: account for the actually allocated pages
2023-01-20 Konstantin Belousovtmpfs_getattr(): Only take vm_object lock on 32bit...
2023-01-20 Konstantin Belousovtmpfs: for used pages, account really allocated pages...
2023-01-20 Konstantin Belousovvm_pager_allocate(): override resulting object type
2023-01-20 Konstantin Belousovvm_page_grab_valid(): clear *mp in case of pager denyin...
2023-01-20 Konstantin Belousovvm_pager: add method to veto page allocation
2023-01-20 Konstantin Belousovvm_pager: add methods for page insertion and removal...
2023-01-20 Konstantin Belousovtmpfs: make vm_object point to the tmpfs node instead...
2023-01-20 Konstantin BelousovProvide consistent prototype for swp_pager_meta_free()
2023-01-20 Konstantin BelousovMake swap_pager_freespace() global
2023-01-20 Konstantin BelousovAdd 'show tmpfs' ddb command
2023-01-20 Konstantin Belousovtmpfs: minor style
2023-01-20 Konstantin Belousovuiomove_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
next