]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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
2023-12-28 Mark Johnstonufs: Update *eofflag upon a read of an unlinked directory
2023-12-28 Mark Johnstonieee80211: Check for copyout() errors in the SIOCG80211...
2023-12-28 Mark Johnstonkthread: Set *newtdp earlier in kthread_add1()
2023-12-27 Igor Ostapenkonetlink: fix snl_writer and linear_buffer re-allocation...
2023-12-27 Ram Kishore... ocs_fc: Use xpt_path_sbuf() to copy the path to sbuf.
2023-12-27 Ram Kishore... ocs_fc: IO timeout handling and error reporting fix.
2023-12-25 Konstantin... bhyve.8: add missed dot
2023-12-25 Konstantin... vmm.h: remove dup declaration
2023-12-24 Dimitry AndricFix snprintf truncation in telnet
2023-12-24 Dimitry AndricSilence VLA extension warnings in fusefs tests
2023-12-24 Dimitry AndricSilence snprintf truncation warnings in printf_test...
2023-12-24 Dimitry AndricMerge commit 989879f8fded from llvm git (by Paul Walker):
2023-12-24 Philip Paepscontrib/tzdata: import tzdata 2023d
2023-12-23 Gordon Berglingrtnetlink.4: Fix a typo in the manual pag
2023-12-21 Gleb Smirnoffvtnet: don't leak pfil(9) data on detach
2023-12-21 Peter Erikssonlibc: correct some memory leaks in acl_to_text(3) and...
2023-12-21 Konstantin... ufs: do not leave around empty buffers shadowing disk...
2023-12-21 Gleb Smirnofftcp_wrappers: recognize IPv6 addresses/prefixes
2023-12-21 Olivier CertnerEnsure 'struct thread' is aligned to a cache line
2023-12-21 Olivier Certneruma: Permit specifying max of cache line and some custo...
2023-12-21 Olivier Certnerlinuxkpi: dma_get_cache_alignment(): Fix off-by-one...
2023-12-21 Olivier Certneruma: New check_align_mask(): Validate alignments (INVAR...
2023-12-21 Mark Johnstonarm: Update declarations for arm_dcache_align{,_mask}
2023-12-21 Olivier Certneruma: Make the cache alignment mask unsigned
2023-12-21 Olivier Certnerarm: Simplify get_cachetype_cp15()
2023-12-21 Olivier Certneruma: UMA_ALIGN_CACHE: Resolve the proper value at use...
2023-12-21 Olivier Certneruma: Hide 'uma_align_cache'; Create/rename accessors
2023-12-21 Olivier CertnerEnsure "init" (PID 1) also executes userret() initially
2023-12-21 Olivier Certnerpdinit(): Fix comment
2023-12-21 Olivier Certnersetusercontext(): Apply personal settings only on match...
2023-12-21 Olivier Certnerlogin_cap.c: Don't set errno to ERANGE on memory alloca...
2023-12-21 Olivier Certnersetusercontext(): Fix gap when setting a realtime-class...
2023-12-21 Olivier Certnersysctl(8): Mention more security.bsd knobs; Refer to...
2023-12-21 Olivier Certnerptrace(2): Disabling: Describe influence of security...
2023-12-21 Olivier Certnersecurity(7): security.bsd.see*: Be more accurate
2023-12-21 Olivier Certnercr_canseeothergids(): Policy change's manual pages...
2023-12-21 Olivier Certnercr_canseeothergids(): Use real instead of effective...
2023-12-21 Olivier Certnerrealgroupmember(9): Link to groupmember(9), document...
2023-12-21 Olivier CertnerNew realgroupmember()
2023-12-21 Olivier Certnergroupmember(): Extract the supplementary group search...
2023-12-21 Olivier Certnerprison_check(9): Bring up-to-date with hierarchical...
2023-12-21 Olivier Certnerp_candebug(9): cr_bsd_visible() impacts, misc fixes
2023-12-21 Olivier Certnerp_cansee(9): Bring up-to-date, misc fixes
2023-12-21 Olivier Certnercr_cansee(9): cr_bsd_visible() impacts, simplifications
2023-12-21 Olivier Certnercr_canseeotheruids(9): Revamp, mark as internal
2023-12-21 Olivier Certnergroupmember(9): Detail which groups are considered...
2023-12-21 Olivier Certnercr_canseeothergids(9): Revamp, mark as internal
2023-12-21 Olivier Certnercr_bsd_visible(9): New man page
2023-12-21 Olivier Certnercr_canseejailproc(9): New man page
2023-12-21 Olivier Certnercr_canseeotheruids(), cr_canseeothergids(): Man pages...
2023-12-21 Olivier CertnerFix 'security.bsd.see_jail_proc' by using cr_bsd_visible()
2023-12-21 Olivier CertnerNew cr_bsd_visible(): Whether BSD policies deny seeing...
2023-12-21 Olivier Certnercr_canseejailproc(): New privilege, no direct check...
2023-12-21 Olivier Certnerx86: AMD Zen2: Zenbleed chicken bit mitigation
2023-12-21 Kristof Provostpf tests: fix typos in the abort_v6 test case head...
2023-12-20 Kenneth D.... mpr, mps: Establish busdma boundaries for memory pools
2023-12-19 Vladimir Kondratyevig4: Add PCI IDs for Intel Ice Lake I2C controller.
2023-12-19 Konstantin... if_tun: check device name
2023-12-18 Gleb Smirnoffsshd: do not resolve refused client hostname
2023-12-18 Gleb Smirnoffsshd: remove unneeded initialization of libwrap logging...
2023-12-18 Gordon TetlowImplement "strict key exchange" in ssh and sshd.
2023-12-17 Rick Macklemnfscl: Fix comment for commit 6aded1e6b2e5
2023-12-17 Rick Macklemnfscl: Fix processing of a rare Rename reply case
2023-12-17 Gordon Berglingiostat.8: Better wording for some use cases
2023-12-17 Kirk McKusickIncrease UFS/FFS maximum link count from 32767 to 65530.
2023-12-16 Konstantin... strfmon.c: Use the restrict keyword directly
2023-12-16 Jose Luis Duranstrfmon: style fixes
2023-12-16 Jose Luis Duranstrfmon: Silence scan-build warning
2023-12-16 Jose Luis Duranstrfmon.3: Cleanup example code
2023-12-16 Philip Paepsrc.conf: correct $ntp_leapfile_sources
2023-12-16 Ed Mastegit hooks: add "Fixes" trailer to commit message template
2023-12-16 Ed Mastegit hooks: add "Tested by" to commit message template
2023-12-15 Kyle Evansrtld: add a test for RTLD_DEEPBIND
2023-12-15 Kyle Evanslockf: switch to strtonum() for parsing timeout
2023-12-15 Kyle Evanslockf: allow locking file descriptors
2023-12-15 Kyle Evanslockf: add some tests
2023-12-15 Alexander Melkovlockf: don't hold stdin/stdout/stderr open
next