]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
THIS BRANCH IS OBSOLETE, PLEASE READ:
[FreeBSD/FreeBSD.git] / sys /
2020-12-19 gallatinFilter TCP connections to SO_REUSEPORT_LB listen socket...
2020-12-19 Andrew GallatinFilter TCP connections to SO_REUSEPORT_LB listen socket...
2020-12-19 gallatinOptionally bind ktls threads to NUMA domains
2020-12-19 Andrew GallatinOptionally bind ktls threads to NUMA domains
2020-12-19 hselaskyEnsure a minimum packet length before creating a mbuf...
2020-12-19 Hans Petter SelaskyEnsure a minimum packet length before creating a mbuf...
2020-12-19 hselaskyMove SYSCTL_ADD_PROC() to unlocked context in if_ure...
2020-12-19 Hans Petter SelaskyMove SYSCTL_ADD_PROC() to unlocked context in if_ure...
2020-12-19 kevanskern: cpuset: allow jails to modify child jails' roots
2020-12-19 Kyle Evanskern: cpuset: allow jails to modify child jails' roots
2020-12-18 jrtc27usb: Replace ITUNERNET vendor with MICROCHIP and improv...
2020-12-18 Jessica Clarkeusb: Replace ITUNERNET vendor with MICROCHIP and improv...
2020-12-18 kibAdd ELF flag to disable ASLR stack gap.
2020-12-18 Konstantin BelousovAdd ELF flag to disable ASLR stack gap.
2020-12-18 kibproc.h: Reformat P_ and P2_ definitions.
2020-12-18 Konstantin Belousovproc.h: Reformat P_ and P2_ definitions.
2020-12-18 melifaroSwitch direct rt fields access in rtsock.c to newly...
2020-12-18 Alexander V. ChernikovSwitch direct rt fields access in rtsock.c to newly...
2020-12-18 jhbSkip the vm.pmap.kernel_maps sysctl by default.
2020-12-18 John BaldwinSkip the vm.pmap.kernel_maps sysctl by default.
2020-12-18 mhorneriscv: report additional known SBI implementations
2020-12-18 Mitchell Horneriscv: report additional known SBI implementations
2020-12-18 manuarm64: rk3399: Export the watchdog clock
2020-12-18 Emmanuel Vadotarm64: rk3399: Export the watchdog clock
2020-12-18 mhorneamd64: use register macros for gdb_cpu_getreg()
2020-12-18 Mitchell Horneamd64: use register macros for gdb_cpu_getreg()
2020-12-18 mhorneamd64: allow gdb(4) to write to most registers
2020-12-18 Mitchell Horneamd64: allow gdb(4) to write to most registers
2020-12-18 markjacpi: Ensure that adjacent memory affinity table entrie...
2020-12-18 Mark Johnstonacpi: Ensure that adjacent memory affinity table entrie...
2020-12-18 jrtc27virtio_mmio: Fix feature negotiation copy-paste issue...
2020-12-18 Jessica Clarkevirtio_mmio: Fix feature negotiation copy-paste issue...
2020-12-18 Xin LIMFV r368746:
2020-12-18 kibpci_iov: When pci_iov_detach(9) is called, destroy...
2020-12-18 Konstantin Belousovpci_iov: When pci_iov_detach(9) is called, destroy...
2020-12-17 rlibbyice: quiet -Wredundant-decls
2020-12-17 Ryan Libbyice: quiet -Wredundant-decls
2020-12-17 brooksVFS_QUOTACTL: Remove needless casts of arg
2020-12-17 Brooks DavisVFS_QUOTACTL: Remove needless casts of arg
2020-12-17 jhbUse __containerof() instead of home-rolled versions.
2020-12-17 John BaldwinUse __containerof() instead of home-rolled versions.
2020-12-17 jhbUse a template assembly file for firmware object files.
2020-12-17 John BaldwinUse a template assembly file for firmware object files.
2020-12-17 jhbCleanups to *ERR* compat shims.
2020-12-17 John BaldwinCleanups to *ERR* compat shims.
2020-12-17 kibFix a race in tty_signal_sessleader() with unlocked...
2020-12-17 Konstantin BelousovFix a race in tty_signal_sessleader() with unlocked...
2020-12-17 mjgfd: reimplement close_range to avoid spurious relocking
2020-12-17 Mateusz Guzikfd: reimplement close_range to avoid spurious relocking
2020-12-17 mjgaudit: rework AUDIT_SYSCLOSE
2020-12-17 Mateusz Guzikaudit: rework AUDIT_SYSCLOSE
2020-12-17 mjgfd: refactor closefp in preparation for close_range...
2020-12-17 Mateusz Guzikfd: refactor closefp in preparation for close_range...
2020-12-17 afedorov[ng_socket] Don't take the SOCKBUF_LOCK() twice in...
2020-12-17 Aleksandr Fedorov[ng_socket] Don't take the SOCKBUF_LOCK() twice in...
2020-12-17 manuAdd IRQ resource to SPIBUS
2020-12-17 Emmanuel VadotAdd IRQ resource to SPIBUS
2020-12-17 manuarm: Remove samsung exnynos port
2020-12-17 Emmanuel Vadotarm: Remove samsung exnynos port
2020-12-17 nwhitehornMake non-debug kernels installable.
2020-12-17 Nathan WhitehornMake non-debug kernels installable.
2020-12-17 brooksnewvers.sh: Speed up git_tree_modified
2020-12-17 Brooks Davisnewvers.sh: Speed up git_tree_modified
2020-12-16 mjgfd: remove redundant saturation check from fget_unlocke...
2020-12-16 Mateusz Guzikfd: remove redundant saturation check from fget_unlocke...
2020-12-16 jrtc27Fix whitespace in r368698
2020-12-16 Jessica ClarkeFix whitespace in r368698
2020-12-16 jrtc27Fix whitespace in comment modified by r368697
2020-12-16 Jessica ClarkeFix whitespace in comment modified by r368697
2020-12-16 mmelUse the standard method for localizing of MSI-X table...
2020-12-16 Michal MelounUse the standard method for localizing of MSI-X table...
2020-12-16 mmelAllocate right number of pages for the bounced buffers...
2020-12-16 Michal MelounAllocate right number of pages for the bounced buffers...
2020-12-16 jhbUse more standard types for manipulating pointers.
2020-12-16 John BaldwinUse more standard types for manipulating pointers.
2020-12-16 jhbUse uintptr_t instead of unsigned long for integers...
2020-12-16 John BaldwinUse uintptr_t instead of unsigned long for integers...
2020-12-16 jhbUse uintptr_t instead of unsigned long for pointers.
2020-12-16 John BaldwinUse uintptr_t instead of unsigned long for pointers.
2020-12-16 jhbUse the 't' modifier to print a ptrdiff_t.
2020-12-16 John BaldwinUse the 't' modifier to print a ptrdiff_t.
2020-12-15 bdreweryRevert r368523 which fixed contig allocs waiting forever.
2020-12-15 Bryan DreweryRevert r368523 which fixed contig allocs waiting forever.
2020-12-15 hselaskyImprove handling of alternate settings in the USB stack.
2020-12-15 Hans Petter SelaskyImprove handling of alternate settings in the USB stack.
2020-12-15 hselaskyImprove handling of alternate settings in the USB stack.
2020-12-15 Hans Petter SelaskyImprove handling of alternate settings in the USB stack.
2020-12-15 hselaskyImprove handling of alternate settings in the USB stack.
2020-12-15 Hans Petter SelaskyImprove handling of alternate settings in the USB stack.
2020-12-14 melifaroFix LINT-NOINET6 build after r368571.
2020-12-14 Alexander V. ChernikovFix LINT-NOINET6 build after r368571.
2020-12-14 kibamd64 pmap: fix PCID mode invalidations
2020-12-14 Konstantin Belousovamd64 pmap: fix PCID mode invalidations
2020-12-14 melifaroEnable ROUTE_MPATH support in GENERIC kernels.
2020-12-14 Alexander V. ChernikovEnable ROUTE_MPATH support in GENERIC kernels.
2020-12-14 mmelRemove unused functions and variables in cpufunc.[ch].
2020-12-14 Michal MelounRemove unused functions and variables in cpufunc.[ch].
2020-12-14 mmelFinish implementation of ARM PMU interrupts.
2020-12-14 Michal MelounFinish implementation of ARM PMU interrupts.
2020-12-14 mmelVerify (and fix) the context_id argument passed to...
next