]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2023-01-29 Dmitry Chaginlibthr: Trim trailing whitespaces in pthread_attr_affinity.
2023-01-29 Dmitry Chaginlibthr: Fix pthread_attr_[g|s]etaffinity_np manual.
2023-01-29 Dmitry Chaginlibthr: Fix pthread_[g|s]etaffinity_np manual.
2023-01-29 Dmitry Chaginlibthr: Fix pthread_attr_[g|s]etaffinity_np to match...
2023-01-29 Dmitry Chaginsched.h: Fix _S macros for better compatibility with...
2023-01-29 Dmitry Chaginsmp: Drop confusing braces and return statement as...
2023-01-29 Fedor UporovAdd extended attributes
2023-01-29 Fedor UporovFix pjfstest issue tests/rename/23.t
2023-01-29 Fedor UporovFix pjfstest issue tests/rename/19.t
2023-01-29 Fedor UporovFix block bitmap end position computation
2023-01-29 Fedor UporovFix developer second name.
2023-01-28 Stefan Eßerusr.bin/gh-bc: update Makefiles for version 6.2.2
2023-01-28 Stefan Eßercontrib/bc: merge from vendor release 6.2.2
2023-01-28 Stefan Eßervendor/bc: import version 6.2.2
2023-01-28 Stefan Eßervendor/bc: import version 6.2.1
2023-01-28 Stefan Eßervendor/bc: import version 6.2.0
2023-01-28 Stefan Eßervendor/bc: import version 6.1.0
2023-01-28 Stefan Eßervendor/bc: import version 6.0.4
2023-01-28 Xin LIDisable sandboxing when building with WITHOUT_CAPSICUM.
2023-01-28 Alexander Naumochkinstat(1): Do not pass S_IFBLK to devname unconditionally
2023-01-28 Alexander Naumochkindevname(3): apply S_ISBLK() to type, not dev_t
2023-01-28 Dmitry Chaginlinux_common: Fixup .PATH.
2023-01-28 Alexander V... netlink: export nextop group kernel index when dumping...
2023-01-28 Bjoern A. ZeebLinuxKPI: skbuff: implement skb_free_frag()
2023-01-28 Gordon Berglingumcs(4): Fix a typo in a kernel message
2023-01-28 Dmitry Chaginlinux(4): Convert mount exported flags for statfs syste...
2023-01-28 Dmitry Chaginlinux(4): Rework statfs conversion routine.
2023-01-28 John Baldwinlinuxkpi: Use a proper declaration for pm_suspend_via_f...
2023-01-28 Simon J. GerratyMerge/update to bmake-20230126
2023-01-28 Simon J. GerratyImport bmake-20230126
2023-01-27 Mitchell Hornertalloc.9: remove obsolete man page
2023-01-27 Mitchell HornePCBGROUP.9: remove obsolete man page
2023-01-27 John Baldwinuniverse: Switch GCC toolchains to GCC 12.
2023-01-27 Jean-Sébastien... linuxkpi: Add `pin_user_pages*()` functions
2023-01-27 Jean-Sébastien... linuxkpi: Fix `sg_alloc_table_from_pages()` to have...
2023-01-27 Jean-Sébastien... linuxkpi: Include `linux/sched/mm.h` from `linux/sched.h`
2023-01-27 Ed MasteCirrus-CI: switch GCC job to GCC 12
2023-01-27 Mark Johnstonrelease.7: Correct a variable name
2023-01-27 Emmanuel Vadotloader: md: Use default func for fmtdev and parsedev
2023-01-27 Alexander V... netstat: fix format string on 32-bit archs
2023-01-27 Konstantin... amd64: do not enable PKRU if user disabled saving PKRU...
2023-01-27 Konstantin... x86: add more definitions for XCR0 bits
2023-01-27 John BaldwinRevert "Don't omit bsd.compiler.mk for the nested delet...
2023-01-27 Allan JudeMFV: zstd 1.5.2
2023-01-27 Alexander V... netstat: make netstat -rn use netlink instead of rtsock
2023-01-27 Bjoern A. ZeebLinuxKPI: linux_pci.c: fix whitespace
2023-01-27 Gleb Smirnoffsysctl: use correct types and names in sysctl_*sec_to_s...
2023-01-27 Emmanuel VadotRevert "rc.d: Put growfs script in FreeBSD-ufs"
2023-01-27 Emmanuel Vadotrc.d: Put resolv script in FreeBSD-resolvconf
2023-01-27 Emmanuel Vadotrc.d: Put growfs script in FreeBSD-ufs
2023-01-27 Emmanuel Vadotrc.d: Put ggated script in FreeBSD-ggate
2023-01-27 Emmanuel Vadotrc.d: Put dhclient script in FreeBSD-dhclient
2023-01-27 Emmanuel Vadotrc.d: Put devmatch script in FreeBSD-devmatch
2023-01-27 Emmanuel Vadotrc.d: Put devd script in FreeBSD-devd package
2023-01-27 Ed MasteRetire WITHOUT_CXX option
2023-01-27 John Baldwin<sys/cdefs.h>: Decay expression passed to fallback...
2023-01-27 John BaldwinRevert "stdlib.h: Fix qsort_r compatibility with GCC...
2023-01-26 Michael Tuexentcp: improve error handling of net.inet.tcp.udp_tunneli...
2023-01-26 Gleb Smirnofftcp: protect TCP over UDP configuration with a lock
2023-01-26 Gleb Smirnoffudp: don't forget to initialize udpcb for UDPv6
2023-01-26 Ed Mastelua: reduce diffs between luaconf.h copies
2023-01-26 Richard Scheffeneggertcp: reduce the size of t_rttupdated in tcpcb
2023-01-26 Mark Johnstonnetlink: Zero-initialize writer structures allocated...
2023-01-26 Bjoern A. ZeebLinuxKPI: pci.h move function declaration to top of...
2023-01-26 Kirk McKusickRewrite to avoid Coverity false positive.
2023-01-25 Jean-Sébastien... lindebugfs: Add `debugfs_create_file_size()`
2023-01-25 Jean-Sébastien... linuxkpi: Define `PCI_STD_NUM_BARS` in <linux/pci.h>
2023-01-25 Jean-Sébastien... linuxkpi: Define `pm_suspend_target_state` in <linux...
2023-01-25 Jean-Sébastien... linuxkpi: Add `msix_cap` to `struct pci_dev`
2023-01-25 Jean-Sébastien... linuxkpi: Add `sysfs_emit_at()` in <linux/sysfs.h>
2023-01-25 Jean-Sébastien... linuxkpi: Define `is_cow_mapping(flags)` as false
2023-01-25 Jean-Sébastien... linuxkpi: Include <linux/vmalloc.h> from <linux/pagemap.h>
2023-01-25 Jean-Sébastien... linuxkpi: Add `seqcount_ww_mutex_t` in <linux/seqlock.h>
2023-01-25 Jean-Sébastien... linuxkpi: Define `DEFINE_WD_CLASS(name)` in <linux...
2023-01-25 Jean-Sébastien... linuxkpi: Adds more `SZ_*` macros
2023-01-25 Jean-Sébastien... linuxkpi: Define ENOKEY to 126.
2023-01-25 Jean-Sébastien... linuxkpi: Add `pci_device_is_present()`
2023-01-25 Jean-Sébastien... linuxkpi: Define `dev_dbg_ratelimited()`
2023-01-25 Jean-Sébastien... vt(4): Return errors from `vt_{,de}allocate()`
2023-01-25 Jean-Sébastien... linuxkpi: Fix `atomic_long_sub()` overflow
2023-01-25 Jean-Sébastien... linuxkpi: Add `io_mapping_map_user()` and `remap_pfn_ra...
2023-01-25 Jean-Sébastien... linuxkpi: Add `sysfs_emit()`
2023-01-25 Jean-Sébastien... linuxkpi: Add `complete` field to `struct dev_pm_ops`
2023-01-25 Jean-Sébastien... linuxkpi: Add `pm_suspend_via_firmware()`
2023-01-25 Jean-Sébastien... linuxkpi: Add `pm_runtime_suspended()`
2023-01-25 Jean-Sébastien... linuxkpi: Define `tasklet_unlock_spin_wait()` as `taskl...
2023-01-25 Jean-Sébastien... linuxkpi: Define `synchronize_hardirq()`
2023-01-25 Jean-Sébastien... lindebugfs: Add missing `debugfs_create_u*()` and ...
2023-01-25 Jean-Sébastien... lindebugfs: Add `debugfs_create_atomic_t()`
2023-01-25 Martin Matuskazfs: merge openzfs/zfs@9cd71c860 (master)
2023-01-25 Ceri Daviesipfw.8: there never was a "skip-action" action
2023-01-25 Dag-Erling... Fix cross-build from STABLE or older CURRENT.
2023-01-25 Dag-Erling... zoneinfo: Always produce fat zoneinfo files.
2023-01-25 Dag-Erling... w: Unlike err(3), xo_err(3) won't accept a null format...
2023-01-25 Dag-Erling... tzcode: Document zic's -D option.
2023-01-25 Alexander V... pytest: delete interfaces from inside the jail.
2023-01-25 Dag-Erling... zoneinfo: On amd64, include 32-bit data.
2023-01-25 Warner Loshstand/uboot: Remove -fPIC here
2023-01-25 Warner Loshstand: Add testing for i386 as well to full-test.sh
2023-01-25 Alexander V... pytest: add an example test fetching test directory...
next