]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2022-09-26 Mitchell Hornearm64: bus: unhide bus_space definition with sanitizers...
2022-09-26 Randall StewartTCP complete end status work.
2022-09-26 Randall StewartTCP rack does not work properly with cubic.
2022-09-26 Brooks Davistelnetd: fix two-byte input crash
2022-09-26 Doug Moorerb_tree: add augmentation comments
2022-09-26 Alexander V... netinet: pass cred instead of the curthread to ifaddr...
2022-09-26 Mark Johnstonman9: Add MLINKs for bus_space_{peek,poke}
2022-09-26 Mark Johnstonposixshm tests: Map the large pages in the madvise...
2022-09-26 Mark Johnstonarm64: Fix an assertion in pmap_enter_largepage()
2022-09-26 Mark Johnstonarm64: Handle 1GB mappings in pmap_enter_quick_locked()
2022-09-26 Kristof Provostif_ovpn: fix address family check when traffic class...
2022-09-26 Michael Tuexentcp: make RACK loadable again using the default configu...
2022-09-26 Peter Holmstress2: Added regression tests
2022-09-26 Wei Huarm64: Enabling new hypercalls using HvCallSetVpRegiste...
2022-09-26 Xin LIscandir(3): Rename alphasort_thunk to scandir_thunk_cmp to
2022-09-25 Bjoern A. Zeeblindebugfs,rtw88,rtw89: correct module dependencies
2022-09-25 Bjoern A. Zeebiwlwifi: enforce FreeBSD specific (expected) behaviour
2022-09-25 Alan Somersfusefs: truncate write if it would exceed RLIMIT_FSIZE
2022-09-25 Alan Somersfusefs: respect RLIMIT_FSIZE during truncate
2022-09-25 Konstantin... snp(4): implement detach
2022-09-25 Konstantin... snp(4): properly report detached/revoked ttys
2022-09-25 Ed MasteDo not delete objdump when WITH_LLVM_BINUTILS is true
2022-09-25 Ed Masteclang: remove as(1) cross-reference from man page
2022-09-25 Alfonso S.... contrib/bsddialog: Import version 0.4
2022-09-25 Alfonso S.... contrib/bsddialog: Import version 0.4
2022-09-25 Philip PaepsObsoleteFiles.inc: fix a silly typo
2022-09-25 Philip Paepsshare/zoneinfo: don't build obsolete SystemV zones
2022-09-25 Philip Paepscontrib/tzdata: import tzdata 2022d
2022-09-25 Philip PaepsImport tzdata 2022d
2022-09-25 Xin LIfile: upgrade to 5.43.
2022-09-24 Rick Macklemmount_nfs.8: Fix the RFC number now that it exists
2022-09-24 Alexander V... ifp: add if_setdescr() / if_freedesrt() methods
2022-09-24 Alexander V... if_clone: add ifc_link_ifp() / ifc_unlink_ifp() to...
2022-09-24 Konstantin... tmpfs: truncate write if it would exceed the fs max...
2022-09-24 Konstantin... msdosfs: truncate write if it would exceed the fs max...
2022-09-24 Konstantin... FFS: truncate write if it would exceed the fs max file...
2022-09-24 Konstantin... Add vn_rlimit_fsizex() and vn_rlimit_fsizex_res()
2022-09-24 Konstantin... tmpfs: disallow truncation to set file size past RLIMIT...
2022-09-24 Konstantin... msdosfs: disallow truncation to set file size past...
2022-09-24 Konstantin... UFS: disallow truncation to set file size past RLIMIT_FSIZE
2022-09-24 Konstantin... Add vn_rlimit_trunc()
2022-09-24 Konstantin... filesystems: return error from vn_rlimit_fsize() instea...
2022-09-24 Konstantin... tmpfs_subr.c: some style
2022-09-24 Mark Johnstonarm64: Ignore 1GB mappings in pmap_advise()
2022-09-24 Mark Johnstonamd64: Ignore 1GB mappings in pmap_advise()
2022-09-24 Mark Johnstonamd64: Handle 1GB mappings in pmap_enter_quick_locked()
2022-09-24 Mark Johnstonamd64: Make it possible to grow the KERNBASE region...
2022-09-24 Mark Johnstonsmr: Fix synchronization in smr_enter()
2022-09-24 Xin LIVendor import of file 5.43.
2022-09-24 Mark Johnstonsched_4bsd: Fix a racy thread state modification
2022-09-23 Rick Macklemrpc.tlsclntd.8: Fix the RFC number now that it exists
2022-09-23 Rick Macklemrpc.tlsservd.8: Fix the RFC number now that it exists
2022-09-23 Zhenlei Huangnfscl: Fix parameter order in the calls to MGET().
2022-09-23 Warner Losharm64: don't loop forever if first option in kern.cfg...
2022-09-23 Brooks Daviscpuset(9): Refer to CPU_SETSIZE not MAXCPU
2022-09-23 Warner Loshrelease: Use standard mount points for arm MBR boot...
2022-09-23 Andrew TurnerFix the spelling of interrupt in the GICv3 driver
2022-09-23 Andrew TurnerMake adding children consistant in the GICv3 drivers
2022-09-23 Andrew TurnerTeach the GICv3 driver to translate memory ranges
2022-09-23 Andrew TurnerMove the GICv3 bus_print_child function to the parent
2022-09-23 Andrew TurnerAdd bus_get_resource_list functions to the GICv3 driver
2022-09-23 Hans Petter... ibcore: The use of IN_LOOPBACK() now requires a valid...
2022-09-23 Pau AmmaTrack removal of Tokenring and FDDI media types from...
2022-09-22 Cy Schubertipfilter/libipf: printpool_live() consumer ignores...
2022-09-22 Cy Schubertipfilter/ippool: Return error code when listing a pool...
2022-09-22 Cy Schubertipfilter/ippool: Dump a copy of ippool in ippool.conf...
2022-09-22 Maxim Konovaloviwlwifi.4: typo fixed
2022-09-22 John BaldwinBump __FreeBSD_version for pmap_unmap*() and kmem_...
2022-09-22 John Baldwinkmem_malloc/free: Use void * instead of vm_offset_t...
2022-09-22 John Baldwinpmap_unmapdev/bios: Accept a pointer instead of a vm_of...
2022-09-22 Navdeep Parharcxgbe(4): Fix potential integer overflow in t4_tstmp_to_ns.
2022-09-22 Bjoern A. ZeebBump __FreeBSD_version after LinuxKPI changes.
2022-09-22 Bjoern A. ZeebLinuxKPI: cache.h add L1_CACHE_ALIGN()
2022-09-22 Bjoern A. ZeebLinuxKPI: pci.h split up pcim_iomap_regions_request_all()
2022-09-22 Bjoern A. ZeebLinuxKPI: if_ether.h add more constants
2022-09-22 Bjoern A. ZeebLinuxKPI: io.h constify arguments and add more functions
2022-09-22 Bjoern A. ZeebLinuxKPI: dma-mapping: add dmam_alloc_coherent()
2022-09-22 Bjoern A. ZeebLinuxKPI: tracepoint.h add more defines
2022-09-22 Bjoern A. ZeebLinuxKPI: pci_ids.h Add more Vendor IDs.
2022-09-22 Bjoern A. ZeebLinuxKPI: lockdep.h add lockdep_{,un}register_key()
2022-09-22 Bjoern A. ZeebLinuxKPI: pci.h add more defines and functions
2022-09-22 Bjoern A. ZeebLinuxKPI: device.h add devm_kmemdup()
2022-09-22 Alexander V... if_clone: migrate some consumers to the new KPI.
2022-09-22 Richard Scheffeneggertcp: fix cwnd restricted SACK retransmission loop
2022-09-22 Konstantin... ldd: remove '[preloaded]' marker for the preloaded...
2022-09-22 Alexander V... if_clone: rework cloning KPI
2022-09-22 Michael Tuexentcp: send ACKs when requested
2022-09-22 Martin Matuskazfs: fix powerpc build broken in c7046f76c2
2022-09-22 Alexander V... epair: deduplicate interface allocation code #1
2022-09-21 Gleb Smirnofftcp: increment tcpstats in tcp_respond()
2022-09-21 Gleb Smirnofftcp: fix simultaneous open and refine e80062a2d43
2022-09-21 Zhenlei Huanglio: Remove unneeded include.
2022-09-21 Kristof Provostif_ovpn: fix memory leak on unload
2022-09-21 Kristof Provostif_ovpn: remove incorrect rounding up of packet sizes
2022-09-21 Bjoern A. ZeebLinuxKPI: device.h remove duplicate #include
2022-09-21 Bjoern A. ZeebLinuxKPI: 802.11: add more header compat bits
2022-09-21 Konstantin... cxgbe: fix kernel build without TCP_OFFLOAD or RATELIMIT
2022-09-21 Brooks DavisDeprecate telnet daemon
2022-09-21 Martin Matuskazfs: merge openzfs/zfs@c629f0bf6
2022-09-21 Zhenlei Huangdebugnet: Fix parameter order in the calls to m_get()
next