]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2024-01-07 John BaldwinMerge commit 3537338d1ab9 from llvm git (by Nikolas...
2024-01-07 Andrew Turnerllvm: Reduce overlinking with the minimal llvm
2024-01-07 Mike Karelsarm64 lib32: change clang to allow -m32 on arm64
2024-01-07 Ed Mastelldb: dereference stoppcbs based on target kernel version
2024-01-07 John-Mark Gurneymake cross build from arm64 work..
2024-01-07 Alfredo Dal... build target triple variable from sys/conf/newvers.sh
2024-01-07 Haoyu Gusyscalls.master: Fix SAL annotation for getdirentires...
2024-01-07 Ed Mastefreebsd-update: for rollback, first create directories
2024-01-07 Ed Mastefreebsd-update: handle directories changing to files
2024-01-07 Ed Mastefreebsd-update: allow user to break out of conflict...
2024-01-07 Ed Mastecapsicum(4): add cross-ref to capsicum_helpers(3)
2024-01-07 Jose Luis Duranendian.h: Remove duplicate words
2024-01-07 Mark Johnstonlibdtrace: Fix line number reporting in error messages
2024-01-07 Mark Johnstongtaskqueue: Fix a typo
2024-01-07 Gordon Berglinghvsock: Fix a typo in a source code comment
2024-01-07 Gordon Berglinggpioevents: Fix a typo in a diagnostic output message
2024-01-07 Gordon Berglingtcp_stacks: Fix two typos in a source code comments
2024-01-07 Gordon Berglingipfw(4): Fix a typo in a source code comment
2024-01-07 Gordon Berglingtail(1): Fix a typo in a source code comment
2024-01-06 Marius Strobltcp_info: Add and export more FreeBSD-specific fields
2024-01-05 Richard Scheffeneggertcp: reserve tcp_info counters for AccECN
2024-01-05 Marius Strobltcp_fill_info(): Change lock assertion on INPCB to...
2024-01-05 Marius Stroblsym(4): Add __diagused to nseg of getbaddrcb()
2024-01-05 Marius Strobliflib drivers: Constify PCI ID LUTs
2024-01-05 Marius Stroblmergemaster(8): Remove support for sparc64
2024-01-05 Marius Stroblnanobsd: Remove remainder of sparc64 support
2024-01-05 Marius Stroblexit1(): Reword comment regarding init workaround
2024-01-05 Marius Strobltargets: Catch up with the removal of sparc64
2024-01-05 Marius Strobliflib(9): Revert ancillary changes
2024-01-05 Michael Gmelinlibifconfig: Fix bridge status member list
2024-01-05 Wolfram Schneidersupport spaces in filenames
2024-01-05 Wolfram Schneiderimprove handling of shell metacharacters in filenames
2024-01-05 John BaldwinOptionalObsoleteFiles.inc: Add libnss_tacplus_p.a as...
2024-01-05 John BaldwinStop #defining FREEBSD_ELF
2024-01-05 John Baldwinkldxref: Add a copyright and license statement to ef.h
2024-01-05 John Baldwinbsdinstall.8: Clarify the description of ZFSBOOT_FORCE_...
2024-01-05 John Baldwinbsdinstall zfsboot: Don't override ZFSBOOT_FORCE_4K_SEC...
2024-01-05 Brad Davisbsdinstall: add missing init of fd variable
2024-01-05 Brad Davisbsdinstall: Filter out devices that cannot be opened
2024-01-05 John Baldwinbsdinstall partedit: Use snprintf instead of sprintf...
2024-01-05 John Baldwinbsdinstall partedit: Use asprintf to build wrapper...
2024-01-05 John Baldwinbsdinstall partedit: Replace malloc + sprintf with...
2024-01-04 John Baldwinbsdinstall partedit: Avoid potential buffer overflow...
2024-01-04 John Baldwinbsdinstall partedit: Apply changes from scripted installs
2024-01-04 John Baldwinbsdinstall: Handle errors from geom_gettree.
2024-01-04 John Baldwinbsdinstall: Replace correct, but fragile, string builde...
2024-01-04 John Baldwinagp_amd64: Use <machine/pci_cfgreg.h> rather than bare...
2024-01-04 Mark Johnstonatrtc: Add a required include
2024-01-04 Konstantin... iommu: fix build on stable/13 with the DDB option
2024-01-03 Rick Macklemvfs_vnops.c: Fix cherry-pick of e7044084cf81
2024-01-03 Kenneth D.... camcontrol: add support for Toshiba drive firmware...
2024-01-03 Kenneth D.... camcontrol: Add a sense subcommand
2024-01-03 Kyle Evansloader: lua: remove the default kernel if it doesn...
2024-01-03 Kyle Evanskdump: use print_mask_arg0 appropriately
2024-01-03 Kyle Evansloader: provide a features table for binary compatibili...
2024-01-03 Rick Macklemvfs_vnops.c: Fix vn_generic_copy_file_range() for trunc...
2024-01-02 Gleb Smirnofftcp: always set tcp_tun_port to a correct value
2024-01-02 Rick Macklemnfscl: Fix handling of expired Kerberos credentials...
2024-01-02 Mark Johnstonmips: Add a return value to cpu_set_upcall()
2024-01-02 Mark Johnstoncompat_freebsd4: Fix handling of errors from subyte()
2024-01-02 Mark Johnstoniscsi: Check for copyout errors in iscsi_ioctl_daemon_r...
2024-01-02 Mark Johnstonnmount: Ignore errors when copying out an error string
2024-01-02 Mark Johnstongeom: Report copyout() errors in g_ctl_ioctl_ctl()
2024-01-02 Mark Johnstongntdev: Handle errors from suword32() in gntdev_alloc_g...
2024-01-02 Mark Johnstonmpr: Handle errors from copyout() in ioctl handlers
2024-01-02 Mark Johnstonmps: Handle errors from copyout() in ioctl handlers
2024-01-02 Mark Johnstonumtx: Check for errors from suword32()
2024-01-02 Mark Johnstonthread: Ignore errors when copying out during thr_exit()
2024-01-02 Mark Johnstonjail: Ignore errors from copyout() while copying the...
2024-01-02 Mark Johnstonsendfile: Explicitly ignore errors from copyout()
2024-01-02 Mark Johnstonses: Add error checking for copyout() calls
2024-01-02 Mark Johnstonpowerpc: Avoid ignoring copyin()'s return value
2024-01-02 Mark Johnstonlinux: Check for copyout errors in linux_fixup()
2024-01-02 Mark Johnstonthread: Add a return value to cpu_set_upcall()
2024-01-02 Mark Johnstoncompat_freebsd4: Check for errors from subyte() in...
2024-01-02 Mark Johnstonocs: Check for copyin errors in the ioctl handler
2024-01-02 Mark Johnstonuhid: Check for errors from copyin() in ioctl handlers
2024-01-02 Mark Johnstonhid: Handle errors from copyin() in ioctl handlers
2024-01-02 Mark Johnstonfreebsd32: Report errors when copying out oldlenp in...
2024-01-02 Mark Johnstonath: Handle errors from copyout() in ath_rate_fetch_nod...
2024-01-02 Konstantin... Convert fsidcmp(9) from macro to inline function
2024-01-02 Konstantin... ofed: use ANSI C functions definitions in opensm/sm.c
2024-01-02 Konstantin... iommu_gas_remove(): consolidate places where decision...
2024-01-02 Konstantin... iommu_gas: make placeholder entry at the start of the...
2024-01-02 Konstantin... iommu: add iommu_gas_remove_locked()
2024-01-02 Konstantin... IOMMU: add GAS map entry flag IOMMU_MAP_ENTRY_FAKE
2024-01-02 Konstantin... iommu_gas: zero fake on-stack map entry used in iommu_g...
2024-01-02 Konstantin... iommu_gas: print entries flags and domains if an overla...
2024-01-02 Konstantin... DMAR: add knob to disable RMRR entries installation...
2024-01-02 Konstantin... iommu_gas: add ddb 'show iommu_domain' command
2024-01-02 Konstantin... iommu_gas_match_one(): check for underflow
2024-01-02 Konstantin... dmar(9): style, fix indent
2024-01-02 Konstantin... iommu: remove leftover sys/cdefs.h includes
2024-01-01 Dimitry AndricMerge commit c97a7675eea4 from llvm git (by Qiu Chaofan):
2024-01-01 Dimitry AndricMinimize libc++ errno-related header diffs with upstream
2024-01-01 Dimitry AndricReorganize libclang_rt Makefile and make more lib/arch...
2024-01-01 Ronald KlopTeach if_smsc to get MAC from bootargs.
2023-12-31 Christos Margiolisfortune: update mailing list search url
2023-12-29 Andrew Gierthvfs_domount_update(): correct fsidcmp() usage
2023-12-28 Mark Johnstonfreebsd32: Fix error handling for suword32() calls
next