]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2020-01-25 Kyle Evanslua: add modules.loaded hook
2020-01-25 Kyle Evansloader.lua: re-arrange to load local.lua *after* config...
2020-01-25 Gleb SmirnoffEnter the network epoch in RX processing taskqueue.
2020-01-24 Michael TuexenDon't delay the ACK for a TCP segment with the CWR...
2020-01-24 Michael TuexenThe server side of TCP fast open relies on the delayed...
2020-01-24 Gleb SmirnoffEnter the network epoch when rack_output() is called...
2020-01-24 Gleb SmirnoffEnter the network epoch in USB WiFi drivers when proces...
2020-01-24 Alexander V... Add support for RFC 6598/Carrier Grade NAT subnets...
2020-01-24 Konstantin... Handle a race of collapse with a retrying fault.
2020-01-24 Gleb Smirnoffre(4) uses taskqueue to process input packets. Enter...
2020-01-24 Gleb Smirnoffath(4) processing input packets in taskqueue. Enter...
2020-01-24 Ruslan BukinInclude the PCI stack to the riscv GENERIC kernel.
2020-01-24 Ruslan BukinEnable NEW_PCIB on riscv.
2020-01-24 Ruslan Bukino Move the software context struct to a header file.
2020-01-24 Kyle Evanscaroot: use bsd.obj.mk, not bsd.prog.mk
2020-01-24 Ruslan BukinMove the ECAM macroses to the header file.
2020-01-24 Mark JohnstonRevert r357050.
2020-01-24 Ed MasteTag NLS aliases with pkgbase package
2020-01-24 Ed Masterevert r356990 to reapply with correct commit message
2020-01-24 Hans Petter... Implement mmget_not_zero() in the LinuxKPI.
2020-01-24 Edward Tomasz... Make linux(4) handle MAP_32BIT.
2020-01-24 Edward Tomasz... Add kern_unmount() and use in Linuxulator. No function...
2020-01-24 Nick HibmaFix a few spacing issues to make the page more readable.
2020-01-24 Doug MooreMost uses of vm_map_clip_start follow a call to vm_map_...
2020-01-24 Mateusz Guzikvfs: allow v_usecount to transition 0->1 without the...
2020-01-24 Mateusz Guzikvfs: stop handling VI_OWEINACT in vget
2020-01-24 Mateusz Guzikvfs: stop unlocking the vnode upfront in vput
2020-01-24 Mateusz Guziklockmgr: don't touch the lock past unlock
2020-01-24 Adrian Chadd[ntp] Don't compile in the ssl routines into libevent...
2020-01-24 Kyle EvansDrop "All Rights Reserved" from all libbe/bectl files
2020-01-24 Conrad Meyerrandom(3): Abstract routines into _r versions on explic...
2020-01-24 Conrad Meyerrandom(3): Abstract state into a single context object
2020-01-23 Conrad Meyercpufreq(4): Fix missing MODULE_DEPEND on hwpstate_intel
2020-01-23 John BaldwinCorrect the return types of fueword*().
2020-01-23 Kristof Provostpf: Apply kif flags to new group members
2020-01-23 Ed Masteadd MIPS-specific PT header ELF definitions
2020-01-23 Mark Johnstonsparc64: Busy the TSB page before freeing it in pmap_re...
2020-01-23 Konstantin... Fix r356919.
2020-01-23 Mark Johnstonng_nat: Pass IPv6 packets through.
2020-01-23 Mark Johnstonvm_map_submap(): Avoid unnecessary clipping.
2020-01-23 Gleb SmirnoffWith MSI interrupts bge(4) just schedules taskqueue...
2020-01-23 Mark JohnstonSet td_oncpu before dropping the thread lock during...
2020-01-23 Mark JohnstonPrint missing ID_AA64PFR{0,1}_EL1 register fields.
2020-01-23 Mark Johnstonarm64: Don't enable interrupts in init_secondary().
2020-01-23 Ed MasteTag /usr/tests/local symlink with package=tests
2020-01-23 Ed MasteApply r355819 to sparc64 - fix assertion failure after...
2020-01-23 Yoshihiro TakahashiFix kernel-tags target.
2020-01-23 Andriy Gaponvmxnet3: add support for RSS kernel option
2020-01-23 Hans Petter... Fix build of stand/usb .
2020-01-23 Andriy Gaponvirtio_scsi: use max target ID plus one as the initiator ID
2020-01-23 Alexander V... Bring indentation back to normal after r357038.
2020-01-23 Alexander V... Fix epoch-related panic in ipdivert, ensuring in_broadc...
2020-01-23 Jeff Roberson(fault 9/9) Move zero fill into a dedicated function...
2020-01-23 Jeff Roberson(fault 8/9) Restructure some code to reduce duplication...
2020-01-23 Jeff Roberson(fault 7/9) Move fault population and allocation into...
2020-01-23 Jeff Roberson(fault 6/9) Move getpages and associated logic into...
2020-01-23 Jeff Roberson(fault 5/9) Move the backing_object traversal into...
2020-01-23 Jeff Roberson(fault 4/9) Move copy-on-write into a dedicated function.
2020-01-23 Jeff Roberson(fault 3/9) Move map relookup into a dedicated function.
2020-01-23 Jeff Roberson(fault 2/9) Move map lookup into a dedicated function.
2020-01-23 Jeff Roberson(fault 1/9) Move a handful of stack variables into...
2020-01-23 Ryan Libbyuma: fix zone domain overlaying pcpu cache with disable...
2020-01-23 Ryan Libbyuma: report leaks more accurately
2020-01-23 Jeff RobersonConsistently use busy and vm_page_valid() rather than...
2020-01-23 Cy SchubertFix 32-bit build post r357002.
2020-01-23 Jeff RobersonSome architectures with DMAP still consume boot kva...
2020-01-23 Jeff RobersonBlock the thread lock in sched_throw() and use cpu_swit...
2020-01-23 Gleb SmirnoffSince now drivers that support pfil run their interrupt...
2020-01-23 Gleb SmirnoffStop entering the network epoch in ether_input(), unles...
2020-01-23 Gleb SmirnoffThis is Ethernet driver so mark the interrupt appropria...
2020-01-23 Gleb SmirnoffIntroduce flag IFF_NEEDSEPOCH that marks Ethernet inter...
2020-01-23 Gleb Smirnofftap(4) calls ether_input() in context of write(2)....
2020-01-23 Gleb SmirnoffIn netmap() call ether_input() within the network epoch.
2020-01-23 Gleb SmirnoffDEVICE_POLLING is an alternative to network interrupts...
2020-01-23 Gleb SmirnoffEnter network epoch in iflib rxeof task.
2020-01-23 Gleb SmirnoffMark swi_net() as INTR_TYPE_NET and stop entering epoch...
2020-01-23 Gleb SmirnoffEnter the network epoch for interrupt handlers of INTR_...
2020-01-23 Gleb SmirnoffAdd ie_hflags to struct intr_event, which accumulates...
2020-01-22 Conrad Meyercpufreq(4): Add support for Intel Speed Shift
2020-01-22 John BaldwinRemove support for auto-selecting an external binutils.
2020-01-22 Kristof Provostpfsync: Ensure we enter network epoch before calling...
2020-01-22 Kyle EvansMark rfork(2) as __returns_twice
2020-01-22 Alexander MotinUpdate route MTUs for bridge, lagg and vlan interfaces.
2020-01-22 Ed MasteTag etc/termcap with package=runtime
2020-01-22 Ed MasteTag NLS aliases with package=runtime
2020-01-22 Gleb SmirnoffPlug possible calls into ip6?_output() without network...
2020-01-22 Gleb SmirnoffEnter network epoch when calling in_pcbconnect() for...
2020-01-22 Bjoern A. ZeebFix NOINET kernels after r356983.
2020-01-22 Kyle EvansTag os-release symlink with package=runtime
2020-01-22 Alexander V... Bring back redirect route expiration.
2020-01-22 Gleb SmirnoffMake in_pcbladdr() require network epoch entered by...
2020-01-22 Gleb SmirnoffRemove extraneous NET_EPOCH_ASSERT - the full function...
2020-01-22 Gleb SmirnoffRe-absorb tcp_detach() back into tcp_usr_detach() as...
2020-01-22 Gleb SmirnoffDon't enter network epoch in tcp_usr_detach. A PCB...
2020-01-22 Gleb SmirnoffThe network epoch changes in the TCP stack combined...
2020-01-22 Gleb Smirnofftcp_usr_attach() doesn't need network epoch. in_pcbfre...
2020-01-22 Gleb SmirnoffRelax locking requirements for in_pcballoc(). All...
2020-01-22 Gleb SmirnoffInline tcp_attach() into tcp_usr_attach(). Not a funct...
2020-01-22 Gleb SmirnoffMake tcp_output() require network epoch.
2020-01-22 Gleb SmirnoffMake ip6_output() and ip_output() require network epoch.
next